@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.
@@ -22,7 +22,7 @@ var validBrainImagingRequest = (input) => {
22
22
  const __is = (input2) => {
23
23
  const $join = import_typia.createValidate.join;
24
24
  const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.refKey && (void 0 === input3.l || "string" === typeof input3.l) && (void 0 === input3.f || "string" === typeof input3.f) && (void 0 === input3.t || "string" === typeof input3.t) && (Array.isArray(input3.selectedSampleFileNames) && input3.selectedSampleFileNames.every((elem) => "string" === typeof elem)) && (void 0 === input3.divideByTW || "object" === typeof input3.divideByTW && null !== input3.divideByTW && $iu5(input3.divideByTW)) && (void 0 === input3.overlayTW || "object" === typeof input3.overlayTW && null !== input3.overlayTW && $iu5(input3.overlayTW)) && (void 0 === input3.legendFilter || Array.isArray(input3.legendFilter) && input3.legendFilter.every((elem) => "string" === typeof elem));
25
- 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 && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWValues" === input3.type;
25
+ 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 && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q)) && "QualTWValues" === input3.type;
26
26
  const $io2 = (input3) => Object.keys(input3).every((key) => {
27
27
  const value = input3[key];
28
28
  if (void 0 === value)
@@ -31,28 +31,36 @@ var validBrainImagingRequest = (input) => {
31
31
  return true;
32
32
  return true;
33
33
  });
34
- 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));
35
- const $io4 = (input3) => Object.keys(input3).every((key) => {
34
+ const $io3 = (input3) => Object.keys(input3).every((key) => {
36
35
  const value = input3[key];
37
36
  if (void 0 === value)
38
37
  return true;
39
38
  if (RegExp(/(.*)/).test(key))
40
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io5(value);
39
+ return true;
40
+ return true;
41
+ });
42
+ 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));
43
+ const $io5 = (input3) => Object.keys(input3).every((key) => {
44
+ const value = input3[key];
45
+ if (void 0 === value)
46
+ return true;
47
+ if (RegExp(/(.*)/).test(key))
48
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
41
49
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
42
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io5(value);
50
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io6(value);
43
51
  return true;
44
52
  });
45
- 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));
46
- 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);
47
- const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
48
- 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);
49
- 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 && $iu8(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)));
50
- 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));
51
- const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
52
- const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
53
- const $io13 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
54
- 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 && $iu10(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu11(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);
55
- const $io15 = (input3) => Object.keys(input3).every((key) => {
53
+ 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));
54
+ 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);
55
+ const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
56
+ 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);
57
+ 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 && $iu8(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)));
58
+ 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));
59
+ const $io12 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
60
+ const $io13 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
61
+ const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
62
+ 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 && $iu10(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu11(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);
63
+ const $io16 = (input3) => Object.keys(input3).every((key) => {
56
64
  const value = input3[key];
57
65
  if (void 0 === value)
58
66
  return true;
@@ -60,27 +68,27 @@ var validBrainImagingRequest = (input) => {
60
68
  return "number" === typeof value;
61
69
  return true;
62
70
  });
63
- 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);
64
- 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);
65
- 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);
66
- 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);
67
- 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);
68
- 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;
69
- 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);
70
- 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;
71
- 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));
72
- 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));
73
- 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));
74
- 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));
75
- 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));
76
- 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);
77
- 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;
78
- const $io32 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
79
- const $io33 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
80
- 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)));
81
- 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));
82
- 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;
83
- const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
71
+ 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);
72
+ 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);
73
+ 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);
74
+ 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);
75
+ 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);
76
+ 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;
77
+ 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);
78
+ 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;
79
+ 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));
80
+ 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));
81
+ 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));
82
+ 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));
83
+ 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));
84
+ 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);
85
+ 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;
86
+ const $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
87
+ const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
88
+ 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)));
89
+ 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));
90
+ 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;
91
+ const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
84
92
  if (["key", "label"].some((prop) => key === prop))
85
93
  return true;
86
94
  const value = input3[key];
@@ -90,30 +98,30 @@ var validBrainImagingRequest = (input) => {
90
98
  return true;
91
99
  return true;
92
100
  });
93
- 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);
94
- 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));
95
- 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)));
96
- 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);
97
- 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;
98
- 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)));
99
- 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)));
100
- 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);
101
- const $io46 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
102
- const $io47 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
103
- 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)));
104
- 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);
105
- 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;
106
- 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));
107
- 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));
108
- const $io53 = (input3) => Object.keys(input3).every((key) => {
101
+ 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);
102
+ 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));
103
+ 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)));
104
+ 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);
105
+ 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;
106
+ 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)));
107
+ 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)));
108
+ 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);
109
+ const $io47 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
110
+ const $io48 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
111
+ 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)));
112
+ 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);
113
+ 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;
114
+ 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));
115
+ 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));
116
+ const $io54 = (input3) => Object.keys(input3).every((key) => {
109
117
  const value = input3[key];
110
118
  if (void 0 === value)
111
119
  return true;
112
120
  if (RegExp(/(.*)/).test(key))
113
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io54(value);
121
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io55(value);
114
122
  return true;
115
123
  });
116
- const $io54 = (input3) => Object.keys(input3).every((key) => {
124
+ const $io55 = (input3) => Object.keys(input3).every((key) => {
117
125
  const value = input3[key];
118
126
  if (void 0 === value)
119
127
  return true;
@@ -121,149 +129,149 @@ var validBrainImagingRequest = (input) => {
121
129
  return true;
122
130
  return true;
123
131
  });
124
- const $io55 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
125
- 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)));
126
- const $io57 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
127
- 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));
128
- 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));
129
- 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;
130
- 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 && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWPredefinedGS" === input3.type;
131
- 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;
132
- 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 && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && "QualTWCustomGS" === input3.type;
133
- 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));
134
- const $io66 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
132
+ const $io56 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
133
+ 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)));
134
+ const $io58 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
135
+ 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));
136
+ 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));
137
+ 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;
138
+ 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 && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q)) && "QualTWPredefinedGS" === input3.type;
139
+ 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;
140
+ 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 && $iu6(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && "QualTWCustomGS" === input3.type;
141
+ 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));
142
+ const $io67 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
135
143
  const $iu0 = (input3) => (() => {
136
144
  if ("tvslst" === input3.type)
137
- return $io6(input3);
138
- if ("tvs" === input3.type)
139
145
  return $io7(input3);
146
+ if ("tvs" === input3.type)
147
+ return $io8(input3);
140
148
  return false;
141
149
  })();
142
150
  const $iu1 = (input3) => (() => {
143
151
  if (true === input3.startunbounded)
144
- return $io16(input3);
152
+ return $io17(input3);
145
153
  if (true === input3.stopunbounded)
146
- return $io18(input3);
154
+ return $io19(input3);
147
155
  if (void 0 !== input3.value)
148
- return $io32(input3);
149
- return $io17(input3);
156
+ return $io33(input3);
157
+ return $io18(input3);
150
158
  })();
151
159
  const $iu2 = (input3) => (() => {
152
160
  if ("gene" === input3.kind)
153
- return $io41(input3);
154
- if ("coord" === input3.kind)
155
161
  return $io42(input3);
162
+ if ("coord" === input3.kind)
163
+ return $io43(input3);
156
164
  return false;
157
165
  })();
158
166
  const $iu3 = (input3) => (() => {
159
167
  if ("string" === typeof input3.type)
160
- return $io45(input3);
168
+ return $io46(input3);
161
169
  if ("filter" === input3.type)
162
- return $io47(input3);
170
+ return $io48(input3);
163
171
  return false;
164
172
  })();
165
173
  const $iu4 = (input3) => (() => {
166
174
  if (true === input3.startunbounded)
167
- return $io16(input3);
175
+ return $io17(input3);
168
176
  if (true === input3.stopunbounded)
169
- return $io18(input3);
170
- return $io17(input3);
177
+ return $io19(input3);
178
+ return $io18(input3);
171
179
  })();
172
180
  const $iu5 = (input3) => (() => {
173
181
  if ("QualTWCustomGS" === input3.type)
174
- return $io64(input3);
182
+ return $io65(input3);
175
183
  if ("QualTWPredefinedGS" === input3.type)
176
- return $io62(input3);
184
+ return $io63(input3);
177
185
  if ("QualTWValues" === input3.type)
178
186
  return $io1(input3);
179
187
  return false;
180
188
  })();
181
189
  const $iu6 = (input3) => (() => {
182
190
  if ("categorical" === input3.type)
183
- return $io3(input3);
191
+ return $io4(input3);
184
192
  if ("snp" === input3.type)
185
- return $io58(input3);
186
- if ("singleCellCellType" === input3.type)
187
193
  return $io59(input3);
194
+ if ("singleCellCellType" === input3.type)
195
+ return $io60(input3);
188
196
  return false;
189
197
  })();
190
198
  const $iu7 = (input3) => (() => {
191
199
  if (void 0 !== input3.ranges)
192
- return $io9(input3);
200
+ return $io10(input3);
193
201
  if (void 0 !== input3.ratio)
194
- return $io50(input3);
202
+ return $io51(input3);
195
203
  return (() => {
196
- if ($io8(input3))
197
- return $io8(input3);
198
- if ($io34(input3))
199
- return $io34(input3);
200
- if ($io38(input3))
201
- return $io38(input3);
204
+ if ($io9(input3))
205
+ return $io9(input3);
206
+ if ($io35(input3))
207
+ return $io35(input3);
208
+ if ($io39(input3))
209
+ return $io39(input3);
202
210
  return false;
203
211
  })();
204
212
  })();
205
213
  const $iu8 = (input3) => (() => {
206
214
  if ("integer" === input3.type || "float" === input3.type)
207
- return $io10(input3);
215
+ return $io11(input3);
208
216
  if ("metaboliteIntensity" === input3.type)
209
- return $io24(input3);
210
- if ("proteomeAbundance" === input3.type)
211
217
  return $io25(input3);
218
+ if ("proteomeAbundance" === input3.type)
219
+ return $io26(input3);
212
220
  if ("date" === input3.type)
213
- return $io27(input3);
214
- if ("ssGSEA" === input3.type)
215
221
  return $io28(input3);
216
- if ("dnaMethylation" === input3.type)
222
+ if ("ssGSEA" === input3.type)
217
223
  return $io29(input3);
224
+ if ("dnaMethylation" === input3.type)
225
+ return $io30(input3);
218
226
  return (() => {
227
+ if ($io22(input3))
228
+ return $io22(input3);
219
229
  if ($io21(input3))
220
230
  return $io21(input3);
221
- if ($io20(input3))
222
- return $io20(input3);
231
+ if ($io24(input3))
232
+ return $io24(input3);
223
233
  if ($io23(input3))
224
234
  return $io23(input3);
225
- if ($io22(input3))
226
- return $io22(input3);
235
+ if ($io32(input3))
236
+ return $io32(input3);
227
237
  if ($io31(input3))
228
238
  return $io31(input3);
229
- if ($io30(input3))
230
- return $io30(input3);
231
239
  return false;
232
240
  })();
233
241
  })();
234
242
  const $iu9 = (input3) => (() => {
235
243
  if ("regular-bin" === input3.type)
236
- return $io14(input3);
244
+ return $io15(input3);
237
245
  if ("custom-bin" === input3.type)
238
- return $io19(input3);
246
+ return $io20(input3);
239
247
  return false;
240
248
  })();
241
249
  const $iu10 = (input3) => (() => {
242
250
  if (true === input3.startunbounded)
243
- return $io16(input3);
244
- if (void 0 !== input3.start)
245
251
  return $io17(input3);
252
+ if (void 0 !== input3.start)
253
+ return $io18(input3);
246
254
  return false;
247
255
  })();
248
256
  const $iu11 = (input3) => (() => {
249
257
  if (void 0 !== input3.stop)
250
- return $io17(input3);
251
- if (true === input3.stopunbounded)
252
258
  return $io18(input3);
259
+ if (true === input3.stopunbounded)
260
+ return $io19(input3);
253
261
  return false;
254
262
  })();
