@sjcrh/proteinpaint-types 2.137.2 → 2.137.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-SUL2XLYM.js → chunk-2YASZMH3.js} +665 -229
  3. package/dist/{chunk-6LRQCE3E.js → chunk-6HAS5WRS.js} +243 -41
  4. package/dist/{chunk-6H6TQ3MA.js → chunk-7FTOFTNK.js} +243 -41
  5. package/dist/{chunk-PAQX4HYF.js → chunk-AL4VFH5I.js} +520 -286
  6. package/dist/{chunk-7YFANJ2A.js → chunk-CC3OBRKE.js} +479 -245
  7. package/dist/{chunk-FMSTAFII.js → chunk-DD2RLZHC.js} +243 -41
  8. package/dist/{chunk-YW6G7WTF.js → chunk-GGZUN2GE.js} +5 -1
  9. package/dist/{chunk-CBPDONEQ.js → chunk-HCBXL376.js} +494 -246
  10. package/dist/{chunk-MDPMNCMV.js → chunk-HWRFIXJA.js} +480 -246
  11. package/dist/{chunk-IE3MSHTB.js → chunk-I2BMMKPN.js} +480 -246
  12. package/dist/{chunk-QCGBPQ7S.js → chunk-JKBVXIRQ.js} +247 -45
  13. package/dist/{chunk-657TS66W.js → chunk-LTGT4NK4.js} +713 -277
  14. package/dist/{chunk-YGOZU46P.js → chunk-S2M5SN7Q.js} +243 -41
  15. package/dist/correlationVolcano.js +1 -1
  16. package/dist/index.js +13 -13
  17. package/dist/termdb.boxplot.js +1 -1
  18. package/dist/termdb.categories.js +1 -1
  19. package/dist/termdb.cluster.js +1 -1
  20. package/dist/termdb.descrstats.js +1 -1
  21. package/dist/termdb.numericcategories.js +1 -1
  22. package/dist/termdb.percentile.js +1 -1
  23. package/dist/termdb.singleSampleMutation.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  27. package/dist/termdb.violin.js +1 -1
  28. package/package.json +1 -1
  29. package/src/dataset.ts +5 -7
  30. package/src/routes/termdb.categories.ts +5 -0
  31. package/src/routes/termdb.descrstats.ts +1 -0
  32. package/src/routes/termdb.singleSampleMutation.ts +3 -1
  33. package/src/terms/geneVariant.ts +11 -3
@@ -80,10 +80,10 @@ var validTermsByIdsResponse = (input) => {
80
80
  if (void 0 === value)
81
81
  return true;
82
82
  if (RegExp(/(.*)/).test(key))
83
- return "object" === typeof value && null !== value && $iu5(value);
83
+ return "object" === typeof value && null !== value && $iu6(value);
84
84
  return true;
85
85
  });
86
- const $io2 = (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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io16(input3.term));
86
+ const $io2 = (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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io16(input3.term));
87
87
  const $io3 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -109,7 +109,7 @@ var validTermsByIdsResponse = (input) => {
109
109
  const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
110
110
  const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io13(input3.filter)) && "string" === typeof input3.color;
111
111
  const $io13 = (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)));
112
- const $io14 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
112
+ const $io14 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
113
113
  const $io15 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io16(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) && $io18(elem)));
114
114
  const $io16 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
115
115
  const $io17 = (input3) => Object.keys(input3).every((key) => {
@@ -127,8 +127,8 @@ var validTermsByIdsResponse = (input) => {
127
127
  const $io20 = (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)));
128
128
  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)));
129
129
  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) && $io17(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));
130
- const $io23 = (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);
131
- const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
130
+ 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);
131
+ const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
132
132
  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);
133
133
  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);
134
134
  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);
@@ -138,57 +138,59 @@ var validTermsByIdsResponse = (input) => {
138
138
  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)));
139
139
  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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
140
140
  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;
