@sjcrh/proteinpaint-types 2.183.0 → 2.183.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.
@@ -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 && ("gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType) && (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)) && (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) && $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)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "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",
@@ -2072,12 +2096,12 @@ var validCategoriesRequest = (input) => {
2072
2096
  path: _path2 + ".bins",
2073
2097
  expected: "(PresetNumericBins | undefined)",
2074
2098
  value: input3.bins
2075
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2099
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2076
2100
  path: _path2 + ".bins",
2077
2101
  expected: "(PresetNumericBins | undefined)",
2078
2102
  value: input3.bins
2079
2103
  })].every((flag) => flag);
2080
- 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, {
2081
2105
  path: _path2 + ".id",
2082
2106
  expected: "string",
2083
2107
  value: input3.id
@@ -2125,7 +2149,7 @@ var validCategoriesRequest = (input) => {
2125
2149
  path: _path2 + ".values",
2126
2150
  expected: "(TermValues | undefined)",
2127
2151
  value: input3.values
2128
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2152
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2129
2153
  path: _path2 + ".values",
2130
2154
  expected: "(TermValues | undefined)",
2131
2155
  value: input3.values
@@ -2135,19 +2159,19 @@ var validCategoriesRequest = (input) => {
2135
2159
  value: input3.skipValuesBuild
2136
2160
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2137
2161
  path: _path2 + ".valueConversion",
2138
- expected: "(__type.o2 | undefined)",
2162
+ expected: "(__type.o3 | undefined)",
2139
2163
  value: input3.valueConversion
2140
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2164
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2141
2165
  path: _path2 + ".valueConversion",
2142
- expected: "(__type.o2 | undefined)",
2166
+ expected: "(__type.o3 | undefined)",
2143
2167
  value: input3.valueConversion
2144
2168
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2145
2169
  path: _path2 + ".continuousColorScale",
2146
- expected: "(__type.o3 | undefined)",
2170
+ expected: "(__type.o4 | undefined)",
2147
2171
  value: input3.continuousColorScale
2148
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2172
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2149
2173
  path: _path2 + ".continuousColorScale",
2150
- expected: "(__type.o3 | undefined)",
2174
+ expected: "(__type.o4 | undefined)",
2151
2175
  value: input3.continuousColorScale
2152
2176
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2153
2177
  path: _path2 + ".unit",
@@ -2165,7 +2189,7 @@ var validCategoriesRequest = (input) => {
2165
2189
  path: _path2 + ".bins",
2166
2190
  expected: "(PresetNumericBins | undefined)",
2167
2191
  value: input3.bins
2168
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2192
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2169
2193
  path: _path2 + ".bins",
2170
2194
  expected: "(PresetNumericBins | undefined)",
2171
2195
  value: input3.bins
@@ -2186,7 +2210,7 @@ var validCategoriesRequest = (input) => {
2186
2210
  expected: "(number | undefined)",
2187
2211
  value: input3.stop
2188
2212
  })].every((flag) => flag);
2189
- 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, {
2190
2214
  path: _path2 + ".id",
2191
2215
  expected: "string",
2192
2216
  value: input3.id
@@ -2234,7 +2258,7 @@ var validCategoriesRequest = (input) => {
2234
2258
  path: _path2 + ".values",
2235
2259
  expected: "(TermValues | undefined)",
2236
2260
  value: input3.values
2237
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2261
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2238
2262
  path: _path2 + ".values",
2239
2263
  expected: "(TermValues | undefined)",
2240
2264
  value: input3.values
@@ -2244,19 +2268,19 @@ var validCategoriesRequest = (input) => {
2244
2268
  value: input3.skipValuesBuild
2245
2269
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2246
2270
  path: _path2 + ".valueConversion",
2247
- expected: "(__type.o2 | undefined)",
2271
+ expected: "(__type.o3 | undefined)",
2248
2272
  value: input3.valueConversion
2249
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2273
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2250
2274
  path: _path2 + ".valueConversion",
2251
- expected: "(__type.o2 | undefined)",
2275
+ expected: "(__type.o3 | undefined)",
2252
2276
  value: input3.valueConversion
2253
2277
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2254
2278
  path: _path2 + ".continuousColorScale",
2255
- expected: "(__type.o3 | undefined)",
2279
+ expected: "(__type.o4 | undefined)",
2256
2280
  value: input3.continuousColorScale
2257
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2281
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2258
2282
  path: _path2 + ".continuousColorScale",
2259
- expected: "(__type.o3 | undefined)",
2283
+ expected: "(__type.o4 | undefined)",
2260
2284
  value: input3.continuousColorScale
2261
2285
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2262
2286
  path: _path2 + ".unit",
@@ -2274,7 +2298,7 @@ var validCategoriesRequest = (input) => {
2274
2298
  path: _path2 + ".bins",
2275
2299
  expected: "(PresetNumericBins | undefined)",
2276
2300
  value: input3.bins
2277
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2301
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2278
2302
  path: _path2 + ".bins",
2279
2303
  expected: "(PresetNumericBins | undefined)",
2280
2304
  value: input3.bins
@@ -2295,7 +2319,7 @@ var validCategoriesRequest = (input) => {
2295
2319
  expected: "number",
2296
2320
  value: input3.stop
2297
2321
  })].every((flag) => flag);
2298
- 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, {
2299
2323
  path: _path2 + ".value",
2300
2324
  expected: "number",
2301
2325
  value: input3.value
@@ -2308,7 +2332,7 @@ var validCategoriesRequest = (input) => {
2308
2332
  expected: "(string | undefined)",
2309
2333
  value: input3.name
2310
2334
  })].every((flag) => flag);
2311
- 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, {
2312
2336
  path: _path2 + ".key",
2313
2337
  expected: "string",
2314
2338
  value: input3.key
@@ -2325,7 +2349,7 @@ var validCategoriesRequest = (input) => {
2325
2349
  expected: "(string | undefined)",
2326
2350
  value: input3.label
2327
2351
  })].every((flag) => flag);
2328
- 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, {
2329
2353
  path: _path2 + ".join",
2330
2354
  expected: "(string | undefined)",
2331
2355
  value: input3.join
@@ -2357,7 +2381,7 @@ var validCategoriesRequest = (input) => {
2357
2381
  path: _path2 + ".term",
2358
2382
  expected: "ConditionTerm",
2359
2383
  value: input3.term
2360
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2384
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2361
2385
  path: _path2 + ".term",
2362
2386
  expected: "ConditionTerm",
2363
2387
  value: input3.term
@@ -2369,7 +2393,7 @@ var validCategoriesRequest = (input) => {
2369
2393
  path: _path2 + ".grade_and_child[" + _index34 + "]",
2370
2394
  expected: "GradeAndChildEntry",
2371
2395
  value: elem
2372
- })) && $vo36(elem, _path2 + ".grade_and_child[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2396
+ })) && $vo37(elem, _path2 + ".grade_and_child[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2373
2397
  path: _path2 + ".grade_and_child[" + _index34 + "]",
2374
2398
  expected: "GradeAndChildEntry",
2375
2399
  value: elem
@@ -2383,18 +2407,18 @@ var validCategoriesRequest = (input) => {
2383
2407
  value: input3.values
2384
2408
  })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2385
2409
  path: _path2 + ".values[" + _index35 + "]",
2386
- expected: "__type.o6",
2410
+ expected: "__type.o7",
2387
2411
  value: elem
2388
- })) && $vo37(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2412
+ })) && $vo38(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2389
2413
  path: _path2 + ".values[" + _index35 + "]",
2390
- expected: "__type.o6",
2414
+ expected: "__type.o7",
2391
2415
  value: elem
2392
2416
  })).every((flag) => flag) || $report(_exceptionable2, {
2393
2417
  path: _path2 + ".values",
2394
2418
  expected: "Array<__type>.o1",
2395
2419
  value: input3.values
2396
2420
  })].every((flag) => flag);
2397
- 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, {
2398
2422
  path: _path2 + ".id",
2399
2423
  expected: "string",
2400
2424
  value: input3.id
@@ -2442,7 +2466,7 @@ var validCategoriesRequest = (input) => {
2442
2466
  path: _path2 + ".values",
2443
2467
  expected: "(TermValues | undefined)",
2444
2468
  value: input3.values
2445
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2469
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2446
2470
  path: _path2 + ".values",
2447
2471
  expected: "(TermValues | undefined)",
2448
2472
  value: input3.values
@@ -2452,14 +2476,14 @@ var validCategoriesRequest = (input) => {
2452
2476
  value: input3.skipValuesBuild
2453
2477
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2454
2478
  path: _path2 + ".valueConversion",
2455
- expected: "(__type.o2 | undefined)",
2479
+ expected: "(__type.o3 | undefined)",
2456
2480
  value: input3.valueConversion
2457
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2481
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2458
2482
  path: _path2 + ".valueConversion",
2459
- expected: "(__type.o2 | undefined)",
2483
+ expected: "(__type.o3 | undefined)",
2460
2484
  value: input3.valueConversion
2461
2485
  })].every((flag) => flag);
2462
- 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, {
2463
2487
  path: _path2 + ".grade",
2464
2488
  expected: "number",
2465
2489
  value: input3.grade
@@ -2476,7 +2500,7 @@ var validCategoriesRequest = (input) => {
2476
2500
  expected: "string",
2477
2501
  value: input3.child_label
2478
2502
  })].every((flag) => flag);
2479
- 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, {
2480
2504
  path: _path2 + ".key",
2481
2505
  expected: "(number | string)",
2482
2506
  value: input3.key
@@ -2494,7 +2518,7 @@ var validCategoriesRequest = (input) => {
2494
2518
  return true;
2495
2519
  return true;
2496
2520
  }).every((flag) => flag)].every((flag) => flag);
2497
- 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, {
2498
2522
  path: _path2 + ".join",
2499
2523
  expected: "(string | undefined)",
2500
2524
  value: input3.join
@@ -2526,7 +2550,7 @@ var validCategoriesRequest = (input) => {
2526
2550
  path: _path2 + ".term",
2527
2551
  expected: "DtTerm",
2528
2552
  value: input3.term
2529
- })) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2553
+ })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2530
2554
  path: _path2 + ".term",
2531
2555
  expected: "DtTerm",
2532
2556
  value: input3.term
@@ -2538,7 +2562,7 @@ var validCategoriesRequest = (input) => {
2538
2562
  path: _path2 + ".values[" + _index38 + "]",
2539
2563
  expected: "GeneVariantValue",
2540
2564
  value: elem
2541
- })) && $vo49(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2565
+ })) && $vo50(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2542
2566
  path: _path2 + ".values[" + _index38 + "]",
2543
2567
  expected: "GeneVariantValue",
2544
2568
  value: elem
@@ -2587,7 +2611,7 @@ var validCategoriesRequest = (input) => {
2587
2611
  expected: "(number | undefined)",
2588
2612
  value: input3.fractionOverlap
2589
2613
  })].every((flag) => flag);