255
263
  const $iu12 = (input3) => (() => {
256
264
  if ("gene" === input3.kind)
257
- return $io40(input3);
265
+ return $io41(input3);
258
266
  if ("coord" === input3.kind)
259
- return $io48(input3);
267
+ return $io49(input3);
260
268
  return false;
261
269
  })();
262
270
  const $iu13 = (input3) => (() => {
263
271
  if ("numeric" === input3.memberType)
264
- return $io51(input3);
272
+ return $io52(input3);
265
273
  if ("categorical" === input3.memberType)
266
- return $io56(input3);
274
+ return $io57(input3);
267
275
  return false;
268
276
  })();
269
277
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -361,7 +369,15 @@ var validBrainImagingRequest = (input) => {
361
369
  path: _path2 + ".minNumSamples",
362
370
  expected: "(number | undefined)",
363
371
  value: input3.minNumSamples
364
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
372
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
373
+ path: _path2 + ".values",
374
+ expected: "(__type.o1 | undefined)",
375
+ value: input3.values
376
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
377
+ path: _path2 + ".values",
378
+ expected: "(__type.o1 | undefined)",
379
+ value: input3.values
380
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
365
381
  path: _path2 + ".term",
366
382
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
367
383
  value: input3.term
@@ -373,7 +389,7 @@ var validBrainImagingRequest = (input) => {
373
389
  path: _path2 + ".q",
374
390
  expected: "ValuesQ",
375
391
  value: input3.q
376
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
392
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
377
393
  path: _path2 + ".q",
378
394
  expected: "ValuesQ",
379
395
  value: input3.q
@@ -390,7 +406,15 @@ var validBrainImagingRequest = (input) => {
390
406
  return true;
391
407
  return true;
392
408
  }).every((flag) => flag)].every((flag) => flag);
393
- const $vo3 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
409
+ const $vo3 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
410
+ const value = input3[key];
411
+ if (void 0 === value)
412
+ return true;
413
+ if (RegExp(/(.*)/).test(key))
414
+ return true;
415
+ return true;
416
+ }).every((flag) => flag)].every((flag) => flag);
417
+ const $vo4 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
394
418
  path: _path2 + ".id",
395
419
  expected: "string",
396
420
  value: input3.id
@@ -438,7 +462,7 @@ var validBrainImagingRequest = (input) => {
438
462
  path: _path2 + ".values",
439
463
  expected: "(TermValues | undefined)",
440
464
  value: input3.values
441
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
465
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
442
466
  path: _path2 + ".values",
443
467
  expected: "(TermValues | undefined)",
444
468
  value: input3.values
@@ -448,22 +472,22 @@ var validBrainImagingRequest = (input) => {
448
472
  value: input3.skipValuesBuild
449
473
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
450
474
  path: _path2 + ".valueConversion",
451
- expected: "(__type.o2 | undefined)",
475
+ expected: "(__type.o3 | undefined)",
452
476
  value: input3.valueConversion
453
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
477
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
454
478
  path: _path2 + ".valueConversion",
455
- expected: "(__type.o2 | undefined)",
479
+ expected: "(__type.o3 | undefined)",
456
480
  value: input3.valueConversion
457
481
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
458
482
  path: _path2 + ".groupsetting",
459
483
  expected: "TermGroupSetting",
460
484
  value: input3.groupsetting
461
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
485
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
462
486
  path: _path2 + ".groupsetting",
463
487
  expected: "TermGroupSetting",
464
488
  value: input3.groupsetting
465
489
  })].every((flag) => flag);
466
- const $vo4 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
490
+ const $vo5 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
467
491
  const value = input3[key];
468
492
  if (void 0 === value)
469
493
  return true;
@@ -472,7 +496,7 @@ var validBrainImagingRequest = (input) => {
472
496
  path: _path2 + $join(key),
473
497
  expected: "BaseValue",
474
498
  value
475
- })) && $vo5(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
499
+ })) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
476
500
  path: _path2 + $join(key),
477
501
  expected: "BaseValue",
478
502
  value
@@ -482,14 +506,14 @@ var validBrainImagingRequest = (input) => {
482
506
  path: _path2 + $join(key),
483
507
  expected: "BaseValue",
484
508
  value
485
- })) && $vo5(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
509
+ })) && $vo6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
486
510
  path: _path2 + $join(key),
487
511
  expected: "BaseValue",
488
512
  value
489
513
  });
490
514
  return true;
491
515
  }).every((flag) => flag)].every((flag) => flag);
492
- const $vo5 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
516
+ const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
493
517
  path: _path2 + ".key",
494
518
  expected: "(string | undefined)",
495
519
  value: input3.key
@@ -517,12 +541,12 @@ var validBrainImagingRequest = (input) => {
517
541
  path: _path2 + ".filter",
518
542
  expected: "(Filter | undefined)",
519
543
  value: input3.filter
520
- })) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
544
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
521
545
  path: _path2 + ".filter",
522
546
  expected: "(Filter | undefined)",
523
547
  value: input3.filter
524
548
  })].every((flag) => flag);
525
- const $vo6 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
549
+ const $vo7 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
526
550
  path: _path2 + ".type",
527
551
  expected: '"tvslst"',
528
552
  value: input3.type
@@ -544,11 +568,11 @@ var validBrainImagingRequest = (input) => {
544
568
  value: input3.lst
545
569
  })) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
546
570
  path: _path2 + ".lst[" + _index5 + "]",
547
- expected: "(Filter | __type.o1)",
571
+ expected: "(Filter | __type.o2)",
548
572
  value: elem
549
573
  })) && $vu0(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
550
574
  path: _path2 + ".lst[" + _index5 + "]",
551
- expected: "(Filter | __type.o1)",
575
+ expected: "(Filter | __type.o2)",
552
576
  value: elem
553
577
  })).every((flag) => flag) || $report(_exceptionable2, {
554
578
  path: _path2 + ".lst",
@@ -559,7 +583,7 @@ var validBrainImagingRequest = (input) => {
559
583
  expected: "(string | undefined)",
560
584
  value: input3.$id
561
585
  })].every((flag) => flag);
562
- const $vo7 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
586
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
563
587
  path: _path2 + ".type",
564
588
  expected: '"tvs"',
565
589
  value: input3.type
@@ -572,7 +596,7 @@ var validBrainImagingRequest = (input) => {
572
596
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
573
597
  value: input3.tvs
574
598
  })].every((flag) => flag);
575
- const $vo8 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
599
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
576
600
  path: _path2 + ".join",
577
601
  expected: "(string | undefined)",
578
602
  value: input3.join
@@ -604,7 +628,7 @@ var validBrainImagingRequest = (input) => {
604
628
  path: _path2 + ".term",
605
629
  expected: "CategoricalTerm",
606
630
  value: input3.term
607
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
631
+ })) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
608
632
  path: _path2 + ".term",
609
633
  expected: "CategoricalTerm",
610
634
  value: input3.term
@@ -620,7 +644,7 @@ var validBrainImagingRequest = (input) => {
620
644
  path: _path2 + ".values[" + _index6 + "]",
621
645
  expected: "BaseValue",
622
646
  value: elem
623
- })) && $vo5(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
647
+ })) && $vo6(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
624
648
  path: _path2 + ".values[" + _index6 + "]",
625
649
  expected: "BaseValue",
626
650
  value: elem
@@ -633,7 +657,7 @@ var validBrainImagingRequest = (input) => {
633
657
  expected: "(Set<any> | undefined)",
634
658
  value: input3.valueset
635
659
  })].every((flag) => flag);
636
- const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
660
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
637
661
  path: _path2 + ".join",
638
662
  expected: "(string | undefined)",
639
663
  value: input3.join
@@ -675,11 +699,11 @@ var validBrainImagingRequest = (input) => {
675
699
  value: input3.ranges
676
700
  })) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
677
701
  path: _path2 + ".ranges[" + _index7 + "]",
678
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
702
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
679
703
  value: elem
680
704
  })) && $vu1(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
681
705
  path: _path2 + ".ranges[" + _index7 + "]",
682
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
706
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
683
707
  value: elem
684
708
  })).every((flag) => flag) || $report(_exceptionable2, {
685
709
  path: _path2 + ".ranges",
@@ -691,18 +715,18 @@ var validBrainImagingRequest = (input) => {
691
715
  value: input3.values
692
716
  })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
693
717
  path: _path2 + ".values[" + _index8 + "]",
694
- expected: "__type.o5",
718
+ expected: "__type.o6",
695
719
  value: elem
696
- })) && $vo33(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
720
+ })) && $vo34(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
697
721
  path: _path2 + ".values[" + _index8 + "]",
698
- expected: "__type.o5",
722
+ expected: "__type.o6",
699
723
  value: elem
700
724
  })).every((flag) => flag) || $report(_exceptionable2, {
701
725
  path: _path2 + ".values",
702
726
  expected: "(Array<__type> | undefined)",
703
727
  value: input3.values
704
728
  })].every((flag) => flag);
705
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
729
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
706
730
  path: _path2 + ".id",
707
731
  expected: "string",
708
732
  value: input3.id
@@ -750,7 +774,7 @@ var validBrainImagingRequest = (input) => {
750
774
  path: _path2 + ".values",
751
775
  expected: "(TermValues | undefined)",
752
776
  value: input3.values
753
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
777
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
754
778
  path: _path2 + ".values",
755
779
  expected: "(TermValues | undefined)",
756
780
  value: input3.values
@@ -760,19 +784,19 @@ var validBrainImagingRequest = (input) => {
760
784
  value: input3.skipValuesBuild
761
785
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
762
786
  path: _path2 + ".valueConversion",
763
- expected: "(__type.o2 | undefined)",
787
+ expected: "(__type.o3 | undefined)",
764
788
  value: input3.valueConversion
765
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
789
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
766
790
  path: _path2 + ".valueConversion",
767
- expected: "(__type.o2 | undefined)",
791
+ expected: "(__type.o3 | undefined)",
768
792
  value: input3.valueConversion
769
793
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
770
794
  path: _path2 + ".continuousColorScale",
771
- expected: "(__type.o3 | undefined)",
795
+ expected: "(__type.o4 | undefined)",
772
796
  value: input3.continuousColorScale
773
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
797
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
774
798
  path: _path2 + ".continuousColorScale",
775
- expected: "(__type.o3 | undefined)",
799
+ expected: "(__type.o4 | undefined)",
776
800
  value: input3.continuousColorScale
777
801
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
778
802
  path: _path2 + ".unit",
@@ -782,12 +806,12 @@ var validBrainImagingRequest = (input) => {
782
806
  path: _path2 + ".bins",
783
807
  expected: "PresetNumericBins",
784
808
  value: input3.bins
785
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
809
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
786
810
  path: _path2 + ".bins",
787
811
  expected: "PresetNumericBins",
788
812
  value: input3.bins
789
813
  })].every((flag) => flag);
790
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
814
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
791
815
  path: _path2 + ".fromUnit",
792
816
  expected: "string",
793
817
  value: input3.fromUnit
@@ -800,7 +824,7 @@ var validBrainImagingRequest = (input) => {
800
824
  expected: "string",
801
825
  value: input3.scaleFactor
802
826
  })].every((flag) => flag);
803
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
827
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
804
828
  path: _path2 + ".minColor",
805
829
  expected: "string",
806
830
  value: input3.minColor
@@ -809,7 +833,7 @@ var validBrainImagingRequest = (input) => {
809
833
  expected: "string",
810
834
  value: input3.maxColor
811
835
  })].every((flag) => flag);
812
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
836
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
813
837
  path: _path2 + '["default"]',
814
838
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
815
839
  value: input3["default"]
@@ -846,11 +870,11 @@ var validBrainImagingRequest = (input) => {
846
870
  expected: "(number | undefined)",
847
871
  value: input3.max
848
872
  })].every((flag) => flag);
849
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
873
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
850
874
  path: _path2 + ".hiddenValues",
851
875
  expected: "(HiddenValues | undefined)",
852
876
  value: input3.hiddenValues
853
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
877
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
854
878
  path: _path2 + ".hiddenValues",
855
879
  expected: "(HiddenValues | undefined)",
856
880
  value: input3.hiddenValues