141
- 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);
142
- 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 && $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) && $io17(input3.values));
143
- 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) && $io17(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 && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
144
- 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) && $io17(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 && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
145
- const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
146
- 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) && $io3(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 && $iu10(input3.q));
147
- const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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]))));
148
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
149
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
150
- const $io43 = (input3) => "number" === typeof input3.value;
151
- 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) && $io3(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));
152
- const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && $io13(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
153
- const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
154
- 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) && $io17(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)));
155
- 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);
156
- const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
157
- const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
158
- 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) && $io3(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));
159
- 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) && $io17(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 && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
160
- 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) && $io17(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 && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
161
- 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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
162
- 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) && $io17(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));
163
- 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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
164
- 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) && $io17(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)));
165
- 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);
166
- const $io59 = (input3) => Object.keys(input3).every((key) => {
141
+ 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 && $io40(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
142
+ 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) && $io17(input3.values));
143
+ 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) && $io17(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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
144
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(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);
145
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(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;
146
+ const $io39 = (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) && $io17(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 && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
147
+ const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
148
+ const $io41 = (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) && $io3(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));
149
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
150
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
151
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && $io45(elem))) && (null !== input3.type && void 0 === input3.type);
152
+ const $io45 = (input3) => "number" === typeof input3.value;
153
+ const $io46 = (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) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term));
154
+ const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && $io48(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io13(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
155
+ const $io48 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
156
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(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 && $io50(elem)));
157
+ const $io50 = (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 && $io51(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io52(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);
158
+ const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
159
+ const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
160
+ const $io53 = (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) && $io3(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));
161
+ const $io54 = (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) && $io17(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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
162
+ const $io55 = (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) && $io17(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 && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
163
+ const $io56 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
164
+ const $io57 = (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) && $io17(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));
165
+ const $io58 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
166
+ const $io59 = (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) && $io17(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 && $io50(elem)));
167
+ const $io60 = (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) && $io61(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
168
+ const $io61 = (input3) => Object.keys(input3).every((key) => {
167
169
  const value = input3[key];
168
170
  if (void 0 === value)
169
171
  return true;
170
172
  if (RegExp(/(.*)/).test(key))
171
- return "object" === typeof value && null !== value && $io60(value);
173
+ return "object" === typeof value && null !== value && $io62(value);
172
174
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
173
- return "object" === typeof value && null !== value && $io60(value);
175
+ return "object" === typeof value && null !== value && $io62(value);
174
176
  return true;
175
177
  });
176
- 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 && $io13(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;
177
- const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
178
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
179
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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;
180
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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));
181
- const $io65 = (input3) => Object.keys(input3).every((key) => {
178
+ const $io62 = (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 && $io13(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
179
+ const $io63 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
180
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
181
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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;
182
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && $io67(input3.groups));
183
+ const $io67 = (input3) => Object.keys(input3).every((key) => {
182
184
  const value = input3[key];
183
185
  if (void 0 === value)
184
186
  return true;
185
187
  if (RegExp(/(.*)/).test(key))
186
- return "object" === typeof value && null !== value && $io66(value);
188
+ return "object" === typeof value && null !== value && $io68(value);
187
189
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
188
- return "object" === typeof value && null !== value && $io66(value);
190
+ return "object" === typeof value && null !== value && $io68(value);
189
191
  return true;
190
192
  });
191
- 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;
193
+ const $io68 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
192
194
  const $iu0 = (input3) => (() => {
193
195
  if ("string" === typeof input3.type)
194
196
  return $io10(input3);
@@ -211,33 +213,40 @@ var validTermsByIdsResponse = (input) => {
211
213
  return $io26(input3);
212
214
  })();
213
215
  const $iu3 = (input3) => (() => {
216
+ if ("gene" === input3.kind)
217
+ return $io37(input3);
218
+ if ("coord" === input3.kind)
219
+ return $io38(input3);
220
+ return false;
221
+ })();
222
+ const $iu4 = (input3) => (() => {
214
223
  if (true === input3.startunbounded)
215
224
  return $io25(input3);
216
225
  if (void 0 !== input3.start)
217
226
  return $io26(input3);
218
227
  return false;
219
228
  })();
220
- const $iu4 = (input3) => (() => {
229
+ const $iu5 = (input3) => (() => {
221
230
  if (void 0 !== input3.stop)
222
231
  return $io26(input3);
223
232
  if (true === input3.stopunbounded)
224
233
  return $io27(input3);
225
234
  return false;
226
235
  })();
227
- const $iu5 = (input3) => (() => {
236
+ const $iu6 = (input3) => (() => {
228
237
  if (void 0 !== input3.type)
229
238
  return $io2(input3);
230
239
  return (() => {
231
- if ($io51(input3))
232
- return $io51(input3);
233
- if ($io44(input3))
234
- return $io44(input3);
235
- if ($io39(input3))
236
- return $io39(input3);
240
+ if ($io53(input3))
241
+ return $io53(input3);
242
+ if ($io46(input3))
243
+ return $io46(input3);
244
+ if ($io41(input3))
245
+ return $io41(input3);
237
246
  return false;
238
247
  })();
239
248
  })();
240
- const $iu6 = (input3) => (() => {
249
+ const $iu7 = (input3) => (() => {
241
250
  if ("values" === input3.type)
242
251
  return $io4(input3);
243
252
  if ("predefined-groupset" === input3.type)
@@ -246,7 +255,7 @@ var validTermsByIdsResponse = (input) => {
246
255
  return $io8(input3);
247
256
  return $io6(input3);
248
257
  })();
249
- const $iu7 = (input3) => (() => {
258
+ const $iu8 = (input3) => (() => {
250
259
  if (void 0 !== input3.ranges)
251
260
  return $io21(input3);
252
261
  return (() => {
@@ -259,55 +268,55 @@ var validTermsByIdsResponse = (input) => {
259
268
  return false;
260
269
  })();
261
270
  })();
262
- const $iu8 = (input3) => (() => {
271
+ const $iu9 = (input3) => (() => {
263
272
  if ("regular-bin" === input3.type)
264
273
  return $io24(input3);
265
274
  if ("custom-bin" === input3.type)
266
275
  return $io28(input3);
267
276
  return false;
268
277
  })();
269
- const $iu9 = (input3) => (() => {
278
+ const $iu10 = (input3) => (() => {
270
279
  if ("gene" === input3.kind)
271
280
  return $io36(input3);
272
281
  if ("coord" === input3.kind)
273
- return $io37(input3);
282
+ return $io39(input3);
274
283
  return false;
275
284
  })();
276
- const $iu10 = (input3) => (() => {
285
+ const $iu11 = (input3) => (() => {
277
286
  if ("regular-bin" === input3.type)
278
287
  return $io24(input3);
279
288
  if ("continuous" === input3.mode)
280
- return $io41(input3);
289
+ return $io43(input3);
281
290
  if ("spline" === input3.mode)
282
- return $io42(input3);
291
+ return $io44(input3);
283
292
  return (() => {
284
293
  if ($io28(input3))
285
294
  return $io28(input3);
286
- if ($io40(input3))
287
- return $io40(input3);
295
+ if ($io42(input3))
296
+ return $io42(input3);
288
297
  return false;
289
298
  })();
290
299
  })();
291
- const $iu11 = (input3) => (() => {
300
+ const $iu12 = (input3) => (() => {
292
301
  if ("gene" === input3.kind)
293
- return $io52(input3);
302
+ return $io54(input3);
294
303
  if ("coord" === input3.kind)
295
- return $io53(input3);
304
+ return $io55(input3);
296
305
  if ("categorical" === input3.type)
297
- return $io54(input3);
306
+ return $io56(input3);
298
307
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
299
- return $io55(input3);
308
+ return $io57(input3);
300
309
  if ("condition" === input3.type)
301
- return $io56(input3);
310
+ return $io58(input3);
302
311
  return (() => {
303
- if ($io57(input3))
304
- return $io57(input3);
305
- if ($io58(input3))
306
- return $io58(input3);
312
+ if ($io59(input3))
313
+ return $io59(input3);
314
+ if ($io60(input3))
315
+ return $io60(input3);
307
316
  return false;
308
317
  })();
309
318
  })();
310
- const $iu12 = (input3) => (() => {
319
+ const $iu13 = (input3) => (() => {
311
320
  if (void 0 !== input3.predefined_groupset_idx)
312
321
  return $io7(input3);
313
322
  if (void 0 !== input3.customset)
@@ -315,27 +324,27 @@ var validTermsByIdsResponse = (input) => {
315
324
  if (void 0 !== input3.bin_size)
316
325
  return $io24(input3);
317
326
  if (void 0 !== input3.knots)
318
- return $io42(input3);
327
+ return $io44(input3);
319
328
  if (void 0 !== input3.AFcutoff)
320
- return $io45(input3);
329
+ return $io47(input3);
321
330
  if (void 0 !== input3.timeScale)
322
- return $io63(input3);
331
+ return $io65(input3);
323
332
  return (() => {
324
333
  if (void 0 !== input3.groups)
325
- return $io64(input3);
334
+ return $io66(input3);
326
335
  return (() => {
327
336
  if ($io6(input3))
328
337
  return $io6(input3);
329
- if ($io62(input3))
330
- return $io62(input3);
338
+ if ($io64(input3))
339
+ return $io64(input3);
331
340
  if ($io4(input3))
332
341
  return $io4(input3);
333
342
  if ($io28(input3))
334
343
  return $io28(input3);
335
- if ($io40(input3))
336
- return $io40(input3);
337
- if ($io41(input3))
338
- return $io41(input3);
344
+ if ($io42(input3))
345
+ return $io42(input3);
346
+ if ($io43(input3))
347
+ return $io43(input3);
339
348
  return false;
340
349
  })();
341
350
  })();
@@ -364,7 +373,7 @@ var validTermsByIdsResponse = (input) => {
364
373
  path: _path2 + $join(key),
365
374
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
366
375
  value
367
- })) && $vu5(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
376
+ })) && $vu6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
368
377
  path: _path2 + $join(key),
369
378
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
370
379
  value
@@ -403,7 +412,7 @@ var validTermsByIdsResponse = (input) => {
403
412
  path: _path2 + ".q",
404
413
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
405
414
  value: input3.q
406
- })) && $vu6(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
415
+ })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
407
416
  path: _path2 + ".q",
408
417
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
409
418
  value: input3.q
@@ -681,7 +690,7 @@ var validTermsByIdsResponse = (input) => {
681
690
  path: _path2 + ".tvs",
682
691
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
683
692
  value: input3.tvs
684
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
693
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
685
694
  path: _path2 + ".tvs",
686
695
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
687
696
  value: input3.tvs
@@ -1031,7 +1040,7 @@ var validTermsByIdsResponse = (input) => {
1031
1040
  path: _path2 + '["default"]',
1032
1041
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1033
1042
  value: input3["default"]
1034
- })) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1043
+ })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1035
1044
  path: _path2 + '["default"]',
1036
1045
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1037
1046
  value: input3["default"]
@@ -1039,7 +1048,7 @@ var validTermsByIdsResponse = (input) => {
1039
1048
  path: _path2 + ".less",
1040
1049
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1041
1050
  value: input3.less
1042
- })) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1051
+ })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1043
1052
  path: _path2 + ".less",
1044
1053
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1045
1054
  value: input3.less
@@ -1100,7 +1109,7 @@ var validTermsByIdsResponse = (input) => {
1100
1109
  path: _path2 + ".first_bin",
1101
1110
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1102
1111
  value: input3.first_bin
1103
- })) && $vu3(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1112
+ })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1104
1113
  path: _path2 + ".first_bin",
1105
1114
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1106
1115
  value: input3.first_bin
@@ -1108,7 +1117,7 @@ var validTermsByIdsResponse = (input) => {
1108
1117
  path: _path2 + ".last_bin",
1109
1118
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1110
1119
  value: input3.last_bin
1111
- })) && $vu4(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1120
+ })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1112
1121
  path: _path2 + ".last_bin",
1113
1122
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1114
1123
  value: input3.last_bin
@@ -1432,7 +1441,7 @@ var validTermsByIdsResponse = (input) => {
1432
1441
  path: _path2 + ".values[" + _index17 + "]",
1433
1442
  expected: "__type.o6",
1434
1443
  value: elem
1435
- })) && $vo38(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1444
+ })) && $vo40(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1436
1445
  path: _path2 + ".values[" + _index17 + "]",
1437
1446
  expected: "__type.o6",
1438
1447
  value: elem
@@ -1467,11 +1476,11 @@ var validTermsByIdsResponse = (input) => {
1467
1476
  value: input3.name_noOrigin
1468
1477
  }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1469
1478
  path: _path2 + ".parentTerm",
1470
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1479
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1471
1480
  value: input3.parentTerm
1472
- })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1481
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1473
1482
  path: _path2 + ".parentTerm",
1474
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1483
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1475
1484
  value: input3.parentTerm
1476
1485
  }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1477
1486
  path: _path2 + ".isleaf",
@@ -1574,6 +1583,22 @@ var validTermsByIdsResponse = (input) => {
1574
1583
  path: _path2 + ".stop",
1575
1584
  expected: "(number | undefined)",
1576
1585
  value: input3.stop
1586
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1587
+ path: _path2 + ".genes",
1588
+ expected: "Array<GvGeneTerm>",
1589
+ value: input3.genes
1590
+ })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1591
+ path: _path2 + ".genes[" + _index20 + "]",
1592
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1593
+ value: elem
1594
+ })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1595
+ path: _path2 + ".genes[" + _index20 + "]",
1596
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1597
+ value: elem
1598
+ })).every((flag) => flag) || $report(_exceptionable2, {
1599
+ path: _path2 + ".genes",
1600
+ expected: "Array<GvGeneTerm>",
1601
+ value: input3.genes
1577
1602
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1578
1603
  path: _path2 + ".groupsetting",
1579
1604
  expected: "(TermGroupSetting | undefined)",
@@ -1586,12 +1611,12 @@ var validTermsByIdsResponse = (input) => {
1586
1611
  path: _path2 + ".childTerms",
1587
1612
  expected: "(Array<DtTerm> | undefined)",
1588
1613
  value: input3.childTerms
1589
- })) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1590
- path: _path2 + ".childTerms[" + _index20 + "]",
1614
+ })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1615
+ path: _path2 + ".childTerms[" + _index21 + "]",
1591
1616
  expected: "DtTerm",