2590
- 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, {
2591
2615
  path: _path2 + ".id",
2592
2616
  expected: "string",
2593
2617
  value: input3.id
@@ -2631,12 +2655,12 @@ var validCategoriesRequest = (input) => {
2631
2655
  path: _path2 + ".values",
2632
2656
  expected: "TermValues",
2633
2657
  value: input3.values
2634
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2658
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2635
2659
  path: _path2 + ".values",
2636
2660
  expected: "TermValues",
2637
2661
  value: input3.values
2638
2662
  })].every((flag) => flag);
2639
- 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, {
2640
2664
  path: _path2 + ".id",
2641
2665
  expected: "string",
2642
2666
  value: input3.id
@@ -2684,7 +2708,7 @@ var validCategoriesRequest = (input) => {
2684
2708
  path: _path2 + ".values",
2685
2709
  expected: "(TermValues | undefined)",
2686
2710
  value: input3.values
2687
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2711
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2688
2712
  path: _path2 + ".values",
2689
2713
  expected: "(TermValues | undefined)",
2690
2714
  value: input3.values
@@ -2694,11 +2718,11 @@ var validCategoriesRequest = (input) => {
2694
2718
  value: input3.skipValuesBuild
2695
2719
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2696
2720
  path: _path2 + ".valueConversion",
2697
- expected: "(__type.o2 | undefined)",
2721
+ expected: "(__type.o3 | undefined)",
2698
2722
  value: input3.valueConversion
2699
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2723
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2700
2724
  path: _path2 + ".valueConversion",
2701
- expected: "(__type.o2 | undefined)",
2725
+ expected: "(__type.o3 | undefined)",
2702
2726
  value: input3.valueConversion
2703
2727
  }), "gene" === input3.kind || $report(_exceptionable2, {
2704
2728
  path: _path2 + ".kind",
@@ -2740,7 +2764,7 @@ var validCategoriesRequest = (input) => {
2740
2764
  path: _path2 + ".groupsetting",
2741
2765
  expected: "(TermGroupSetting | undefined)",
2742
2766
  value: input3.groupsetting
2743
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2767
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2744
2768
  path: _path2 + ".groupsetting",
2745
2769
  expected: "(TermGroupSetting | undefined)",
2746
2770
  value: input3.groupsetting
@@ -2752,7 +2776,7 @@ var validCategoriesRequest = (input) => {
2752
2776
  path: _path2 + ".childTerms[" + _index42 + "]",
2753
2777
  expected: "DtTerm",
2754
2778
  value: elem
2755
- })) && $vo39(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2779
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2756
2780
  path: _path2 + ".childTerms[" + _index42 + "]",
2757
2781
  expected: "DtTerm",
2758
2782
  value: elem
@@ -2761,7 +2785,7 @@ var validCategoriesRequest = (input) => {
2761
2785
  expected: "(Array<DtTerm> | undefined)",
2762
2786
  value: input3.childTerms
2763
2787
  })].every((flag) => flag);
2764
- 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, {
2765
2789
  path: _path2 + ".id",
2766
2790
  expected: "string",
2767
2791
  value: input3.id
@@ -2809,7 +2833,7 @@ var validCategoriesRequest = (input) => {
2809
2833
  path: _path2 + ".values",
2810
2834
  expected: "(TermValues | undefined)",
2811
2835
  value: input3.values
2812
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2836
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2813
2837
  path: _path2 + ".values",
2814
2838
  expected: "(TermValues | undefined)",
2815
2839
  value: input3.values
@@ -2819,11 +2843,11 @@ var validCategoriesRequest = (input) => {
2819
2843
  value: input3.skipValuesBuild
2820
2844
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2821
2845
  path: _path2 + ".valueConversion",
2822
- expected: "(__type.o2 | undefined)",
2846
+ expected: "(__type.o3 | undefined)",
2823
2847
  value: input3.valueConversion
2824
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2848
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2825
2849
  path: _path2 + ".valueConversion",
2826
- expected: "(__type.o2 | undefined)",
2850
+ expected: "(__type.o3 | undefined)",
2827
2851
  value: input3.valueConversion
2828
2852
  }), "gene" === input3.kind || $report(_exceptionable2, {
2829
2853
  path: _path2 + ".kind",
@@ -2846,7 +2870,7 @@ var validCategoriesRequest = (input) => {
2846
2870
  expected: "(number | undefined)",
2847
2871
  value: input3.stop
2848
2872
  })].every((flag) => flag);
2849
- 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, {
2850
2874
  path: _path2 + ".id",
2851
2875
  expected: "string",
2852
2876
  value: input3.id
@@ -2894,7 +2918,7 @@ var validCategoriesRequest = (input) => {
2894
2918
  path: _path2 + ".values",
2895
2919
  expected: "(TermValues | undefined)",
2896
2920
  value: input3.values
2897
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2921
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2898
2922
  path: _path2 + ".values",
2899
2923
  expected: "(TermValues | undefined)",
2900
2924
  value: input3.values
@@ -2904,11 +2928,11 @@ var validCategoriesRequest = (input) => {
2904
2928
  value: input3.skipValuesBuild
2905
2929
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2906
2930
  path: _path2 + ".valueConversion",
2907
- expected: "(__type.o2 | undefined)",
2931
+ expected: "(__type.o3 | undefined)",
2908
2932
  value: input3.valueConversion
2909
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2933
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2910
2934
  path: _path2 + ".valueConversion",
2911
- expected: "(__type.o2 | undefined)",
2935
+ expected: "(__type.o3 | undefined)",
2912
2936
  value: input3.valueConversion
2913
2937
  }), "coord" === input3.kind || $report(_exceptionable2, {
2914
2938
  path: _path2 + ".kind",
@@ -2927,7 +2951,7 @@ var validCategoriesRequest = (input) => {
2927
2951
  expected: "number",
2928
2952
  value: input3.stop
2929
2953
  })].every((flag) => flag);
2930
- 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, {
2931
2955
  path: _path2 + ".disabled",
2932
2956
  expected: "boolean",
2933
2957
  value: input3.disabled
@@ -2939,7 +2963,7 @@ var validCategoriesRequest = (input) => {
2939
2963
  path: _path2 + ".lst[" + _index47 + "]",
2940
2964
  expected: "Groupset",
2941
2965
  value: elem
2942
- })) && $vo44(elem, _path2 + ".lst[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2966
+ })) && $vo45(elem, _path2 + ".lst[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2943
2967
  path: _path2 + ".lst[" + _index47 + "]",
2944
2968
  expected: "Groupset",
2945
2969
  value: elem
@@ -2948,7 +2972,7 @@ var validCategoriesRequest = (input) => {
2948
2972
  expected: "(Array<Groupset> | undefined)",
2949
2973
  value: input3.lst
2950
2974
  })].every((flag) => flag);
2951
- 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, {
2952
2976
  path: _path2 + ".name",
2953
2977
  expected: "string",
2954
2978
  value: input3.name
@@ -2981,7 +3005,7 @@ var validCategoriesRequest = (input) => {
2981
3005
  expected: "Array<GroupEntry>",
2982
3006
  value: input3.groups
2983
3007
  })].every((flag) => flag);
2984
- 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, {
2985
3009
  path: _path2 + ".name",
2986
3010
  expected: "string",
2987
3011
  value: input3.name
@@ -2995,11 +3019,11 @@ var validCategoriesRequest = (input) => {
2995
3019
  value: input3.values
2996
3020
  })) && input3.values.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2997
3021
  path: _path2 + ".values[" + _index49 + "]",
2998
- expected: "__type.o7",
3022
+ expected: "__type.o8",
2999
3023
  value: elem
3000
- })) && $vo46(elem, _path2 + ".values[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3024
+ })) && $vo47(elem, _path2 + ".values[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3001
3025
  path: _path2 + ".values[" + _index49 + "]",
3002
- expected: "__type.o7",
3026
+ expected: "__type.o8",
3003
3027
  value: elem
3004
3028
  })).every((flag) => flag) || $report(_exceptionable2, {
3005
3029
  path: _path2 + ".values",
@@ -3010,7 +3034,7 @@ var validCategoriesRequest = (input) => {
3010
3034
  expected: "(boolean | undefined)",
3011
3035
  value: input3.uncomputable
3012
3036
  })].every((flag) => flag);
3013
- 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, {
3014
3038
  path: _path2 + ".key",
3015
3039
  expected: "(number | string)",
3016
3040
  value: input3.key
@@ -3019,7 +3043,7 @@ var validCategoriesRequest = (input) => {
3019
3043
  expected: "string",
3020
3044
  value: input3.label
3021
3045
  })].every((flag) => flag);
3022
- 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, {
3023
3047
  path: _path2 + ".name",
3024
3048
  expected: "string",
3025
3049
  value: input3.name
@@ -3031,7 +3055,7 @@ var validCategoriesRequest = (input) => {
3031
3055
  path: _path2 + ".filter",
3032
3056
  expected: "Filter",
3033
3057
  value: input3.filter
3034
- })) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
3058
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
3035
3059
  path: _path2 + ".filter",
3036
3060
  expected: "Filter",
3037
3061
  value: input3.filter
@@ -3040,7 +3064,7 @@ var validCategoriesRequest = (input) => {
3040
3064
  expected: "string",
3041
3065
  value: input3.color
3042
3066
  })].every((flag) => flag);