@@ -915,7 +939,7 @@ var validBrainImagingRequest = (input) => {
915
939
  expected: "(boolean | undefined)",
916
940
  value: input3.isDummyPreset
917
941
  })].every((flag) => flag);
918
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
942
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
919
943
  const value = input3[key];
920
944
  if (void 0 === value)
921
945
  return true;
@@ -927,7 +951,7 @@ var validBrainImagingRequest = (input) => {
927
951
  });
928
952
  return true;
929
953
  }).every((flag) => flag)].every((flag) => flag);
930
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
954
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
931
955
  path: _path2 + ".startunbounded",
932
956
  expected: "true",
933
957
  value: input3.startunbounded
@@ -956,7 +980,7 @@ var validBrainImagingRequest = (input) => {
956
980
  expected: "(string | undefined)",
957
981
  value: input3.range
958
982
  })].every((flag) => flag);
959
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
983
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
960
984
  path: _path2 + ".startunbounded",
961
985
  expected: "(false | undefined)",
962
986
  value: input3.startunbounded
@@ -989,7 +1013,7 @@ var validBrainImagingRequest = (input) => {
989
1013
  expected: "(string | undefined)",
990
1014
  value: input3.range
991
1015
  })].every((flag) => flag);
992
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1016
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
993
1017
  path: _path2 + ".start",
994
1018
  expected: "number",
995
1019
  value: input3.start
@@ -1018,11 +1042,11 @@ var validBrainImagingRequest = (input) => {
1018
1042
  expected: "(string | undefined)",
1019
1043
  value: input3.range
1020
1044
  })].every((flag) => flag);
1021
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1045
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1022
1046
  path: _path2 + ".hiddenValues",
1023
1047
  expected: "(HiddenValues | undefined)",
1024
1048
  value: input3.hiddenValues
1025
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1049
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1026
1050
  path: _path2 + ".hiddenValues",
1027
1051
  expected: "(HiddenValues | undefined)",
1028
1052
  value: input3.hiddenValues
@@ -1089,7 +1113,7 @@ var validBrainImagingRequest = (input) => {
1089
1113
  expected: "(boolean | undefined)",
1090
1114
  value: input3.isDummyPreset
1091
1115
  })].every((flag) => flag);
1092
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1116
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1093
1117
  path: _path2 + ".id",
1094
1118
  expected: "string",
1095
1119
  value: input3.id
@@ -1137,7 +1161,7 @@ var validBrainImagingRequest = (input) => {
1137
1161
  path: _path2 + ".values",
1138
1162
  expected: "(TermValues | undefined)",
1139
1163
  value: input3.values
1140
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1164
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1141
1165
  path: _path2 + ".values",
1142
1166
  expected: "(TermValues | undefined)",
1143
1167
  value: input3.values
@@ -1147,19 +1171,19 @@ var validBrainImagingRequest = (input) => {
1147
1171
  value: input3.skipValuesBuild
1148
1172
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1149
1173
  path: _path2 + ".valueConversion",
1150
- expected: "(__type.o2 | undefined)",
1174
+ expected: "(__type.o3 | undefined)",
1151
1175
  value: input3.valueConversion
1152
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1176
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1153
1177
  path: _path2 + ".valueConversion",
1154
- expected: "(__type.o2 | undefined)",
1178
+ expected: "(__type.o3 | undefined)",
1155
1179
  value: input3.valueConversion
1156
1180
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1157
1181
  path: _path2 + ".continuousColorScale",
1158
- expected: "(__type.o3 | undefined)",
1182
+ expected: "(__type.o4 | undefined)",
1159
1183
  value: input3.continuousColorScale
1160
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1184
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1161
1185
  path: _path2 + ".continuousColorScale",
1162
- expected: "(__type.o3 | undefined)",
1186
+ expected: "(__type.o4 | undefined)",
1163
1187
  value: input3.continuousColorScale
1164
1188
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1165
1189
  path: _path2 + ".unit",
@@ -1169,7 +1193,7 @@ var validBrainImagingRequest = (input) => {
1169
1193
  path: _path2 + ".bins",
1170
1194
  expected: "(PresetNumericBins | undefined)",
1171
1195
  value: input3.bins
1172
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1196
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1173
1197
  path: _path2 + ".bins",
1174
1198
  expected: "(PresetNumericBins | undefined)",
1175
1199
  value: input3.bins
@@ -1194,7 +1218,7 @@ var validBrainImagingRequest = (input) => {
1194
1218
  expected: "(number | undefined)",
1195
1219
  value: input3.stop
1196
1220
  })].every((flag) => flag);
1197
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1221
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1198
1222
  path: _path2 + ".id",
1199
1223
  expected: "string",
1200
1224
  value: input3.id
@@ -1242,7 +1266,7 @@ var validBrainImagingRequest = (input) => {
1242
1266
  path: _path2 + ".values",
1243
1267
  expected: "(TermValues | undefined)",
1244
1268
  value: input3.values
1245
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1269
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1246
1270
  path: _path2 + ".values",
1247
1271
  expected: "(TermValues | undefined)",
1248
1272
  value: input3.values
@@ -1252,19 +1276,19 @@ var validBrainImagingRequest = (input) => {
1252
1276
  value: input3.skipValuesBuild
1253
1277
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1254
1278
  path: _path2 + ".valueConversion",
1255
- expected: "(__type.o2 | undefined)",
1279
+ expected: "(__type.o3 | undefined)",
1256
1280
  value: input3.valueConversion
1257
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1281
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1258
1282
  path: _path2 + ".valueConversion",
1259
- expected: "(__type.o2 | undefined)",
1283
+ expected: "(__type.o3 | undefined)",
1260
1284
  value: input3.valueConversion
1261
1285
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1262
1286
  path: _path2 + ".continuousColorScale",
1263
- expected: "(__type.o3 | undefined)",
1287
+ expected: "(__type.o4 | undefined)",
1264
1288
  value: input3.continuousColorScale
1265
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1289
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1266
1290
  path: _path2 + ".continuousColorScale",
1267
- expected: "(__type.o3 | undefined)",
1291
+ expected: "(__type.o4 | undefined)",
1268
1292
  value: input3.continuousColorScale
1269
1293
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1270
1294
  path: _path2 + ".unit",
@@ -1274,7 +1298,7 @@ var validBrainImagingRequest = (input) => {
1274
1298
  path: _path2 + ".bins",
1275
1299
  expected: "(PresetNumericBins | undefined)",
1276
1300
  value: input3.bins
1277
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1301
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1278
1302
  path: _path2 + ".bins",
1279
1303
  expected: "(PresetNumericBins | undefined)",
1280
1304
  value: input3.bins
@@ -1299,7 +1323,7 @@ var validBrainImagingRequest = (input) => {
1299
1323
  expected: "number",
1300
1324
  value: input3.stop
1301
1325
  })].every((flag) => flag);
1302
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1326
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1303
1327
  path: _path2 + ".id",
1304
1328
  expected: "string",
1305
1329
  value: input3.id
@@ -1347,7 +1371,7 @@ var validBrainImagingRequest = (input) => {
1347
1371
  path: _path2 + ".values",
1348
1372
  expected: "(TermValues | undefined)",
1349
1373
  value: input3.values
1350
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1374
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1351
1375
  path: _path2 + ".values",
1352
1376
  expected: "(TermValues | undefined)",
1353
1377
  value: input3.values
@@ -1357,19 +1381,19 @@ var validBrainImagingRequest = (input) => {
1357
1381
  value: input3.skipValuesBuild
1358
1382
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1359
1383
  path: _path2 + ".valueConversion",
1360
- expected: "(__type.o2 | undefined)",
1384
+ expected: "(__type.o3 | undefined)",
1361
1385
  value: input3.valueConversion
1362
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1386
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1363
1387
  path: _path2 + ".valueConversion",
1364
- expected: "(__type.o2 | undefined)",
1388
+ expected: "(__type.o3 | undefined)",
1365
1389
  value: input3.valueConversion
1366
1390
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1367
1391
  path: _path2 + ".continuousColorScale",
1368
- expected: "(__type.o3 | undefined)",
1392
+ expected: "(__type.o4 | undefined)",
1369
1393
  value: input3.continuousColorScale
1370
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1394
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1371
1395
  path: _path2 + ".continuousColorScale",
1372
- expected: "(__type.o3 | undefined)",
1396
+ expected: "(__type.o4 | undefined)",
1373
1397
  value: input3.continuousColorScale
1374
1398
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1375
1399
  path: _path2 + ".unit",
@@ -1379,7 +1403,7 @@ var validBrainImagingRequest = (input) => {
1379
1403
  path: _path2 + ".bins",
1380
1404
  expected: "(PresetNumericBins | undefined)",
1381
1405
  value: input3.bins
1382
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1406
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1383
1407
  path: _path2 + ".bins",
1384
1408
  expected: "(PresetNumericBins | undefined)",
1385
1409
  value: input3.bins
@@ -1408,7 +1432,7 @@ var validBrainImagingRequest = (input) => {
1408
1432
  expected: "(number | undefined)",
1409
1433
  value: input3.stop
1410
1434
  })].every((flag) => flag);
1411
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1435
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1412
1436
  path: _path2 + ".id",
1413
1437
  expected: "string",
1414
1438
  value: input3.id
@@ -1456,7 +1480,7 @@ var validBrainImagingRequest = (input) => {
1456
1480
  path: _path2 + ".values",
1457
1481
  expected: "(TermValues | undefined)",
1458
1482
  value: input3.values
1459
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1483
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1460
1484
  path: _path2 + ".values",
1461
1485
  expected: "(TermValues | undefined)",
1462
1486
  value: input3.values
@@ -1466,19 +1490,19 @@ var validBrainImagingRequest = (input) => {
1466
1490
  value: input3.skipValuesBuild
1467
1491
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1468
1492
  path: _path2 + ".valueConversion",
1469
- expected: "(__type.o2 | undefined)",
1493
+ expected: "(__type.o3 | undefined)",
1470
1494
  value: input3.valueConversion
1471
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1495
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1472
1496
  path: _path2 + ".valueConversion",
1473
- expected: "(__type.o2 | undefined)",
1497
+ expected: "(__type.o3 | undefined)",
1474
1498
  value: input3.valueConversion
1475
1499
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1476
1500
  path: _path2 + ".continuousColorScale",
1477
- expected: "(__type.o3 | undefined)",
1501
+ expected: "(__type.o4 | undefined)",
1478
1502
  value: input3.continuousColorScale
1479
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1503
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1480
1504
  path: _path2 + ".continuousColorScale",
1481
- expected: "(__type.o3 | undefined)",
1505
+ expected: "(__type.o4 | undefined)",
1482
1506
  value: input3.continuousColorScale
1483
1507
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1484
1508
  path: _path2 + ".unit",
@@ -1488,7 +1512,7 @@ var validBrainImagingRequest = (input) => {
1488
1512
  path: _path2 + ".bins",
1489
1513
  expected: "(PresetNumericBins | undefined)",
1490
1514
  value: input3.bins
1491
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1515
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1492
1516
  path: _path2 + ".bins",
1493
1517
  expected: "(PresetNumericBins | undefined)",
1494
1518
  value: input3.bins
@@ -1517,7 +1541,7 @@ var validBrainImagingRequest = (input) => {
1517
1541
  expected: "number",
1518
1542
  value: input3.stop
1519
1543
  })].every((flag) => flag);
1520
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1544
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1521
1545
  path: _path2 + ".id",
1522
1546
  expected: "string",
1523
1547
  value: input3.id
@@ -1565,7 +1589,7 @@ var validBrainImagingRequest = (input) => {
1565
1589
  path: _path2 + ".values",
1566
1590
  expected: "(TermValues | undefined)",
1567
1591
  value: input3.values
1568
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1592
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1569
1593
  path: _path2 + ".values",
1570
1594
  expected: "(TermValues | undefined)",
1571
1595
  value: input3.values
@@ -1575,19 +1599,19 @@ var validBrainImagingRequest = (input) => {
1575
1599
  value: input3.skipValuesBuild
1576
1600
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1577
1601
  path: _path2 + ".valueConversion",
1578
- expected: "(__type.o2 | undefined)",
1602
+ expected: "(__type.o3 | undefined)",
1579
1603
  value: input3.valueConversion
1580
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1604
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1581
1605
  path: _path2 + ".valueConversion",
1582
- expected: "(__type.o2 | undefined)",
1606
+ expected: "(__type.o3 | undefined)",
1583
1607
  value: input3.valueConversion
1584
1608
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1585
1609
  path: _path2 + ".continuousColorScale",
1586
- expected: "(__type.o3 | undefined)",
1610
+ expected: "(__type.o4 | undefined)",
1587
1611
  value: input3.continuousColorScale
1588
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1612
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1589
1613
  path: _path2 + ".continuousColorScale",
1590
- expected: "(__type.o3 | undefined)",
1614
+ expected: "(__type.o4 | undefined)",
1591
1615
  value: input3.continuousColorScale
1592
1616
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1593
1617
  path: _path2 + ".unit",
@@ -1601,12 +1625,12 @@ var validBrainImagingRequest = (input) => {
1601
1625
  path: _path2 + ".bins",
1602
1626
  expected: "(PresetNumericBins | undefined)",
1603
1627
  value: input3.bins
1604
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1628
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1605
1629
  path: _path2 + ".bins",
1606
1630
  expected: "(PresetNumericBins | undefined)",
1607
1631
  value: input3.bins
1608
1632
  })].every((flag) => flag);
1609
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1633
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1610
1634
  path: _path2 + ".id",
1611
1635
  expected: "string",
1612
1636
  value: input3.id
@@ -1654,7 +1678,7 @@ var validBrainImagingRequest = (input) => {
1654
1678
  path: _path2 + ".values",
1655
1679
  expected: "(TermValues | undefined)",
1656
1680
  value: input3.values
1657
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1681
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1658
1682
  path: _path2 + ".values",
1659
1683
  expected: "(TermValues | undefined)",
1660
1684
  value: input3.values
@@ -1664,19 +1688,19 @@ var validBrainImagingRequest = (input) => {
1664
1688
  value: input3.skipValuesBuild
1665
1689
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1666
1690
  path: _path2 + ".valueConversion",
1667
- expected: "(__type.o2 | undefined)",
1691
+ expected: "(__type.o3 | undefined)",
1668
1692
  value: input3.valueConversion
1669
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1693
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1670
1694
  path: _path2 + ".valueConversion",
1671
- expected: "(__type.o2 | undefined)",
1695
+ expected: "(__type.o3 | undefined)",
1672
1696
  value: input3.valueConversion
1673
1697
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1674
1698
  path: _path2 + ".continuousColorScale",
1675
- expected: "(__type.o3 | undefined)",
1699
+ expected: "(__type.o4 | undefined)",
1676
1700
  value: input3.continuousColorScale
1677
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1701
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1678
1702
  path: _path2 + ".continuousColorScale",
1679
- expected: "(__type.o3 | undefined)",
1703
+ expected: "(__type.o4 | undefined)",
1680
1704
  value: input3.continuousColorScale
1681
1705
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1682
1706
  path: _path2 + ".unit",
@@ -1690,7 +1714,7 @@ var validBrainImagingRequest = (input) => {
1690
1714
  path: _path2 + ".bins",
1691
1715
  expected: "(PresetNumericBins | undefined)",
1692
1716
  value: input3.bins
1693
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1717
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1694
1718
  path: _path2 + ".bins",
1695
1719
  expected: "(PresetNumericBins | undefined)",
1696
1720
  value: input3.bins
@@ -1698,12 +1722,12 @@ var validBrainImagingRequest = (input) => {
1698
1722
  path: _path2 + ".proteomeDetails",
1699
1723
  expected: "ProteomeDetails",
1700
1724
  value: input3.proteomeDetails
1701
- })) && $vo26(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1725
+ })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1702
1726
  path: _path2 + ".proteomeDetails",
1703
1727
  expected: "ProteomeDetails",
1704
1728
  value: input3.proteomeDetails
1705
1729
  })].every((flag) => flag);
1706
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1730
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1707
1731
  path: _path2 + ".assay",
1708
1732
  expected: "string",
1709
1733
  value: input3.assay
@@ -1712,7 +1736,7 @@ var validBrainImagingRequest = (input) => {
1712
1736
  expected: "string",
1713
1737
  value: input3.cohort
1714
1738
  })].every((flag) => flag);