1592
1617
  value: elem
1593
- })) && $vo35(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1594
- path: _path2 + ".childTerms[" + _index20 + "]",
1618
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1619
+ path: _path2 + ".childTerms[" + _index21 + "]",
1595
1620
  expected: "DtTerm",
1596
1621
  value: elem
1597
1622
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1607,6 +1632,156 @@ var validTermsByIdsResponse = (input) => {
1607
1632
  path: _path2 + ".name",
1608
1633
  expected: "string",
1609
1634
  value: input3.name
1635
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1636
+ path: _path2 + ".type",
1637
+ expected: "string",
1638
+ value: input3.type
1639
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1640
+ path: _path2 + ".child_types",
1641
+ expected: "(Array<string> | undefined)",
1642
+ value: input3.child_types
1643
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1644
+ path: _path2 + ".child_types[" + _index22 + "]",
1645
+ expected: "string",
1646
+ value: elem
1647
+ })).every((flag) => flag) || $report(_exceptionable2, {
1648
+ path: _path2 + ".child_types",
1649
+ expected: "(Array<string> | undefined)",
1650
+ value: input3.child_types
1651
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1652
+ path: _path2 + ".hashtmldetail",
1653
+ expected: "(boolean | undefined)",
1654
+ value: input3.hashtmldetail
1655
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1656
+ path: _path2 + ".included_types",
1657
+ expected: "(Array<string> | undefined)",
1658
+ value: input3.included_types
1659
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1660
+ path: _path2 + ".included_types[" + _index23 + "]",
1661
+ expected: "string",
1662
+ value: elem
1663
+ })).every((flag) => flag) || $report(_exceptionable2, {
1664
+ path: _path2 + ".included_types",
1665
+ expected: "(Array<string> | undefined)",
1666
+ value: input3.included_types
1667
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1668
+ path: _path2 + ".isleaf",
1669
+ expected: "(boolean | undefined)",
1670
+ value: input3.isleaf
1671
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1672
+ path: _path2 + ".values",
1673
+ expected: "(TermValues | undefined)",
1674
+ value: input3.values
1675
+ })) && $vo17(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1676
+ path: _path2 + ".values",
1677
+ expected: "(TermValues | undefined)",
1678
+ value: input3.values
1679
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1680
+ path: _path2 + ".skipValuesBuild",
1681
+ expected: "(boolean | undefined)",
1682
+ value: input3.skipValuesBuild
1683
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1684
+ path: _path2 + ".kind",
1685
+ expected: '"gene"',
1686
+ value: input3.kind
1687
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1688
+ path: _path2 + ".gene",
1689
+ expected: "string",
1690
+ value: input3.gene
1691
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1692
+ path: _path2 + ".chr",
1693
+ expected: "(string | undefined)",
1694
+ value: input3.chr
1695
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1696
+ path: _path2 + ".start",
1697
+ expected: "(number | undefined)",
1698
+ value: input3.start
1699
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1700
+ path: _path2 + ".stop",
1701
+ expected: "(number | undefined)",
1702
+ value: input3.stop
1703
+ })].every((flag) => flag);
1704
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1705
+ path: _path2 + ".id",
1706
+ expected: "string",
1707
+ value: input3.id
1708
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1709
+ path: _path2 + ".name",
1710
+ expected: "string",
1711
+ value: input3.name
1712
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1713
+ path: _path2 + ".type",
1714
+ expected: "string",
1715
+ value: input3.type
1716
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1717
+ path: _path2 + ".child_types",
1718
+ expected: "(Array<string> | undefined)",
1719
+ value: input3.child_types
1720
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1721
+ path: _path2 + ".child_types[" + _index24 + "]",
1722
+ expected: "string",
1723
+ value: elem
1724
+ })).every((flag) => flag) || $report(_exceptionable2, {
1725
+ path: _path2 + ".child_types",
1726
+ expected: "(Array<string> | undefined)",
1727
+ value: input3.child_types
1728
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1729
+ path: _path2 + ".hashtmldetail",
1730
+ expected: "(boolean | undefined)",
1731
+ value: input3.hashtmldetail
1732
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1733
+ path: _path2 + ".included_types",
1734
+ expected: "(Array<string> | undefined)",
1735
+ value: input3.included_types
1736
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1737
+ path: _path2 + ".included_types[" + _index25 + "]",
1738
+ expected: "string",
1739
+ value: elem
1740
+ })).every((flag) => flag) || $report(_exceptionable2, {
1741
+ path: _path2 + ".included_types",
1742
+ expected: "(Array<string> | undefined)",
1743
+ value: input3.included_types
1744
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1745
+ path: _path2 + ".isleaf",
1746
+ expected: "(boolean | undefined)",
1747
+ value: input3.isleaf
1748
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1749
+ path: _path2 + ".values",
1750
+ expected: "(TermValues | undefined)",
1751
+ value: input3.values
1752
+ })) && $vo17(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1753
+ path: _path2 + ".values",
1754
+ expected: "(TermValues | undefined)",
1755
+ value: input3.values
1756
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1757
+ path: _path2 + ".skipValuesBuild",
1758
+ expected: "(boolean | undefined)",
1759
+ value: input3.skipValuesBuild
1760
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1761
+ path: _path2 + ".kind",
1762
+ expected: '"coord"',
1763
+ value: input3.kind
1764
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1765
+ path: _path2 + ".chr",
1766
+ expected: "string",
1767
+ value: input3.chr
1768
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1769
+ path: _path2 + ".start",
1770
+ expected: "number",
1771
+ value: input3.start
1772
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1773
+ path: _path2 + ".stop",
1774
+ expected: "number",
1775
+ value: input3.stop
1776
+ })].every((flag) => flag);
1777
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1778
+ path: _path2 + ".id",
1779
+ expected: "string",
1780
+ value: input3.id
1781
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1782
+ path: _path2 + ".name",
1783
+ expected: "string",
1784
+ value: input3.name
1610
1785
  }), "geneVariant" === input3.type || $report(_exceptionable2, {
1611
1786
  path: _path2 + ".type",
1612
1787
  expected: '"geneVariant"',
@@ -1615,8 +1790,8 @@ var validTermsByIdsResponse = (input) => {
1615
1790
  path: _path2 + ".child_types",
1616
1791
  expected: "(Array<string> | undefined)",
1617
1792
  value: input3.child_types
1618
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1619
- path: _path2 + ".child_types[" + _index21 + "]",
1793
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1794
+ path: _path2 + ".child_types[" + _index26 + "]",
1620
1795
  expected: "string",
1621
1796
  value: elem
1622
1797
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1631,8 +1806,8 @@ var validTermsByIdsResponse = (input) => {
1631
1806
  path: _path2 + ".included_types",
1632
1807
  expected: "(Array<string> | undefined)",
1633
1808
  value: input3.included_types
1634
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1635
- path: _path2 + ".included_types[" + _index22 + "]",
1809
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1810
+ path: _path2 + ".included_types[" + _index27 + "]",
1636
1811
  expected: "string",
1637
1812
  value: elem
1638
1813
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1671,6 +1846,22 @@ var validTermsByIdsResponse = (input) => {
1671
1846
  path: _path2 + ".stop",
1672
1847
  expected: "number",
1673
1848
  value: input3.stop
1849
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1850
+ path: _path2 + ".genes",
1851
+ expected: "Array<GvGeneTerm>",
1852
+ value: input3.genes
1853
+ })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1854
+ path: _path2 + ".genes[" + _index28 + "]",
1855
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1856
+ value: elem
1857
+ })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1858
+ path: _path2 + ".genes[" + _index28 + "]",
1859
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1860
+ value: elem
1861
+ })).every((flag) => flag) || $report(_exceptionable2, {
1862
+ path: _path2 + ".genes",
1863
+ expected: "Array<GvGeneTerm>",
1864
+ value: input3.genes
1674
1865
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1675
1866
  path: _path2 + ".groupsetting",
1676
1867
  expected: "(TermGroupSetting | undefined)",
@@ -1683,12 +1874,12 @@ var validTermsByIdsResponse = (input) => {
1683
1874
  path: _path2 + ".childTerms",
1684
1875
  expected: "(Array<DtTerm> | undefined)",
1685
1876
  value: input3.childTerms
1686
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1687
- path: _path2 + ".childTerms[" + _index23 + "]",
1877
+ })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1878
+ path: _path2 + ".childTerms[" + _index29 + "]",
1688
1879
  expected: "DtTerm",
1689
1880
  value: elem
1690
- })) && $vo35(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1691
- path: _path2 + ".childTerms[" + _index23 + "]",
1881
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1882
+ path: _path2 + ".childTerms[" + _index29 + "]",
1692
1883
  expected: "DtTerm",
1693
1884
  value: elem
1694
1885
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1696,7 +1887,7 @@ var validTermsByIdsResponse = (input) => {
1696
1887
  expected: "(Array<DtTerm> | undefined)",
1697
1888
  value: input3.childTerms
1698
1889
  })].every((flag) => flag);