3043
- 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, {
3044
3068
  path: _path2 + ".id",
3045
3069
  expected: "string",
3046
3070
  value: input3.id
@@ -3088,7 +3112,7 @@ var validCategoriesRequest = (input) => {
3088
3112
  path: _path2 + ".values",
3089
3113
  expected: "(TermValues | undefined)",
3090
3114
  value: input3.values
3091
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3115
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3092
3116
  path: _path2 + ".values",
3093
3117
  expected: "(TermValues | undefined)",
3094
3118
  value: input3.values
@@ -3098,11 +3122,11 @@ var validCategoriesRequest = (input) => {
3098
3122
  value: input3.skipValuesBuild
3099
3123
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3100
3124
  path: _path2 + ".valueConversion",
3101
- expected: "(__type.o2 | undefined)",
3125
+ expected: "(__type.o3 | undefined)",
3102
3126
  value: input3.valueConversion
3103
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3127
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3104
3128
  path: _path2 + ".valueConversion",
3105
- expected: "(__type.o2 | undefined)",
3129
+ expected: "(__type.o3 | undefined)",
3106
3130
  value: input3.valueConversion
3107
3131
  }), "coord" === input3.kind || $report(_exceptionable2, {
3108
3132
  path: _path2 + ".kind",
@@ -3140,7 +3164,7 @@ var validCategoriesRequest = (input) => {
3140
3164
  path: _path2 + ".groupsetting",
3141
3165
  expected: "(TermGroupSetting | undefined)",
3142
3166
  value: input3.groupsetting
3143
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3167
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3144
3168
  path: _path2 + ".groupsetting",
3145
3169
  expected: "(TermGroupSetting | undefined)",
3146
3170
  value: input3.groupsetting
@@ -3152,7 +3176,7 @@ var validCategoriesRequest = (input) => {
3152
3176
  path: _path2 + ".childTerms[" + _index53 + "]",
3153
3177
  expected: "DtTerm",
3154
3178
  value: elem
3155
- })) && $vo39(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3179
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3156
3180
  path: _path2 + ".childTerms[" + _index53 + "]",
3157
3181
  expected: "DtTerm",
3158
3182
  value: elem
@@ -3161,7 +3185,7 @@ var validCategoriesRequest = (input) => {
3161
3185
  expected: "(Array<DtTerm> | undefined)",
3162
3186
  value: input3.childTerms
3163
3187
  })].every((flag) => flag);
3164
- 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, {
3165
3189
  path: _path2 + ".key",
3166
3190
  expected: "(string | undefined)",
3167
3191
  value: input3.key
@@ -3206,7 +3230,7 @@ var validCategoriesRequest = (input) => {
3206
3230
  expected: "(string | undefined)",
3207
3231
  value: input3.origin
3208
3232
  })].every((flag) => flag);
3209
- 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, {
3210
3234
  path: _path2 + ".join",
3211
3235
  expected: "(string | undefined)",
3212
3236
  value: input3.join
@@ -3247,7 +3271,7 @@ var validCategoriesRequest = (input) => {
3247
3271
  expected: "number",
3248
3272
  value: input3.ratio
3249
3273
  })].every((flag) => flag);
3250
- 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, {
3251
3275
  path: _path2 + ".id",
3252
3276
  expected: "string",
3253
3277
  value: input3.id
@@ -3295,7 +3319,7 @@ var validCategoriesRequest = (input) => {
3295
3319
  path: _path2 + ".values",
3296
3320
  expected: "(TermValues | undefined)",
3297
3321
  value: input3.values
3298
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3322
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3299
3323
  path: _path2 + ".values",
3300
3324
  expected: "(TermValues | undefined)",
3301
3325
  value: input3.values
@@ -3305,11 +3329,11 @@ var validCategoriesRequest = (input) => {
3305
3329
  value: input3.skipValuesBuild
3306
3330
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3307
3331
  path: _path2 + ".valueConversion",
3308
- expected: "(__type.o2 | undefined)",
3332
+ expected: "(__type.o3 | undefined)",
3309
3333
  value: input3.valueConversion
3310
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3334
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3311
3335
  path: _path2 + ".valueConversion",
3312
- expected: "(__type.o2 | undefined)",
3336
+ expected: "(__type.o3 | undefined)",
3313
3337
  value: input3.valueConversion
3314
3338
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3315
3339
  path: _path2 + ".termIds",
@@ -3331,7 +3355,7 @@ var validCategoriesRequest = (input) => {
3331
3355
  path: _path2 + ".termlst[" + _index59 + "]",
3332
3356
  expected: "BaseTerm",
3333
3357
  value: elem
3334
- })) && $vo52(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3358
+ })) && $vo53(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3335
3359
  path: _path2 + ".termlst[" + _index59 + "]",
3336
3360
  expected: "BaseTerm",
3337
3361
  value: elem
@@ -3345,11 +3369,11 @@ var validCategoriesRequest = (input) => {
3345
3369
  value: input3.newTvs
3346
3370
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3347
3371
  path: _path2 + ".propsByTermId",
3348
- expected: "__type.o8",
3372
+ expected: "__type.o9",
3349
3373
  value: input3.propsByTermId
3350
- })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3374
+ })) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3351
3375
  path: _path2 + ".propsByTermId",
3352
- expected: "__type.o8",
3376
+ expected: "__type.o9",
3353
3377
  value: input3.propsByTermId
3354
3378
  }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3355
3379
  path: _path2 + ".isCustom",
@@ -3373,14 +3397,14 @@ var validCategoriesRequest = (input) => {
3373
3397
  value: input3.numerators
3374
3398
  }), void 0 === input3.valueTransform || ("object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) || $report(_exceptionable2, {
3375
3399
  path: _path2 + ".valueTransform",
3376
- expected: "(__type.o10 | undefined)",
3400
+ expected: "(__type.o11 | undefined)",
3377
3401
  value: input3.valueTransform
3378
- })) && $vo55(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3402
+ })) && $vo56(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3379
3403
  path: _path2 + ".valueTransform",
3380
- expected: "(__type.o10 | undefined)",
3404
+ expected: "(__type.o11 | undefined)",
3381
3405
  value: input3.valueTransform
3382
3406
  })].every((flag) => flag);
3383
- 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, {
3384
3408
  path: _path2 + ".id",
3385
3409
  expected: "string",
3386
3410
  value: input3.id
@@ -3428,7 +3452,7 @@ var validCategoriesRequest = (input) => {
3428
3452
  path: _path2 + ".values",
3429
3453
  expected: "(TermValues | undefined)",
3430
3454
  value: input3.values
3431
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3455
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3432
3456
  path: _path2 + ".values",
3433
3457
  expected: "(TermValues | undefined)",
3434
3458
  value: input3.values
@@ -3438,30 +3462,30 @@ var validCategoriesRequest = (input) => {
3438
3462
  value: input3.skipValuesBuild
3439
3463
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3440
3464
  path: _path2 + ".valueConversion",
3441
- expected: "(__type.o2 | undefined)",
3465
+ expected: "(__type.o3 | undefined)",
3442
3466
  value: input3.valueConversion
3443
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3467
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3444
3468
  path: _path2 + ".valueConversion",
3445
- expected: "(__type.o2 | undefined)",
3469
+ expected: "(__type.o3 | undefined)",
3446
3470
  value: input3.valueConversion
3447
3471
  })].every((flag) => flag);
3448
- 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) => {
3449
3473
  const value = input3[key];
3450
3474
  if (void 0 === value)
3451
3475
  return true;
3452
3476
  if (RegExp(/(.*)/).test(key))
3453
3477
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
3454
3478
  path: _path2 + $join(key),
3455
- expected: "__type.o9",
3479
+ expected: "__type.o10",
3456
3480
  value
3457
- })) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3481
+ })) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3458
3482
  path: _path2 + $join(key),
3459
- expected: "__type.o9",
3483
+ expected: "__type.o10",
3460
3484
  value
3461
3485
  });
3462
3486
  return true;
3463
3487
  }).every((flag) => flag)].every((flag) => flag);
3464
- 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) => {
3465
3489
  const value = input3[key];
3466
3490
  if (void 0 === value)
3467
3491
  return true;
@@ -3469,12 +3493,12 @@ var validCategoriesRequest = (input) => {
3469
3493
  return true;
3470
3494
  return true;
3471
3495
  }).every((flag) => flag)].every((flag) => flag);
3472
- 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, {
3473
3497
  path: _path2 + ".offset",
3474
3498
  expected: "(number | undefined)",
3475
3499
  value: input3.offset
3476
3500
  })].every((flag) => flag);
3477
- 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, {
3478
3502
  path: _path2 + ".id",
3479
3503
  expected: "string",
3480
3504
  value: input3.id
@@ -3522,7 +3546,7 @@ var validCategoriesRequest = (input) => {
3522
3546
  path: _path2 + ".values",
3523
3547
  expected: "(TermValues | undefined)",
3524
3548
  value: input3.values
3525
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3549
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3526
3550
  path: _path2 + ".values",
3527
3551
  expected: "(TermValues | undefined)",
3528
3552
  value: input3.values
@@ -3532,11 +3556,11 @@ var validCategoriesRequest = (input) => {
3532
3556
  value: input3.skipValuesBuild
3533
3557
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3534
3558
  path: _path2 + ".valueConversion",
3535
- expected: "(__type.o2 | undefined)",
3559
+ expected: "(__type.o3 | undefined)",
3536
3560
  value: input3.valueConversion
3537
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3561
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3538
3562
  path: _path2 + ".valueConversion",
3539
- expected: "(__type.o2 | undefined)",
3563
+ expected: "(__type.o3 | undefined)",
3540
3564
  value: input3.valueConversion
3541
3565
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3542
3566
  path: _path2 + ".termIds",
@@ -3558,7 +3582,7 @@ var validCategoriesRequest = (input) => {
3558
3582
  path: _path2 + ".termlst[" + _index66 + "]",
3559
3583
  expected: "BaseTerm",
3560
3584
  value: elem
3561
- })) && $vo52(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3585
+ })) && $vo53(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3562
3586
  path: _path2 + ".termlst[" + _index66 + "]",
3563
3587
  expected: "BaseTerm",
3564
3588
  value: elem
@@ -3572,11 +3596,11 @@ var validCategoriesRequest = (input) => {
3572
3596
  value: input3.newTvs
3573
3597
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3574
3598
  path: _path2 + ".propsByTermId",
3575
- expected: "__type.o8",
3599
+ expected: "__type.o9",
3576
3600
  value: input3.propsByTermId
3577
- })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3601
+ })) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3578
3602
  path: _path2 + ".propsByTermId",
3579
- expected: "__type.o8",
3603
+ expected: "__type.o9",
3580
3604
  value: input3.propsByTermId
3581
3605
  }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3582
3606
  path: _path2 + ".isCustom",
@@ -3594,7 +3618,7 @@ var validCategoriesRequest = (input) => {
3594
3618
  path: _path2 + ".categoryKeys[" + _index67 + "]",
3595
3619
  expected: "CategoryKey",
3596
3620
  value: elem
3597
- })) && $vo57(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3621
+ })) && $vo58(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3598
3622
  path: _path2 + ".categoryKeys[" + _index67 + "]",
3599
3623
  expected: "CategoryKey",
3600
3624
  value: elem
@@ -3603,7 +3627,7 @@ var validCategoriesRequest = (input) => {
3603
3627
  expected: "Array<CategoryKey>",
3604
3628
  value: input3.categoryKeys
3605
3629
  })].every((flag) => flag);