1715
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1739
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1716
1740
  path: _path2 + ".id",
1717
1741
  expected: "string",
1718
1742
  value: input3.id
@@ -1760,7 +1784,7 @@ var validBrainImagingRequest = (input) => {
1760
1784
  path: _path2 + ".values",
1761
1785
  expected: "(TermValues | undefined)",
1762
1786
  value: input3.values
1763
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1787
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1764
1788
  path: _path2 + ".values",
1765
1789
  expected: "(TermValues | undefined)",
1766
1790
  value: input3.values
@@ -1770,19 +1794,19 @@ var validBrainImagingRequest = (input) => {
1770
1794
  value: input3.skipValuesBuild
1771
1795
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1772
1796
  path: _path2 + ".valueConversion",
1773
- expected: "(__type.o2 | undefined)",
1797
+ expected: "(__type.o3 | undefined)",
1774
1798
  value: input3.valueConversion
1775
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1799
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1776
1800
  path: _path2 + ".valueConversion",
1777
- expected: "(__type.o2 | undefined)",
1801
+ expected: "(__type.o3 | undefined)",
1778
1802
  value: input3.valueConversion
1779
1803
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1780
1804
  path: _path2 + ".continuousColorScale",
1781
- expected: "(__type.o3 | undefined)",
1805
+ expected: "(__type.o4 | undefined)",
1782
1806
  value: input3.continuousColorScale
1783
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1807
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1784
1808
  path: _path2 + ".continuousColorScale",
1785
- expected: "(__type.o3 | undefined)",
1809
+ expected: "(__type.o4 | undefined)",
1786
1810
  value: input3.continuousColorScale
1787
1811
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1788
1812
  path: _path2 + ".unit",
@@ -1792,12 +1816,12 @@ var validBrainImagingRequest = (input) => {
1792
1816
  path: _path2 + ".bins",
1793
1817
  expected: "(PresetNumericBins | undefined)",
1794
1818
  value: input3.bins
1795
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1819
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1796
1820
  path: _path2 + ".bins",
1797
1821
  expected: "(PresetNumericBins | undefined)",
1798
1822
  value: input3.bins
1799
1823
  })].every((flag) => flag);
1800
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1824
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1801
1825
  path: _path2 + ".id",
1802
1826
  expected: "string",
1803
1827
  value: input3.id
@@ -1845,7 +1869,7 @@ var validBrainImagingRequest = (input) => {
1845
1869
  path: _path2 + ".values",
1846
1870
  expected: "(TermValues | undefined)",
1847
1871
  value: input3.values
1848
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1872
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1849
1873
  path: _path2 + ".values",
1850
1874
  expected: "(TermValues | undefined)",
1851
1875
  value: input3.values
@@ -1855,19 +1879,19 @@ var validBrainImagingRequest = (input) => {
1855
1879
  value: input3.skipValuesBuild
1856
1880
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1857
1881
  path: _path2 + ".valueConversion",
1858
- expected: "(__type.o2 | undefined)",
1882
+ expected: "(__type.o3 | undefined)",
1859
1883
  value: input3.valueConversion
1860
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1884
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1861
1885
  path: _path2 + ".valueConversion",
1862
- expected: "(__type.o2 | undefined)",
1886
+ expected: "(__type.o3 | undefined)",
1863
1887
  value: input3.valueConversion
1864
1888
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1865
1889
  path: _path2 + ".continuousColorScale",
1866
- expected: "(__type.o3 | undefined)",
1890
+ expected: "(__type.o4 | undefined)",
1867
1891
  value: input3.continuousColorScale
1868
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1892
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1869
1893
  path: _path2 + ".continuousColorScale",
1870
- expected: "(__type.o3 | undefined)",
1894
+ expected: "(__type.o4 | undefined)",
1871
1895
  value: input3.continuousColorScale
1872
1896
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1873
1897
  path: _path2 + ".unit",
@@ -1889,12 +1913,12 @@ var validBrainImagingRequest = (input) => {
1889
1913
  path: _path2 + ".bins",
1890
1914
  expected: "(PresetNumericBins | undefined)",
1891
1915
  value: input3.bins
1892
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1916
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1893
1917
  path: _path2 + ".bins",
1894
1918
  expected: "(PresetNumericBins | undefined)",
1895
1919
  value: input3.bins
1896
1920
  })].every((flag) => flag);
1897
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1921
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1898
1922
  path: _path2 + ".id",
1899
1923
  expected: "string",
1900
1924
  value: input3.id
@@ -1942,7 +1966,7 @@ var validBrainImagingRequest = (input) => {
1942
1966
  path: _path2 + ".values",
1943
1967
  expected: "(TermValues | undefined)",
1944
1968
  value: input3.values
1945
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1969
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1946
1970
  path: _path2 + ".values",
1947
1971
  expected: "(TermValues | undefined)",
1948
1972
  value: input3.values
@@ -1952,19 +1976,19 @@ var validBrainImagingRequest = (input) => {
1952
1976
  value: input3.skipValuesBuild
1953
1977
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1954
1978
  path: _path2 + ".valueConversion",
1955
- expected: "(__type.o2 | undefined)",
1979
+ expected: "(__type.o3 | undefined)",
1956
1980
  value: input3.valueConversion
1957
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1981
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1958
1982
  path: _path2 + ".valueConversion",
1959
- expected: "(__type.o2 | undefined)",
1983
+ expected: "(__type.o3 | undefined)",
1960
1984
  value: input3.valueConversion
1961
1985
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1962
1986
  path: _path2 + ".continuousColorScale",
1963
- expected: "(__type.o3 | undefined)",
1987
+ expected: "(__type.o4 | undefined)",
1964
1988
  value: input3.continuousColorScale
1965
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1989
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1966
1990
  path: _path2 + ".continuousColorScale",
1967
- expected: "(__type.o3 | undefined)",
1991
+ expected: "(__type.o4 | undefined)",
1968
1992
  value: input3.continuousColorScale
1969
1993
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1970
1994
  path: _path2 + ".unit",
@@ -1990,12 +2014,12 @@ var validBrainImagingRequest = (input) => {
1990
2014
  path: _path2 + ".bins",
1991
2015
  expected: "(PresetNumericBins | undefined)",
1992
2016
  value: input3.bins
1993
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2017
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1994
2018
  path: _path2 + ".bins",
1995
2019
  expected: "(PresetNumericBins | undefined)",
1996
2020
  value: input3.bins
1997
2021
  })].every((flag) => flag);
1998
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2022
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1999
2023
  path: _path2 + ".id",
2000
2024
  expected: "string",
2001
2025
  value: input3.id
