@sjcrh/proteinpaint-types 2.137.2-0 → 2.137.2-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.
@@ -87,7 +87,7 @@ var validDescrStatsRequest = (input) => {
87
87
  const $io12 = (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 && $iu1(elem)));
88
88
  const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
89
89
  const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io15(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) && $io17(elem)));
90
- const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
90
+ const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
91
91
  const $io16 = (input3) => Object.keys(input3).every((key) => {
92
92
  const value = input3[key];
93
93
  if (void 0 === value)
@@ -99,73 +99,72 @@ var validDescrStatsRequest = (input) => {
99
99
  return true;
100
100
  });
101
101
  const $io17 = (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 && $io12(input3.filter));
102
- const $io18 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)));
103
- const $io19 = (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.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
104
- const $io20 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
105
- const $io21 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io22(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
106
- const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
107
- const $io23 = (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);
108
- const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
109
- const $io25 = (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);
110
- const $io26 = (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);
111
- const $io27 = (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);
112
- const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
113
- const $io29 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
114
- const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
115
- const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
116
- const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
117
- const $io33 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
118
- const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io35(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
119
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
120
- const $io36 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
121
- const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
122
- const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
123
- const $io39 = (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 && $io22(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
124
- const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
125
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
126
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (null !== input3.type && void 0 === input3.type);
127
- const $io43 = (input3) => "number" === typeof input3.value;
128
- const $io44 = (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.q && null !== input3.q && $io45(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term));
129
- const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io46(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
130
- const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
131
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
132
- const $io48 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io50(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
133
- const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
134
- const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
135
- const $io51 = (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 && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
136
- const $io52 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
137
- const $io53 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
138
- const $io54 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
139
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
140
- const $io56 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
141
- const $io57 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
142
- const $io58 = (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) && $io59(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
143
- const $io59 = (input3) => Object.keys(input3).every((key) => {
102
+ const $io18 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)));
103
+ const $io19 = (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 && $iu0(elem)));
104
+ const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
105
+ const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
106
+ const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(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);
107
+ const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
108
+ const $io24 = (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);
109
+ const $io25 = (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);
110
+ const $io26 = (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);
111
+ const $io27 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
112
+ const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
113
+ const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
114
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
115
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
116
+ const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
117
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
118
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(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) && $io16(input3.values));
119
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
120
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
121
+ const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
122
+ const $io38 = (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 && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q));
123
+ const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
124
+ const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
125
+ const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (null !== input3.type && void 0 === input3.type);
126
+ const $io42 = (input3) => "number" === typeof input3.value;
127
+ const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term));
128
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io45(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
129
+ const $io45 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
130
+ const $io46 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
131
+ const $io47 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io49(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
132
+ const $io48 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
133
+ const $io49 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
134
+ const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
135
+ const $io51 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
136
+ const $io52 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
137
+ const $io53 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
138
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
139
+ const $io55 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
140
+ const $io56 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
141
+ const $io57 = (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) && $io58(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
142
+ const $io58 = (input3) => Object.keys(input3).every((key) => {
144
143
  const value = input3[key];
145
144
  if (void 0 === value)
146
145
  return true;
147
146
  if (RegExp(/(.*)/).test(key))
148
- return "object" === typeof value && null !== value && $io60(value);
147
+ return "object" === typeof value && null !== value && $io59(value);
149
148
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
150
- return "object" === typeof value && null !== value && $io60(value);
149
+ return "object" === typeof value && null !== value && $io59(value);
151
150
  return true;
152
151
  });
153
- const $io60 = (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 && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
154
- const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
155
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
156
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
157
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io65(input3.groups));
158
- const $io65 = (input3) => Object.keys(input3).every((key) => {
152
+ const $io59 = (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 && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
153
+ const $io60 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
154
+ const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
155
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
156
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io64(input3.groups));
157
+ const $io64 = (input3) => Object.keys(input3).every((key) => {
159
158
  const value = input3[key];
160
159
  if (void 0 === value)
161
160
  return true;
162
161
  if (RegExp(/(.*)/).test(key))
163
- return "object" === typeof value && null !== value && $io66(value);
162
+ return "object" === typeof value && null !== value && $io65(value);
164
163
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
165
- return "object" === typeof value && null !== value && $io66(value);
164
+ return "object" === typeof value && null !== value && $io65(value);
166
165
  return true;
167
166
  });
168
- const $io66 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
167
+ const $io65 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
169
168
  const $iu0 = (input3) => (() => {
170
169
  if ("string" === typeof input3.type)
171
170
  return $io9(input3);
@@ -182,35 +181,35 @@ var validDescrStatsRequest = (input) => {
182
181
  })();
183
182
  const $iu2 = (input3) => (() => {
184
183
  if (true === input3.startunbounded)
185
- return $io25(input3);
184
+ return $io24(input3);
186
185
  if (true === input3.stopunbounded)
187
- return $io27(input3);
188
- return $io26(input3);
186
+ return $io26(input3);
187
+ return $io25(input3);
189
188
  })();
190
189
  const $iu3 = (input3) => (() => {
191
190
  if (true === input3.startunbounded)
192
- return $io25(input3);
191
+ return $io24(input3);
193
192
  if (void 0 !== input3.start)
194
- return $io26(input3);
193
+ return $io25(input3);
195
194
  return false;
196
195
  })();
197
196
  const $iu4 = (input3) => (() => {
198
197
  if (void 0 !== input3.stop)
199
- return $io26(input3);
198
+ return $io25(input3);
200
199
  if (true === input3.stopunbounded)
201
- return $io27(input3);
200
+ return $io26(input3);
202
201
  return false;
203
202
  })();
204
203
  const $iu5 = (input3) => (() => {
205
204
  if (void 0 !== input3.type)
206
205
  return $io1(input3);
207
206
  return (() => {
208
- if ($io51(input3))
209
- return $io51(input3);
210
- if ($io44(input3))
211
- return $io44(input3);
212
- if ($io39(input3))
213
- return $io39(input3);
207
+ if ($io50(input3))
208
+ return $io50(input3);
209
+ if ($io43(input3))
210
+ return $io43(input3);
211
+ if ($io38(input3))
212
+ return $io38(input3);
214
213
  return false;
215
214
  })();
216
215
  })();
@@ -225,99 +224,94 @@ var validDescrStatsRequest = (input) => {
225
224
  })();
226
225
  const $iu7 = (input3) => (() => {
227
226
  if (void 0 !== input3.ranges)
228
- return $io21(input3);
227
+ return $io20(input3);
229
228
  return (() => {
230
229
  if ($io14(input3))
231
230
  return $io14(input3);
232
- if ($io31(input3))
233
- return $io31(input3);
234
- if ($io34(input3))
235
- return $io34(input3);
231
+ if ($io30(input3))
232
+ return $io30(input3);
233
+ if ($io33(input3))
234
+ return $io33(input3);
236
235
  return false;
237
236
  })();
238
237
  })();
239
238
  const $iu8 = (input3) => (() => {
240
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)))
241
- return $io18(input3);
242
- return $io20(input3);
243
- })();
244
- const $iu9 = (input3) => (() => {
245
239
  if ("regular-bin" === input3.type)
246
- return $io24(input3);
240
+ return $io23(input3);
247
241
  if ("custom-bin" === input3.type)
248
- return $io28(input3);
242
+ return $io27(input3);
249
243
  return false;
250
244
  })();
251
- const $iu10 = (input3) => (() => {
245
+ const $iu9 = (input3) => (() => {
252
246
  if ("gene" === input3.kind)
253
- return $io36(input3);
247
+ return $io35(input3);
254
248
  if ("coord" === input3.kind)
255
- return $io37(input3);
249
+ return $io36(input3);
256
250
  return false;
257
251
  })();
258
- const $iu11 = (input3) => (() => {
252
+ const $iu10 = (input3) => (() => {
259
253
  if ("regular-bin" === input3.type)
260
- return $io24(input3);
254
+ return $io23(input3);
261
255
  if ("continuous" === input3.mode)
262
- return $io41(input3);
256
+ return $io40(input3);
263
257
  if ("spline" === input3.mode)
264
- return $io42(input3);
258
+ return $io41(input3);
265
259
  return (() => {
266
- if ($io28(input3))
267
- return $io28(input3);
268
- if ($io40(input3))
269
- return $io40(input3);
260
+ if ($io27(input3))
261
+ return $io27(input3);
262
+ if ($io39(input3))
263
+ return $io39(input3);
270
264
  return false;
271
265
  })();
272
266
  })();
273
- const $iu12 = (input3) => (() => {
267
+ const $iu11 = (input3) => (() => {
274
268
  if ("gene" === input3.kind)
275
- return $io52(input3);
269
+ return $io51(input3);
276
270
  if ("coord" === input3.kind)
277
- return $io53(input3);
271
+ return $io52(input3);
278
272
  if ("categorical" === input3.type)
279
- return $io54(input3);
273
+ return $io53(input3);
280
274
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
281
- return $io55(input3);
275
+ return $io54(input3);
282
276
  if ("condition" === input3.type)
283
- return $io56(input3);
277
+ return $io55(input3);
284
278
  return (() => {
279
+ if ($io56(input3))
280
+ return $io56(input3);
285
281
  if ($io57(input3))
286
282
  return $io57(input3);
287
- if ($io58(input3))
288
- return $io58(input3);
289
283
  return false;
290
284
  })();
291
285
  })();
292
- const $iu13 = (input3) => (() => {
286
+ const $iu12 = (input3) => (() => {
293
287
  if (void 0 !== input3.predefined_groupset_idx)
294
288
  return $io6(input3);
295
289
  if (void 0 !== input3.customset)
296
290
  return $io7(input3);
297
291
  if (void 0 !== input3.bin_size)
298
- return $io24(input3);
292
+ return $io23(input3);
299
293
  if (void 0 !== input3.knots)
300
- return $io42(input3);
294
+ return $io41(input3);
301
295
  if (void 0 !== input3.AFcutoff)
302
- return $io45(input3);
296
+ return $io44(input3);
303
297
  if (void 0 !== input3.timeScale)
304
- return $io63(input3);
298
+ return $io62(input3);
305
299
  return (() => {
306
300
  if (void 0 !== input3.groups)
307
- return $io64(input3);
301
+ return $io63(input3);
308
302
  return (() => {
309
303
  if ($io5(input3))
310
304
  return $io5(input3);
311
- if ($io62(input3))
312
- return $io62(input3);
305
+ if ($io61(input3))
306
+ return $io61(input3);
313
307
  if ($io3(input3))
314
308
  return $io3(input3);
315
- if ($io28(input3))
316
- return $io28(input3);
309
+ if ($io27(input3))
310
+ return $io27(input3);
311
+ if ($io39(input3))
312
+ return $io39(input3);
317
313
  if ($io40(input3))
318
314
  return $io40(input3);
319
- if ($io41(input3))
320
- return $io41(input3);
321
315
  return false;
322
316
  })();
323
317
  })();
@@ -771,11 +765,11 @@ var validDescrStatsRequest = (input) => {
771
765
  value: input3.skipValuesBuild
772
766
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
773
767
  path: _path2 + ".groupsetting",
774
- expected: "(EnabledTermGroupSetting | __type.o3)",
768
+ expected: "TermGroupSetting",
775
769
  value: input3.groupsetting
776
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
770
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
777
771
  path: _path2 + ".groupsetting",
778
- expected: "(EnabledTermGroupSetting | __type.o3)",
772
+ expected: "TermGroupSetting",
779
773
  value: input3.groupsetting
780
774
  })].every((flag) => flag);
781
775
  const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
@@ -837,13 +831,13 @@ var validDescrStatsRequest = (input) => {
837
831
  expected: "(Filter | undefined)",
838
832
  value: input3.filter
839
833
  })].every((flag) => flag);
840
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
834
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
841
835
  path: _path2 + ".disabled",
842
- expected: "(boolean | undefined)",
836
+ expected: "boolean",
843
837
  value: input3.disabled
844
- }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
838
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
845
839
  path: _path2 + ".lst",
846
- expected: "Array<Groupset>",
840
+ expected: "(Array<Groupset> | undefined)",
847
841
  value: input3.lst
848
842
  })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
849
843
  path: _path2 + ".lst[" + _index7 + "]",
@@ -855,7 +849,7 @@ var validDescrStatsRequest = (input) => {
855
849
  value: elem
856
850
  })).every((flag) => flag) || $report(_exceptionable2, {
857
851
  path: _path2 + ".lst",
858
- expected: "Array<Groupset>",
852
+ expected: "(Array<Groupset> | undefined)",
859
853
  value: input3.lst
860
854
  })].every((flag) => flag);
861
855
  const $vo19 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
@@ -870,10 +864,10 @@ var validDescrStatsRequest = (input) => {
870
864
  path: _path2 + ".is_subcondition",
871
865
  expected: "(boolean | undefined)",
872
866
  value: input3.is_subcondition
873
- }), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
874
- path: _path2 + ".id",
875
- expected: "(string | undefined)",
876
- value: input3.id
867
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
868
+ path: _path2 + ".dt",
869
+ expected: "(number | undefined)",
870
+ value: input3.dt
877
871
  }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
878
872
  path: _path2 + ".groups",
879
873
  expected: "Array<GroupEntry>",
@@ -891,24 +885,7 @@ var validDescrStatsRequest = (input) => {
891
885
  expected: "Array<GroupEntry>",
892
886
  value: input3.groups
893
887
  })].every((flag) => flag);
894
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
895
- path: _path2 + ".disabled",
896
- expected: "boolean",
897
- value: input3.disabled
898
- }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
899
- path: _path2 + ".lst",
900
- expected: "([] | undefined)",
901
- value: input3.lst
902
- })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
903
- path: _path2 + ".lst",
904
- expected: "[]",
905
- value: input3.lst
906
- })) && [].every((flag) => flag)) || $report(_exceptionable2, {
907
- path: _path2 + ".lst",
908
- expected: "([] | undefined)",
909
- value: input3.lst
910
- })].every((flag) => flag);
911
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
888
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
912
889
  path: _path2 + ".join",