3606
- 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, {
3607
3631
  path: _path2 + ".key",
3608
3632
  expected: "string",
3609
3633
  value: input3.key
@@ -3612,7 +3636,7 @@ var validCategoriesRequest = (input) => {
3612
3636
  expected: "boolean",
3613
3637
  value: input3.shown
3614
3638
  })].every((flag) => flag);
3615
- 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, {
3616
3640
  path: _path2 + ".id",
3617
3641
  expected: "string",
3618
3642
  value: input3.id
@@ -3660,7 +3684,7 @@ var validCategoriesRequest = (input) => {
3660
3684
  path: _path2 + ".values",
3661
3685
  expected: "(TermValues | undefined)",
3662
3686
  value: input3.values
3663
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3687
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3664
3688
  path: _path2 + ".values",
3665
3689
  expected: "(TermValues | undefined)",
3666
3690
  value: input3.values
@@ -3670,11 +3694,11 @@ var validCategoriesRequest = (input) => {
3670
3694
  value: input3.skipValuesBuild
3671
3695
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3672
3696
  path: _path2 + ".valueConversion",
3673
- expected: "(__type.o2 | undefined)",
3697
+ expected: "(__type.o3 | undefined)",
3674
3698
  value: input3.valueConversion
3675
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3699
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3676
3700
  path: _path2 + ".valueConversion",
3677
- expected: "(__type.o2 | undefined)",
3701
+ expected: "(__type.o3 | undefined)",
3678
3702
  value: input3.valueConversion
3679
3703
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
3680
3704
  path: _path2 + ".chr",
@@ -3708,12 +3732,12 @@ var validCategoriesRequest = (input) => {
3708
3732
  path: _path2 + ".groupsetting",
3709
3733
  expected: "TermGroupSetting",
3710
3734
  value: input3.groupsetting
3711
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3735
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3712
3736
  path: _path2 + ".groupsetting",
3713
3737
  expected: "TermGroupSetting",
3714
3738
  value: input3.groupsetting
3715
3739
  })].every((flag) => flag);
3716
- 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, {
3717
3741
  path: _path2 + ".id",
3718
3742
  expected: "string",
3719
3743
  value: input3.id
@@ -3761,7 +3785,7 @@ var validCategoriesRequest = (input) => {
3761
3785
  path: _path2 + ".values",
3762
3786
  expected: "(TermValues | undefined)",
3763
3787
  value: input3.values
3764
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3788
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3765
3789
  path: _path2 + ".values",
3766
3790
  expected: "(TermValues | undefined)",
3767
3791
  value: input3.values
@@ -3771,17 +3795,17 @@ var validCategoriesRequest = (input) => {
3771
3795
  value: input3.skipValuesBuild
3772
3796
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3773
3797
  path: _path2 + ".valueConversion",
3774
- expected: "(__type.o2 | undefined)",
3798
+ expected: "(__type.o3 | undefined)",
3775
3799
  value: input3.valueConversion
3776
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3800
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3777
3801
  path: _path2 + ".valueConversion",
3778
- expected: "(__type.o2 | undefined)",
3802
+ expected: "(__type.o3 | undefined)",
3779
3803
  value: input3.valueConversion
3780
3804
  }), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
3781
3805
  path: _path2 + ".sample",
3782
3806
  expected: "object",
3783
3807
  value: input3.sample
3784
- })) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3808
+ })) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3785
3809
  path: _path2 + ".sample",
3786
3810
  expected: "object",
3787
3811
  value: input3.sample
@@ -3793,17 +3817,17 @@ var validCategoriesRequest = (input) => {
3793
3817
  path: _path2 + ".groupsetting",
3794
3818
  expected: "TermGroupSetting",
3795
3819
  value: input3.groupsetting
3796
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3820
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3797
3821
  path: _path2 + ".groupsetting",
3798
3822
  expected: "TermGroupSetting",
3799
3823
  value: input3.groupsetting
3800
3824
  })].every((flag) => flag);
3801
- const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
3802
- 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, {
3803
3827
  path: _path2 + ".hiddenValues",
3804
3828
  expected: "(HiddenValues | undefined)",
3805
3829
  value: input3.hiddenValues
3806
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3830
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3807
3831
  path: _path2 + ".hiddenValues",
3808
3832
  expected: "(HiddenValues | undefined)",
3809
3833
  value: input3.hiddenValues
@@ -3828,7 +3852,7 @@ var validCategoriesRequest = (input) => {
3828
3852
  expected: '"values"',
3829
3853
  value: input3.type
3830
3854
  })].every((flag) => flag);
3831
- 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, {
3832
3856
  path: _path2 + ".id",
3833
3857
  expected: "(string | undefined)",
3834
3858
  value: input3.id
@@ -3852,7 +3876,15 @@ var validCategoriesRequest = (input) => {
3852
3876
  path: _path2 + ".minNumSamples",
3853
3877
  expected: "(number | undefined)",
3854
3878
  value: input3.minNumSamples
3855
- }), 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, {
3856
3888
  path: _path2 + ".term",
3857
3889
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3858
3890
  value: input3.term
@@ -3864,7 +3896,7 @@ var validCategoriesRequest = (input) => {
3864
3896
  path: _path2 + ".q",
3865
3897
  expected: "PredefinedGroupSettingQ",
3866
3898
  value: input3.q
3867
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3899
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3868
3900
  path: _path2 + ".q",
3869
3901
  expected: "PredefinedGroupSettingQ",
3870
3902
  value: input3.q
@@ -3873,11 +3905,11 @@ var validCategoriesRequest = (input) => {
3873
3905
  expected: '"QualTWPredefinedGS"',
3874
3906
  value: input3.type
3875
3907
  })].every((flag) => flag);
3876
- 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, {
3877
3909
  path: _path2 + ".hiddenValues",
3878
3910
  expected: "(HiddenValues | undefined)",
3879
3911
  value: input3.hiddenValues
3880
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3912
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3881
3913
  path: _path2 + ".hiddenValues",
3882
3914
  expected: "(HiddenValues | undefined)",
3883
3915
  value: input3.hiddenValues
@@ -3906,7 +3938,7 @@ var validCategoriesRequest = (input) => {
3906
3938
  expected: "number",
3907
3939
  value: input3.predefined_groupset_idx
3908
3940
  })].every((flag) => flag);
3909
- 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, {
3910
3942
  path: _path2 + ".id",
3911
3943
  expected: "(string | undefined)",
3912
3944
  value: input3.id
@@ -3930,7 +3962,15 @@ var validCategoriesRequest = (input) => {
3930
3962
  path: _path2 + ".minNumSamples",
3931
3963
  expected: "(number | undefined)",
3932
3964
  value: input3.minNumSamples
3933
- }), 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, {
3934
3974
  path: _path2 + ".term",
3935
3975
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3936
3976
  value: input3.term
@@ -3942,7 +3982,7 @@ var validCategoriesRequest = (input) => {
3942
3982
  path: _path2 + ".q",
3943
3983
  expected: "CustomGroupSettingQ",
3944
3984
  value: input3.q
3945
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3985
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3946
3986
  path: _path2 + ".q",
3947
3987
  expected: "CustomGroupSettingQ",
3948
3988
  value: input3.q
@@ -3951,11 +3991,11 @@ var validCategoriesRequest = (input) => {
3951
3991
  expected: '"QualTWCustomGS"',
3952
3992
  value: input3.type
3953
3993
  })].every((flag) => flag);
3954
- 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, {
3955
3995
  path: _path2 + ".hiddenValues",
3956
3996
  expected: "(HiddenValues | undefined)",
3957
3997
  value: input3.hiddenValues
3958
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3998
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3959
3999
  path: _path2 + ".hiddenValues",
3960
4000
  expected: "(HiddenValues | undefined)",
3961
4001
  value: input3.hiddenValues
@@ -3983,12 +4023,12 @@ var validCategoriesRequest = (input) => {
3983
4023
  path: _path2 + ".customset",
3984
4024
  expected: "BaseGroupSet",
3985
4025
  value: input3.customset
3986
- })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4026
+ })) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3987
4027
  path: _path2 + ".customset",
3988
4028
  expected: "BaseGroupSet",
3989
4029
  value: input3.customset
3990
4030
  })].every((flag) => flag);
3991
- 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, {
3992
4032
  path: _path2 + ".groups",
3993
4033
  expected: "Array<GroupEntry>",
3994
4034
  value: input3.groups
@@ -4005,7 +4045,7 @@ var validCategoriesRequest = (input) => {
4005
4045
  expected: "Array<GroupEntry>",
4006
4046
  value: input3.groups
4007
4047
  })].every((flag) => flag);
4008
- 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, {
4009
4049
  path: _path2 + ".id",
4010
4050
  expected: "(string | undefined)",
4011
4051
  value: input3.id
@@ -4029,7 +4069,15 @@ var validCategoriesRequest = (input) => {
4029
4069
  path: _path2 + ".minNumSamples",
4030
4070
  expected: "(number | undefined)",
4031
4071
  value: input3.minNumSamples
4032
- }), 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, {
4033
4081
  path: _path2 + ".type",
4034
4082
  expected: '"NumTWRegularBin"',
4035
4083
  value: input3.type
@@ -4045,12 +4093,12 @@ var validCategoriesRequest = (input) => {
4045
4093
  path: _path2 + ".q",
4046
4094
  expected: "RegularNumericBinConfig",
4047
4095
  value: input3.q
4048
- })) && $vo14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4096
+ })) && $vo15(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4049
4097
  path: _path2 + ".q",
4050
4098
  expected: "RegularNumericBinConfig",
4051
4099
  value: input3.q
4052
4100
  })].every((flag) => flag);
4053
- 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, {
4054
4102
  path: _path2 + ".id",
4055
4103
  expected: "(string | undefined)",
4056
4104
  value: input3.id
@@ -4074,7 +4122,15 @@ var validCategoriesRequest = (input) => {
4074
4122
  path: _path2 + ".minNumSamples",
4075
4123
  expected: "(number | undefined)",
4076
4124
  value: input3.minNumSamples
4077
- }), 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, {
4078
4134
  path: _path2 + ".type",
4079
4135
  expected: '"NumTWCustomBin"',
4080
4136
  value: input3.type
@@ -4090,12 +4146,12 @@ var validCategoriesRequest = (input) => {
4090
4146
  path: _path2 + ".q",
4091
4147
  expected: "CustomNumericBinConfig",
4092
4148
  value: input3.q
4093
- })) && $vo19(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4149
+ })) && $vo20(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4094
4150
  path: _path2 + ".q",
4095
4151
  expected: "CustomNumericBinConfig",
4096
4152
  value: input3.q
4097
4153
  })].every((flag) => flag);