@@ -2043,7 +2067,7 @@ var validBrainImagingRequest = (input) => {
2043
2067
  path: _path2 + ".values",
2044
2068
  expected: "(TermValues | undefined)",
2045
2069
  value: input3.values
2046
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2070
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2047
2071
  path: _path2 + ".values",
2048
2072
  expected: "(TermValues | undefined)",
2049
2073
  value: input3.values
@@ -2053,19 +2077,19 @@ var validBrainImagingRequest = (input) => {
2053
2077
  value: input3.skipValuesBuild
2054
2078
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2055
2079
  path: _path2 + ".valueConversion",
2056
- expected: "(__type.o2 | undefined)",
2080
+ expected: "(__type.o3 | undefined)",
2057
2081
  value: input3.valueConversion
2058
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2082
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2059
2083
  path: _path2 + ".valueConversion",
2060
- expected: "(__type.o2 | undefined)",
2084
+ expected: "(__type.o3 | undefined)",
2061
2085
  value: input3.valueConversion
2062
2086
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2063
2087
  path: _path2 + ".continuousColorScale",
2064
- expected: "(__type.o3 | undefined)",
2088
+ expected: "(__type.o4 | undefined)",
2065
2089
  value: input3.continuousColorScale
2066
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2090
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2067
2091
  path: _path2 + ".continuousColorScale",
2068
- expected: "(__type.o3 | undefined)",
2092
+ expected: "(__type.o4 | undefined)",
2069
2093
  value: input3.continuousColorScale
2070
2094
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2071
2095
  path: _path2 + ".unit",
@@ -2083,7 +2107,7 @@ var validBrainImagingRequest = (input) => {
2083
2107
  path: _path2 + ".bins",
2084
2108
  expected: "(PresetNumericBins | undefined)",
2085
2109
  value: input3.bins
2086
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2110
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2087
2111
  path: _path2 + ".bins",
2088
2112
  expected: "(PresetNumericBins | undefined)",
2089
2113
  value: input3.bins
@@ -2104,7 +2128,7 @@ var validBrainImagingRequest = (input) => {
2104
2128
  expected: "(number | undefined)",
2105
2129
  value: input3.stop
2106
2130
  })].every((flag) => flag);
2107
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2131
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2108
2132
  path: _path2 + ".id",
2109
2133
  expected: "string",
2110
2134
  value: input3.id
@@ -2152,7 +2176,7 @@ var validBrainImagingRequest = (input) => {
2152
2176
  path: _path2 + ".values",
2153
2177
  expected: "(TermValues | undefined)",
2154
2178
  value: input3.values
2155
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2179
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2156
2180
  path: _path2 + ".values",
2157
2181
  expected: "(TermValues | undefined)",
2158
2182
  value: input3.values
@@ -2162,19 +2186,19 @@ var validBrainImagingRequest = (input) => {
2162
2186
  value: input3.skipValuesBuild
2163
2187
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2164
2188
  path: _path2 + ".valueConversion",
2165
- expected: "(__type.o2 | undefined)",
2189
+ expected: "(__type.o3 | undefined)",
2166
2190
  value: input3.valueConversion
2167
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2191
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2168
2192
  path: _path2 + ".valueConversion",
2169
- expected: "(__type.o2 | undefined)",
2193
+ expected: "(__type.o3 | undefined)",
2170
2194
  value: input3.valueConversion
2171
2195
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2172
2196
  path: _path2 + ".continuousColorScale",
2173
- expected: "(__type.o3 | undefined)",
2197
+ expected: "(__type.o4 | undefined)",
2174
2198
  value: input3.continuousColorScale
2175
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2199
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2176
2200
  path: _path2 + ".continuousColorScale",
2177
- expected: "(__type.o3 | undefined)",
2201
+ expected: "(__type.o4 | undefined)",
2178
2202
  value: input3.continuousColorScale
2179
2203
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2180
2204
  path: _path2 + ".unit",
@@ -2192,7 +2216,7 @@ var validBrainImagingRequest = (input) => {
2192
2216
  path: _path2 + ".bins",
2193
2217
  expected: "(PresetNumericBins | undefined)",
2194
2218
  value: input3.bins
2195
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2219
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2196
2220
  path: _path2 + ".bins",
2197
2221
  expected: "(PresetNumericBins | undefined)",
2198
2222
  value: input3.bins
@@ -2213,7 +2237,7 @@ var validBrainImagingRequest = (input) => {
2213
2237
  expected: "number",
2214
2238
  value: input3.stop
2215
2239
  })].every((flag) => flag);
2216
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2240
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2217
2241
  path: _path2 + ".value",
2218
2242
  expected: "number",
2219
2243
  value: input3.value
@@ -2226,7 +2250,7 @@ var validBrainImagingRequest = (input) => {
2226
2250
  expected: "(string | undefined)",
2227
2251
  value: input3.name
2228
2252
  })].every((flag) => flag);
2229
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2253
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2230
2254
  path: _path2 + ".key",
2231
2255
  expected: "string",
2232
2256
  value: input3.key
@@ -2243,7 +2267,7 @@ var validBrainImagingRequest = (input) => {
2243
2267
  expected: "(string | undefined)",
2244
2268
  value: input3.label
2245
2269
  })].every((flag) => flag);
2246
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2270
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2247
2271
  path: _path2 + ".join",
2248
2272
  expected: "(string | undefined)",
2249
2273
  value: input3.join
@@ -2275,7 +2299,7 @@ var validBrainImagingRequest = (input) => {
2275
2299
  path: _path2 + ".term",
2276
2300
  expected: "ConditionTerm",
2277
2301
  value: input3.term
2278
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2302
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2279
2303
  path: _path2 + ".term",
2280
2304
  expected: "ConditionTerm",
2281
2305
  value: input3.term
@@ -2287,7 +2311,7 @@ var validBrainImagingRequest = (input) => {
2287
2311
  path: _path2 + ".grade_and_child[" + _index35 + "]",
2288
2312
  expected: "GradeAndChildEntry",
2289
2313
  value: elem
2290
- })) && $vo36(elem, _path2 + ".grade_and_child[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2314
+ })) && $vo37(elem, _path2 + ".grade_and_child[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2291
2315
  path: _path2 + ".grade_and_child[" + _index35 + "]",
2292
2316
  expected: "GradeAndChildEntry",
2293
2317
  value: elem
@@ -2301,18 +2325,18 @@ var validBrainImagingRequest = (input) => {
2301
2325
  value: input3.values
2302
2326
  })) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2303
2327
  path: _path2 + ".values[" + _index36 + "]",
2304
- expected: "__type.o6",
2328
+ expected: "__type.o7",
2305
2329
  value: elem
2306
- })) && $vo37(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2330
+ })) && $vo38(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2307
2331
  path: _path2 + ".values[" + _index36 + "]",
2308
- expected: "__type.o6",
2332
+ expected: "__type.o7",
2309
2333
  value: elem
2310
2334
  })).every((flag) => flag) || $report(_exceptionable2, {
2311
2335
  path: _path2 + ".values",
2312
2336
  expected: "Array<__type>.o1",
2313
2337
  value: input3.values
2314
2338
  })].every((flag) => flag);
2315
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2339
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2316
2340
  path: _path2 + ".id",
2317
2341
  expected: "string",
2318
2342
  value: input3.id
@@ -2360,7 +2384,7 @@ var validBrainImagingRequest = (input) => {
2360
2384
  path: _path2 + ".values",
2361
2385
  expected: "(TermValues | undefined)",
2362
2386
  value: input3.values
2363
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2387
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2364
2388
  path: _path2 + ".values",
2365
2389
  expected: "(TermValues | undefined)",
2366
2390
  value: input3.values
@@ -2370,14 +2394,14 @@ var validBrainImagingRequest = (input) => {
2370
2394
  value: input3.skipValuesBuild
2371
2395
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2372
2396
  path: _path2 + ".valueConversion",
2373
- expected: "(__type.o2 | undefined)",
2397
+ expected: "(__type.o3 | undefined)",
2374
2398
  value: input3.valueConversion
2375
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2399
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2376
2400
  path: _path2 + ".valueConversion",
2377
- expected: "(__type.o2 | undefined)",
2401
+ expected: "(__type.o3 | undefined)",
2378
2402
  value: input3.valueConversion
2379
2403
  })].every((flag) => flag);
2380
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2404
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2381
2405
  path: _path2 + ".grade",
2382
2406
  expected: "number",
2383
2407
  value: input3.grade
@@ -2394,7 +2418,7 @@ var validBrainImagingRequest = (input) => {
2394
2418
  expected: "string",
2395
2419
  value: input3.child_label
2396
2420
  })].every((flag) => flag);
2397
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2421
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2398
2422
  path: _path2 + ".key",
2399
2423
  expected: "(number | string)",
2400
2424
  value: input3.key
@@ -2412,7 +2436,7 @@ var validBrainImagingRequest = (input) => {
2412
2436
  return true;
2413
2437
  return true;
2414
2438
  }).every((flag) => flag)].every((flag) => flag);
2415
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2439
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2416
2440
  path: _path2 + ".join",
2417
2441
  expected: "(string | undefined)",
2418
2442
  value: input3.join
@@ -2444,7 +2468,7 @@ var validBrainImagingRequest = (input) => {
2444
2468
  path: _path2 + ".term",
2445
2469
  expected: "DtTerm",
2446
2470
  value: input3.term
2447
- })) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2471
+ })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2448
2472
  path: _path2 + ".term",
2449
2473
  expected: "DtTerm",
2450
2474
  value: input3.term
@@ -2456,7 +2480,7 @@ var validBrainImagingRequest = (input) => {
2456
2480
  path: _path2 + ".values[" + _index39 + "]",
2457
2481
  expected: "GeneVariantValue",
2458
2482
  value: elem
2459
- })) && $vo49(elem, _path2 + ".values[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2483
+ })) && $vo50(elem, _path2 + ".values[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2460
2484
  path: _path2 + ".values[" + _index39 + "]",
2461
2485
  expected: "GeneVariantValue",
2462
2486
  value: elem
@@ -2505,7 +2529,7 @@ var validBrainImagingRequest = (input) => {
2505
2529
  expected: "(number | undefined)",
2506
2530
  value: input3.fractionOverlap
2507
2531
  })].every((flag) => flag);
2508
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2532
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2509
2533
  path: _path2 + ".id",
2510
2534
  expected: "string",
2511
2535
  value: input3.id
@@ -2549,12 +2573,12 @@ var validBrainImagingRequest = (input) => {
2549
2573
  path: _path2 + ".values",
2550
2574
  expected: "TermValues",
2551
2575
  value: input3.values
2552
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2576
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2553
2577
  path: _path2 + ".values",
2554
2578
  expected: "TermValues",
2555
2579
  value: input3.values
2556
2580
  })].every((flag) => flag);
2557
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2581
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2558
2582
  path: _path2 + ".id",
2559
2583
  expected: "string",
2560
2584
  value: input3.id
@@ -2602,7 +2626,7 @@ var validBrainImagingRequest = (input) => {
2602
2626
  path: _path2 + ".values",
2603
2627
  expected: "(TermValues | undefined)",
2604
2628
  value: input3.values
2605
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2629
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2606
2630
  path: _path2 + ".values",
2607
2631
  expected: "(TermValues | undefined)",
2608
2632
  value: input3.values
@@ -2612,11 +2636,11 @@ var validBrainImagingRequest = (input) => {
2612
2636
  value: input3.skipValuesBuild
2613
2637
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2614
2638
  path: _path2 + ".valueConversion",
2615
- expected: "(__type.o2 | undefined)",
2639
+ expected: "(__type.o3 | undefined)",
2616
2640
  value: input3.valueConversion
2617
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2641
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2618
2642
  path: _path2 + ".valueConversion",
2619
- expected: "(__type.o2 | undefined)",
2643
+ expected: "(__type.o3 | undefined)",
2620
2644
  value: input3.valueConversion
2621
2645
  }), "gene" === input3.kind || $report(_exceptionable2, {
2622
2646
  path: _path2 + ".kind",
@@ -2658,7 +2682,7 @@ var validBrainImagingRequest = (input) => {
2658
2682
  path: _path2 + ".groupsetting",
2659
2683
  expected: "(TermGroupSetting | undefined)",
2660
2684
  value: input3.groupsetting
2661
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2685
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2662
2686
  path: _path2 + ".groupsetting",
2663
2687
  expected: "(TermGroupSetting | undefined)",
2664
2688
  value: input3.groupsetting
@@ -2670,7 +2694,7 @@ var validBrainImagingRequest = (input) => {
2670
2694
  path: _path2 + ".childTerms[" + _index43 + "]",
2671
2695
  expected: "DtTerm",
2672
2696
  value: elem
2673
- })) && $vo39(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2697
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2674
2698
  path: _path2 + ".childTerms[" + _index43 + "]",
2675
2699
  expected: "DtTerm",
2676
2700
  value: elem
@@ -2679,7 +2703,7 @@ var validBrainImagingRequest = (input) => {
2679
2703
  expected: "(Array<DtTerm> | undefined)",
2680
2704
  value: input3.childTerms
2681
2705
  })].every((flag) => flag);
2682
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2706
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2683
2707
  path: _path2 + ".id",
2684
2708
  expected: "string",
2685
2709
  value: input3.id