913
890
  expected: "(string | undefined)",
914
891
  value: input3.join
@@ -920,7 +897,7 @@ var validDescrStatsRequest = (input) => {
920
897
  path: _path2 + ".term",
921
898
  expected: "NumericTerm",
922
899
  value: input3.term
923
- })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
900
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
924
901
  path: _path2 + ".term",
925
902
  expected: "NumericTerm",
926
903
  value: input3.term
@@ -946,18 +923,18 @@ var validDescrStatsRequest = (input) => {
946
923
  value: input3.values
947
924
  })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
948
925
  path: _path2 + ".values[" + _index10 + "]",
949
- expected: "__type.o5",
926
+ expected: "__type.o4",
950
927
  value: elem
951
- })) && $vo30(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
928
+ })) && $vo29(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
952
929
  path: _path2 + ".values[" + _index10 + "]",
953
- expected: "__type.o5",
930
+ expected: "__type.o4",
954
931
  value: elem
955
932
  })).every((flag) => flag) || $report(_exceptionable2, {
956
933
  path: _path2 + ".values",
957
934
  expected: "Array<__type>.o1",
958
935
  value: input3.values
959
936
  })].every((flag) => flag);
960
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
937
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
961
938
  path: _path2 + ".id",
962
939
  expected: "string",