1699
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1890
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1700
1891
  path: _path2 + ".key",
1701
1892
  expected: "string",
1702
1893
  value: input3.key
@@ -1709,7 +1900,7 @@ var validTermsByIdsResponse = (input) => {
1709
1900
  expected: "string",
1710
1901
  value: input3.value
1711
1902
  })].every((flag) => flag);
1712
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1903
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1713
1904
  path: _path2 + ".id",
1714
1905
  expected: "(string | undefined)",
1715
1906
  value: input3.id
@@ -1745,12 +1936,12 @@ var validTermsByIdsResponse = (input) => {
1745
1936
  path: _path2 + ".q",
1746
1937
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1747
1938
  value: input3.q
1748
- })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1939
+ })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1749
1940
  path: _path2 + ".q",
1750
1941
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1751
1942
  value: input3.q
1752
1943
  })].every((flag) => flag);
1753
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1944
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1754
1945
  path: _path2 + ".hiddenValues",
1755
1946
  expected: "(HiddenValues | undefined)",
1756
1947
  value: input3.hiddenValues
@@ -1791,7 +1982,7 @@ var validTermsByIdsResponse = (input) => {
1791
1982
  path: _path2 + ".lst[0]",
1792
1983
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1793
1984
  value: input3.lst[0]
1794
- })) && $vu3(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1985
+ })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1795
1986
  path: _path2 + ".lst[0]",
1796
1987
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1797
1988
  value: input3.lst[0]
@@ -1800,7 +1991,7 @@ var validTermsByIdsResponse = (input) => {
1800
1991
  path: _path2 + ".lst[1]",
1801
1992
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1802
1993
  value: input3.lst[1]
1803
- })) && $vu4(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1994
+ })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1804
1995
  path: _path2 + ".lst[1]",
1805
1996
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1806
1997
  value: input3.lst[1]
@@ -1810,7 +2001,7 @@ var validTermsByIdsResponse = (input) => {
1810
2001
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1811
2002
  value: input3.lst
1812
2003
  })].every((flag) => flag);
1813
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2004
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1814
2005
  path: _path2 + ".hiddenValues",
1815
2006
  expected: "(HiddenValues | undefined)",
1816
2007
  value: input3.hiddenValues
@@ -1847,7 +2038,7 @@ var validTermsByIdsResponse = (input) => {
1847
2038
  expected: "undefined",
1848
2039
  value: input3.type
1849
2040
  }))].every((flag) => flag);
1850
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2041
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1851
2042
  path: _path2 + ".hiddenValues",
1852
2043
  expected: "(HiddenValues | undefined)",
1853
2044
  value: input3.hiddenValues
@@ -1875,12 +2066,12 @@ var validTermsByIdsResponse = (input) => {
1875
2066
  path: _path2 + ".knots",
1876
2067
  expected: "Array<__type>.o3",
1877
2068
  value: input3.knots
1878
- })) && input3.knots.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1879
- path: _path2 + ".knots[" + _index24 + "]",
2069
+ })) && input3.knots.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2070
+ path: _path2 + ".knots[" + _index30 + "]",
1880
2071
  expected: "__type.o7",
1881
2072
  value: elem
1882
- })) && $vo43(elem, _path2 + ".knots[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1883
- path: _path2 + ".knots[" + _index24 + "]",
2073
+ })) && $vo45(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2074
+ path: _path2 + ".knots[" + _index30 + "]",
1884
2075
  expected: "__type.o7",
1885
2076
  value: elem
1886
2077
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1896,12 +2087,12 @@ var validTermsByIdsResponse = (input) => {
1896
2087
  expected: "undefined",
1897
2088
  value: input3.type
1898
2089
  }))].every((flag) => flag);
1899
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2090
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1900
2091
  path: _path2 + ".value",
1901
2092
  expected: "number",
1902
2093
  value: input3.value
1903
2094
  })].every((flag) => flag);
1904
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2095
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1905
2096
  path: _path2 + ".id",
1906
2097
  expected: "(string | undefined)",
1907
2098
  value: input3.id
@@ -1929,7 +2120,7 @@ var validTermsByIdsResponse = (input) => {
1929
2120
  path: _path2 + ".q",
1930
2121
  expected: "SnpsQ",
1931
2122
  value: input3.q
1932
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2123
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1933
2124
  path: _path2 + ".q",
1934
2125
  expected: "SnpsQ",
1935
2126
  value: input3.q
@@ -1937,12 +2128,12 @@ var validTermsByIdsResponse = (input) => {
1937
2128
  path: _path2 + ".term",
1938
2129
  expected: "SnpsTerm",
1939
2130
  value: input3.term
1940
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2131
+ })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1941
2132
  path: _path2 + ".term",
1942
2133
  expected: "SnpsTerm",
1943
2134
  value: input3.term
1944
2135
  })].every((flag) => flag);
1945
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2136
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1946
2137
  path: _path2 + ".hiddenValues",
1947
2138
  expected: "(HiddenValues | undefined)",
1948
2139
  value: input3.hiddenValues
@@ -1998,7 +2189,7 @@ var validTermsByIdsResponse = (input) => {
1998
2189
  path: _path2 + ".restrictAncestry",
1999
2190
  expected: "RestrictAncestry",
2000
2191
  value: input3.restrictAncestry
2001
- })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2192
+ })) && $vo48(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2002
2193
  path: _path2 + ".restrictAncestry",
2003
2194
  expected: "RestrictAncestry",
2004
2195
  value: input3.restrictAncestry
@@ -2023,7 +2214,7 @@ var validTermsByIdsResponse = (input) => {
2023
2214
  expected: "number",
2024
2215
  value: input3.stop
2025
2216
  })].every((flag) => flag);
2026
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2217
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2027
2218
  path: _path2 + ".name",
2028
2219
  expected: "string",
2029
2220
  value: input3.name
@@ -2031,12 +2222,12 @@ var validTermsByIdsResponse = (input) => {
2031
2222
  path: _path2 + ".tvs",
2032
2223
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2033
2224
  value: input3.tvs
2034
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2225
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2035
2226
  path: _path2 + ".tvs",
2036
2227
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2037
2228
  value: input3.tvs
2038
2229
  })].every((flag) => flag);