@@ -2727,7 +2751,7 @@ var validBrainImagingRequest = (input) => {
2727
2751
  path: _path2 + ".values",
2728
2752
  expected: "(TermValues | undefined)",
2729
2753
  value: input3.values
2730
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2754
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2731
2755
  path: _path2 + ".values",
2732
2756
  expected: "(TermValues | undefined)",
2733
2757
  value: input3.values
@@ -2737,11 +2761,11 @@ var validBrainImagingRequest = (input) => {
2737
2761
  value: input3.skipValuesBuild
2738
2762
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2739
2763
  path: _path2 + ".valueConversion",
2740
- expected: "(__type.o2 | undefined)",
2764
+ expected: "(__type.o3 | undefined)",
2741
2765
  value: input3.valueConversion
2742
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2766
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2743
2767
  path: _path2 + ".valueConversion",
2744
- expected: "(__type.o2 | undefined)",
2768
+ expected: "(__type.o3 | undefined)",
2745
2769
  value: input3.valueConversion
2746
2770
  }), "gene" === input3.kind || $report(_exceptionable2, {
2747
2771
  path: _path2 + ".kind",
@@ -2764,7 +2788,7 @@ var validBrainImagingRequest = (input) => {
2764
2788
  expected: "(number | undefined)",
2765
2789
  value: input3.stop
2766
2790
  })].every((flag) => flag);
2767
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2791
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2768
2792
  path: _path2 + ".id",
2769
2793
  expected: "string",
2770
2794
  value: input3.id
@@ -2812,7 +2836,7 @@ var validBrainImagingRequest = (input) => {
2812
2836
  path: _path2 + ".values",
2813
2837
  expected: "(TermValues | undefined)",
2814
2838
  value: input3.values
2815
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2839
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2816
2840
  path: _path2 + ".values",
2817
2841
  expected: "(TermValues | undefined)",
2818
2842
  value: input3.values
@@ -2822,11 +2846,11 @@ var validBrainImagingRequest = (input) => {
2822
2846
  value: input3.skipValuesBuild
2823
2847
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2824
2848
  path: _path2 + ".valueConversion",
2825
- expected: "(__type.o2 | undefined)",
2849
+ expected: "(__type.o3 | undefined)",
2826
2850
  value: input3.valueConversion
2827
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2851
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2828
2852
  path: _path2 + ".valueConversion",
2829
- expected: "(__type.o2 | undefined)",
2853
+ expected: "(__type.o3 | undefined)",
2830
2854
  value: input3.valueConversion
2831
2855
  }), "coord" === input3.kind || $report(_exceptionable2, {
2832
2856
  path: _path2 + ".kind",
@@ -2845,7 +2869,7 @@ var validBrainImagingRequest = (input) => {
2845
2869
  expected: "number",
2846
2870
  value: input3.stop
2847
2871
  })].every((flag) => flag);
2848
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2872
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2849
2873
  path: _path2 + ".disabled",
2850
2874
  expected: "boolean",
2851
2875
  value: input3.disabled
@@ -2857,7 +2881,7 @@ var validBrainImagingRequest = (input) => {
2857
2881
  path: _path2 + ".lst[" + _index48 + "]",
2858
2882
  expected: "Groupset",
2859
2883
  value: elem
2860
- })) && $vo44(elem, _path2 + ".lst[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2884
+ })) && $vo45(elem, _path2 + ".lst[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2861
2885
  path: _path2 + ".lst[" + _index48 + "]",
2862
2886
  expected: "Groupset",
2863
2887
  value: elem
@@ -2866,7 +2890,7 @@ var validBrainImagingRequest = (input) => {
2866
2890
  expected: "(Array<Groupset> | undefined)",
2867
2891
  value: input3.lst
2868
2892
  })].every((flag) => flag);
2869
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2893
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2870
2894
  path: _path2 + ".name",
2871
2895
  expected: "string",
2872
2896
  value: input3.name
@@ -2899,7 +2923,7 @@ var validBrainImagingRequest = (input) => {
2899
2923
  expected: "Array<GroupEntry>",
2900
2924
  value: input3.groups
2901
2925
  })].every((flag) => flag);
2902
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2926
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2903
2927
  path: _path2 + ".name",
2904
2928
  expected: "string",
2905
2929
  value: input3.name
@@ -2913,11 +2937,11 @@ var validBrainImagingRequest = (input) => {
2913
2937
  value: input3.values
2914
2938
  })) && input3.values.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2915
2939
  path: _path2 + ".values[" + _index50 + "]",
2916
- expected: "__type.o7",
2940
+ expected: "__type.o8",
2917
2941
  value: elem
2918
- })) && $vo46(elem, _path2 + ".values[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
2942
+ })) && $vo47(elem, _path2 + ".values[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
2919
2943
  path: _path2 + ".values[" + _index50 + "]",
2920
- expected: "__type.o7",
2944
+ expected: "__type.o8",
2921
2945
  value: elem
2922
2946
  })).every((flag) => flag) || $report(_exceptionable2, {
2923
2947
  path: _path2 + ".values",
@@ -2928,7 +2952,7 @@ var validBrainImagingRequest = (input) => {
2928
2952
  expected: "(boolean | undefined)",
2929
2953
  value: input3.uncomputable
2930
2954
  })].every((flag) => flag);
2931
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2955
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2932
2956
  path: _path2 + ".key",
2933
2957
  expected: "(number | string)",
2934
2958
  value: input3.key
@@ -2937,7 +2961,7 @@ var validBrainImagingRequest = (input) => {
2937
2961
  expected: "string",
2938
2962
  value: input3.label
2939
2963
  })].every((flag) => flag);
2940
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2964
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2941
2965
  path: _path2 + ".name",
2942
2966
  expected: "string",
2943
2967
  value: input3.name
@@ -2949,7 +2973,7 @@ var validBrainImagingRequest = (input) => {
2949
2973
  path: _path2 + ".filter",
2950
2974
  expected: "Filter",
2951
2975
  value: input3.filter
2952
- })) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2976
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2953
2977
  path: _path2 + ".filter",
2954
2978
  expected: "Filter",
2955
2979
  value: input3.filter
@@ -2958,7 +2982,7 @@ var validBrainImagingRequest = (input) => {
2958
2982
  expected: "string",
2959
2983
  value: input3.color
2960
2984
  })].every((flag) => flag);
2961
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2985
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2962
2986
  path: _path2 + ".id",
2963
2987
  expected: "string",
2964
2988
  value: input3.id
@@ -3006,7 +3030,7 @@ var validBrainImagingRequest = (input) => {
3006
3030
  path: _path2 + ".values",
3007
3031
  expected: "(TermValues | undefined)",
3008
3032
  value: input3.values
3009
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3033
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3010
3034
  path: _path2 + ".values",
3011
3035
  expected: "(TermValues | undefined)",
3012
3036
  value: input3.values
@@ -3016,11 +3040,11 @@ var validBrainImagingRequest = (input) => {
3016
3040
  value: input3.skipValuesBuild
3017
3041
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3018
3042
  path: _path2 + ".valueConversion",
3019
- expected: "(__type.o2 | undefined)",
3043
+ expected: "(__type.o3 | undefined)",
3020
3044
  value: input3.valueConversion
3021
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3045
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3022
3046
  path: _path2 + ".valueConversion",
3023
- expected: "(__type.o2 | undefined)",
3047
+ expected: "(__type.o3 | undefined)",
3024
3048
  value: input3.valueConversion
3025
3049
  }), "coord" === input3.kind || $report(_exceptionable2, {
3026
3050
  path: _path2 + ".kind",
@@ -3058,7 +3082,7 @@ var validBrainImagingRequest = (input) => {
3058
3082
  path: _path2 + ".groupsetting",
3059
3083
  expected: "(TermGroupSetting | undefined)",
3060
3084
  value: input3.groupsetting
3061
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3085
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3062
3086
  path: _path2 + ".groupsetting",
3063
3087
  expected: "(TermGroupSetting | undefined)",
3064
3088
  value: input3.groupsetting
@@ -3070,7 +3094,7 @@ var validBrainImagingRequest = (input) => {
3070
3094
  path: _path2 + ".childTerms[" + _index54 + "]",
3071
3095
  expected: "DtTerm",
3072
3096
  value: elem
3073
- })) && $vo39(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3097
+ })) && $vo40(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3074
3098
  path: _path2 + ".childTerms[" + _index54 + "]",
3075
3099
  expected: "DtTerm",
3076
3100
  value: elem
@@ -3079,7 +3103,7 @@ var validBrainImagingRequest = (input) => {
3079
3103
  expected: "(Array<DtTerm> | undefined)",
3080
3104
  value: input3.childTerms
3081
3105
  })].every((flag) => flag);
3082
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3106
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3083
3107
  path: _path2 + ".key",
3084
3108
  expected: "(string | undefined)",
3085
3109
  value: input3.key
@@ -3124,7 +3148,7 @@ var validBrainImagingRequest = (input) => {
3124
3148
  expected: "(string | undefined)",
3125
3149
  value: input3.origin
3126
3150
  })].every((flag) => flag);
3127
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3151
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3128
3152
  path: _path2 + ".join",
3129
3153
  expected: "(string | undefined)",
3130
3154
  value: input3.join
@@ -3165,7 +3189,7 @@ var validBrainImagingRequest = (input) => {
3165
3189
  expected: "number",
3166
3190
  value: input3.ratio
3167
3191
  })].every((flag) => flag);
3168
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3192
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3169
3193
  path: _path2 + ".id",
3170
3194
  expected: "string",
3171
3195
  value: input3.id
@@ -3213,7 +3237,7 @@ var validBrainImagingRequest = (input) => {
3213
3237
  path: _path2 + ".values",
3214
3238
  expected: "(TermValues | undefined)",
3215
3239
  value: input3.values
3216
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3240
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3217
3241
  path: _path2 + ".values",
3218
3242
  expected: "(TermValues | undefined)",
3219
3243
  value: input3.values
@@ -3223,11 +3247,11 @@ var validBrainImagingRequest = (input) => {
3223
3247
  value: input3.skipValuesBuild
3224
3248
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3225
3249
  path: _path2 + ".valueConversion",
3226
- expected: "(__type.o2 | undefined)",
3250
+ expected: "(__type.o3 | undefined)",
3227
3251
  value: input3.valueConversion
3228
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3252
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3229
3253
  path: _path2 + ".valueConversion",
3230
- expected: "(__type.o2 | undefined)",
3254
+ expected: "(__type.o3 | undefined)",
3231
3255
  value: input3.valueConversion
3232
3256
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3233
3257
  path: _path2 + ".termIds",
@@ -3249,7 +3273,7 @@ var validBrainImagingRequest = (input) => {
3249
3273
  path: _path2 + ".termlst[" + _index60 + "]",
3250
3274
  expected: "BaseTerm",
3251
3275
  value: elem
3252
- })) && $vo52(elem, _path2 + ".termlst[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3276
+ })) && $vo53(elem, _path2 + ".termlst[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3253
3277
  path: _path2 + ".termlst[" + _index60 + "]",
3254
3278
  expected: "BaseTerm",
3255
3279
  value: elem
@@ -3263,11 +3287,11 @@ var validBrainImagingRequest = (input) => {
3263
3287
  value: input3.newTvs
3264
3288
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3265
3289
  path: _path2 + ".propsByTermId",
3266
- expected: "__type.o8",
3290
+ expected: "__type.o9",
3267
3291
  value: input3.propsByTermId
3268
- })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3292
+ })) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3269
3293
  path: _path2 + ".propsByTermId",
3270
- expected: "__type.o8",
3294
+ expected: "__type.o9",
3271
3295
  value: input3.propsByTermId
3272
3296
  }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3273
3297
  path: _path2 + ".isCustom",
@@ -3291,14 +3315,14 @@ var validBrainImagingRequest = (input) => {
3291
3315
  value: input3.numerators
3292
3316
  }), void 0 === input3.valueTransform || ("object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) || $report(_exceptionable2, {
3293
3317
  path: _path2 + ".valueTransform",
3294
- expected: "(__type.o10 | undefined)",
3318
+ expected: "(__type.o11 | undefined)",
3295
3319
  value: input3.valueTransform
3296
- })) && $vo55(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3320
+ })) && $vo56(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3297
3321
  path: _path2 + ".valueTransform",
3298
- expected: "(__type.o10 | undefined)",
3322
+ expected: "(__type.o11 | undefined)",
3299
3323
  value: input3.valueTransform
3300
3324
  })].every((flag) => flag);