4098
- 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, {
4099
4155
  path: _path2 + ".id",
4100
4156
  expected: "(string | undefined)",
4101
4157
  value: input3.id
@@ -4119,7 +4175,15 @@ var validCategoriesRequest = (input) => {
4119
4175
  path: _path2 + ".minNumSamples",
4120
4176
  expected: "(number | undefined)",
4121
4177
  value: input3.minNumSamples
4122
- }), 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, {
4123
4187
  path: _path2 + ".type",
4124
4188
  expected: '"NumTWBinary"',
4125
4189
  value: input3.type
@@ -4135,16 +4199,16 @@ var validCategoriesRequest = (input) => {
4135
4199
  path: _path2 + ".q",
4136
4200
  expected: "BinaryNumericQ",
4137
4201
  value: input3.q
4138
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4202
+ })) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4139
4203
  path: _path2 + ".q",
4140
4204
  expected: "BinaryNumericQ",
4141
4205
  value: input3.q
4142
4206
  })].every((flag) => flag);
4143
- 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, {
4144
4208
  path: _path2 + ".hiddenValues",
4145
4209
  expected: "(HiddenValues | undefined)",
4146
4210
  value: input3.hiddenValues
4147
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4211
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4148
4212
  path: _path2 + ".hiddenValues",
4149
4213
  expected: "(HiddenValues | undefined)",
4150
4214
  value: input3.hiddenValues
@@ -4208,7 +4272,7 @@ var validCategoriesRequest = (input) => {
4208
4272
  expected: "(number | undefined)",
4209
4273
  value: input3.cutoffPercentile
4210
4274
  })].every((flag) => flag);
4211
- 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, {
4212
4276
  path: _path2 + ".id",
4213
4277
  expected: "(string | undefined)",
4214
4278
  value: input3.id
@@ -4232,7 +4296,15 @@ var validCategoriesRequest = (input) => {
4232
4296
  path: _path2 + ".minNumSamples",
4233
4297
  expected: "(number | undefined)",
4234
4298
  value: input3.minNumSamples
4235
- }), 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, {
4236
4308
  path: _path2 + ".type",
4237
4309
  expected: '"NumTWCont"',
4238
4310
  value: input3.type
@@ -4248,16 +4320,16 @@ var validCategoriesRequest = (input) => {
4248
4320
  path: _path2 + ".q",
4249
4321
  expected: "ContinuousNumericQ",
4250
4322
  value: input3.q
4251
- })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4323
+ })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4252
4324
  path: _path2 + ".q",
4253
4325
  expected: "ContinuousNumericQ",
4254
4326
  value: input3.q
4255
4327
  })].every((flag) => flag);
4256
- 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, {
4257
4329
  path: _path2 + ".hiddenValues",
4258
4330
  expected: "(HiddenValues | undefined)",
4259
4331
  value: input3.hiddenValues
4260
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4332
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4261
4333
  path: _path2 + ".hiddenValues",
4262
4334
  expected: "(HiddenValues | undefined)",
4263
4335
  value: input3.hiddenValues
@@ -4294,7 +4366,7 @@ var validCategoriesRequest = (input) => {
4294
4366
  expected: "(number | undefined)",
4295
4367
  value: input3.scale
4296
4368
  })].every((flag) => flag);
4297
- 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, {
4298
4370
  path: _path2 + ".id",
4299
4371
  expected: "(string | undefined)",
4300
4372
  value: input3.id
@@ -4318,7 +4390,15 @@ var validCategoriesRequest = (input) => {
4318
4390
  path: _path2 + ".minNumSamples",
4319
4391
  expected: "(number | undefined)",
4320
4392
  value: input3.minNumSamples
4321
- }), 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, {
4322
4402
  path: _path2 + ".type",
4323
4403
  expected: '"NumTWSpline"',
4324
4404
  value: input3.type
@@ -4334,16 +4414,16 @@ var validCategoriesRequest = (input) => {
4334
4414
  path: _path2 + ".q",
4335
4415
  expected: "SplineNumericQ",
4336
4416
  value: input3.q
4337
- })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4417
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4338
4418
  path: _path2 + ".q",
4339
4419
  expected: "SplineNumericQ",
4340
4420
  value: input3.q
4341
4421
  })].every((flag) => flag);
4342
- 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, {
4343
4423
  path: _path2 + ".hiddenValues",
4344
4424
  expected: "(HiddenValues | undefined)",
4345
4425
  value: input3.hiddenValues
4346
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4426
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4347
4427
  path: _path2 + ".hiddenValues",
4348
4428
  expected: "(HiddenValues | undefined)",
4349
4429
  value: input3.hiddenValues
@@ -4369,11 +4449,11 @@ var validCategoriesRequest = (input) => {
4369
4449
  value: input3.knots
4370
4450
  })) && input3.knots.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4371
4451
  path: _path2 + ".knots[" + _index74 + "]",
4372
- expected: "__type.o11",
4452
+ expected: "__type.o12",
4373
4453
  value: elem
4374
- })) && $vo75(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4454
+ })) && $vo76(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4375
4455
  path: _path2 + ".knots[" + _index74 + "]",
4376
- expected: "__type.o11",
4456
+ expected: "__type.o12",
4377
4457
  value: elem
4378
4458
  })).every((flag) => flag) || $report(_exceptionable2, {
4379
4459
  path: _path2 + ".knots",
@@ -4388,12 +4468,12 @@ var validCategoriesRequest = (input) => {
4388
4468
  expected: "undefined",
4389
4469
  value: input3.type
4390
4470
  }))].every((flag) => flag);
4391
- 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, {
4392
4472
  path: _path2 + ".value",
4393
4473
  expected: "number",
4394
4474
  value: input3.value
4395
4475
  })].every((flag) => flag);
4396
- 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, {
4397
4477
  path: _path2 + ".id",
4398
4478
  expected: "(string | undefined)",
4399
4479
  value: input3.id
@@ -4417,7 +4497,15 @@ var validCategoriesRequest = (input) => {
4417
4497
  path: _path2 + ".minNumSamples",
4418
4498
  expected: "(number | undefined)",
4419
4499
  value: input3.minNumSamples
4420
- }), 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, {
4421
4509
  path: _path2 + ".type",
4422
4510
  expected: '"GvValuesTW"',
4423
4511
  value: input3.type
@@ -4433,12 +4521,12 @@ var validCategoriesRequest = (input) => {
4433
4521
  path: _path2 + ".q",
4434
4522
  expected: "GvValuesQ",
4435
4523
  value: input3.q
4436
- })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4524
+ })) && $vo80(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4437
4525
  path: _path2 + ".q",
4438
4526
  expected: "GvValuesQ",
4439
4527
  value: input3.q
4440
4528
  })].every((flag) => flag);
4441
- 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, {
4442
4530
  path: _path2 + ".id",
4443
4531
  expected: "string",
4444
4532
  value: input3.id
@@ -4486,7 +4574,7 @@ var validCategoriesRequest = (input) => {
4486
4574
  path: _path2 + ".values",
4487
4575
  expected: "(TermValues | undefined)",
4488
4576
  value: input3.values
4489
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4577
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4490
4578
  path: _path2 + ".values",
4491
4579
  expected: "(TermValues | undefined)",
4492
4580
  value: input3.values
@@ -4496,11 +4584,11 @@ var validCategoriesRequest = (input) => {
4496
4584
  value: input3.skipValuesBuild
4497
4585
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
4498
4586
  path: _path2 + ".valueConversion",
4499
- expected: "(__type.o2 | undefined)",
4587
+ expected: "(__type.o3 | undefined)",
4500
4588
  value: input3.valueConversion
4501
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4589
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4502
4590
  path: _path2 + ".valueConversion",
4503
- expected: "(__type.o2 | undefined)",
4591
+ expected: "(__type.o3 | undefined)",
4504
4592
  value: input3.valueConversion
4505
4593
  }), "gene" === input3.kind || $report(_exceptionable2, {
4506
4594
  path: _path2 + ".kind",
@@ -4542,7 +4630,7 @@ var validCategoriesRequest = (input) => {
4542
4630
  path: _path2 + ".groupsetting",
4543
4631
  expected: "TermGroupSetting",
4544
4632
  value: input3.groupsetting
4545
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4633
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4546
4634
  path: _path2 + ".groupsetting",
4547
4635
  expected: "TermGroupSetting",
4548
4636
  value: input3.groupsetting
@@ -4554,7 +4642,7 @@ var validCategoriesRequest = (input) => {
4554
4642
  path: _path2 + ".childTerms[" + _index78 + "]",
4555
4643
  expected: "DtTerm",
4556
4644
  value: elem
4557
- })) && $vo39(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4645
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4558
4646
  path: _path2 + ".childTerms[" + _index78 + "]",
4559
4647
  expected: "DtTerm",
4560
4648
  value: elem
@@ -4563,7 +4651,7 @@ var validCategoriesRequest = (input) => {
4563
4651
  expected: "Array<DtTerm>",
4564
4652
  value: input3.childTerms
4565
4653
  })].every((flag) => flag);
4566
- 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, {
4567
4655
  path: _path2 + ".id",
4568
4656
  expected: "string",
4569
4657
  value: input3.id
@@ -4611,7 +4699,7 @@ var validCategoriesRequest = (input) => {
4611
4699
  path: _path2 + ".values",
4612
4700
  expected: "(TermValues | undefined)",
4613
4701
  value: input3.values
4614
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4702
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4615
4703
  path: _path2 + ".values",
4616
4704
  expected: "(TermValues | undefined)",
4617
4705
  value: input3.values
@@ -4621,11 +4709,11 @@ var validCategoriesRequest = (input) => {
4621
4709
  value: input3.skipValuesBuild
4622
4710
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
4623
4711
  path: _path2 + ".valueConversion",
4624
- expected: "(__type.o2 | undefined)",
4712
+ expected: "(__type.o3 | undefined)",
4625
4713
  value: input3.valueConversion
4626
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4714
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4627
4715
  path: _path2 + ".valueConversion",
4628
- expected: "(__type.o2 | undefined)",
4716
+ expected: "(__type.o3 | undefined)",
4629
4717
  value: input3.valueConversion
4630
4718
  }), "coord" === input3.kind || $report(_exceptionable2, {
4631
4719
  path: _path2 + ".kind",
@@ -4663,7 +4751,7 @@ var validCategoriesRequest = (input) => {
4663
4751
  path: _path2 + ".groupsetting",
4664
4752
  expected: "TermGroupSetting",
4665
4753
  value: input3.groupsetting
4666
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4754
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4667
4755
  path: _path2 + ".groupsetting",
4668
4756
  expected: "TermGroupSetting",
4669
4757
  value: input3.groupsetting
@@ -4675,7 +4763,7 @@ var validCategoriesRequest = (input) => {
4675
4763
  path: _path2 + ".childTerms[" + _index82 + "]",
4676
4764
  expected: "DtTerm",
4677
4765
  value: elem
4678
- })) && $vo39(elem, _path2 + ".childTerms[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4766
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4679
4767
  path: _path2 + ".childTerms[" + _index82 + "]",
4680
4768
  expected: "DtTerm",
4681
4769
  value: elem
@@ -4684,11 +4772,11 @@ var validCategoriesRequest = (input) => {
4684
4772
  expected: "Array<DtTerm>",
4685
4773
  value: input3.childTerms
4686
4774
  })].every((flag) => flag);
4687
- 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, {
4688
4776
  path: _path2 + ".hiddenValues",
4689
4777
  expected: "(HiddenValues | undefined)",
4690
4778
  value: input3.hiddenValues
4691
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4779
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4692
4780
  path: _path2 + ".hiddenValues",
4693
4781
  expected: "(HiddenValues | undefined)",
4694
4782
  value: input3.hiddenValues
@@ -4725,7 +4813,7 @@ var validCategoriesRequest = (input) => {
4725
4813
  expected: '"values"',
4726
4814
  value: input3.type
4727
4815
  })].every((flag) => flag);
4728
- 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, {
4729
4817
  path: _path2 + ".id",
4730
4818
  expected: "(string | undefined)",
4731
4819
  value: input3.id
@@ -4749,7 +4837,15 @@ var validCategoriesRequest = (input) => {
4749
4837
  path: _path2 + ".minNumSamples",
4750
4838
  expected: "(number | undefined)",
4751
4839
  value: input3.minNumSamples
4752
- }), 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, {
4753
4849
  path: _path2 + ".type",
4754
4850
  expected: '"GvPredefinedGsTW"',
4755
4851
  value: input3.type
@@ -4765,16 +4861,16 @@ var validCategoriesRequest = (input) => {
4765
4861
  path: _path2 + ".q",
4766
4862
  expected: "GvPredefinedGsQ",
4767
4863
  value: input3.q
4768
- })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4864
+ })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4769
4865
  path: _path2 + ".q",