2039
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2230
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2040
2231
  path: _path2 + ".id",
2041
2232
  expected: "string",
2042
2233
  value: input3.id
@@ -2052,8 +2243,8 @@ var validTermsByIdsResponse = (input) => {
2052
2243
  path: _path2 + ".child_types",
2053
2244
  expected: "(Array<string> | undefined)",
2054
2245
  value: input3.child_types
2055
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
2056
- path: _path2 + ".child_types[" + _index25 + "]",
2246
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2247
+ path: _path2 + ".child_types[" + _index31 + "]",
2057
2248
  expected: "string",
2058
2249
  value: elem
2059
2250
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2068,8 +2259,8 @@ var validTermsByIdsResponse = (input) => {
2068
2259
  path: _path2 + ".included_types",
2069
2260
  expected: "(Array<string> | undefined)",
2070
2261
  value: input3.included_types
2071
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
2072
- path: _path2 + ".included_types[" + _index26 + "]",
2262
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2263
+ path: _path2 + ".included_types[" + _index32 + "]",
2073
2264
  expected: "string",
2074
2265
  value: elem
2075
2266
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2100,12 +2291,12 @@ var validTermsByIdsResponse = (input) => {
2100
2291
  path: _path2 + ".snps",
2101
2292
  expected: "(Array<SnpsEntry> | undefined)",
2102
2293
  value: input3.snps
2103
- })) && input3.snps.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2104
- path: _path2 + ".snps[" + _index27 + "]",
2294
+ })) && input3.snps.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2295
+ path: _path2 + ".snps[" + _index33 + "]",
2105
2296
  expected: "SnpsEntry",
2106
2297
  value: elem
2107
- })) && $vo48(elem, _path2 + ".snps[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
2108
- path: _path2 + ".snps[" + _index27 + "]",
2298
+ })) && $vo50(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2299
+ path: _path2 + ".snps[" + _index33 + "]",
2109
2300
  expected: "SnpsEntry",
2110
2301
  value: elem
2111
2302
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2113,12 +2304,12 @@ var validTermsByIdsResponse = (input) => {
2113
2304
  expected: "(Array<SnpsEntry> | undefined)",
2114
2305
  value: input3.snps
2115
2306
  })].every((flag) => flag);
2116
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2307
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2117
2308
  path: _path2 + ".altAlleles",
2118
2309
  expected: "(Array<string> | undefined)",
2119
2310
  value: input3.altAlleles
2120
- })) && input3.altAlleles.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2121
- path: _path2 + ".altAlleles[" + _index28 + "]",
2311
+ })) && input3.altAlleles.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2312
+ path: _path2 + ".altAlleles[" + _index34 + "]",
2122
2313
  expected: "string",
2123
2314
  value: elem
2124
2315
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2129,12 +2320,12 @@ var validTermsByIdsResponse = (input) => {
2129
2320
  path: _path2 + ".alleles",
2130
2321
  expected: "(Array<AllelesEntry> | undefined)",
2131
2322
  value: input3.alleles
2132
- })) && input3.alleles.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2133
- path: _path2 + ".alleles[" + _index29 + "]",
2323
+ })) && input3.alleles.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2324
+ path: _path2 + ".alleles[" + _index35 + "]",
2134
2325
  expected: "AllelesEntry",
2135
2326
  value: elem
2136
- })) && $vo49(elem, _path2 + ".alleles[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2137
- path: _path2 + ".alleles[" + _index29 + "]",
2327
+ })) && $vo51(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2328
+ path: _path2 + ".alleles[" + _index35 + "]",
2138
2329
  expected: "AllelesEntry",
2139
2330
  value: elem
2140
2331
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2149,7 +2340,7 @@ var validTermsByIdsResponse = (input) => {
2149
2340
  path: _path2 + ".gt2count",
2150
2341
  expected: "(__type.o8 | undefined)",
2151
2342
  value: input3.gt2count
2152
- })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2343
+ })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2153
2344
  path: _path2 + ".gt2count",
2154
2345
  expected: "(__type.o8 | undefined)",
2155
2346
  value: input3.gt2count
@@ -2178,7 +2369,7 @@ var validTermsByIdsResponse = (input) => {
2178
2369
  expected: "(number | undefined)",
2179
2370
  value: input3.pos
2180
2371
  })].every((flag) => flag);
2181
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2372
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2182
2373
  path: _path2 + ".allele",
2183
2374
  expected: "string",
2184
2375
  value: input3.allele
@@ -2191,7 +2382,7 @@ var validTermsByIdsResponse = (input) => {
2191
2382
  expected: "boolean",
2192
2383
  value: input3.isRef
2193
2384
  })].every((flag) => flag);
2194
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2385
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2195
2386
  path: _path2 + ".k",
2196
2387
  expected: "string",
2197
2388
  value: input3.k
@@ -2200,7 +2391,7 @@ var validTermsByIdsResponse = (input) => {
2200
2391
  expected: "(number | string)",
2201
2392
  value: input3.v
2202
2393
  })].every((flag) => flag);
2203
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2394
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2204
2395
  path: _path2 + ".id",
2205
2396
  expected: "(string | undefined)",
2206
2397
  value: input3.id
@@ -2226,22 +2417,22 @@ var validTermsByIdsResponse = (input) => {
2226
2417
  value: input3.minNumSamples
2227
2418
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2228
2419
  path: _path2 + ".term",
2229
- 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; })',
2420
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
2230
2421
  value: input3.term
2231
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2422
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2232
2423
  path: _path2 + ".term",
2233
- 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; })',
2424
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
2234
2425
  value: input3.term
2235
2426
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2236
2427
  path: _path2 + ".q",
2237
2428
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2238
2429
  value: input3.q
2239
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2430
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2240
2431
  path: _path2 + ".q",
2241
2432
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2242
2433
  value: input3.q
2243
2434
  })].every((flag) => flag);
2244
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2435
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2245
2436
  path: _path2 + ".id",
2246
2437
  expected: "string",
2247
2438
  value: input3.id
@@ -2257,8 +2448,8 @@ var validTermsByIdsResponse = (input) => {
2257
2448
  path: _path2 + ".child_types",
2258
2449
  expected: "(Array<string> | undefined)",
2259
2450
  value: input3.child_types
2260
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2261
- path: _path2 + ".child_types[" + _index30 + "]",
2451
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2452
+ path: _path2 + ".child_types[" + _index36 + "]",
2262
2453
  expected: "string",
2263
2454
  value: elem
2264
2455
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2273,8 +2464,8 @@ var validTermsByIdsResponse = (input) => {
2273
2464
  path: _path2 + ".included_types",
2274
2465
  expected: "(Array<string> | undefined)",
2275
2466
  value: input3.included_types
2276
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2277
- path: _path2 + ".included_types[" + _index31 + "]",
2467
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2468
+ path: _path2 + ".included_types[" + _index37 + "]",
2278
2469
  expected: "string",
2279
2470
  value: elem
2280
2471
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2317,6 +2508,22 @@ var validTermsByIdsResponse = (input) => {
2317
2508
  path: _path2 + ".stop",
2318
2509
  expected: "(number | undefined)",
2319
2510
  value: input3.stop
2511
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2512
+ path: _path2 + ".genes",
2513
+ expected: "Array<GvGeneTerm>",
2514
+ value: input3.genes
2515
+ })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2516
+ path: _path2 + ".genes[" + _index38 + "]",
2517
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2518
+ value: elem
2519
+ })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2520
+ path: _path2 + ".genes[" + _index38 + "]",
2521
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2522
+ value: elem
2523
+ })).every((flag) => flag) || $report(_exceptionable2, {
2524
+ path: _path2 + ".genes",
2525
+ expected: "Array<GvGeneTerm>",
2526
+ value: input3.genes
2320
2527
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2321
2528
  path: _path2 + ".groupsetting",
2322
2529
  expected: "TermGroupSetting",
@@ -2329,12 +2536,12 @@ var validTermsByIdsResponse = (input) => {
2329
2536
  path: _path2 + ".childTerms",
2330
2537
  expected: "Array<DtTerm>",
2331
2538
  value: input3.childTerms
2332
- })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2333
- path: _path2 + ".childTerms[" + _index32 + "]",
2539
+ })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2540
+ path: _path2 + ".childTerms[" + _index39 + "]",
2334
2541
  expected: "DtTerm",