3301
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3325
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3302
3326
  path: _path2 + ".id",
3303
3327
  expected: "string",
3304
3328
  value: input3.id
@@ -3346,7 +3370,7 @@ var validBrainImagingRequest = (input) => {
3346
3370
  path: _path2 + ".values",
3347
3371
  expected: "(TermValues | undefined)",
3348
3372
  value: input3.values
3349
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3373
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3350
3374
  path: _path2 + ".values",
3351
3375
  expected: "(TermValues | undefined)",
3352
3376
  value: input3.values
@@ -3356,30 +3380,30 @@ var validBrainImagingRequest = (input) => {
3356
3380
  value: input3.skipValuesBuild
3357
3381
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3358
3382
  path: _path2 + ".valueConversion",
3359
- expected: "(__type.o2 | undefined)",
3383
+ expected: "(__type.o3 | undefined)",
3360
3384
  value: input3.valueConversion
3361
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3385
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3362
3386
  path: _path2 + ".valueConversion",
3363
- expected: "(__type.o2 | undefined)",
3387
+ expected: "(__type.o3 | undefined)",
3364
3388
  value: input3.valueConversion
3365
3389
  })].every((flag) => flag);
3366
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3390
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3367
3391
  const value = input3[key];
3368
3392
  if (void 0 === value)
3369
3393
  return true;
3370
3394
  if (RegExp(/(.*)/).test(key))
3371
3395
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
3372
3396
  path: _path2 + $join(key),
3373
- expected: "__type.o9",
3397
+ expected: "__type.o10",
3374
3398
  value
3375
- })) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3399
+ })) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3376
3400
  path: _path2 + $join(key),
3377
- expected: "__type.o9",
3401
+ expected: "__type.o10",
3378
3402
  value
3379
3403
  });
3380
3404
  return true;
3381
3405
  }).every((flag) => flag)].every((flag) => flag);
3382
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3406
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3383
3407
  const value = input3[key];
3384
3408
  if (void 0 === value)
3385
3409
  return true;
@@ -3387,12 +3411,12 @@ var validBrainImagingRequest = (input) => {
3387
3411
  return true;
3388
3412
  return true;
3389
3413
  }).every((flag) => flag)].every((flag) => flag);
3390
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3414
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3391
3415
  path: _path2 + ".offset",
3392
3416
  expected: "(number | undefined)",
3393
3417
  value: input3.offset
3394
3418
  })].every((flag) => flag);
3395
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3419
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3396
3420
  path: _path2 + ".id",
3397
3421
  expected: "string",
3398
3422
  value: input3.id
@@ -3440,7 +3464,7 @@ var validBrainImagingRequest = (input) => {
3440
3464
  path: _path2 + ".values",
3441
3465
  expected: "(TermValues | undefined)",
3442
3466
  value: input3.values
3443
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3467
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3444
3468
  path: _path2 + ".values",
3445
3469
  expected: "(TermValues | undefined)",
3446
3470
  value: input3.values
@@ -3450,11 +3474,11 @@ var validBrainImagingRequest = (input) => {
3450
3474
  value: input3.skipValuesBuild
3451
3475
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3452
3476
  path: _path2 + ".valueConversion",
3453
- expected: "(__type.o2 | undefined)",
3477
+ expected: "(__type.o3 | undefined)",
3454
3478
  value: input3.valueConversion
3455
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3479
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3456
3480
  path: _path2 + ".valueConversion",
3457
- expected: "(__type.o2 | undefined)",
3481
+ expected: "(__type.o3 | undefined)",
3458
3482
  value: input3.valueConversion
3459
3483
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3460
3484
  path: _path2 + ".termIds",
@@ -3476,7 +3500,7 @@ var validBrainImagingRequest = (input) => {
3476
3500
  path: _path2 + ".termlst[" + _index67 + "]",
3477
3501
  expected: "BaseTerm",
3478
3502
  value: elem
3479
- })) && $vo52(elem, _path2 + ".termlst[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3503
+ })) && $vo53(elem, _path2 + ".termlst[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3480
3504
  path: _path2 + ".termlst[" + _index67 + "]",
3481
3505
  expected: "BaseTerm",
3482
3506
  value: elem
@@ -3490,11 +3514,11 @@ var validBrainImagingRequest = (input) => {
3490
3514
  value: input3.newTvs
3491
3515
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3492
3516
  path: _path2 + ".propsByTermId",
3493
- expected: "__type.o8",
3517
+ expected: "__type.o9",
3494
3518
  value: input3.propsByTermId
3495
- })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3519
+ })) && $vo54(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3496
3520
  path: _path2 + ".propsByTermId",
3497
- expected: "__type.o8",
3521
+ expected: "__type.o9",
3498
3522
  value: input3.propsByTermId
3499
3523
  }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3500
3524
  path: _path2 + ".isCustom",
@@ -3512,7 +3536,7 @@ var validBrainImagingRequest = (input) => {
3512
3536
  path: _path2 + ".categoryKeys[" + _index68 + "]",
3513
3537
  expected: "CategoryKey",
3514
3538
  value: elem
3515
- })) && $vo57(elem, _path2 + ".categoryKeys[" + _index68 + "]", _exceptionable2) || $report(_exceptionable2, {
3539
+ })) && $vo58(elem, _path2 + ".categoryKeys[" + _index68 + "]", _exceptionable2) || $report(_exceptionable2, {
3516
3540
  path: _path2 + ".categoryKeys[" + _index68 + "]",
3517
3541
  expected: "CategoryKey",
3518
3542
  value: elem
@@ -3521,7 +3545,7 @@ var validBrainImagingRequest = (input) => {
3521
3545
  expected: "Array<CategoryKey>",
3522
3546
  value: input3.categoryKeys
3523
3547
  })].every((flag) => flag);
3524
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3548
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3525
3549
  path: _path2 + ".key",
3526
3550
  expected: "string",
3527
3551
  value: input3.key
@@ -3530,7 +3554,7 @@ var validBrainImagingRequest = (input) => {
3530
3554
  expected: "boolean",
3531
3555
  value: input3.shown
3532
3556
  })].every((flag) => flag);
3533
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3557
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3534
3558
  path: _path2 + ".id",
3535
3559
  expected: "string",
3536
3560
  value: input3.id
@@ -3578,7 +3602,7 @@ var validBrainImagingRequest = (input) => {
3578
3602
  path: _path2 + ".values",
3579
3603
  expected: "(TermValues | undefined)",
3580
3604
  value: input3.values
3581
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3605
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3582
3606
  path: _path2 + ".values",
3583
3607
  expected: "(TermValues | undefined)",
3584
3608
  value: input3.values
@@ -3588,11 +3612,11 @@ var validBrainImagingRequest = (input) => {
3588
3612
  value: input3.skipValuesBuild
3589
3613
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3590
3614
  path: _path2 + ".valueConversion",
3591
- expected: "(__type.o2 | undefined)",
3615
+ expected: "(__type.o3 | undefined)",
3592
3616
  value: input3.valueConversion
3593
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3617
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3594
3618
  path: _path2 + ".valueConversion",
3595
- expected: "(__type.o2 | undefined)",
3619
+ expected: "(__type.o3 | undefined)",
3596
3620
  value: input3.valueConversion
3597
3621
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
3598
3622
  path: _path2 + ".chr",
@@ -3626,12 +3650,12 @@ var validBrainImagingRequest = (input) => {
3626
3650
  path: _path2 + ".groupsetting",
3627
3651
  expected: "TermGroupSetting",
3628
3652
  value: input3.groupsetting
3629
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3653
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3630
3654
  path: _path2 + ".groupsetting",
3631
3655
  expected: "TermGroupSetting",
3632
3656
  value: input3.groupsetting
3633
3657
  })].every((flag) => flag);
3634
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3658
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3635
3659
  path: _path2 + ".id",
3636
3660
  expected: "string",
3637
3661
  value: input3.id
@@ -3679,7 +3703,7 @@ var validBrainImagingRequest = (input) => {
3679
3703
  path: _path2 + ".values",
3680
3704
  expected: "(TermValues | undefined)",
3681
3705
  value: input3.values
3682
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3706
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3683
3707
  path: _path2 + ".values",
3684
3708
  expected: "(TermValues | undefined)",
3685
3709
  value: input3.values
@@ -3689,17 +3713,17 @@ var validBrainImagingRequest = (input) => {
3689
3713
  value: input3.skipValuesBuild
3690
3714
  }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3691
3715
  path: _path2 + ".valueConversion",
3692
- expected: "(__type.o2 | undefined)",
3716
+ expected: "(__type.o3 | undefined)",
3693
3717
  value: input3.valueConversion
3694
- })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3718
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3695
3719
  path: _path2 + ".valueConversion",
3696
- expected: "(__type.o2 | undefined)",
3720
+ expected: "(__type.o3 | undefined)",
3697
3721
  value: input3.valueConversion
3698
3722
  }), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
3699
3723
  path: _path2 + ".sample",
3700
3724
  expected: "object",
3701
3725
  value: input3.sample
3702
- })) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3726
+ })) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3703
3727
  path: _path2 + ".sample",
3704
3728
  expected: "object",
3705
3729
  value: input3.sample
@@ -3711,17 +3735,17 @@ var validBrainImagingRequest = (input) => {
3711
3735
  path: _path2 + ".groupsetting",
3712
3736
  expected: "TermGroupSetting",
3713
3737
  value: input3.groupsetting
3714
- })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3738
+ })) && $vo44(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3715
3739
  path: _path2 + ".groupsetting",
3716
3740
  expected: "TermGroupSetting",
3717
3741
  value: input3.groupsetting
3718
3742
  })].every((flag) => flag);
3719
- const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
3720
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3743
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
3744
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3721
3745
  path: _path2 + ".hiddenValues",
3722
3746
  expected: "(HiddenValues | undefined)",
3723
3747
  value: input3.hiddenValues
3724
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3748
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3725
3749
  path: _path2 + ".hiddenValues",
3726
3750
  expected: "(HiddenValues | undefined)",
3727
3751
  value: input3.hiddenValues
@@ -3746,7 +3770,7 @@ var validBrainImagingRequest = (input) => {
3746
3770
  expected: '"values"',
3747
3771
  value: input3.type
3748
3772
  })].every((flag) => flag);
3749
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3773
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3750
3774
  path: _path2 + ".id",
3751
3775
  expected: "(string | undefined)",
3752
3776
  value: input3.id
@@ -3770,7 +3794,15 @@ var validBrainImagingRequest = (input) => {
3770
3794
  path: _path2 + ".minNumSamples",
3771
3795
  expected: "(number | undefined)",
3772
3796
  value: input3.minNumSamples
3773
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3797
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3798
+ path: _path2 + ".values",
3799
+ expected: "(__type.o1 | undefined)",
3800
+ value: input3.values
3801
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3802
+ path: _path2 + ".values",
3803
+ expected: "(__type.o1 | undefined)",
3804
+ value: input3.values
3805
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3774
3806
  path: _path2 + ".term",
3775
3807
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3776
3808
  value: input3.term
@@ -3782,7 +3814,7 @@ var validBrainImagingRequest = (input) => {
3782
3814
  path: _path2 + ".q",
3783
3815
  expected: "PredefinedGroupSettingQ",
3784
3816
  value: input3.q
3785
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3817
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3786
3818
  path: _path2 + ".q",
3787
3819
  expected: "PredefinedGroupSettingQ",
3788
3820
  value: input3.q
@@ -3791,11 +3823,11 @@ var validBrainImagingRequest = (input) => {
3791
3823
  expected: '"QualTWPredefinedGS"',
3792
3824
  value: input3.type
3793
3825
  })].every((flag) => flag);
3794
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3826
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3795
3827
  path: _path2 + ".hiddenValues",
3796
3828
  expected: "(HiddenValues | undefined)",
3797
3829
  value: input3.hiddenValues
3798
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3830
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3799
3831
  path: _path2 + ".hiddenValues",
3800
3832
  expected: "(HiddenValues | undefined)",