963
940
  value: input3.id
@@ -1017,7 +994,7 @@ var validDescrStatsRequest = (input) => {
1017
994
  path: _path2 + ".bins",
1018
995
  expected: "PresetNumericBins",
1019
996
  value: input3.bins
1020
- })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
997
+ })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1021
998
  path: _path2 + ".bins",
1022
999
  expected: "PresetNumericBins",
1023
1000
  value: input3.bins
@@ -1027,18 +1004,18 @@ var validDescrStatsRequest = (input) => {
1027
1004
  value: input3.unit
1028
1005
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1029
1006
  path: _path2 + ".continuousColorScale",
1030
- expected: "(__type.o4 | undefined)",
1007
+ expected: "(__type.o3 | undefined)",
1031
1008
  value: input3.continuousColorScale
1032
- })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1009
+ })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1033
1010
  path: _path2 + ".continuousColorScale",
1034
- expected: "(__type.o4 | undefined)",
1011
+ expected: "(__type.o3 | undefined)",
1035
1012
  value: input3.continuousColorScale
1036
1013
  })].every((flag) => flag);
1037
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1014
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1038
1015
  path: _path2 + '["default"]',
1039
1016
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1040
1017
  value: input3["default"]
1041
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1018
+ })) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1042
1019
  path: _path2 + '["default"]',
1043
1020
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1044
1021
  value: input3["default"]
@@ -1046,7 +1023,7 @@ var validDescrStatsRequest = (input) => {
1046
1023
  path: _path2 + ".less",
1047
1024
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1048
1025
  value: input3.less
1049
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1026
+ })) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1050
1027
  path: _path2 + ".less",
1051
1028
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1052
1029
  value: input3.less
@@ -1071,7 +1048,7 @@ var validDescrStatsRequest = (input) => {
1071
1048
  expected: "(number | undefined)",
1072
1049
  value: input3.max
1073
1050
  })].every((flag) => flag);
1074
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1051
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1075
1052
  path: _path2 + ".hiddenValues",
1076
1053
  expected: "(HiddenValues | undefined)",
1077
1054
  value: input3.hiddenValues
@@ -1124,7 +1101,7 @@ var validDescrStatsRequest = (input) => {
1124
1101
  expected: "(number | undefined)",
1125
1102
  value: input3.label_offset
1126
1103
  })].every((flag) => flag);
1127
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1104
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1128
1105
  path: _path2 + ".startunbounded",
1129
1106
  expected: "true",
1130
1107
  value: input3.startunbounded
@@ -1149,7 +1126,7 @@ var validDescrStatsRequest = (input) => {
1149
1126
  expected: "(string | undefined)",
1150
1127
  value: input3.label
1151
1128
  })].every((flag) => flag);
1152
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1129
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1153
1130
  path: _path2 + ".startunbounded",
1154
1131
  expected: "(false | undefined)",
1155
1132
  value: input3.startunbounded
@@ -1178,7 +1155,7 @@ var validDescrStatsRequest = (input) => {
1178
1155
  expected: "(string | undefined)",
1179
1156
  value: input3.label
1180
1157
  })].every((flag) => flag);
1181
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1158
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1182
1159
  path: _path2 + ".start",
1183
1160
  expected: "number",
1184
1161
  value: input3.start
@@ -1203,7 +1180,7 @@ var validDescrStatsRequest = (input) => {
1203
1180
  expected: "(string | undefined)",
1204
1181
  value: input3.label
1205
1182
  })].every((flag) => flag);
1206
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1183
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1207
1184
  path: _path2 + ".hiddenValues",
1208
1185
  expected: "(HiddenValues | undefined)",
1209
1186
  value: input3.hiddenValues
@@ -1270,7 +1247,7 @@ var validDescrStatsRequest = (input) => {
1270
1247
  expected: '("median" | undefined)',
1271
1248
  value: input3.preferredBins
1272
1249
  })].every((flag) => flag);
1273
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1250
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1274
1251
  path: _path2 + ".minColor",
1275
1252
  expected: "string",
1276
1253
  value: input3.minColor
@@ -1279,7 +1256,7 @@ var validDescrStatsRequest = (input) => {
1279
1256
  expected: "string",
1280
1257
  value: input3.maxColor
1281
1258
  })].every((flag) => flag);
1282
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1259
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1283
1260
  path: _path2 + ".key",
1284
1261
  expected: "string",
1285
1262
  value: input3.key
@@ -1296,7 +1273,7 @@ var validDescrStatsRequest = (input) => {
1296
1273
  expected: "(string | undefined)",
1297
1274
  value: input3.label
1298
1275
  })].every((flag) => flag);
1299
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1276
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1300
1277
  path: _path2 + ".join",
1301
1278
  expected: "(string | undefined)",
1302
1279
  value: input3.join
@@ -1308,7 +1285,7 @@ var validDescrStatsRequest = (input) => {
1308
1285
  path: _path2 + ".term",
1309
1286
  expected: "ConditionTerm",
1310
1287
  value: input3.term
1311
- })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1288
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1312
1289
  path: _path2 + ".term",
1313
1290
  expected: "ConditionTerm",
1314
1291
  value: input3.term
@@ -1332,7 +1309,7 @@ var validDescrStatsRequest = (input) => {
1332
1309
  path: _path2 + ".grade_and_child[" + _index14 + "]",
1333
1310
  expected: "GradeAndChildEntry",
1334
1311
  value: elem
1335
- })) && $vo33(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1312
+ })) && $vo32(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1336
1313
  path: _path2 + ".grade_and_child[" + _index14 + "]",
1337
1314
  expected: "GradeAndChildEntry",
1338
1315
  value: elem
@@ -1341,7 +1318,7 @@ var validDescrStatsRequest = (input) => {
1341
1318
  expected: "(Array<GradeAndChildEntry> | undefined)",
1342
1319
  value: input3.grade_and_child
1343
1320
  })].every((flag) => flag);
1344
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1321
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1345
1322
  path: _path2 + ".id",