4770
4866
  expected: "GvPredefinedGsQ",
4771
4867
  value: input3.q
4772
4868
  })].every((flag) => flag);
4773
- 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, {
4774
4870
  path: _path2 + ".hiddenValues",
4775
4871
  expected: "(HiddenValues | undefined)",
4776
4872
  value: input3.hiddenValues
4777
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4873
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4778
4874
  path: _path2 + ".hiddenValues",
4779
4875
  expected: "(HiddenValues | undefined)",
4780
4876
  value: input3.hiddenValues
@@ -4819,7 +4915,7 @@ var validCategoriesRequest = (input) => {
4819
4915
  expected: "Array<any>",
4820
4916
  value: input3.dtLst
4821
4917
  })].every((flag) => flag);
4822
- 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, {
4823
4919
  path: _path2 + ".id",
4824
4920
  expected: "(string | undefined)",
4825
4921
  value: input3.id
@@ -4843,7 +4939,15 @@ var validCategoriesRequest = (input) => {
4843
4939
  path: _path2 + ".minNumSamples",
4844
4940
  expected: "(number | undefined)",
4845
4941
  value: input3.minNumSamples
4846
- }), 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, {
4847
4951
  path: _path2 + ".type",
4848
4952
  expected: '"GvCustomGsTW"',
4849
4953
  value: input3.type
@@ -4859,16 +4963,16 @@ var validCategoriesRequest = (input) => {
4859
4963
  path: _path2 + ".q",
4860
4964
  expected: "GvCustomGsQ",
4861
4965
  value: input3.q
4862
- })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4966
+ })) && $vo84(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4863
4967
  path: _path2 + ".q",
4864
4968
  expected: "GvCustomGsQ",
4865
4969
  value: input3.q
4866
4970
  })].every((flag) => flag);
4867
- 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, {
4868
4972
  path: _path2 + ".hiddenValues",
4869
4973
  expected: "(HiddenValues | undefined)",
4870
4974
  value: input3.hiddenValues
4871
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4975
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4872
4976
  path: _path2 + ".hiddenValues",
4873
4977
  expected: "(HiddenValues | undefined)",
4874
4978
  value: input3.hiddenValues
@@ -4908,7 +5012,7 @@ var validCategoriesRequest = (input) => {
4908
5012
  path: _path2 + ".customset",
4909
5013
  expected: "BaseGroupSet",
4910
5014
  value: input3.customset
4911
- })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
5015
+ })) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4912
5016
  path: _path2 + ".customset",
4913
5017
  expected: "BaseGroupSet",
4914
5018
  value: input3.customset
@@ -4917,7 +5021,7 @@ var validCategoriesRequest = (input) => {
4917
5021
  expected: "Array<any>",
4918
5022
  value: input3.dtLst
4919
5023
  })].every((flag) => flag);
4920
- 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, {
4921
5025
  path: _path2 + ".id",
4922
5026
  expected: "(string | undefined)",
4923
5027
  value: input3.id
@@ -4941,7 +5045,15 @@ var validCategoriesRequest = (input) => {
4941
5045
  path: _path2 + ".minNumSamples",
4942
5046
  expected: "(number | undefined)",
4943
5047
  value: input3.minNumSamples
4944
- }), 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, {
4945
5057
  path: _path2 + ".type",
4946
5058
  expected: '"ConditionTW"',
4947
5059
  value: input3.type
@@ -4949,7 +5061,7 @@ var validCategoriesRequest = (input) => {
4949
5061
  path: _path2 + ".term",
4950
5062
  expected: "ConditionTerm",
4951
5063
  value: input3.term
4952
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5064
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4953
5065
  path: _path2 + ".term",
4954
5066
  expected: "ConditionTerm",
4955
5067
  value: input3.term
@@ -4962,11 +5074,11 @@ var validCategoriesRequest = (input) => {
4962
5074
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4963
5075
  value: input3.q
4964
5076
  })].every((flag) => flag);
4965
- 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, {
4966
5078
  path: _path2 + ".hiddenValues",
4967
5079
  expected: "(HiddenValues | undefined)",
4968
5080
  value: input3.hiddenValues
4969
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5081
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4970
5082
  path: _path2 + ".hiddenValues",
4971
5083
  expected: "(HiddenValues | undefined)",
4972
5084
  value: input3.hiddenValues
@@ -5023,11 +5135,11 @@ var validCategoriesRequest = (input) => {
5023
5135
  expected: "(boolean | undefined)",
5024
5136
  value: input3.value_by_computable_grade
5025
5137
  }), true].every((flag) => flag);
5026
- 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, {
5027
5139
  path: _path2 + ".hiddenValues",
5028
5140
  expected: "(HiddenValues | undefined)",
5029
5141
  value: input3.hiddenValues
5030
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5142
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5031
5143
  path: _path2 + ".hiddenValues",
5032
5144
  expected: "(HiddenValues | undefined)",
5033
5145
  value: input3.hiddenValues
@@ -5056,7 +5168,7 @@ var validCategoriesRequest = (input) => {
5056
5168
  expected: "true",
5057
5169
  value: input3.bar_by_children
5058
5170
  }), true].every((flag) => flag);
5059
- 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, {
5060
5172
  path: _path2 + ".id",
5061
5173
  expected: "(string | undefined)",
5062
5174
  value: input3.id
@@ -5080,7 +5192,15 @@ var validCategoriesRequest = (input) => {
5080
5192
  path: _path2 + ".minNumSamples",
5081
5193
  expected: "(number | undefined)",
5082
5194
  value: input3.minNumSamples
5083
- }), 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, {
5084
5204
  path: _path2 + ".type",
5085
5205
  expected: '"SnpsTW"',
5086
5206
  value: input3.type
@@ -5088,7 +5208,7 @@ var validCategoriesRequest = (input) => {
5088
5208
  path: _path2 + ".q",
5089
5209
  expected: "SnpsQ",
5090
5210
  value: input3.q
5091
- })) && $vo88(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5211
+ })) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5092
5212
  path: _path2 + ".q",
5093
5213
  expected: "SnpsQ",
5094
5214
  value: input3.q
@@ -5096,16 +5216,16 @@ var validCategoriesRequest = (input) => {
5096
5216
  path: _path2 + ".term",
5097
5217
  expected: "SnpsTerm",
5098
5218
  value: input3.term
5099
- })) && $vo90(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5219
+ })) && $vo91(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5100
5220
  path: _path2 + ".term",
5101
5221
  expected: "SnpsTerm",
5102
5222
  value: input3.term
5103
5223
  })].every((flag) => flag);
5104
- 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, {
5105
5225
  path: _path2 + ".hiddenValues",
5106
5226
  expected: "(HiddenValues | undefined)",
5107
5227
  value: input3.hiddenValues
5108
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5228
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5109
5229
  path: _path2 + ".hiddenValues",
5110
5230
  expected: "(HiddenValues | undefined)",
5111
5231
  value: input3.hiddenValues
@@ -5149,7 +5269,7 @@ var validCategoriesRequest = (input) => {
5149
5269
  path: _path2 + ".restrictAncestry",
5150
5270
  expected: "RestrictAncestry",
5151
5271
  value: input3.restrictAncestry
5152
- })) && $vo89(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5272
+ })) && $vo90(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5153
5273
  path: _path2 + ".restrictAncestry",
5154
5274
  expected: "RestrictAncestry",
5155
5275
  value: input3.restrictAncestry
@@ -5157,7 +5277,7 @@ var validCategoriesRequest = (input) => {
5157
5277
  path: _path2 + ".variant_filter",
5158
5278
  expected: "Filter",
5159
5279
  value: input3.variant_filter
5160
- })) && $vo6(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
5280
+ })) && $vo7(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
5161
5281
  path: _path2 + ".variant_filter",
5162
5282
  expected: "Filter",
5163
5283
  value: input3.variant_filter
@@ -5174,7 +5294,7 @@ var validCategoriesRequest = (input) => {
5174
5294
  expected: "number",
5175
5295
  value: input3.stop
5176
5296
  })].every((flag) => flag);
5177
- 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, {
5178
5298
  path: _path2 + ".name",
5179
5299
  expected: "string",
5180
5300
  value: input3.name
@@ -5187,7 +5307,7 @@ var validCategoriesRequest = (input) => {
5187
5307
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
5188
5308
  value: input3.tvs
5189
5309
  })].every((flag) => flag);