2335
2542
  value: elem
2336
- })) && $vo35(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2337
- path: _path2 + ".childTerms[" + _index32 + "]",
2543
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2544
+ path: _path2 + ".childTerms[" + _index39 + "]",
2338
2545
  expected: "DtTerm",
2339
2546
  value: elem
2340
2547
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2342,7 +2549,7 @@ var validTermsByIdsResponse = (input) => {
2342
2549
  expected: "Array<DtTerm>",
2343
2550
  value: input3.childTerms
2344
2551
  })].every((flag) => flag);
2345
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2552
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2346
2553
  path: _path2 + ".id",
2347
2554
  expected: "string",
2348
2555
  value: input3.id
@@ -2358,8 +2565,8 @@ var validTermsByIdsResponse = (input) => {
2358
2565
  path: _path2 + ".child_types",
2359
2566
  expected: "(Array<string> | undefined)",
2360
2567
  value: input3.child_types
2361
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2362
- path: _path2 + ".child_types[" + _index33 + "]",
2568
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2569
+ path: _path2 + ".child_types[" + _index40 + "]",
2363
2570
  expected: "string",
2364
2571
  value: elem
2365
2572
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2374,8 +2581,8 @@ var validTermsByIdsResponse = (input) => {
2374
2581
  path: _path2 + ".included_types",
2375
2582
  expected: "(Array<string> | undefined)",
2376
2583
  value: input3.included_types
2377
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2378
- path: _path2 + ".included_types[" + _index34 + "]",
2584
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2585
+ path: _path2 + ".included_types[" + _index41 + "]",
2379
2586
  expected: "string",
2380
2587
  value: elem
2381
2588
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2414,6 +2621,22 @@ var validTermsByIdsResponse = (input) => {
2414
2621
  path: _path2 + ".stop",
2415
2622
  expected: "number",
2416
2623
  value: input3.stop
2624
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2625
+ path: _path2 + ".genes",
2626
+ expected: "Array<GvGeneTerm>",
2627
+ value: input3.genes
2628
+ })) && input3.genes.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2629
+ path: _path2 + ".genes[" + _index42 + "]",
2630
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2631
+ value: elem
2632
+ })) && $vu3(elem, _path2 + ".genes[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2633
+ path: _path2 + ".genes[" + _index42 + "]",
2634
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2635
+ value: elem
2636
+ })).every((flag) => flag) || $report(_exceptionable2, {
2637
+ path: _path2 + ".genes",
2638
+ expected: "Array<GvGeneTerm>",
2639
+ value: input3.genes
2417
2640
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2418
2641
  path: _path2 + ".groupsetting",
2419
2642
  expected: "TermGroupSetting",
@@ -2426,12 +2649,12 @@ var validTermsByIdsResponse = (input) => {
2426
2649
  path: _path2 + ".childTerms",
2427
2650
  expected: "Array<DtTerm>",
2428
2651
  value: input3.childTerms
2429
- })) && input3.childTerms.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2430
- path: _path2 + ".childTerms[" + _index35 + "]",
2652
+ })) && input3.childTerms.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2653
+ path: _path2 + ".childTerms[" + _index43 + "]",
2431
2654
  expected: "DtTerm",
2432
2655
  value: elem
2433
- })) && $vo35(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2434
- path: _path2 + ".childTerms[" + _index35 + "]",
2656
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2657
+ path: _path2 + ".childTerms[" + _index43 + "]",
2435
2658
  expected: "DtTerm",
2436
2659
  value: elem
2437
2660
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2439,7 +2662,7 @@ var validTermsByIdsResponse = (input) => {
2439
2662
  expected: "Array<DtTerm>",
2440
2663
  value: input3.childTerms
2441
2664
  })].every((flag) => flag);
2442
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2665
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2443
2666
  path: _path2 + ".id",
2444
2667
  expected: "string",
2445
2668
  value: input3.id
@@ -2455,8 +2678,8 @@ var validTermsByIdsResponse = (input) => {
2455
2678
  path: _path2 + ".child_types",
2456
2679
  expected: "(Array<string> | undefined)",
2457
2680
  value: input3.child_types
2458
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2459
- path: _path2 + ".child_types[" + _index36 + "]",
2681
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2682
+ path: _path2 + ".child_types[" + _index44 + "]",
2460
2683
  expected: "string",
2461
2684
  value: elem
2462
2685
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2471,8 +2694,8 @@ var validTermsByIdsResponse = (input) => {
2471
2694
  path: _path2 + ".included_types",
2472
2695
  expected: "(Array<string> | undefined)",
2473
2696
  value: input3.included_types
2474
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2475
- path: _path2 + ".included_types[" + _index37 + "]",
2697
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2698
+ path: _path2 + ".included_types[" + _index45 + "]",
2476
2699
  expected: "string",
2477
2700
  value: elem
2478
2701
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2504,7 +2727,7 @@ var validTermsByIdsResponse = (input) => {
2504
2727
  expected: "TermGroupSetting",
2505
2728
  value: input3.groupsetting
2506
2729
  })].every((flag) => flag);
2507
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2730
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2508
2731
  path: _path2 + ".id",
2509
2732
  expected: "string",
2510
2733
  value: input3.id
@@ -2520,8 +2743,8 @@ var validTermsByIdsResponse = (input) => {
2520
2743
  path: _path2 + ".child_types",
2521
2744
  expected: "(Array<string> | undefined)",
2522
2745
  value: input3.child_types
2523
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2524
- path: _path2 + ".child_types[" + _index38 + "]",
2746
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2747
+ path: _path2 + ".child_types[" + _index46 + "]",
2525
2748
  expected: "string",
2526
2749
  value: elem
2527
2750
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2536,8 +2759,8 @@ var validTermsByIdsResponse = (input) => {
2536
2759
  path: _path2 + ".included_types",
2537
2760
  expected: "(Array<string> | undefined)",
2538
2761
  value: input3.included_types
2539
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2540
- path: _path2 + ".included_types[" + _index39 + "]",
2762
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2763
+ path: _path2 + ".included_types[" + _index47 + "]",
2541
2764
  expected: "string",
2542
2765
  value: elem
2543
2766
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2581,7 +2804,7 @@ var validTermsByIdsResponse = (input) => {
2581
2804
  expected: "(__type.o4 | undefined)",
2582
2805
  value: input3.continuousColorScale
2583
2806
  })].every((flag) => flag);
2584
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2807
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2585
2808
  path: _path2 + ".id",
2586
2809
  expected: "string",
2587
2810
  value: input3.id
@@ -2597,8 +2820,8 @@ var validTermsByIdsResponse = (input) => {
2597
2820
  path: _path2 + ".child_types",
2598
2821
  expected: "(Array<string> | undefined)",
2599
2822
  value: input3.child_types
2600
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2601
- path: _path2 + ".child_types[" + _index40 + "]",
2823
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2824
+ path: _path2 + ".child_types[" + _index48 + "]",
2602
2825
  expected: "string",
2603
2826
  value: elem
2604
2827
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2613,8 +2836,8 @@ var validTermsByIdsResponse = (input) => {
2613
2836
  path: _path2 + ".included_types",
2614
2837
  expected: "(Array<string> | undefined)",
2615
2838
  value: input3.included_types
2616
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2617
- path: _path2 + ".included_types[" + _index41 + "]",
2839
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2840
+ path: _path2 + ".included_types[" + _index49 + "]",
2618
2841
  expected: "string",
2619
2842
  value: elem
2620
2843
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2638,7 +2861,7 @@ var validTermsByIdsResponse = (input) => {
2638
2861
  expected: "(boolean | undefined)",
2639
2862
  value: input3.skipValuesBuild
2640
2863
  })].every((flag) => flag);
2641
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2864
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2642
2865
  path: _path2 + ".id",
2643
2866
  expected: "string",
2644
2867
  value: input3.id