1346
1323
  expected: "string",
1347
1324
  value: input3.id
@@ -1398,7 +1375,7 @@ var validDescrStatsRequest = (input) => {
1398
1375
  expected: "(boolean | undefined)",
1399
1376
  value: input3.skipValuesBuild
1400
1377
  })].every((flag) => flag);
1401
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1378
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1402
1379
  path: _path2 + ".grade",
1403
1380
  expected: "number",
1404
1381
  value: input3.grade
@@ -1415,7 +1392,7 @@ var validDescrStatsRequest = (input) => {
1415
1392
  expected: "string",
1416
1393
  value: input3.child_label
1417
1394
  })].every((flag) => flag);
1418
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1395
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1419
1396
  path: _path2 + ".join",
1420
1397
  expected: "(string | undefined)",
1421
1398
  value: input3.join
@@ -1427,7 +1404,7 @@ var validDescrStatsRequest = (input) => {
1427
1404
  path: _path2 + ".term",
1428
1405
  expected: "DtTerm",
1429
1406
  value: input3.term
1430
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1407
+ })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1431
1408
  path: _path2 + ".term",
1432
1409
  expected: "DtTerm",
1433
1410
  value: input3.term
@@ -1437,11 +1414,11 @@ var validDescrStatsRequest = (input) => {
1437
1414
  value: input3.values
1438
1415
  })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1439
1416
  path: _path2 + ".values[" + _index17 + "]",
1440
- expected: "__type.o6",
1417
+ expected: "__type.o5",
1441
1418
  value: elem
1442
- })) && $vo38(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1419
+ })) && $vo37(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1443
1420
  path: _path2 + ".values[" + _index17 + "]",
1444
- expected: "__type.o6",
1421
+ expected: "__type.o5",
1445
1422
  value: elem
1446
1423
  })).every((flag) => flag) || $report(_exceptionable2, {
1447
1424
  path: _path2 + ".values",
@@ -1456,7 +1433,7 @@ var validDescrStatsRequest = (input) => {
1456
1433
  expected: "(boolean | undefined)",
1457
1434
  value: input3.excludeGeneName
1458
1435
  })].every((flag) => flag);
1459
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1436
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1460
1437
  path: _path2 + ".id",
1461
1438
  expected: "string",
1462
1439
  value: input3.id
@@ -1476,7 +1453,7 @@ var validDescrStatsRequest = (input) => {
1476
1453
  path: _path2 + ".parentTerm",
1477
1454
  expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1478
1455
  value: input3.parentTerm
1479
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1456
+ })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1480
1457
  path: _path2 + ".parentTerm",
1481
1458
  expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1482
1459
  value: input3.parentTerm
@@ -1505,7 +1482,7 @@ var validDescrStatsRequest = (input) => {
1505
1482
  expected: "TermValues",
1506
1483
  value: input3.values
1507
1484
  })].every((flag) => flag);
1508
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1485
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1509
1486
  path: _path2 + ".id",
1510
1487
  expected: "string",
1511
1488
  value: input3.id
@@ -1583,11 +1560,11 @@ var validDescrStatsRequest = (input) => {
1583
1560
  value: input3.stop
1584
1561
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1585
1562
  path: _path2 + ".groupsetting",
1586
- expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1563
+ expected: "(TermGroupSetting | undefined)",
1587
1564
  value: input3.groupsetting
1588
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1565
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1589
1566
  path: _path2 + ".groupsetting",
1590
- expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1567
+ expected: "(TermGroupSetting | undefined)",
1591
1568
  value: input3.groupsetting
1592
1569
  }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
1593
1570
  path: _path2 + ".childTerms",
@@ -1597,7 +1574,7 @@ var validDescrStatsRequest = (input) => {
1597
1574
  path: _path2 + ".childTerms[" + _index20 + "]",
1598
1575
  expected: "DtTerm",
1599
1576
  value: elem
1600
- })) && $vo35(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1577
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1601
1578
  path: _path2 + ".childTerms[" + _index20 + "]",
1602
1579
  expected: "DtTerm",
1603
1580
  value: elem
@@ -1606,7 +1583,7 @@ var validDescrStatsRequest = (input) => {
1606
1583
  expected: "(Array<DtTerm> | undefined)",
1607
1584
  value: input3.childTerms
1608
1585
  })].every((flag) => flag);
1609
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1586
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1610
1587
  path: _path2 + ".id",
1611
1588
  expected: "string",
1612
1589
  value: input3.id
@@ -1680,11 +1657,11 @@ var validDescrStatsRequest = (input) => {
1680
1657
  value: input3.stop
1681
1658
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1682
1659
  path: _path2 + ".groupsetting",
1683
- expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1660
+ expected: "(TermGroupSetting | undefined)",
1684
1661
  value: input3.groupsetting
1685
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1662
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1686
1663
  path: _path2 + ".groupsetting",
1687
- expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1664
+ expected: "(TermGroupSetting | undefined)",
1688
1665
  value: input3.groupsetting
1689
1666
  }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
1690
1667
  path: _path2 + ".childTerms",
@@ -1694,7 +1671,7 @@ var validDescrStatsRequest = (input) => {
1694
1671
  path: _path2 + ".childTerms[" + _index23 + "]",
1695
1672
  expected: "DtTerm",
1696
1673
  value: elem
1697
- })) && $vo35(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1674
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1698
1675
  path: _path2 + ".childTerms[" + _index23 + "]",
1699
1676
  expected: "DtTerm",
1700
1677
  value: elem
@@ -1703,7 +1680,7 @@ var validDescrStatsRequest = (input) => {
1703
1680
  expected: "(Array<DtTerm> | undefined)",
1704
1681
  value: input3.childTerms
1705
1682
  })].every((flag) => flag);
1706
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1683
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1707
1684
  path: _path2 + ".key",
1708
1685
  expected: "string",
1709
1686
  value: input3.key
@@ -1716,7 +1693,7 @@ var validDescrStatsRequest = (input) => {
1716
1693
  expected: "string",
1717
1694
  value: input3.value
1718
1695
  })].every((flag) => flag);
1719
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1696
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1720
1697
  path: _path2 + ".id",
1721
1698
  expected: "(string | undefined)",
1722
1699
  value: input3.id
@@ -1744,7 +1721,7 @@ var validDescrStatsRequest = (input) => {
1744
1721
  path: _path2 + ".term",
1745
1722
  expected: "NumericTerm",
1746
1723
  value: input3.term
1747
- })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1724
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1748
1725
  path: _path2 + ".term",
1749
1726
  expected: "NumericTerm",
1750
1727
  value: input3.term
@@ -1752,12 +1729,12 @@ var validDescrStatsRequest = (input) => {
1752
1729
  path: _path2 + ".q",
1753
1730
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1754
1731
  value: input3.q
1755
- })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1732
+ })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1756
1733
  path: _path2 + ".q",
1757
1734
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1758
1735
  value: input3.q
1759
1736
  })].every((flag) => flag);
1760
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1737
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1761
1738
  path: _path2 + ".hiddenValues",
1762
1739
  expected: "(HiddenValues | undefined)",
1763
1740
  value: input3.hiddenValues