5190
- 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, {
5191
5311
  path: _path2 + ".id",
5192
5312
  expected: "string",
5193
5313
  value: input3.id
@@ -5235,7 +5355,7 @@ var validCategoriesRequest = (input) => {
5235
5355
  path: _path2 + ".values",
5236
5356
  expected: "(TermValues | undefined)",
5237
5357
  value: input3.values
5238
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5358
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5239
5359
  path: _path2 + ".values",
5240
5360
  expected: "(TermValues | undefined)",
5241
5361
  value: input3.values
@@ -5245,11 +5365,11 @@ var validCategoriesRequest = (input) => {
5245
5365
  value: input3.skipValuesBuild
5246
5366
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
5247
5367
  path: _path2 + ".valueConversion",
5248
- expected: "(__type.o2 | undefined)",
5368
+ expected: "(__type.o3 | undefined)",
5249
5369
  value: input3.valueConversion
5250
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
5370
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
5251
5371
  path: _path2 + ".valueConversion",
5252
- expected: "(__type.o2 | undefined)",
5372
+ expected: "(__type.o3 | undefined)",
5253
5373
  value: input3.valueConversion
5254
5374
  }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
5255
5375
  path: _path2 + ".reachedVariantLimit",
@@ -5263,7 +5383,7 @@ var validCategoriesRequest = (input) => {
5263
5383
  path: _path2 + ".snps[" + _index86 + "]",
5264
5384
  expected: "SnpsEntry",
5265
5385
  value: elem
5266
- })) && $vo91(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5386
+ })) && $vo92(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5267
5387
  path: _path2 + ".snps[" + _index86 + "]",
5268
5388
  expected: "SnpsEntry",
5269
5389
  value: elem
@@ -5272,7 +5392,7 @@ var validCategoriesRequest = (input) => {
5272
5392
  expected: "(Array<SnpsEntry> | undefined)",
5273
5393
  value: input3.snps
5274
5394
  })].every((flag) => flag);
5275
- 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, {
5276
5396
  path: _path2 + ".altAlleles",
5277
5397
  expected: "(Array<string> | undefined)",
5278
5398
  value: input3.altAlleles
@@ -5292,7 +5412,7 @@ var validCategoriesRequest = (input) => {
5292
5412
  path: _path2 + ".alleles[" + _index88 + "]",
5293
5413
  expected: "AllelesEntry",
5294
5414
  value: elem
5295
- })) && $vo92(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5415
+ })) && $vo93(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5296
5416
  path: _path2 + ".alleles[" + _index88 + "]",
5297
5417
  expected: "AllelesEntry",
5298
5418
  value: elem
@@ -5306,11 +5426,11 @@ var validCategoriesRequest = (input) => {
5306
5426
  value: input3.effectAllele
5307
5427
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
5308
5428
  path: _path2 + ".gt2count",
5309
- expected: "(__type.o12 | undefined)",
5429
+ expected: "(__type.o13 | undefined)",
5310
5430
  value: input3.gt2count
5311
- })) && $vo93(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5431
+ })) && $vo94(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5312
5432
  path: _path2 + ".gt2count",
5313
- expected: "(__type.o12 | undefined)",
5433
+ expected: "(__type.o13 | undefined)",
5314
5434
  value: input3.gt2count
5315
5435
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
5316
5436
  path: _path2 + ".invalid",
@@ -5337,7 +5457,7 @@ var validCategoriesRequest = (input) => {
5337
5457
  expected: "(number | undefined)",
5338
5458
  value: input3.pos
5339
5459
  })].every((flag) => flag);
5340
- 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, {
5341
5461
  path: _path2 + ".allele",
5342
5462
  expected: "string",
5343
5463
  value: input3.allele
@@ -5350,7 +5470,7 @@ var validCategoriesRequest = (input) => {
5350
5470
  expected: "boolean",
5351
5471
  value: input3.isRef
5352
5472
  })].every((flag) => flag);
5353
- 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, {
5354
5474
  path: _path2 + ".k",
5355
5475
  expected: "string",
5356
5476
  value: input3.k
@@ -5359,7 +5479,7 @@ var validCategoriesRequest = (input) => {
5359
5479
  expected: "(number | string)",
5360
5480
  value: input3.v
5361
5481
  })].every((flag) => flag);
5362
- 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, {
5363
5483
  path: _path2 + ".id",
5364
5484
  expected: "(string | undefined)",
5365
5485
  value: input3.id
@@ -5383,7 +5503,15 @@ var validCategoriesRequest = (input) => {
5383
5503
  path: _path2 + ".minNumSamples",
5384
5504
  expected: "(number | undefined)",
5385
5505
  value: input3.minNumSamples
5386
- }), 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, {
5387
5515
  path: _path2 + ".type",
5388
5516
  expected: '"TermCollectionTWCont"',
5389
5517
  value: input3.type
@@ -5391,7 +5519,7 @@ var validCategoriesRequest = (input) => {
5391
5519
  path: _path2 + ".term",
5392
5520
  expected: "NumericTermCollection",
5393
5521
  value: input3.term
5394
- })) && $vo51(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5522
+ })) && $vo52(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5395
5523
  path: _path2 + ".term",
5396
5524
  expected: "NumericTermCollection",
5397
5525
  value: input3.term
@@ -5399,16 +5527,16 @@ var validCategoriesRequest = (input) => {
5399
5527
  path: _path2 + ".q",
5400
5528
  expected: "TermCollectionQCont",
5401
5529
  value: input3.q
5402
- })) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5530
+ })) && $vo96(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5403
5531
  path: _path2 + ".q",
5404
5532
  expected: "TermCollectionQCont",
5405
5533
  value: input3.q
5406
5534
  })].every((flag) => flag);
5407
- 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, {
5408
5536
  path: _path2 + ".hiddenValues",
5409
5537
  expected: "(HiddenValues | undefined)",
5410
5538
  value: input3.hiddenValues
5411
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5539
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5412
5540
  path: _path2 + ".hiddenValues",
5413
5541
  expected: "(HiddenValues | undefined)",
5414
5542
  value: input3.hiddenValues
@@ -5457,7 +5585,7 @@ var validCategoriesRequest = (input) => {
5457
5585
  expected: "(Array<string> | undefined)",
5458
5586
  value: input3.numerators
5459
5587
  })].every((flag) => flag);
5460
- 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, {
5461
5589
  path: _path2 + ".id",
5462
5590
  expected: "(string | undefined)",
5463
5591
  value: input3.id
@@ -5481,7 +5609,15 @@ var validCategoriesRequest = (input) => {
5481
5609
  path: _path2 + ".minNumSamples",
5482
5610
  expected: "(number | undefined)",
5483
5611
  value: input3.minNumSamples
5484
- }), 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, {
5485
5621
  path: _path2 + ".type",
5486
5622
  expected: '"TermCollectionTWQual"',
5487
5623
  value: input3.type
@@ -5489,7 +5625,7 @@ var validCategoriesRequest = (input) => {
5489
5625
  path: _path2 + ".term",
5490
5626
  expected: "CategoricalTermCollection",
5491
5627
  value: input3.term
5492
- })) && $vo56(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5628
+ })) && $vo57(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5493
5629
  path: _path2 + ".term",
5494
5630
  expected: "CategoricalTermCollection",
5495
5631
  value: input3.term
@@ -5497,16 +5633,16 @@ var validCategoriesRequest = (input) => {
5497
5633
  path: _path2 + ".q",
5498
5634
  expected: "TermCollectionQQual",
5499
5635
  value: input3.q
5500
- })) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5636
+ })) && $vo98(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5501
5637
  path: _path2 + ".q",
5502
5638
  expected: "TermCollectionQQual",
5503
5639
  value: input3.q
5504
5640
  })].every((flag) => flag);
5505
- 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, {
5506
5642
  path: _path2 + ".hiddenValues",
5507
5643
  expected: "(HiddenValues | undefined)",
5508
5644
  value: input3.hiddenValues
5509
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5645
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5510
5646
  path: _path2 + ".hiddenValues",
5511
5647
  expected: "(HiddenValues | undefined)",
5512
5648
  value: input3.hiddenValues
@@ -5550,7 +5686,7 @@ var validCategoriesRequest = (input) => {
5550
5686
  path: _path2 + ".categoryKeys[" + _index92 + "]",
5551
5687
  expected: "CategoryKey",
5552
5688
  value: elem
5553
- })) && $vo57(elem, _path2 + ".categoryKeys[" + _index92 + "]", _exceptionable2) || $report(_exceptionable2, {
5689
+ })) && $vo58(elem, _path2 + ".categoryKeys[" + _index92 + "]", _exceptionable2) || $report(_exceptionable2, {
5554
5690
  path: _path2 + ".categoryKeys[" + _index92 + "]",
5555
5691
  expected: "CategoryKey",
5556
5692
  value: elem
@@ -5561,29 +5697,29 @@ var validCategoriesRequest = (input) => {
5561
5697
  })].every((flag) => flag);
5562
5698
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
5563
5699
  if ("tvslst" === input3.type)
5564
- return $vo6(input3, _path2, _exceptionable2);
5565
- if ("tvs" === input3.type)
5566
5700
  return $vo7(input3, _path2, _exceptionable2);
5701
+ if ("tvs" === input3.type)
5702
+ return $vo8(input3, _path2, _exceptionable2);
5567
5703
  return $report(_exceptionable2, {
5568
5704
  path: _path2,
5569
- expected: "(Filter | __type.o1)",
5705
+ expected: "(Filter | __type.o2)",
5570
5706
  value: input3
5571
5707
  });
5572
5708
  })();
5573
5709
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
5574
5710
  if (true === input3.startunbounded)
5575
- return $vo16(input3, _path2, _exceptionable2);
5711
+ return $vo17(input3, _path2, _exceptionable2);
5576
5712
  if (true === input3.stopunbounded)
5577
- return $vo18(input3, _path2, _exceptionable2);
5713
+ return $vo19(input3, _path2, _exceptionable2);
5578
5714
  if (void 0 !== input3.value)
5579
- return $vo32(input3, _path2, _exceptionable2);
5580
- return $vo17(input3, _path2, _exceptionable2);
5715
+ return $vo33(input3, _path2, _exceptionable2);
5716
+ return $vo18(input3, _path2, _exceptionable2);
5581
5717
  })();
5582
5718
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
5583
5719
  if ("gene" === input3.kind)
5584
- return $vo41(input3, _path2, _exceptionable2);
5585
- if ("coord" === input3.kind)
5586
5720
  return $vo42(input3, _path2, _exceptionable2);