3801
3833
  value: input3.hiddenValues
@@ -3824,7 +3856,7 @@ var validBrainImagingRequest = (input) => {
3824
3856
  expected: "number",
3825
3857
  value: input3.predefined_groupset_idx
3826
3858
  })].every((flag) => flag);
3827
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3859
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3828
3860
  path: _path2 + ".id",
3829
3861
  expected: "(string | undefined)",
3830
3862
  value: input3.id
@@ -3848,7 +3880,15 @@ var validBrainImagingRequest = (input) => {
3848
3880
  path: _path2 + ".minNumSamples",
3849
3881
  expected: "(number | undefined)",
3850
3882
  value: input3.minNumSamples
3851
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3883
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3884
+ path: _path2 + ".values",
3885
+ expected: "(__type.o1 | undefined)",
3886
+ value: input3.values
3887
+ })) && $vo3(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3888
+ path: _path2 + ".values",
3889
+ expected: "(__type.o1 | undefined)",
3890
+ value: input3.values
3891
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3852
3892
  path: _path2 + ".term",
3853
3893
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3854
3894
  value: input3.term
@@ -3860,7 +3900,7 @@ var validBrainImagingRequest = (input) => {
3860
3900
  path: _path2 + ".q",
3861
3901
  expected: "CustomGroupSettingQ",
3862
3902
  value: input3.q
3863
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3903
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3864
3904
  path: _path2 + ".q",
3865
3905
  expected: "CustomGroupSettingQ",
3866
3906
  value: input3.q
@@ -3869,11 +3909,11 @@ var validBrainImagingRequest = (input) => {
3869
3909
  expected: '"QualTWCustomGS"',
3870
3910
  value: input3.type
3871
3911
  })].every((flag) => flag);
3872
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3912
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3873
3913
  path: _path2 + ".hiddenValues",
3874
3914
  expected: "(HiddenValues | undefined)",
3875
3915
  value: input3.hiddenValues
3876
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3916
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3877
3917
  path: _path2 + ".hiddenValues",
3878
3918
  expected: "(HiddenValues | undefined)",
3879
3919
  value: input3.hiddenValues
@@ -3901,12 +3941,12 @@ var validBrainImagingRequest = (input) => {
3901
3941
  path: _path2 + ".customset",
3902
3942
  expected: "BaseGroupSet",
3903
3943
  value: input3.customset
3904
- })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3944
+ })) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3905
3945
  path: _path2 + ".customset",
3906
3946
  expected: "BaseGroupSet",
3907
3947
  value: input3.customset
3908
3948
  })].every((flag) => flag);
3909
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3949
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3910
3950
  path: _path2 + ".groups",
3911
3951
  expected: "Array<GroupEntry>",
3912
3952
  value: input3.groups
@@ -3925,29 +3965,29 @@ var validBrainImagingRequest = (input) => {
3925
3965
  })].every((flag) => flag);
3926
3966
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3927
3967
  if ("tvslst" === input3.type)
3928
- return $vo6(input3, _path2, _exceptionable2);
3929
- if ("tvs" === input3.type)
3930
3968
  return $vo7(input3, _path2, _exceptionable2);
3969
+ if ("tvs" === input3.type)
3970
+ return $vo8(input3, _path2, _exceptionable2);
3931
3971
  return $report(_exceptionable2, {
3932
3972
  path: _path2,
3933
- expected: "(Filter | __type.o1)",
3973
+ expected: "(Filter | __type.o2)",
3934
3974
  value: input3
3935
3975
  });
3936
3976
  })();
3937
3977
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3938
3978
  if (true === input3.startunbounded)
3939
- return $vo16(input3, _path2, _exceptionable2);
3979
+ return $vo17(input3, _path2, _exceptionable2);
3940
3980
  if (true === input3.stopunbounded)
3941
- return $vo18(input3, _path2, _exceptionable2);
3981
+ return $vo19(input3, _path2, _exceptionable2);
3942
3982
  if (void 0 !== input3.value)
3943
- return $vo32(input3, _path2, _exceptionable2);
3944
- return $vo17(input3, _path2, _exceptionable2);
3983
+ return $vo33(input3, _path2, _exceptionable2);
3984
+ return $vo18(input3, _path2, _exceptionable2);
3945
3985
  })();
3946
3986
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3947
3987
  if ("gene" === input3.kind)
3948
- return $vo41(input3, _path2, _exceptionable2);
3949
- if ("coord" === input3.kind)
3950
3988
  return $vo42(input3, _path2, _exceptionable2);
3989
+ if ("coord" === input3.kind)
3990
+ return $vo43(input3, _path2, _exceptionable2);
3951
3991
  return $report(_exceptionable2, {
3952
3992
  path: _path2,
3953
3993
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3956,9 +3996,9 @@ var validBrainImagingRequest = (input) => {
3956
3996
  })();
3957
3997
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3958
3998
  if ("string" === typeof input3.type)
3959
- return $vo45(input3, _path2, _exceptionable2);
3999
+ return $vo46(input3, _path2, _exceptionable2);
3960
4000
  if ("filter" === input3.type)
3961
- return $vo47(input3, _path2, _exceptionable2);
4001
+ return $vo48(input3, _path2, _exceptionable2);
3962
4002
  return $report(_exceptionable2, {
3963
4003
  path: _path2,
3964
4004
  expected: "(ValuesGroup | FilterGroup)",
@@ -3967,16 +4007,16 @@ var validBrainImagingRequest = (input) => {
3967
4007
  })();
3968
4008
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3969
4009
  if (true === input3.startunbounded)
3970
- return $vo16(input3, _path2, _exceptionable2);
4010
+ return $vo17(input3, _path2, _exceptionable2);
3971
4011
  if (true === input3.stopunbounded)
3972
- return $vo18(input3, _path2, _exceptionable2);
3973
- return $vo17(input3, _path2, _exceptionable2);
4012
+ return $vo19(input3, _path2, _exceptionable2);
4013
+ return $vo18(input3, _path2, _exceptionable2);
3974
4014
  })();
3975
4015
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3976
4016
  if ("QualTWCustomGS" === input3.type)
3977
- return $vo64(input3, _path2, _exceptionable2);
4017
+ return $vo65(input3, _path2, _exceptionable2);
3978
4018
  if ("QualTWPredefinedGS" === input3.type)
3979
- return $vo62(input3, _path2, _exceptionable2);
4019
+ return $vo63(input3, _path2, _exceptionable2);
3980
4020
  if ("QualTWValues" === input3.type)
3981
4021
  return $vo1(input3, _path2, _exceptionable2);
3982
4022
  return $report(_exceptionable2, {
@@ -3987,11 +4027,11 @@ var validBrainImagingRequest = (input) => {
3987
4027
  })();
3988
4028
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3989
4029
  if ("categorical" === input3.type)
3990
- return $vo3(input3, _path2, _exceptionable2);
4030
+ return $vo4(input3, _path2, _exceptionable2);
3991
4031
  if ("snp" === input3.type)
3992
- return $vo58(input3, _path2, _exceptionable2);
3993
- if ("singleCellCellType" === input3.type)
3994
4032
  return $vo59(input3, _path2, _exceptionable2);
4033
+ if ("singleCellCellType" === input3.type)
4034
+ return $vo60(input3, _path2, _exceptionable2);
3995
4035
  return $report(_exceptionable2, {
3996
4036
  path: _path2,
3997
4037
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -4000,31 +4040,31 @@ var validBrainImagingRequest = (input) => {
4000
4040
  })();
4001
4041
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
4002
4042
  if (void 0 !== input3.ranges)
4003
- return $vo9(input3, _path2, _exceptionable2);
4043
+ return $vo10(input3, _path2, _exceptionable2);
4004
4044
  if (void 0 !== input3.ratio)
4005
- return $vo50(input3, _path2, _exceptionable2);
4006
- return $vo8(input3, _path2, false) || $vo34(input3, _path2, false) || $vo38(input3, _path2, false);
4045
+ return $vo51(input3, _path2, _exceptionable2);
4046
+ return $vo9(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
4007
4047
  })();
4008
4048
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4009
4049
  if ("integer" === input3.type || "float" === input3.type)
4010
- return $vo10(input3, _path2, _exceptionable2);
4050
+ return $vo11(input3, _path2, _exceptionable2);
4011
4051
  if ("metaboliteIntensity" === input3.type)
4012
- return $vo24(input3, _path2, _exceptionable2);
4013
- if ("proteomeAbundance" === input3.type)
4014
4052
  return $vo25(input3, _path2, _exceptionable2);
4053
+ if ("proteomeAbundance" === input3.type)
4054
+ return $vo26(input3, _path2, _exceptionable2);
4015
4055
  if ("date" === input3.type)
4016
- return $vo27(input3, _path2, _exceptionable2);
4017
- if ("ssGSEA" === input3.type)
4018
4056
  return $vo28(input3, _path2, _exceptionable2);
4019
- if ("dnaMethylation" === input3.type)
4057
+ if ("ssGSEA" === input3.type)
4020
4058
  return $vo29(input3, _path2, _exceptionable2);
4021
- 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);
4059
+ if ("dnaMethylation" === input3.type)
4060
+ return $vo30(input3, _path2, _exceptionable2);
4061
+ 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);
4022
4062
  })();
4023
4063
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
4024
4064
  if ("regular-bin" === input3.type)
4025
- return $vo14(input3, _path2, _exceptionable2);
4065
+ return $vo15(input3, _path2, _exceptionable2);
4026
4066
  if ("custom-bin" === input3.type)
4027
- return $vo19(input3, _path2, _exceptionable2);
4067
+ return $vo20(input3, _path2, _exceptionable2);
4028
4068
  return $report(_exceptionable2, {
4029
4069
  path: _path2,
4030
4070
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -4033,9 +4073,9 @@ var validBrainImagingRequest = (input) => {
4033
4073
  })();
4034
4074
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4035
4075
  if (true === input3.startunbounded)
4036
- return $vo16(input3, _path2, _exceptionable2);
4037
- if (void 0 !== input3.start)
4038
4076
  return $vo17(input3, _path2, _exceptionable2);
4077
+ if (void 0 !== input3.start)
4078
+ return $vo18(input3, _path2, _exceptionable2);
4039
4079
  return $report(_exceptionable2, {
4040
4080
  path: _path2,
4041
4081
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -4044,9 +4084,9 @@ var validBrainImagingRequest = (input) => {
4044
4084
  })();
4045
4085
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4046
4086
  if (void 0 !== input3.stop)
4047
- return $vo17(input3, _path2, _exceptionable2);
4048
- if (true === input3.stopunbounded)
4049
4087
  return $vo18(input3, _path2, _exceptionable2);
4088
+ if (true === input3.stopunbounded)
4089
+ return $vo19(input3, _path2, _exceptionable2);
4050
4090
  return $report(_exceptionable2, {
4051
4091
  path: _path2,
4052
4092
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -4055,9 +4095,9 @@ var validBrainImagingRequest = (input) => {
4055
4095
  })();
4056
4096
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4057
4097
  if ("gene" === input3.kind)
4058
- return $vo40(input3, _path2, _exceptionable2);
4098
+ return $vo41(input3, _path2, _exceptionable2);
4059
4099
  if ("coord" === input3.kind)
4060
- return $vo48(input3, _path2, _exceptionable2);
4100
+ return $vo49(input3, _path2, _exceptionable2);
4061
4101
  return $report(_exceptionable2, {
4062
4102
  path: _path2,
4063
4103
  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; })',
@@ -4066,9 +4106,9 @@ var validBrainImagingRequest = (input) => {
4066
4106
  })();
4067
4107
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4068
4108
  if ("numeric" === input3.memberType)
4069
- return $vo51(input3, _path2, _exceptionable2);
4109
+ return $vo52(input3, _path2, _exceptionable2);
4070
4110
  if ("categorical" === input3.memberType)
4071
- return $vo56(input3, _path2, _exceptionable2);
4111
+ return $vo57(input3, _path2, _exceptionable2);
4072
4112
  return $report(_exceptionable2, {
4073
4113
  path: _path2,
4074
4114
  expected: "(NumericTermCollection | CategoricalTermCollection)",