@@ -1817,7 +1794,7 @@ var validDescrStatsRequest = (input) => {
1817
1794
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1818
1795
  value: input3.lst
1819
1796
  })].every((flag) => flag);
1820
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1797
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1821
1798
  path: _path2 + ".hiddenValues",
1822
1799
  expected: "(HiddenValues | undefined)",
1823
1800
  value: input3.hiddenValues
@@ -1854,7 +1831,7 @@ var validDescrStatsRequest = (input) => {
1854
1831
  expected: "undefined",
1855
1832
  value: input3.type
1856
1833
  }))].every((flag) => flag);
1857
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1834
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1858
1835
  path: _path2 + ".hiddenValues",
1859
1836
  expected: "(HiddenValues | undefined)",
1860
1837
  value: input3.hiddenValues
@@ -1884,11 +1861,11 @@ var validDescrStatsRequest = (input) => {
1884
1861
  value: input3.knots
1885
1862
  })) && input3.knots.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1886
1863
  path: _path2 + ".knots[" + _index24 + "]",
1887
- expected: "__type.o7",
1864
+ expected: "__type.o6",
1888
1865
  value: elem
1889
- })) && $vo43(elem, _path2 + ".knots[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1866
+ })) && $vo42(elem, _path2 + ".knots[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1890
1867
  path: _path2 + ".knots[" + _index24 + "]",
1891
- expected: "__type.o7",
1868
+ expected: "__type.o6",
1892
1869
  value: elem
1893
1870
  })).every((flag) => flag) || $report(_exceptionable2, {
1894
1871
  path: _path2 + ".knots",
@@ -1903,12 +1880,12 @@ var validDescrStatsRequest = (input) => {
1903
1880
  expected: "undefined",
1904
1881
  value: input3.type
1905
1882
  }))].every((flag) => flag);
1906
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1883
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1907
1884
  path: _path2 + ".value",
1908
1885
  expected: "number",
1909
1886
  value: input3.value
1910
1887
  })].every((flag) => flag);
1911
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1888
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1912
1889
  path: _path2 + ".id",
1913
1890
  expected: "(string | undefined)",
1914
1891
  value: input3.id
@@ -1936,7 +1913,7 @@ var validDescrStatsRequest = (input) => {
1936
1913
  path: _path2 + ".q",
1937
1914
  expected: "SnpsQ",
1938
1915
  value: input3.q
1939
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1916
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1940
1917
  path: _path2 + ".q",
1941
1918
  expected: "SnpsQ",
1942
1919
  value: input3.q
@@ -1944,12 +1921,12 @@ var validDescrStatsRequest = (input) => {
1944
1921
  path: _path2 + ".term",
1945
1922
  expected: "SnpsTerm",
1946
1923
  value: input3.term
1947
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1924
+ })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1948
1925
  path: _path2 + ".term",
1949
1926
  expected: "SnpsTerm",
1950
1927
  value: input3.term
1951
1928
  })].every((flag) => flag);
1952
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1929
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1953
1930
  path: _path2 + ".hiddenValues",
1954
1931
  expected: "(HiddenValues | undefined)",
1955
1932
  value: input3.hiddenValues
@@ -2005,7 +1982,7 @@ var validDescrStatsRequest = (input) => {
2005
1982
  path: _path2 + ".restrictAncestry",
2006
1983
  expected: "RestrictAncestry",
2007
1984
  value: input3.restrictAncestry
2008
- })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1985
+ })) && $vo45(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2009
1986
  path: _path2 + ".restrictAncestry",
2010
1987
  expected: "RestrictAncestry",
2011
1988
  value: input3.restrictAncestry
@@ -2030,7 +2007,7 @@ var validDescrStatsRequest = (input) => {
2030
2007
  expected: "number",
2031
2008
  value: input3.stop
2032
2009
  })].every((flag) => flag);
2033
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2010
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2034
2011
  path: _path2 + ".name",
2035
2012
  expected: "string",
2036
2013
  value: input3.name
@@ -2043,7 +2020,7 @@ var validDescrStatsRequest = (input) => {
2043
2020
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2044
2021
  value: input3.tvs
2045
2022
  })].every((flag) => flag);
2046
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2023
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2047
2024
  path: _path2 + ".id",
2048
2025
  expected: "string",
2049
2026
  value: input3.id
@@ -2111,7 +2088,7 @@ var validDescrStatsRequest = (input) => {
2111
2088
  path: _path2 + ".snps[" + _index27 + "]",
2112
2089
  expected: "SnpsEntry",
2113
2090
  value: elem
2114
- })) && $vo48(elem, _path2 + ".snps[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
2091
+ })) && $vo47(elem, _path2 + ".snps[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
2115
2092
  path: _path2 + ".snps[" + _index27 + "]",
2116
2093
  expected: "SnpsEntry",
2117
2094
  value: elem
@@ -2120,7 +2097,7 @@ var validDescrStatsRequest = (input) => {
2120
2097
  expected: "(Array<SnpsEntry> | undefined)",
2121
2098
  value: input3.snps
2122
2099
  })].every((flag) => flag);
2123
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2100
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2124
2101
  path: _path2 + ".altAlleles",
2125
2102
  expected: "(Array<string> | undefined)",
2126
2103
  value: input3.altAlleles
@@ -2140,7 +2117,7 @@ var validDescrStatsRequest = (input) => {
2140
2117
  path: _path2 + ".alleles[" + _index29 + "]",
2141
2118
  expected: "AllelesEntry",
2142
2119
  value: elem
2143
- })) && $vo49(elem, _path2 + ".alleles[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2120
+ })) && $vo48(elem, _path2 + ".alleles[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2144
2121
  path: _path2 + ".alleles[" + _index29 + "]",
2145
2122
  expected: "AllelesEntry",
2146
2123
  value: elem
@@ -2154,11 +2131,11 @@ var validDescrStatsRequest = (input) => {
2154
2131
  value: input3.effectAllele
2155
2132
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
2156
2133
  path: _path2 + ".gt2count",
2157
- expected: "(__type.o8 | undefined)",
2134
+ expected: "(__type.o7 | undefined)",
2158
2135
  value: input3.gt2count
2159
- })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2136
+ })) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2160
2137
  path: _path2 + ".gt2count",
2161
- expected: "(__type.o8 | undefined)",
2138
+ expected: "(__type.o7 | undefined)",
2162
2139
  value: input3.gt2count
2163
2140
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
2164
2141
  path: _path2 + ".invalid",
@@ -2185,7 +2162,7 @@ var validDescrStatsRequest = (input) => {
2185
2162
  expected: "(number | undefined)",
2186
2163
  value: input3.pos
2187
2164
  })].every((flag) => flag);
2188
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2165
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2189
2166
  path: _path2 + ".allele",
2190
2167
  expected: "string",
2191
2168
  value: input3.allele
@@ -2198,7 +2175,7 @@ var validDescrStatsRequest = (input) => {
2198
2175
  expected: "boolean",
2199
2176
  value: input3.isRef
2200
2177
  })].every((flag) => flag);
2201
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2178
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2202
2179
  path: _path2 + ".k",
2203
2180
  expected: "string",
2204
2181
  value: input3.k