5721
+ if ("coord" === input3.kind)
5722
+ return $vo43(input3, _path2, _exceptionable2);
5587
5723
  return $report(_exceptionable2, {
5588
5724
  path: _path2,
5589
5725
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5592,9 +5728,9 @@ var validCategoriesRequest = (input) => {
5592
5728
  })();
5593
5729
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5594
5730
  if ("string" === typeof input3.type)
5595
- return $vo45(input3, _path2, _exceptionable2);
5731
+ return $vo46(input3, _path2, _exceptionable2);
5596
5732
  if ("filter" === input3.type)
5597
- return $vo47(input3, _path2, _exceptionable2);
5733
+ return $vo48(input3, _path2, _exceptionable2);
5598
5734
  return $report(_exceptionable2, {
5599
5735
  path: _path2,
5600
5736
  expected: "(ValuesGroup | FilterGroup)",
@@ -5603,16 +5739,16 @@ var validCategoriesRequest = (input) => {
5603
5739
  })();
5604
5740
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5605
5741
  if (true === input3.startunbounded)
5606
- return $vo16(input3, _path2, _exceptionable2);
5742
+ return $vo17(input3, _path2, _exceptionable2);
5607
5743
  if (true === input3.stopunbounded)
5608
- return $vo18(input3, _path2, _exceptionable2);
5609
- return $vo17(input3, _path2, _exceptionable2);
5744
+ return $vo19(input3, _path2, _exceptionable2);
5745
+ return $vo18(input3, _path2, _exceptionable2);
5610
5746
  })();
5611
5747
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5612
5748
  if (true === input3.startunbounded)
5613
- return $vo16(input3, _path2, _exceptionable2);
5614
- if (void 0 !== input3.start)
5615
5749
  return $vo17(input3, _path2, _exceptionable2);
5750
+ if (void 0 !== input3.start)
5751
+ return $vo18(input3, _path2, _exceptionable2);
5616
5752
  return $report(_exceptionable2, {
5617
5753
  path: _path2,
5618
5754
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -5621,9 +5757,9 @@ var validCategoriesRequest = (input) => {
5621
5757
  })();
5622
5758
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5623
5759
  if (void 0 !== input3.stop)
5624
- return $vo17(input3, _path2, _exceptionable2);
5625
- if (true === input3.stopunbounded)
5626
5760
  return $vo18(input3, _path2, _exceptionable2);
5761
+ if (true === input3.stopunbounded)
5762
+ return $vo19(input3, _path2, _exceptionable2);
5627
5763
  return $report(_exceptionable2, {
5628
5764
  path: _path2,
5629
5765
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -5632,33 +5768,33 @@ var validCategoriesRequest = (input) => {
5632
5768
  })();
5633
5769
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5634
5770
  if ("TermCollectionTWQual" === input3.type)
5635
- return $vo96(input3, _path2, _exceptionable2);
5771
+ return $vo97(input3, _path2, _exceptionable2);
5636
5772
  if ("TermCollectionTWCont" === input3.type)
5637
- return $vo94(input3, _path2, _exceptionable2);
5773
+ return $vo95(input3, _path2, _exceptionable2);
5638
5774
  if ("SnpsTW" === input3.type)
5639
- return $vo87(input3, _path2, _exceptionable2);
5775
+ return $vo88(input3, _path2, _exceptionable2);
5640
5776
  if ("ConditionTW" === input3.type)
5641
- return $vo84(input3, _path2, _exceptionable2);
5777
+ return $vo85(input3, _path2, _exceptionable2);
5642
5778
  if ("GvCustomGsTW" === input3.type)
5643
- return $vo82(input3, _path2, _exceptionable2);
5779
+ return $vo83(input3, _path2, _exceptionable2);
5644
5780
  if ("GvPredefinedGsTW" === input3.type)
5645
- return $vo80(input3, _path2, _exceptionable2);
5781
+ return $vo81(input3, _path2, _exceptionable2);
5646
5782
  if ("GvValuesTW" === input3.type)
5647
- return $vo76(input3, _path2, _exceptionable2);
5783
+ return $vo77(input3, _path2, _exceptionable2);
5648
5784
  if ("NumTWSpline" === input3.type)
5649
- return $vo73(input3, _path2, _exceptionable2);
5785
+ return $vo74(input3, _path2, _exceptionable2);
5650
5786
  if ("NumTWCont" === input3.type)
5651
- return $vo71(input3, _path2, _exceptionable2);
5787
+ return $vo72(input3, _path2, _exceptionable2);
5652
5788
  if ("NumTWBinary" === input3.type)
5653
- return $vo69(input3, _path2, _exceptionable2);
5789
+ return $vo70(input3, _path2, _exceptionable2);
5654
5790
  if ("NumTWCustomBin" === input3.type)
5655
- return $vo68(input3, _path2, _exceptionable2);
5791
+ return $vo69(input3, _path2, _exceptionable2);
5656
5792
  if ("NumTWRegularBin" === input3.type)
5657
- return $vo67(input3, _path2, _exceptionable2);
5793
+ return $vo68(input3, _path2, _exceptionable2);
5658
5794
  if ("QualTWCustomGS" === input3.type)
5659
- return $vo64(input3, _path2, _exceptionable2);
5795
+ return $vo65(input3, _path2, _exceptionable2);
5660
5796
  if ("QualTWPredefinedGS" === input3.type)
5661
- return $vo62(input3, _path2, _exceptionable2);
5797
+ return $vo63(input3, _path2, _exceptionable2);
5662
5798
  if ("QualTWValues" === input3.type)
5663
5799
  return $vo1(input3, _path2, _exceptionable2);
5664
5800
  return $report(_exceptionable2, {
@@ -5669,11 +5805,11 @@ var validCategoriesRequest = (input) => {
5669
5805
  })();
5670
5806
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5671
5807
  if ("categorical" === input3.type)
5672
- return $vo3(input3, _path2, _exceptionable2);
5808
+ return $vo4(input3, _path2, _exceptionable2);
5673
5809
  if ("snp" === input3.type)
5674
- return $vo58(input3, _path2, _exceptionable2);
5675
- if ("singleCellCellType" === input3.type)
5676
5810
  return $vo59(input3, _path2, _exceptionable2);
5811
+ if ("singleCellCellType" === input3.type)
5812
+ return $vo60(input3, _path2, _exceptionable2);
5677
5813
  return $report(_exceptionable2, {
5678
5814
  path: _path2,
5679
5815
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -5682,31 +5818,31 @@ var validCategoriesRequest = (input) => {
5682
5818
  })();
5683
5819
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5684
5820
  if (void 0 !== input3.ranges)
5685
- return $vo9(input3, _path2, _exceptionable2);
5821
+ return $vo10(input3, _path2, _exceptionable2);
5686
5822
  if (void 0 !== input3.ratio)
5687
- return $vo50(input3, _path2, _exceptionable2);
5688
- 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);
5689
5825
  })();
5690
5826
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5691
5827
  if ("integer" === input3.type || "float" === input3.type)
5692
- return $vo10(input3, _path2, _exceptionable2);
5828
+ return $vo11(input3, _path2, _exceptionable2);
5693
5829
  if ("metaboliteIntensity" === input3.type)
5694
- return $vo24(input3, _path2, _exceptionable2);
5695
- if ("proteomeAbundance" === input3.type)
5696
5830
  return $vo25(input3, _path2, _exceptionable2);
5831
+ if ("proteomeAbundance" === input3.type)
5832
+ return $vo26(input3, _path2, _exceptionable2);
5697
5833
  if ("date" === input3.type)
5698
- return $vo27(input3, _path2, _exceptionable2);
5699
- if ("ssGSEA" === input3.type)
5700
5834
  return $vo28(input3, _path2, _exceptionable2);
5701
- if ("dnaMethylation" === input3.type)
5835
+ if ("ssGSEA" === input3.type)
5702
5836
  return $vo29(input3, _path2, _exceptionable2);
5703
- 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);
5704
5840
  })();
5705
5841
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5706
5842
  if ("regular-bin" === input3.type)
5707
- return $vo14(input3, _path2, _exceptionable2);
5843
+ return $vo15(input3, _path2, _exceptionable2);
5708
5844
  if ("custom-bin" === input3.type)
5709
- return $vo19(input3, _path2, _exceptionable2);
5845
+ return $vo20(input3, _path2, _exceptionable2);
5710
5846
  return $report(_exceptionable2, {
5711
5847
  path: _path2,
5712
5848
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -5715,9 +5851,9 @@ var validCategoriesRequest = (input) => {
5715
5851
  })();
5716
5852
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5717
5853
  if ("gene" === input3.kind)
5718
- return $vo40(input3, _path2, _exceptionable2);
5854
+ return $vo41(input3, _path2, _exceptionable2);
5719
5855
  if ("coord" === input3.kind)
5720
- return $vo48(input3, _path2, _exceptionable2);
5856
+ return $vo49(input3, _path2, _exceptionable2);
5721
5857
  return $report(_exceptionable2, {
5722
5858
  path: _path2,
5723
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; })',
@@ -5726,9 +5862,9 @@ var validCategoriesRequest = (input) => {
5726
5862
  })();
5727
5863
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5728
5864
  if ("numeric" === input3.memberType)
5729
- return $vo51(input3, _path2, _exceptionable2);
5865
+ return $vo52(input3, _path2, _exceptionable2);
5730
5866
  if ("categorical" === input3.memberType)
5731
- return $vo56(input3, _path2, _exceptionable2);
5867
+ return $vo57(input3, _path2, _exceptionable2);
5732
5868
  return $report(_exceptionable2, {
5733
5869
  path: _path2,
5734
5870
  expected: "(NumericTermCollection | CategoricalTermCollection)",
@@ -5737,9 +5873,9 @@ var validCategoriesRequest = (input) => {
5737
5873
  })();
5738
5874
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5739
5875
  if ("gene" === input3.kind)
5740
- return $vo77(input3, _path2, _exceptionable2);
5741
- if ("coord" === input3.kind)
5742
5876
  return $vo78(input3, _path2, _exceptionable2);
5877
+ if ("coord" === input3.kind)
5878
+ return $vo79(input3, _path2, _exceptionable2);
5743
5879
  return $report(_exceptionable2, {
5744
5880
  path: _path2,
5745
5881
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -5748,9 +5884,9 @@ var validCategoriesRequest = (input) => {
5748
5884
  })();
5749
5885
  const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5750
5886
  if ("grade" === input3.valueFor)
5751
- return $vo85(input3, _path2, _exceptionable2);
5752
- if ("children" === input3.valueFor)
5753
5887
  return $vo86(input3, _path2, _exceptionable2);
5888
+ if ("children" === input3.valueFor)
5889
+ return $vo87(input3, _path2, _exceptionable2);
5754
5890
  return $report(_exceptionable2, {
5755
5891
  path: _path2,
5756
5892
  expected: "(ConditionGradeQ | ConditionChildrenQ)",