@@ -2654,8 +2877,8 @@ var validTermsByIdsResponse = (input) => {
2654
2877
  path: _path2 + ".child_types",
2655
2878
  expected: "(Array<string> | undefined)",
2656
2879
  value: input3.child_types
2657
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2658
- path: _path2 + ".child_types[" + _index42 + "]",
2880
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2881
+ path: _path2 + ".child_types[" + _index50 + "]",
2659
2882
  expected: "string",
2660
2883
  value: elem
2661
2884
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2670,8 +2893,8 @@ var validTermsByIdsResponse = (input) => {
2670
2893
  path: _path2 + ".included_types",
2671
2894
  expected: "(Array<string> | undefined)",
2672
2895
  value: input3.included_types
2673
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2674
- path: _path2 + ".included_types[" + _index43 + "]",
2896
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2897
+ path: _path2 + ".included_types[" + _index51 + "]",
2675
2898
  expected: "string",
2676
2899
  value: elem
2677
2900
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2702,12 +2925,12 @@ var validTermsByIdsResponse = (input) => {
2702
2925
  path: _path2 + ".snps",
2703
2926
  expected: "(Array<SnpsEntry> | undefined)",
2704
2927
  value: input3.snps
2705
- })) && input3.snps.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2706
- path: _path2 + ".snps[" + _index44 + "]",
2928
+ })) && input3.snps.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2929
+ path: _path2 + ".snps[" + _index52 + "]",
2707
2930
  expected: "SnpsEntry",
2708
2931
  value: elem
2709
- })) && $vo48(elem, _path2 + ".snps[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2710
- path: _path2 + ".snps[" + _index44 + "]",
2932
+ })) && $vo50(elem, _path2 + ".snps[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2933
+ path: _path2 + ".snps[" + _index52 + "]",
2711
2934
  expected: "SnpsEntry",
2712
2935
  value: elem
2713
2936
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2715,7 +2938,7 @@ var validTermsByIdsResponse = (input) => {
2715
2938
  expected: "(Array<SnpsEntry> | undefined)",
2716
2939
  value: input3.snps
2717
2940
  })].every((flag) => flag);
2718
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2941
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2719
2942
  path: _path2 + ".id",
2720
2943
  expected: "string",
2721
2944
  value: input3.id
@@ -2731,8 +2954,8 @@ var validTermsByIdsResponse = (input) => {
2731
2954
  path: _path2 + ".child_types",
2732
2955
  expected: "(Array<string> | undefined)",
2733
2956
  value: input3.child_types
2734
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2735
- path: _path2 + ".child_types[" + _index45 + "]",
2957
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2958
+ path: _path2 + ".child_types[" + _index53 + "]",
2736
2959
  expected: "string",
2737
2960
  value: elem
2738
2961
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2747,8 +2970,8 @@ var validTermsByIdsResponse = (input) => {
2747
2970
  path: _path2 + ".included_types",
2748
2971
  expected: "(Array<string> | undefined)",
2749
2972
  value: input3.included_types
2750
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2751
- path: _path2 + ".included_types[" + _index46 + "]",
2973
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2974
+ path: _path2 + ".included_types[" + _index54 + "]",
2752
2975
  expected: "string",
2753
2976
  value: elem
2754
2977
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2763,7 +2986,7 @@ var validTermsByIdsResponse = (input) => {
2763
2986
  path: _path2 + ".values",
2764
2987
  expected: "(TermValues & SampleLstTermValues | undefined)",
2765
2988
  value: input3.values
2766
- })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2989
+ })) && $vo61(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2767
2990
  path: _path2 + ".values",
2768
2991
  expected: "(TermValues & SampleLstTermValues | undefined)",
2769
2992
  value: input3.values
@@ -2772,7 +2995,7 @@ var validTermsByIdsResponse = (input) => {
2772
2995
  expected: "(boolean | undefined)",
2773
2996
  value: input3.skipValuesBuild
2774
2997
  })].every((flag) => flag);
2775
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2998
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2776
2999
  const value = input3[key];
2777
3000
  if (void 0 === value)
2778
3001
  return true;
@@ -2781,7 +3004,7 @@ var validTermsByIdsResponse = (input) => {
2781
3004
  path: _path2 + $join(key),
2782
3005
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2783
3006
  value
2784
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3007
+ })) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2785
3008
  path: _path2 + $join(key),
2786
3009
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2787
3010
  value
@@ -2791,14 +3014,14 @@ var validTermsByIdsResponse = (input) => {
2791
3014
  path: _path2 + $join(key),
2792
3015
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2793
3016
  value
2794
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3017
+ })) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2795
3018
  path: _path2 + $join(key),
2796
3019
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2797
3020
  value
2798
3021
  });
2799
3022
  return true;
2800
3023
  }).every((flag) => flag)].every((flag) => flag);
2801
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3024
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2802
3025
  path: _path2 + ".key",
2803
3026
  expected: "(string | undefined)",
2804
3027
  value: input3.key
@@ -2842,12 +3065,12 @@ var validTermsByIdsResponse = (input) => {
2842
3065
  path: _path2 + ".list",
2843
3066
  expected: "Array<__type>.o4",
2844
3067
  value: input3.list
2845
- })) && input3.list.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2846
- path: _path2 + ".list[" + _index47 + "]",
3068
+ })) && input3.list.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3069
+ path: _path2 + ".list[" + _index55 + "]",
2847
3070
  expected: "__type.o9",
2848
3071
  value: elem
2849
- })) && $vo61(elem, _path2 + ".list[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2850
- path: _path2 + ".list[" + _index47 + "]",
3072
+ })) && $vo63(elem, _path2 + ".list[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3073
+ path: _path2 + ".list[" + _index55 + "]",
2851
3074
  expected: "__type.o9",
2852
3075
  value: elem
2853
3076
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2855,7 +3078,7 @@ var validTermsByIdsResponse = (input) => {
2855
3078
  expected: "Array<__type>.o4",
2856
3079
  value: input3.list
2857
3080
  }), true].every((flag) => flag);
2858
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3081
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2859
3082
  path: _path2 + ".sampleId",
2860
3083
  expected: "string",
2861
3084
  value: input3.sampleId
@@ -2864,7 +3087,7 @@ var validTermsByIdsResponse = (input) => {
2864
3087
  expected: "string",
2865
3088
  value: input3.sample
2866
3089
  })].every((flag) => flag);
2867
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3090
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2868
3091
  path: _path2 + ".hiddenValues",
2869
3092
  expected: "(HiddenValues | undefined)",
2870
3093
  value: input3.hiddenValues
@@ -2893,7 +3116,7 @@ var validTermsByIdsResponse = (input) => {
2893
3116
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2894
3117
  value: input3.type
2895
3118
  })].every((flag) => flag);
2896
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3119
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2897
3120
  path: _path2 + ".hiddenValues",
2898
3121
  expected: "(HiddenValues | undefined)",
2899
3122
  value: input3.hiddenValues
@@ -2933,8 +3156,8 @@ var validTermsByIdsResponse = (input) => {
2933
3156
  path: _path2 + ".breaks",
2934
3157
  expected: "(Array<number> | undefined)",
2935
3158
  value: input3.breaks
2936
- })) && input3.breaks.map((elem, _index48) => "number" === typeof elem || $report(_exceptionable2, {
2937
- path: _path2 + ".breaks[" + _index48 + "]",
3159
+ })) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
3160
+ path: _path2 + ".breaks[" + _index56 + "]",
2938
3161
  expected: "number",
2939
3162
  value: elem
2940
3163
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2958,7 +3181,7 @@ var validTermsByIdsResponse = (input) => {
2958
3181
  expected: "(boolean | undefined)",
2959
3182
  value: input3.value_by_computable_grade
2960
3183
  }), true].every((flag) => flag);
2961
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3184
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2962
3185
  path: _path2 + ".hiddenValues",
2963
3186
  expected: "(HiddenValues | undefined)",
2964
3187
  value: input3.hiddenValues
@@ -2990,12 +3213,12 @@ var validTermsByIdsResponse = (input) => {
2990
3213
  path: _path2 + ".groups",
2991
3214
  expected: "SampleLstTermValues",
2992
3215
  value: input3.groups
2993
- })) && $vo65(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3216
+ })) && $vo67(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
2994
3217
  path: _path2 + ".groups",
2995
3218
  expected: "SampleLstTermValues",
2996
3219
  value: input3.groups
2997
3220
  })].every((flag) => flag);
2998
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3221
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2999
3222
  const value = input3[key];
3000
3223
  if (void 0 === value)
3001
3224
  return true;
@@ -3004,7 +3227,7 @@ var validTermsByIdsResponse = (input) => {
3004
3227
  path: _path2 + $join(key),
3005
3228
  expected: "__type.o10",
3006
3229
  value
3007
- })) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3230
+ })) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3008
3231
  path: _path2 + $join(key),