@@ -2207,7 +2184,7 @@ var validDescrStatsRequest = (input) => {
2207
2184
  expected: "(number | string)",
2208
2185
  value: input3.v
2209
2186
  })].every((flag) => flag);
2210
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2187
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2211
2188
  path: _path2 + ".id",
2212
2189
  expected: "(string | undefined)",
2213
2190
  value: input3.id
@@ -2235,7 +2212,7 @@ var validDescrStatsRequest = (input) => {
2235
2212
  path: _path2 + ".term",
2236
2213
  expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2237
2214
  value: input3.term
2238
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2215
+ })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2239
2216
  path: _path2 + ".term",
2240
2217
  expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2241
2218
  value: input3.term
@@ -2243,12 +2220,12 @@ var validDescrStatsRequest = (input) => {
2243
2220
  path: _path2 + ".q",
2244
2221
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2245
2222
  value: input3.q
2246
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2223
+ })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2247
2224
  path: _path2 + ".q",
2248
2225
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2249
2226
  value: input3.q
2250
2227
  })].every((flag) => flag);
2251
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2228
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2252
2229
  path: _path2 + ".id",
2253
2230
  expected: "string",
2254
2231
  value: input3.id
@@ -2326,11 +2303,11 @@ var validDescrStatsRequest = (input) => {
2326
2303
  value: input3.stop
2327
2304
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2328
2305
  path: _path2 + ".groupsetting",
2329
- expected: "(EnabledTermGroupSetting | __type.o3)",
2306
+ expected: "TermGroupSetting",
2330
2307
  value: input3.groupsetting
2331
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2308
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2332
2309
  path: _path2 + ".groupsetting",
2333
- expected: "(EnabledTermGroupSetting | __type.o3)",
2310
+ expected: "TermGroupSetting",
2334
2311
  value: input3.groupsetting
2335
2312
  }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2336
2313
  path: _path2 + ".childTerms",
@@ -2340,7 +2317,7 @@ var validDescrStatsRequest = (input) => {
2340
2317
  path: _path2 + ".childTerms[" + _index32 + "]",
2341
2318
  expected: "DtTerm",
2342
2319
  value: elem
2343
- })) && $vo35(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2320
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2344
2321
  path: _path2 + ".childTerms[" + _index32 + "]",
2345
2322
  expected: "DtTerm",
2346
2323
  value: elem
@@ -2349,7 +2326,7 @@ var validDescrStatsRequest = (input) => {
2349
2326
  expected: "Array<DtTerm>",
2350
2327
  value: input3.childTerms
2351
2328
  })].every((flag) => flag);
2352
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2329
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2353
2330
  path: _path2 + ".id",
2354
2331
  expected: "string",
2355
2332
  value: input3.id
@@ -2423,11 +2400,11 @@ var validDescrStatsRequest = (input) => {
2423
2400
  value: input3.stop
2424
2401
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2425
2402
  path: _path2 + ".groupsetting",
2426
- expected: "(EnabledTermGroupSetting | __type.o3)",
2403
+ expected: "TermGroupSetting",
2427
2404
  value: input3.groupsetting
2428
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2405
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2429
2406
  path: _path2 + ".groupsetting",
2430
- expected: "(EnabledTermGroupSetting | __type.o3)",
2407
+ expected: "TermGroupSetting",
2431
2408
  value: input3.groupsetting
2432
2409
  }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2433
2410
  path: _path2 + ".childTerms",
@@ -2437,7 +2414,7 @@ var validDescrStatsRequest = (input) => {
2437
2414
  path: _path2 + ".childTerms[" + _index35 + "]",
2438
2415
  expected: "DtTerm",
2439
2416
  value: elem
2440
- })) && $vo35(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2417
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2441
2418
  path: _path2 + ".childTerms[" + _index35 + "]",
2442
2419
  expected: "DtTerm",
2443
2420
  value: elem
@@ -2446,7 +2423,7 @@ var validDescrStatsRequest = (input) => {
2446
2423
  expected: "Array<DtTerm>",
2447
2424
  value: input3.childTerms
2448
2425
  })].every((flag) => flag);
2449
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2426
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2450
2427
  path: _path2 + ".id",
2451
2428
  expected: "string",
2452
2429
  value: input3.id
@@ -2504,14 +2481,14 @@ var validDescrStatsRequest = (input) => {
2504
2481
  value: input3.skipValuesBuild
2505
2482
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2506
2483
  path: _path2 + ".groupsetting",
2507
- expected: "(EnabledTermGroupSetting | __type.o3)",
2484
+ expected: "TermGroupSetting",
2508
2485
  value: input3.groupsetting
2509
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2486
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2510
2487
  path: _path2 + ".groupsetting",
2511
- expected: "(EnabledTermGroupSetting | __type.o3)",
2488
+ expected: "TermGroupSetting",
2512
2489
  value: input3.groupsetting
2513
2490
  })].every((flag) => flag);
2514
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2491
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2515
2492
  path: _path2 + ".id",
2516
2493
  expected: "string",
2517
2494
  value: input3.id
@@ -2571,7 +2548,7 @@ var validDescrStatsRequest = (input) => {
2571
2548
  path: _path2 + ".bins",
2572
2549
  expected: "PresetNumericBins",
2573
2550
  value: input3.bins
2574
- })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2551
+ })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2575
2552
  path: _path2 + ".bins",
2576
2553
  expected: "PresetNumericBins",
2577
2554
  value: input3.bins
@@ -2581,14 +2558,14 @@ var validDescrStatsRequest = (input) => {
2581
2558
  value: input3.unit
2582
2559
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2583
2560
  path: _path2 + ".continuousColorScale",
2584
- expected: "(__type.o4 | undefined)",
2561
+ expected: "(__type.o3 | undefined)",
2585
2562
  value: input3.continuousColorScale
2586
- })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2563
+ })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2587
2564
  path: _path2 + ".continuousColorScale",
2588
- expected: "(__type.o4 | undefined)",
2565
+ expected: "(__type.o3 | undefined)",
2589
2566
  value: input3.continuousColorScale
2590
2567
  })].every((flag) => flag);
2591
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2568
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2592
2569
  path: _path2 + ".id",
2593
2570
  expected: "string",
2594
2571
  value: input3.id
@@ -2645,7 +2622,7 @@ var validDescrStatsRequest = (input) => {
2645
2622
  expected: "(boolean | undefined)",
2646
2623
  value: input3.skipValuesBuild
2647
2624
  })].every((flag) => flag);
2648
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2625
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2649
2626
  path: _path2 + ".id",
2650
2627
  expected: "string",
2651
2628
  value: input3.id
@@ -2713,7 +2690,7 @@ var validDescrStatsRequest = (input) => {
2713
2690
  path: _path2 + ".snps[" + _index44 + "]",
2714
2691
  expected: "SnpsEntry",
2715
2692
  value: elem
2716
- })) && $vo48(elem, _path2 + ".snps[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2693
+ })) && $vo47(elem, _path2 + ".snps[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2717
2694
  path: _path2 + ".snps[" + _index44 + "]",
2718
2695
  expected: "SnpsEntry",
2719
2696
  value: elem
@@ -2722,7 +2699,7 @@ var validDescrStatsRequest = (input) => {
2722
2699
  expected: "(Array<SnpsEntry> | undefined)",
2723
2700
  value: input3.snps
2724
2701
  })].every((flag) => flag);