3009
3232
  expected: "__type.o10",
3010
3233
  value
@@ -3014,14 +3237,14 @@ var validTermsByIdsResponse = (input) => {
3014
3237
  path: _path2 + $join(key),
3015
3238
  expected: "__type.o10",
3016
3239
  value
3017
- })) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3240
+ })) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3018
3241
  path: _path2 + $join(key),
3019
3242
  expected: "__type.o10",
3020
3243
  value
3021
3244
  });
3022
3245
  return true;
3023
3246
  }).every((flag) => flag)].every((flag) => flag);
3024
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3247
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3025
3248
  path: _path2 + ".name",
3026
3249
  expected: "string",
3027
3250
  value: input3.name
@@ -3033,12 +3256,12 @@ var validTermsByIdsResponse = (input) => {
3033
3256
  path: _path2 + ".list",
3034
3257
  expected: "Array<__type>.o4",
3035
3258
  value: input3.list
3036
- })) && input3.list.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3037
- path: _path2 + ".list[" + _index49 + "]",
3259
+ })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3260
+ path: _path2 + ".list[" + _index57 + "]",
3038
3261
  expected: "__type.o9",
3039
3262
  value: elem
3040
- })) && $vo61(elem, _path2 + ".list[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3041
- path: _path2 + ".list[" + _index49 + "]",
3263
+ })) && $vo63(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3264
+ path: _path2 + ".list[" + _index57 + "]",
3042
3265
  expected: "__type.o9",
3043
3266
  value: elem
3044
3267
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3076,6 +3299,17 @@ var validTermsByIdsResponse = (input) => {
3076
3299
  return $vo26(input3, _path2, _exceptionable2);
3077
3300
  })();
3078
3301
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3302
+ if ("gene" === input3.kind)
3303
+ return $vo37(input3, _path2, _exceptionable2);
3304
+ if ("coord" === input3.kind)
3305
+ return $vo38(input3, _path2, _exceptionable2);
3306
+ return $report(_exceptionable2, {
3307
+ path: _path2,
3308
+ expected: "(BaseTerm & Gene | BaseTerm & Coord)",
3309
+ value: input3
3310
+ });
3311
+ })();
3312
+ const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3079
3313
  if (true === input3.startunbounded)
3080
3314
  return $vo25(input3, _path2, _exceptionable2);
3081
3315
  if (void 0 !== input3.start)
@@ -3086,7 +3320,7 @@ var validTermsByIdsResponse = (input) => {
3086
3320
  value: input3
3087
3321
  });
3088
3322
  })();
3089
- const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3323
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3090
3324
  if (void 0 !== input3.stop)
3091
3325
  return $vo26(input3, _path2, _exceptionable2);
3092
3326
  if (true === input3.stopunbounded)
@@ -3097,12 +3331,12 @@ var validTermsByIdsResponse = (input) => {
3097
3331
  value: input3
3098
3332
  });
3099
3333
  })();
3100
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3334
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3101
3335
  if (void 0 !== input3.type)
3102
3336
  return $vo2(input3, _path2, _exceptionable2);
3103
- return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3337
+ return $vo53(input3, _path2, false) || $vo46(input3, _path2, false) || $vo41(input3, _path2, false);
3104
3338
  })();
3105
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3339
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3106
3340
  if ("values" === input3.type)
3107
3341
  return $vo4(input3, _path2, _exceptionable2);
3108
3342
  if ("predefined-groupset" === input3.type)
@@ -3111,12 +3345,12 @@ var validTermsByIdsResponse = (input) => {
3111
3345
  return $vo8(input3, _path2, _exceptionable2);
3112
3346
  return $vo6(input3, _path2, _exceptionable2);
3113
3347
  })();
3114
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3348
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3115
3349
  if (void 0 !== input3.ranges)
3116
3350
  return $vo21(input3, _path2, _exceptionable2);
3117
3351
  return $vo15(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3118
3352
  })();
3119
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3353
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3120
3354
  if ("regular-bin" === input3.type)
3121
3355
  return $vo24(input3, _path2, _exceptionable2);
3122
3356
  if ("custom-bin" === input3.type)
@@ -3127,40 +3361,40 @@ var validTermsByIdsResponse = (input) => {
3127
3361
  value: input3
3128
3362
  });
3129
3363
  })();
3130
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3364
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3131
3365
  if ("gene" === input3.kind)
3132
3366
  return $vo36(input3, _path2, _exceptionable2);
3133
3367
  if ("coord" === input3.kind)
3134
- return $vo37(input3, _path2, _exceptionable2);
3368
+ return $vo39(input3, _path2, _exceptionable2);
3135
3369
  return $report(_exceptionable2, {
3136
3370
  path: _path2,
3137
- expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3371
+ expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3138
3372
  value: input3
3139
3373
  });
3140
3374
  })();
3141
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3375
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3142
3376
  if ("regular-bin" === input3.type)
3143
3377
  return $vo24(input3, _path2, _exceptionable2);
3144
3378
  if ("continuous" === input3.mode)
3145
- return $vo41(input3, _path2, _exceptionable2);
3379
+ return $vo43(input3, _path2, _exceptionable2);
3146
3380
  if ("spline" === input3.mode)
3147
- return $vo42(input3, _path2, _exceptionable2);
3148
- return $vo28(input3, _path2, false) || $vo40(input3, _path2, false);
3381
+ return $vo44(input3, _path2, _exceptionable2);
3382
+ return $vo28(input3, _path2, false) || $vo42(input3, _path2, false);
3149
3383
  })();
3150
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3384
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3151
3385
  if ("gene" === input3.kind)
3152
- return $vo52(input3, _path2, _exceptionable2);
3386
+ return $vo54(input3, _path2, _exceptionable2);
3153
3387
  if ("coord" === input3.kind)
3154
- return $vo53(input3, _path2, _exceptionable2);
3388
+ return $vo55(input3, _path2, _exceptionable2);
3155
3389
  if ("categorical" === input3.type)
3156
- return $vo54(input3, _path2, _exceptionable2);
3390
+ return $vo56(input3, _path2, _exceptionable2);
3157
3391
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3158
- return $vo55(input3, _path2, _exceptionable2);
3392
+ return $vo57(input3, _path2, _exceptionable2);
3159
3393
  if ("condition" === input3.type)
3160
- return $vo56(input3, _path2, _exceptionable2);
3161
- return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3394
+ return $vo58(input3, _path2, _exceptionable2);
3395
+ return $vo59(input3, _path2, false) || $vo60(input3, _path2, false);
3162
3396
  })();
3163
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3397
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3164
3398
  if (void 0 !== input3.predefined_groupset_idx)
3165
3399
  return $vo7(input3, _path2, _exceptionable2);
3166
3400
  if (void 0 !== input3.customset)
@@ -3168,15 +3402,15 @@ var validTermsByIdsResponse = (input) => {
3168
3402
  if (void 0 !== input3.bin_size)
3169
3403
  return $vo24(input3, _path2, _exceptionable2);
3170
3404
  if (void 0 !== input3.knots)
3171
- return $vo42(input3, _path2, _exceptionable2);
3405
+ return $vo44(input3, _path2, _exceptionable2);
3172
3406
  if (void 0 !== input3.AFcutoff)
3173
- return $vo45(input3, _path2, _exceptionable2);
3407
+ return $vo47(input3, _path2, _exceptionable2);
3174
3408
  if (void 0 !== input3.timeScale)
3175
- return $vo63(input3, _path2, _exceptionable2);
3409
+ return $vo65(input3, _path2, _exceptionable2);
3176
3410
  return (() => {
3177
3411
  if (void 0 !== input3.groups)
3178
- return $vo64(input3, _path2, _exceptionable2);
3179
- return $vo6(input3, _path2, false) || $vo62(input3, _path2, false) || $vo4(input3, _path2, false) || $vo28(input3, _path2, false) || $vo40(input3, _path2, false) || $vo41(input3, _path2, false);
3412
+ return $vo66(input3, _path2, _exceptionable2);
3413
+ return $vo6(input3, _path2, false) || $vo64(input3, _path2, false) || $vo4(input3, _path2, false) || $vo28(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3180
3414
  })();
3181
3415
  })();
3182
3416
  return ("object" === typeof input2 && null !== input2 || $report(true, {