2725
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2702
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2726
2703
  path: _path2 + ".id",
2727
2704
  expected: "string",
2728
2705
  value: input3.id
@@ -2770,7 +2747,7 @@ var validDescrStatsRequest = (input) => {
2770
2747
  path: _path2 + ".values",
2771
2748
  expected: "(TermValues & SampleLstTermValues | undefined)",
2772
2749
  value: input3.values
2773
- })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2750
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2774
2751
  path: _path2 + ".values",
2775
2752
  expected: "(TermValues & SampleLstTermValues | undefined)",
2776
2753
  value: input3.values
@@ -2779,7 +2756,7 @@ var validDescrStatsRequest = (input) => {
2779
2756
  expected: "(boolean | undefined)",
2780
2757
  value: input3.skipValuesBuild
2781
2758
  })].every((flag) => flag);
2782
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2759
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2783
2760
  const value = input3[key];
2784
2761
  if (void 0 === value)
2785
2762
  return true;
@@ -2788,7 +2765,7 @@ var validDescrStatsRequest = (input) => {
2788
2765
  path: _path2 + $join(key),
2789
2766
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2790
2767
  value
2791
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2768
+ })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2792
2769
  path: _path2 + $join(key),
2793
2770
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2794
2771
  value
@@ -2798,14 +2775,14 @@ var validDescrStatsRequest = (input) => {
2798
2775
  path: _path2 + $join(key),
2799
2776
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2800
2777
  value
2801
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2778
+ })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2802
2779
  path: _path2 + $join(key),
2803
2780
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2804
2781
  value
2805
2782
  });
2806
2783
  return true;
2807
2784
  }).every((flag) => flag)].every((flag) => flag);
2808
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2785
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2809
2786
  path: _path2 + ".key",
2810
2787
  expected: "(string | undefined)",
2811
2788
  value: input3.key
@@ -2851,18 +2828,18 @@ var validDescrStatsRequest = (input) => {
2851
2828
  value: input3.list
2852
2829
  })) && input3.list.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2853
2830
  path: _path2 + ".list[" + _index47 + "]",
2854
- expected: "__type.o9",
2831
+ expected: "__type.o8",
2855
2832
  value: elem
2856
- })) && $vo61(elem, _path2 + ".list[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2833
+ })) && $vo60(elem, _path2 + ".list[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2857
2834
  path: _path2 + ".list[" + _index47 + "]",
2858
- expected: "__type.o9",
2835
+ expected: "__type.o8",
2859
2836
  value: elem
2860
2837
  })).every((flag) => flag) || $report(_exceptionable2, {
2861
2838
  path: _path2 + ".list",
2862
2839
  expected: "Array<__type>.o4",
2863
2840
  value: input3.list
2864
2841
  }), true].every((flag) => flag);
2865
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2842
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2866
2843
  path: _path2 + ".sampleId",
2867
2844
  expected: "string",
2868
2845
  value: input3.sampleId
@@ -2871,7 +2848,7 @@ var validDescrStatsRequest = (input) => {
2871
2848
  expected: "string",
2872
2849
  value: input3.sample
2873
2850
  })].every((flag) => flag);
2874
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2851
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2875
2852
  path: _path2 + ".hiddenValues",
2876
2853
  expected: "(HiddenValues | undefined)",
2877
2854
  value: input3.hiddenValues
@@ -2900,7 +2877,7 @@ var validDescrStatsRequest = (input) => {
2900
2877
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2901
2878
  value: input3.type
2902
2879
  })].every((flag) => flag);
2903
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2880
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2904
2881
  path: _path2 + ".hiddenValues",
2905
2882
  expected: "(HiddenValues | undefined)",
2906
2883
  value: input3.hiddenValues
@@ -2965,7 +2942,7 @@ var validDescrStatsRequest = (input) => {
2965
2942
  expected: "(boolean | undefined)",
2966
2943
  value: input3.value_by_computable_grade
2967
2944
  }), true].every((flag) => flag);
2968
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2945
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2969
2946
  path: _path2 + ".hiddenValues",
2970
2947
  expected: "(HiddenValues | undefined)",
2971
2948
  value: input3.hiddenValues
@@ -2997,38 +2974,38 @@ var validDescrStatsRequest = (input) => {
2997
2974
  path: _path2 + ".groups",
2998
2975
  expected: "SampleLstTermValues",
2999
2976
  value: input3.groups
3000
- })) && $vo65(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
2977
+ })) && $vo64(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3001
2978
  path: _path2 + ".groups",
3002
2979
  expected: "SampleLstTermValues",
3003
2980
  value: input3.groups
3004
2981
  })].every((flag) => flag);
3005
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2982
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3006
2983
  const value = input3[key];
3007
2984
  if (void 0 === value)
3008
2985
  return true;
3009
2986
  if (RegExp(/(.*)/).test(key))
3010
2987
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3011
2988
  path: _path2 + $join(key),
3012
- expected: "__type.o10",
2989
+ expected: "__type.o9",
3013
2990
  value
3014
- })) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2991
+ })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3015
2992
  path: _path2 + $join(key),
3016
- expected: "__type.o10",
2993
+ expected: "__type.o9",
3017
2994
  value
3018
2995
  });
3019
2996
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3020
2997
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3021
2998
  path: _path2 + $join(key),
3022
- expected: "__type.o10",
2999
+ expected: "__type.o9",
3023
3000
  value
3024
- })) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3001
+ })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3025
3002
  path: _path2 + $join(key),
3026
- expected: "__type.o10",
3003
+ expected: "__type.o9",
3027
3004
  value
3028
3005
  });
3029
3006
  return true;
3030
3007
  }).every((flag) => flag)].every((flag) => flag);
3031
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3008
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3032
3009
  path: _path2 + ".name",
3033
3010
  expected: "string",
3034
3011
  value: input3.name
@@ -3042,11 +3019,11 @@ var validDescrStatsRequest = (input) => {
3042
3019
  value: input3.list
3043
3020
  })) && input3.list.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3044
3021
  path: _path2 + ".list[" + _index49 + "]",
3045
- expected: "__type.o9",
3022
+ expected: "__type.o8",
3046
3023
  value: elem
3047
- })) && $vo61(elem, _path2 + ".list[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3024
+ })) && $vo60(elem, _path2 + ".list[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3048
3025
  path: _path2 + ".list[" + _index49 + "]",
3049
- expected: "__type.o9",
3026
+ expected: "__type.o8",
3050
3027
  value: elem
3051
3028
  })).every((flag) => flag) || $report(_exceptionable2, {
3052
3029
  path: _path2 + ".list",
@@ -3077,16 +3054,16 @@ var validDescrStatsRequest = (input) => {
3077
3054
  })();
3078
3055
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3079
3056
  if (true === input3.startunbounded)
3080
- return $vo25(input3, _path2, _exceptionable2);
3057
+ return $vo24(input3, _path2, _exceptionable2);
3081
3058
  if (true === input3.stopunbounded)
3082
- return $vo27(input3, _path2, _exceptionable2);
3083
- return $vo26(input3, _path2, _exceptionable2);
3059
+ return $vo26(input3, _path2, _exceptionable2);
3060
+ return $vo25(input3, _path2, _exceptionable2);
3084
3061
  })();
3085
3062
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3086
3063
  if (true === input3.startunbounded)
3087
- return $vo25(input3, _path2, _exceptionable2);
3064
+ return $vo24(input3, _path2, _exceptionable2);
3088
3065
  if (void 0 !== input3.start)
3089
- return $vo26(input3, _path2, _exceptionable2);
3066
+ return $vo25(input3, _path2, _exceptionable2);
3090
3067
  return $report(_exceptionable2, {
3091
3068
  path: _path2,
3092
3069
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3095,9 +3072,9 @@ var validDescrStatsRequest = (input) => {
3095
3072
  })();
3096
3073
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3097
3074
  if (void 0 !== input3.stop)
3098
- return $vo26(input3, _path2, _exceptionable2);
3075
+ return $vo25(input3, _path2, _exceptionable2);
3099
3076
  if (true === input3.stopunbounded)
3100
- return $vo27(input3, _path2, _exceptionable2);
3077
+ return $vo26(input3, _path2, _exceptionable2);
3101
3078
  return $report(_exceptionable2, {
3102
3079
  path: _path2,
3103
3080
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3107,7 +3084,7 @@ var validDescrStatsRequest = (input) => {
3107
3084
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3108
3085
  if (void 0 !== input3.type)
3109
3086
  return $vo1(input3, _path2, _exceptionable2);
3110
- return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3087
+ return $vo50(input3, _path2, false) || $vo43(input3, _path2, false) || $vo38(input3, _path2, false);
3111
3088
  })();
3112
3089
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3113
3090
  if ("values" === input3.type)
@@ -3120,75 +3097,70 @@ var validDescrStatsRequest = (input) => {
3120
3097
  })();
3121
3098
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3122
3099
  if (void 0 !== input3.ranges)
3123
- return $vo21(input3, _path2, _exceptionable2);
3124
- return $vo14(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3100
+ return $vo20(input3, _path2, _exceptionable2);
3101
+ return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3125
3102
  })();
3126
3103
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3127
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index50) => "object" === typeof elem && null !== elem && $vo19(elem, _path2 + ".lst[" + _index50 + "]", false)).every((flag) => flag))
3128
- return $vo18(input3, _path2, _exceptionable2);
3129
- return $vo20(input3, _path2, _exceptionable2);
3130
- })();
3131
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3132
3104
  if ("regular-bin" === input3.type)
3133
- return $vo24(input3, _path2, _exceptionable2);
3105
+ return $vo23(input3, _path2, _exceptionable2);
3134
3106
  if ("custom-bin" === input3.type)
3135
- return $vo28(input3, _path2, _exceptionable2);
3107
+ return $vo27(input3, _path2, _exceptionable2);
3136
3108
  return $report(_exceptionable2, {
3137
3109
  path: _path2,
3138
3110
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
3139
3111
  value: input3
3140
3112
  });
3141
3113
  })();
3142
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3114
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3143
3115
  if ("gene" === input3.kind)
3144
- return $vo36(input3, _path2, _exceptionable2);
3116
+ return $vo35(input3, _path2, _exceptionable2);
3145
3117
  if ("coord" === input3.kind)
3146
- return $vo37(input3, _path2, _exceptionable2);
3118
+ return $vo36(input3, _path2, _exceptionable2);
3147
3119
  return $report(_exceptionable2, {
3148
3120
  path: _path2,
3149
3121
  expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3150
3122
  value: input3
3151
3123
  });
3152
3124
  })();
3153
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3125
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3154
3126
  if ("regular-bin" === input3.type)
3155
- return $vo24(input3, _path2, _exceptionable2);
3127
+ return $vo23(input3, _path2, _exceptionable2);
3156
3128
  if ("continuous" === input3.mode)
3157
- return $vo41(input3, _path2, _exceptionable2);
3129
+ return $vo40(input3, _path2, _exceptionable2);
3158
3130
  if ("spline" === input3.mode)
3159
- return $vo42(input3, _path2, _exceptionable2);
3160
- return $vo28(input3, _path2, false) || $vo40(input3, _path2, false);
3131
+ return $vo41(input3, _path2, _exceptionable2);
3132
+ return $vo27(input3, _path2, false) || $vo39(input3, _path2, false);
3161
3133
  })();
3162
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3134
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3163
3135
  if ("gene" === input3.kind)
3164
- return $vo52(input3, _path2, _exceptionable2);
3136
+ return $vo51(input3, _path2, _exceptionable2);
3165
3137
  if ("coord" === input3.kind)
3166
- return $vo53(input3, _path2, _exceptionable2);
3138
+ return $vo52(input3, _path2, _exceptionable2);
3167
3139
  if ("categorical" === input3.type)
3168
- return $vo54(input3, _path2, _exceptionable2);
3140
+ return $vo53(input3, _path2, _exceptionable2);
3169
3141
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3170
- return $vo55(input3, _path2, _exceptionable2);
3142
+ return $vo54(input3, _path2, _exceptionable2);
3171
3143
  if ("condition" === input3.type)
3172
- return $vo56(input3, _path2, _exceptionable2);
3173
- return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3144
+ return $vo55(input3, _path2, _exceptionable2);
3145
+ return $vo56(input3, _path2, false) || $vo57(input3, _path2, false);
3174
3146
  })();
3175
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3147
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3176
3148
  if (void 0 !== input3.predefined_groupset_idx)
3177
3149
  return $vo6(input3, _path2, _exceptionable2);
3178
3150
  if (void 0 !== input3.customset)
3179
3151
  return $vo7(input3, _path2, _exceptionable2);
3180
3152
  if (void 0 !== input3.bin_size)
3181
- return $vo24(input3, _path2, _exceptionable2);
3153
+ return $vo23(input3, _path2, _exceptionable2);
3182
3154
  if (void 0 !== input3.knots)
3183
- return $vo42(input3, _path2, _exceptionable2);
3155
+ return $vo41(input3, _path2, _exceptionable2);
3184
3156
  if (void 0 !== input3.AFcutoff)
3185
- return $vo45(input3, _path2, _exceptionable2);
3157
+ return $vo44(input3, _path2, _exceptionable2);
3186
3158
  if (void 0 !== input3.timeScale)
3187
- return $vo63(input3, _path2, _exceptionable2);
3159
+ return $vo62(input3, _path2, _exceptionable2);
3188
3160
  return (() => {
3189
3161
  if (void 0 !== input3.groups)
3190
- return $vo64(input3, _path2, _exceptionable2);
3191
- return $vo5(input3, _path2, false) || $vo62(input3, _path2, false) || $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo40(input3, _path2, false) || $vo41(input3, _path2, false);
3162
+ return $vo63(input3, _path2, _exceptionable2);
3163
+ return $vo5(input3, _path2, false) || $vo61(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false);
3192
3164
  })();
3193
3165
  })();
3194
3166
  return ("object" === typeof input2 && null !== input2 || $report(true, {