@sjcrh/proteinpaint-types 2.178.0 → 2.179.0

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 (38) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-GAYJUXNZ.js → chunk-4J5BPYYR.js} +429 -201
  3. package/dist/{chunk-WXCXZRKP.js → chunk-6DWX22RA.js} +707 -479
  4. package/dist/{chunk-UWAVSKMD.js → chunk-7V7USAKJ.js} +705 -477
  5. package/dist/{chunk-2XQJCZEO.js → chunk-A2FMYVMI.js} +520 -292
  6. package/dist/{chunk-FQYNRDHB.js → chunk-CC4IBTKW.js} +429 -201
  7. package/dist/{chunk-2Y7WE3JU.js → chunk-CSK3ZCDF.js} +705 -477
  8. package/dist/{chunk-UFYKXOY2.js → chunk-DUFHC6EI.js} +1073 -625
  9. package/dist/{chunk-NRV6MPRM.js → chunk-E2O4N7OC.js} +1346 -898
  10. package/dist/{chunk-CYQDO4FX.js → chunk-FQLGK65A.js} +742 -456
  11. package/dist/{chunk-HZEV7D5E.js → chunk-JTZQYNIT.js} +705 -477
  12. package/dist/{chunk-CX2Y673E.js → chunk-MKM4A5NU.js} +429 -201
  13. package/dist/{chunk-26UKKPK2.js → chunk-QQNDJ6BY.js} +713 -485
  14. package/dist/{chunk-PHRILOVX.js → chunk-RANWGPF7.js} +429 -201
  15. package/dist/{chunk-VBNF7BRI.js → chunk-XAHE4RNZ.js} +452 -224
  16. package/dist/{chunk-YHKFJCXG.js → chunk-YI63CW7Y.js} +646 -426
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/grin2.js +1 -1
  19. package/dist/index.js +15 -15
  20. package/dist/termdb.boxplot.js +1 -1
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.chat.js +429 -201
  23. package/dist/termdb.chat2.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.dmr.js +1 -1
  27. package/dist/termdb.numericcategories.js +1 -1
  28. package/dist/termdb.percentile.js +1 -1
  29. package/dist/termdb.termsbyids.js +1 -1
  30. package/dist/termdb.topTermsByType.js +1 -1
  31. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  32. package/dist/termdb.violin.js +1 -1
  33. package/package.json +1 -1
  34. package/src/dataset.ts +28 -8
  35. package/src/filter.ts +33 -4
  36. package/src/routes/termdb.chat2.ts +13 -2
  37. package/src/routes/termdb.dmr.ts +17 -2
  38. package/src/terms/termCollection.ts +0 -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 && $iu6(value);
83
+ return "object" === typeof value && null !== value && $iu7(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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q)) && "QualTWValues" === input3.type;
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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q)) && "QualTWValues" === input3.type;
87
87
  const $io3 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -92,7 +92,7 @@ var validTermsByIdsResponse = (input) => {
92
92
  return true;
93
93
  return true;
94
94
  });
95
- const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting));
95
+ const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting));
96
96
  const $io5 = (input3) => Object.keys(input3).every((key) => {
97
97
  const value = input3[key];
98
98
  if (void 0 === value)
@@ -104,15 +104,15 @@ var validTermsByIdsResponse = (input) => {
104
104
  return true;
105
105
  });
106
106
  const $io6 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter));
107
- const $io7 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
108
- const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
109
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem)));
110
- const $io10 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
107
+ const $io7 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem))) && (void 0 === input3.$id || "string" === typeof input3.$id);
108
+ const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
109
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io6(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
110
+ const $io10 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
111
111
  const $io11 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
112
112
  const $io12 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
113
113
  const $io13 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
114
- const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
115
- const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $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) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
114
+ const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu11(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu11(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
115
+ const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
116
116
  const $io16 = (input3) => Object.keys(input3).every((key) => {
117
117
  const value = input3[key];
118
118
  if (void 0 === value)
@@ -124,7 +124,7 @@ var validTermsByIdsResponse = (input) => {
124
124
  const $io17 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
125
125
  const $io18 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
126
126
  const $io19 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
127
- const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
127
+ const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
128
128
  const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
129
129
  const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
130
130
  const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
@@ -134,34 +134,45 @@ var validTermsByIdsResponse = (input) => {
134
134
  const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
135
135
  const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
136
136
  const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
137
- const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
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
- 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
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 && $io45(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 && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
146
- const $io39 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
147
- const $io40 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
148
- const $io41 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
149
- const $io42 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
150
- const $io43 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
151
- const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
152
- const $io45 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
153
- const $io46 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
154
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
155
- const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
156
- const $io49 = (input3) => Object.keys(input3).every((key) => {
137
+ const $io30 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
138
+ const $io31 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
139
+ const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io34(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
140
+ const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
141
+ const $io34 = (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;
142
+ const $io35 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
143
+ if (["key", "label"].some((prop) => key === prop))
144
+ return true;
157
145
  const value = input3[key];
158
146
  if (void 0 === value)
159
147
  return true;
160
148
  if (RegExp(/(.*)/).test(key))
161
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io50(value);
149
+ return true;
162
150
  return true;
163
151
  });
164
- const $io50 = (input3) => Object.keys(input3).every((key) => {
152
+ const $io36 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io37(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io47(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
153
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu12(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
154
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
155
+ const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
156
+ const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
157
+ const $io41 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
158
+ const $io42 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
159
+ const $io43 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
160
+ const $io44 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
161
+ const $io45 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
162
+ const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
163
+ const $io47 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
164
+ const $io48 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
165
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
166
+ const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
167
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
168
+ const value = input3[key];
169
+ if (void 0 === value)
170
+ return true;
171
+ if (RegExp(/(.*)/).test(key))
172
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
173
+ return true;
174
+ });
175
+ const $io52 = (input3) => Object.keys(input3).every((key) => {
165
176
  const value = input3[key];
166
177
  if (void 0 === value)
167
178
  return true;
@@ -169,47 +180,47 @@ var validTermsByIdsResponse = (input) => {
169
180
  return true;
170
181
  return true;
171
182
  });
172
- const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io52(elem)));
173
- const $io52 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
174
- const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting));
175
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting));
176
- const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
177
- const $io57 = (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 && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q)) && "QualTWPredefinedGS" === input3.type;
178
- const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
179
- const $io59 = (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 && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q)) && "QualTWCustomGS" === input3.type;
180
- const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io61(input3.customset));
181
- const $io61 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
182
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io15(input3.q));
183
- const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
184
- const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
185
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
186
- const $io66 = (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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io67(input3.q));
187
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
188
- const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q));
189
- const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io70(elem))) && (null !== input3.type && void 0 === input3.type);
190
- const $io70 = (input3) => "number" === typeof input3.value;
191
- const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q));
192
- const $io72 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
193
- const $io73 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
194
- const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
195
- const $io75 = (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 && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io76(input3.q));
196
- const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
197
- const $io77 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io78(input3.q));
198
- const $io78 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io61(input3.customset)) && Array.isArray(input3.dtLst);
199
- const $io79 = (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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
200
- const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
201
- const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
202
- const $io82 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io85(input3.term));
203
- const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io84(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io7(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
204
- const $io84 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
205
- const $io85 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io86(elem)));
206
- const $io86 = (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 && $io87(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io88(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);
207
- const $io87 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
208
- const $io88 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
209
- const $io89 = (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 && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io90(input3.q));
210
- const $io90 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
211
- const $io91 = (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 && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io51(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io92(input3.q));
212
- const $io92 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io52(elem)));
183
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io54(elem)));
184
+ const $io54 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
185
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting));
186
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting));
187
+ const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
188
+ const $io59 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q)) && "QualTWPredefinedGS" === input3.type;
189
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
190
+ const $io61 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q)) && "QualTWCustomGS" === input3.type;
191
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io63(input3.customset));
192
+ const $io63 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
193
+ const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io15(input3.q));
194
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
195
+ const $io66 = (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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io67(input3.q));
196
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
197
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io69(input3.q));
198
+ const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
199
+ const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io71(input3.q));
200
+ const $io71 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io72(elem))) && (null !== input3.type && void 0 === input3.type);
201
+ const $io72 = (input3) => "number" === typeof input3.value;
202
+ const $io73 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io76(input3.q));
203
+ const $io74 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
204
+ const $io75 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
205
+ const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
206
+ const $io77 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io78(input3.q));
207
+ const $io78 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
208
+ const $io79 = (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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io80(input3.q));
209
+ const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io63(input3.customset)) && Array.isArray(input3.dtLst);
210
+ const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
211
+ const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
212
+ const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
213
+ const $io84 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io85(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io87(input3.term));
214
+ const $io85 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io86(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io7(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
215
+ const $io86 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
216
+ const $io87 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io88(elem)));
217
+ const $io88 = (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 && $io89(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io90(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);
218
+ const $io89 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
219
+ const $io90 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
220
+ const $io91 = (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 && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io92(input3.q));
221
+ const $io92 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
222
+ const $io93 = (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 && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io53(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io94(input3.q));
223
+ const $io94 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io54(elem)));
213
224
  const $iu0 = (input3) => (() => {
214
225
  if ("tvslst" === input3.type)
215
226
  return $io7(input3);
@@ -222,94 +233,103 @@ var validTermsByIdsResponse = (input) => {
222
233
  return $io17(input3);
223
234
  if (true === input3.stopunbounded)
224
235
  return $io19(input3);
236
+ if (void 0 !== input3.value)
237
+ return $io30(input3);
225
238
  return $io18(input3);
226
239
  })();
227
240
  const $iu2 = (input3) => (() => {
228
241
  if ("gene" === input3.kind)
229
- return $io37(input3);
242
+ return $io39(input3);
230
243
  if ("coord" === input3.kind)
231
- return $io38(input3);
244
+ return $io40(input3);
232
245
  return false;
233
246
  })();
234
247
  const $iu3 = (input3) => (() => {
235
248
  if ("string" === typeof input3.type)
236
- return $io41(input3);
237
- if ("filter" === input3.type)
238
249
  return $io43(input3);
250
+ if ("filter" === input3.type)
251
+ return $io45(input3);
239
252
  return false;
240
253
  })();
241
254
  const $iu4 = (input3) => (() => {
255
+ if (true === input3.startunbounded)
256
+ return $io17(input3);
257
+ if (true === input3.stopunbounded)
258
+ return $io19(input3);
259
+ return $io18(input3);
260
+ })();
261
+ const $iu5 = (input3) => (() => {
242
262
  if (true === input3.startunbounded)
243
263
  return $io17(input3);
244
264
  if (void 0 !== input3.start)
245
265
  return $io18(input3);
246
266
  return false;
247
267
  })();
248
- const $iu5 = (input3) => (() => {
268
+ const $iu6 = (input3) => (() => {
249
269
  if (void 0 !== input3.stop)
250
270
  return $io18(input3);
251
271
  if (true === input3.stopunbounded)
252
272
  return $io19(input3);
253
273
  return false;
254
274
  })();
255
- const $iu6 = (input3) => (() => {
275
+ const $iu7 = (input3) => (() => {
256
276
  if ("TermCollectionTWQual" === input3.type)
257
- return $io91(input3);
277
+ return $io93(input3);
258
278
  if ("TermCollectionTWCont" === input3.type)
259
- return $io89(input3);
279
+ return $io91(input3);
260
280
  if ("SnpsTW" === input3.type)
261
- return $io82(input3);
281
+ return $io84(input3);
262
282
  if ("ConditionTW" === input3.type)
263
- return $io79(input3);
283
+ return $io81(input3);
264
284
  if ("GvCustomGsTW" === input3.type)
265
- return $io77(input3);
285
+ return $io79(input3);
266
286
  if ("GvPredefinedGsTW" === input3.type)
267
- return $io75(input3);
287
+ return $io77(input3);
268
288
  if ("GvValuesTW" === input3.type)
269
- return $io71(input3);
289
+ return $io73(input3);
270
290
  if ("NumTWSpline" === input3.type)
271
- return $io68(input3);
291
+ return $io70(input3);
272
292
  if ("NumTWCont" === input3.type)
273
- return $io66(input3);
293
+ return $io68(input3);
274
294
  if ("NumTWBinary" === input3.type)
275
- return $io64(input3);
295
+ return $io66(input3);
276
296
  if ("NumTWCustomBin" === input3.type)
277
- return $io63(input3);
297
+ return $io65(input3);
278
298
  if ("NumTWRegularBin" === input3.type)
279
- return $io62(input3);
299
+ return $io64(input3);
280
300
  if ("QualTWCustomGS" === input3.type)
281
- return $io59(input3);
301
+ return $io61(input3);
282
302
  if ("QualTWPredefinedGS" === input3.type)
283
- return $io57(input3);
303
+ return $io59(input3);
284
304
  if ("QualTWValues" === input3.type)
285
305
  return $io2(input3);
286
306
  return false;
287
307
  })();
288
- const $iu7 = (input3) => (() => {
308
+ const $iu8 = (input3) => (() => {
289
309
  if ("categorical" === input3.type)
290
310
  return $io4(input3);
291
311
  if ("snp" === input3.type)
292
- return $io53(input3);
312
+ return $io55(input3);
293
313
  if ("singleCellCellType" === input3.type)
294
- return $io54(input3);
314
+ return $io56(input3);
295
315
  return false;
296
316
  })();
297
- const $iu8 = (input3) => (() => {
317
+ const $iu9 = (input3) => (() => {
298
318
  if (void 0 !== input3.ranges)
299
319
  return $io10(input3);
300
320
  if (void 0 !== input3.ratio)
301
- return $io46(input3);
321
+ return $io48(input3);
302
322
  return (() => {
303
323
  if ($io9(input3))
304
324
  return $io9(input3);
305
- if ($io31(input3))
306
- return $io31(input3);
307
- if ($io34(input3))
308
- return $io34(input3);
325
+ if ($io32(input3))
326
+ return $io32(input3);
327
+ if ($io36(input3))
328
+ return $io36(input3);
309
329
  return false;
310
330
  })();
311
331
  })();
312
- const $iu9 = (input3) => (() => {
332
+ const $iu10 = (input3) => (() => {
313
333
  if ("integer" === input3.type || "float" === input3.type)
314
334
  return $io11(input3);
315
335
  if ("metaboliteIntensity" === input3.type)
@@ -334,39 +354,39 @@ var validTermsByIdsResponse = (input) => {
334
354
  return false;
335
355
  })();
336
356
  })();
337
- const $iu10 = (input3) => (() => {
357
+ const $iu11 = (input3) => (() => {
338
358
  if ("regular-bin" === input3.type)
339
359
  return $io15(input3);
340
360
  if ("custom-bin" === input3.type)
341
361
  return $io20(input3);
342
362
  return false;
343
363
  })();
344
- const $iu11 = (input3) => (() => {
364
+ const $iu12 = (input3) => (() => {
345
365
  if ("gene" === input3.kind)
346
- return $io36(input3);
366
+ return $io38(input3);
347
367
  if ("coord" === input3.kind)
348
- return $io44(input3);
368
+ return $io46(input3);
349
369
  return false;
350
370
  })();
351
- const $iu12 = (input3) => (() => {
371
+ const $iu13 = (input3) => (() => {
352
372
  if ("numeric" === input3.memberType)
353
- return $io47(input3);
373
+ return $io49(input3);
354
374
  if ("categorical" === input3.memberType)
355
- return $io51(input3);
375
+ return $io53(input3);
356
376
  return false;
357
377
  })();
358
- const $iu13 = (input3) => (() => {
378
+ const $iu14 = (input3) => (() => {
359
379
  if ("gene" === input3.kind)
360
- return $io72(input3);
380
+ return $io74(input3);
361
381
  if ("coord" === input3.kind)
362
- return $io73(input3);
382
+ return $io75(input3);
363
383
  return false;
364
384
  })();
365
- const $iu14 = (input3) => (() => {
385
+ const $iu15 = (input3) => (() => {
366
386
  if ("grade" === input3.valueFor)
367
- return $io80(input3);
387
+ return $io82(input3);
368
388
  if ("children" === input3.valueFor)
369
- return $io81(input3);
389
+ return $io83(input3);
370
390
  return false;
371
391
  })();
372
392
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -393,7 +413,7 @@ var validTermsByIdsResponse = (input) => {
393
413
  path: _path2 + $join(key),
394
414
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
395
415
  value
396
- })) && $vu6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
416
+ })) && $vu7(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
397
417
  path: _path2 + $join(key),
398
418
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
399
419
  value
@@ -428,7 +448,7 @@ var validTermsByIdsResponse = (input) => {
428
448
  path: _path2 + ".term",
429
449
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
430
450
  value: input3.term
431
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
451
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
432
452
  path: _path2 + ".term",
433
453
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
434
454
  value: input3.term
@@ -436,7 +456,7 @@ var validTermsByIdsResponse = (input) => {
436
456
  path: _path2 + ".q",
437
457
  expected: "ValuesQ",
438
458
  value: input3.q
439
- })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
459
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
440
460
  path: _path2 + ".q",
441
461
  expected: "ValuesQ",
442
462
  value: input3.q
@@ -521,7 +541,7 @@ var validTermsByIdsResponse = (input) => {
521
541
  path: _path2 + ".groupsetting",
522
542
  expected: "TermGroupSetting",
523
543
  value: input3.groupsetting
524
- })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
544
+ })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
525
545
  path: _path2 + ".groupsetting",
526
546
  expected: "TermGroupSetting",
527
547
  value: input3.groupsetting
@@ -617,6 +637,10 @@ var validTermsByIdsResponse = (input) => {
617
637
  path: _path2 + ".lst",
618
638
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
619
639
  value: input3.lst
640
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
641
+ path: _path2 + ".$id",
642
+ expected: "(string | undefined)",
643
+ value: input3.$id
620
644
  })].every((flag) => flag);
621
645
  const $vo8 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
622
646
  path: _path2 + ".type",
@@ -626,7 +650,7 @@ var validTermsByIdsResponse = (input) => {
626
650
  path: _path2 + ".tvs",
627
651
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
628
652
  value: input3.tvs
629
- })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
653
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
630
654
  path: _path2 + ".tvs",
631
655
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
632
656
  value: input3.tvs
@@ -639,6 +663,26 @@ var validTermsByIdsResponse = (input) => {
639
663
  path: _path2 + ".isnot",
640
664
  expected: "(boolean | undefined)",
641
665
  value: input3.isnot
666
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
667
+ path: _path2 + ".bar_by_grade",
668
+ expected: "(boolean | undefined)",
669
+ value: input3.bar_by_grade
670
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
671
+ path: _path2 + ".bar_by_children",
672
+ expected: "(boolean | undefined)",
673
+ value: input3.bar_by_children
674
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
675
+ path: _path2 + ".value_by_max_grade",
676
+ expected: "(boolean | undefined)",
677
+ value: input3.value_by_max_grade
678
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
679
+ path: _path2 + ".value_by_most_recent",
680
+ expected: "(boolean | undefined)",
681
+ value: input3.value_by_most_recent
682
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
683
+ path: _path2 + ".value_by_computable_grade",
684
+ expected: "(boolean | undefined)",
685
+ value: input3.value_by_computable_grade
642
686
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
643
687
  path: _path2 + ".term",
644
688
  expected: "CategoricalTerm",
@@ -667,6 +711,10 @@ var validTermsByIdsResponse = (input) => {
667
711
  path: _path2 + ".values",
668
712
  expected: "Array<BaseValue>",
669
713
  value: input3.values
714
+ }), void 0 === input3.valueset || input3.valueset instanceof Set || $report(_exceptionable2, {
715
+ path: _path2 + ".valueset",
716
+ expected: "(Set<any> | undefined)",
717
+ value: input3.valueset
670
718
  })].every((flag) => flag);
671
719
  const $vo10 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
672
720
  path: _path2 + ".join",
@@ -676,45 +724,65 @@ var validTermsByIdsResponse = (input) => {
676
724
  path: _path2 + ".isnot",
677
725
  expected: "(boolean | undefined)",
678
726
  value: input3.isnot
727
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
728
+ path: _path2 + ".bar_by_grade",
729
+ expected: "(boolean | undefined)",
730
+ value: input3.bar_by_grade
731
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
732
+ path: _path2 + ".bar_by_children",
733
+ expected: "(boolean | undefined)",
734
+ value: input3.bar_by_children
735
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
736
+ path: _path2 + ".value_by_max_grade",
737
+ expected: "(boolean | undefined)",
738
+ value: input3.value_by_max_grade
739
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
740
+ path: _path2 + ".value_by_most_recent",
741
+ expected: "(boolean | undefined)",
742
+ value: input3.value_by_most_recent
743
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
744
+ path: _path2 + ".value_by_computable_grade",
745
+ expected: "(boolean | undefined)",
746
+ value: input3.value_by_computable_grade
679
747
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
680
748
  path: _path2 + ".term",
681
749
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
682
750
  value: input3.term
683
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
751
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
684
752
  path: _path2 + ".term",
685
753
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
686
754
  value: input3.term
687
755
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
688
756
  path: _path2 + ".ranges",
689
- expected: "Array<NumericBin>",
757
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
690
758
  value: input3.ranges
691
759
  })) && input3.ranges.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
692
760
  path: _path2 + ".ranges[" + _index5 + "]",
693
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
761
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
694
762
  value: elem
695
763
  })) && $vu1(elem, _path2 + ".ranges[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
696
764
  path: _path2 + ".ranges[" + _index5 + "]",
697
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
765
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o5)",
698
766
  value: elem
699
767
  })).every((flag) => flag) || $report(_exceptionable2, {
700
768
  path: _path2 + ".ranges",
701
- expected: "Array<NumericBin>",
769
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
702
770
  value: input3.ranges
703
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
771
+ }), void 0 === input3.values || (Array.isArray(input3.values) || $report(_exceptionable2, {
704
772
  path: _path2 + ".values",
705
- expected: "Array<__type>",
773
+ expected: "(Array<__type> | undefined)",
706
774
  value: input3.values
707
775
  })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
708
776
  path: _path2 + ".values[" + _index6 + "]",
709
- expected: "__type.o5",
777
+ expected: "__type.o6",
710
778
  value: elem
711
- })) && $vo30(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
779
+ })) && $vo31(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
712
780
  path: _path2 + ".values[" + _index6 + "]",
713
- expected: "__type.o5",
781
+ expected: "__type.o6",
714
782
  value: elem
715
783
  })).every((flag) => flag) || $report(_exceptionable2, {
716
784
  path: _path2 + ".values",
717
- expected: "Array<__type>",
785
+ expected: "(Array<__type> | undefined)",
718
786
  value: input3.values
719
787
  })].every((flag) => flag);
720
788
  const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -828,7 +896,7 @@ var validTermsByIdsResponse = (input) => {
828
896
  path: _path2 + '["default"]',
829
897
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
830
898
  value: input3["default"]
831
- })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
899
+ })) && $vu11(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
832
900
  path: _path2 + '["default"]',
833
901
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
834
902
  value: input3["default"]
@@ -836,7 +904,7 @@ var validTermsByIdsResponse = (input) => {
836
904
  path: _path2 + ".less",
837
905
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
838
906
  value: input3.less
839
- })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
907
+ })) && $vu11(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
840
908
  path: _path2 + ".less",
841
909
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
842
910
  value: input3.less
@@ -897,7 +965,7 @@ var validTermsByIdsResponse = (input) => {
897
965
  path: _path2 + ".first_bin",
898
966
  expected: "(FullyBoundedBin | StartUnboundedBin)",
899
967
  value: input3.first_bin
900
- })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
968
+ })) && $vu5(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
901
969
  path: _path2 + ".first_bin",
902
970
  expected: "(FullyBoundedBin | StartUnboundedBin)",
903
971
  value: input3.first_bin
@@ -905,7 +973,7 @@ var validTermsByIdsResponse = (input) => {
905
973
  path: _path2 + ".last_bin",
906
974
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
907
975
  value: input3.last_bin
908
- })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
976
+ })) && $vu6(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
909
977
  path: _path2 + ".last_bin",
910
978
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
911
979
  value: input3.last_bin
@@ -1070,7 +1138,7 @@ var validTermsByIdsResponse = (input) => {
1070
1138
  path: _path2 + ".lst[0]",
1071
1139
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1072
1140
  value: input3.lst[0]
1073
- })) && $vu1(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1141
+ })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1074
1142
  path: _path2 + ".lst[0]",
1075
1143
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1076
1144
  value: input3.lst[0]
@@ -1083,7 +1151,7 @@ var validTermsByIdsResponse = (input) => {
1083
1151
  path: _path2 + ".lst[" + (1 + _index9) + "]",
1084
1152
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1085
1153
  value: elem
1086
- })) && $vu1(elem, _path2 + ".lst[" + (1 + _index9) + "]", _exceptionable2) || $report(_exceptionable2, {
1154
+ })) && $vu4(elem, _path2 + ".lst[" + (1 + _index9) + "]", _exceptionable2) || $report(_exceptionable2, {
1087
1155
  path: _path2 + ".lst[" + (1 + _index9) + "]",
1088
1156
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1089
1157
  value: elem
@@ -1989,7 +2057,20 @@ var validTermsByIdsResponse = (input) => {
1989
2057
  expected: "number",
1990
2058
  value: input3.stop
1991
2059
  })].every((flag) => flag);
1992
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2060
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2061
+ path: _path2 + ".value",
2062
+ expected: "number",
2063
+ value: input3.value
2064
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2065
+ path: _path2 + ".label",
2066
+ expected: "(string | undefined)",
2067
+ value: input3.label
2068
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2069
+ path: _path2 + ".name",
2070
+ expected: "(string | undefined)",
2071
+ value: input3.name
2072
+ })].every((flag) => flag);
2073
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1993
2074
  path: _path2 + ".key",
1994
2075
  expected: "string",
1995
2076
  value: input3.key
@@ -2006,7 +2087,7 @@ var validTermsByIdsResponse = (input) => {
2006
2087
  expected: "(string | undefined)",
2007
2088
  value: input3.label
2008
2089
  })].every((flag) => flag);
2009
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2090
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2010
2091
  path: _path2 + ".join",
2011
2092
  expected: "(string | undefined)",
2012
2093
  value: input3.join
@@ -2014,14 +2095,14 @@ var validTermsByIdsResponse = (input) => {
2014
2095
  path: _path2 + ".isnot",
2015
2096
  expected: "(boolean | undefined)",
2016
2097
  value: input3.isnot
2017
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2018
- path: _path2 + ".term",
2019
- expected: "ConditionTerm",
2020
- value: input3.term
2021
- })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2022
- path: _path2 + ".term",
2023
- expected: "ConditionTerm",
2024
- value: input3.term
2098
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2099
+ path: _path2 + ".bar_by_grade",
2100
+ expected: "(boolean | undefined)",
2101
+ value: input3.bar_by_grade
2102
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2103
+ path: _path2 + ".bar_by_children",
2104
+ expected: "(boolean | undefined)",
2105
+ value: input3.bar_by_children
2025
2106
  }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2026
2107
  path: _path2 + ".value_by_max_grade",
2027
2108
  expected: "(boolean | undefined)",
@@ -2034,6 +2115,14 @@ var validTermsByIdsResponse = (input) => {
2034
2115
  path: _path2 + ".value_by_computable_grade",
2035
2116
  expected: "(boolean | undefined)",
2036
2117
  value: input3.value_by_computable_grade
2118
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2119
+ path: _path2 + ".term",
2120
+ expected: "ConditionTerm",
2121
+ value: input3.term
2122
+ })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2123
+ path: _path2 + ".term",
2124
+ expected: "ConditionTerm",
2125
+ value: input3.term
2037
2126
  }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
2038
2127
  path: _path2 + ".grade_and_child",
2039
2128
  expected: "(Array<GradeAndChildEntry> | undefined)",
@@ -2042,7 +2131,7 @@ var validTermsByIdsResponse = (input) => {
2042
2131
  path: _path2 + ".grade_and_child[" + _index29 + "]",
2043
2132
  expected: "GradeAndChildEntry",
2044
2133
  value: elem
2045
- })) && $vo33(elem, _path2 + ".grade_and_child[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2134
+ })) && $vo34(elem, _path2 + ".grade_and_child[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2046
2135
  path: _path2 + ".grade_and_child[" + _index29 + "]",
2047
2136
  expected: "GradeAndChildEntry",
2048
2137
  value: elem
@@ -2050,8 +2139,24 @@ var validTermsByIdsResponse = (input) => {
2050
2139
  path: _path2 + ".grade_and_child",
2051
2140
  expected: "(Array<GradeAndChildEntry> | undefined)",
2052
2141
  value: input3.grade_and_child
2142
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2143
+ path: _path2 + ".values",
2144
+ expected: "Array<__type>.o1",
2145
+ value: input3.values
2146
+ })) && input3.values.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2147
+ path: _path2 + ".values[" + _index30 + "]",
2148
+ expected: "__type.o7",
2149
+ value: elem
2150
+ })) && $vo35(elem, _path2 + ".values[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2151
+ path: _path2 + ".values[" + _index30 + "]",
2152
+ expected: "__type.o7",
2153
+ value: elem
2154
+ })).every((flag) => flag) || $report(_exceptionable2, {
2155
+ path: _path2 + ".values",
2156
+ expected: "Array<__type>.o1",
2157
+ value: input3.values
2053
2158
  })].every((flag) => flag);
2054
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2159
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2055
2160
  path: _path2 + ".id",
2056
2161
  expected: "string",
2057
2162
  value: input3.id
@@ -2067,8 +2172,8 @@ var validTermsByIdsResponse = (input) => {
2067
2172
  path: _path2 + ".child_types",
2068
2173
  expected: "(Array<string> | undefined)",
2069
2174
  value: input3.child_types
2070
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2071
- path: _path2 + ".child_types[" + _index30 + "]",
2175
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2176
+ path: _path2 + ".child_types[" + _index31 + "]",
2072
2177
  expected: "string",
2073
2178
  value: elem
2074
2179
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2083,8 +2188,8 @@ var validTermsByIdsResponse = (input) => {
2083
2188
  path: _path2 + ".included_types",
2084
2189
  expected: "(Array<string> | undefined)",
2085
2190
  value: input3.included_types
2086
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2087
- path: _path2 + ".included_types[" + _index31 + "]",
2191
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2192
+ path: _path2 + ".included_types[" + _index32 + "]",
2088
2193
  expected: "string",
2089
2194
  value: elem
2090
2195
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2116,7 +2221,7 @@ var validTermsByIdsResponse = (input) => {
2116
2221
  expected: "(__type.o3 | undefined)",
2117
2222
  value: input3.valueConversion
2118
2223
  })].every((flag) => flag);
2119
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2224
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2120
2225
  path: _path2 + ".grade",
2121
2226
  expected: "number",
2122
2227
  value: input3.grade
@@ -2133,7 +2238,25 @@ var validTermsByIdsResponse = (input) => {
2133
2238
  expected: "string",
2134
2239
  value: input3.child_label
2135
2240
  })].every((flag) => flag);
2136
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2241
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2242
+ path: _path2 + ".key",
2243
+ expected: "(number | string)",
2244
+ value: input3.key
2245
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2246
+ path: _path2 + ".label",
2247
+ expected: "(string | undefined)",
2248
+ value: input3.label
2249
+ }), false === _exceptionable2 || Object.keys(input3).map((key) => {
2250
+ if (["key", "label"].some((prop) => key === prop))
2251
+ return true;
2252
+ const value = input3[key];
2253
+ if (void 0 === value)
2254
+ return true;
2255
+ if (RegExp(/(.*)/).test(key))
2256
+ return true;
2257
+ return true;
2258
+ }).every((flag) => flag)].every((flag) => flag);
2259
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2137
2260
  path: _path2 + ".join",
2138
2261
  expected: "(string | undefined)",
2139
2262
  value: input3.join
@@ -2141,29 +2264,49 @@ var validTermsByIdsResponse = (input) => {
2141
2264
  path: _path2 + ".isnot",
2142
2265
  expected: "(boolean | undefined)",
2143
2266
  value: input3.isnot
2267
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2268
+ path: _path2 + ".bar_by_grade",
2269
+ expected: "(boolean | undefined)",
2270
+ value: input3.bar_by_grade
2271
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2272
+ path: _path2 + ".bar_by_children",
2273
+ expected: "(boolean | undefined)",
2274
+ value: input3.bar_by_children
2275
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2276
+ path: _path2 + ".value_by_max_grade",
2277
+ expected: "(boolean | undefined)",
2278
+ value: input3.value_by_max_grade
2279
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2280
+ path: _path2 + ".value_by_most_recent",
2281
+ expected: "(boolean | undefined)",
2282
+ value: input3.value_by_most_recent
2283
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2284
+ path: _path2 + ".value_by_computable_grade",
2285
+ expected: "(boolean | undefined)",
2286
+ value: input3.value_by_computable_grade
2144
2287
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2145
2288
  path: _path2 + ".term",
2146
2289
  expected: "DtTerm",
2147
2290
  value: input3.term
2148
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2291
+ })) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2149
2292
  path: _path2 + ".term",
2150
2293
  expected: "DtTerm",
2151
2294
  value: input3.term
2152
2295
  }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2153
2296
  path: _path2 + ".values",
2154
- expected: "Array<__type>.o2",
2297
+ expected: "Array<GeneVariantValue>",
2155
2298
  value: input3.values
2156
- })) && input3.values.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2157
- path: _path2 + ".values[" + _index32 + "]",
2158
- expected: "__type.o7",
2299
+ })) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2300
+ path: _path2 + ".values[" + _index33 + "]",
2301
+ expected: "GeneVariantValue",
2159
2302
  value: elem
2160
- })) && $vo45(elem, _path2 + ".values[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2161
- path: _path2 + ".values[" + _index32 + "]",
2162
- expected: "__type.o7",
2303
+ })) && $vo47(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2304
+ path: _path2 + ".values[" + _index33 + "]",
2305
+ expected: "GeneVariantValue",
2163
2306
  value: elem
2164
2307
  })).every((flag) => flag) || $report(_exceptionable2, {
2165
2308
  path: _path2 + ".values",
2166
- expected: "Array<__type>.o2",
2309
+ expected: "Array<GeneVariantValue>",
2167
2310
  value: input3.values
2168
2311
  }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
2169
2312
  path: _path2 + ".includeNotTested",
@@ -2173,8 +2316,40 @@ var validTermsByIdsResponse = (input) => {
2173
2316
  path: _path2 + ".excludeGeneName",
2174
2317
  expected: "(boolean | undefined)",
2175
2318
  value: input3.excludeGeneName
2319
+ }), void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype || $report(_exceptionable2, {
2320
+ path: _path2 + ".genotype",
2321
+ expected: '("nt" | "variant" | "wt" | undefined)',
2322
+ value: input3.genotype
2323
+ }), void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount || $report(_exceptionable2, {
2324
+ path: _path2 + ".mcount",
2325
+ expected: '("all" | "any" | "multiple" | "single" | undefined)',
2326
+ value: input3.mcount
2327
+ }), void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv || $report(_exceptionable2, {
2328
+ path: _path2 + ".continuousCnv",
2329
+ expected: "(boolean | undefined)",
2330
+ value: input3.continuousCnv
2331
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
2332
+ path: _path2 + ".cnvLossCutoff",
2333
+ expected: "(number | undefined)",
2334
+ value: input3.cnvLossCutoff
2335
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
2336
+ path: _path2 + ".cnvGainCutoff",
2337
+ expected: "(number | undefined)",
2338
+ value: input3.cnvGainCutoff
2339
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
2340
+ path: _path2 + ".cnvMaxLength",
2341
+ expected: "(number | undefined)",
2342
+ value: input3.cnvMaxLength
2343
+ }), void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT || $report(_exceptionable2, {
2344
+ path: _path2 + ".cnvWT",
2345
+ expected: "(boolean | undefined)",
2346
+ value: input3.cnvWT
2347
+ }), void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap || $report(_exceptionable2, {
2348
+ path: _path2 + ".fractionOverlap",
2349
+ expected: "(number | undefined)",
2350
+ value: input3.fractionOverlap
2176
2351
  })].every((flag) => flag);
2177
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2352
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2178
2353
  path: _path2 + ".id",
2179
2354
  expected: "string",
2180
2355
  value: input3.id
@@ -2194,7 +2369,7 @@ var validTermsByIdsResponse = (input) => {
2194
2369
  path: _path2 + ".parentTerm",
2195
2370
  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)',
2196
2371
  value: input3.parentTerm
2197
- })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2372
+ })) && $vu12(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2198
2373
  path: _path2 + ".parentTerm",
2199
2374
  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)',
2200
2375
  value: input3.parentTerm
@@ -2223,7 +2398,7 @@ var validTermsByIdsResponse = (input) => {
2223
2398
  expected: "TermValues",
2224
2399
  value: input3.values
2225
2400
  })].every((flag) => flag);
2226
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2401
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2227
2402
  path: _path2 + ".id",
2228
2403
  expected: "string",
2229
2404
  value: input3.id
@@ -2239,8 +2414,8 @@ var validTermsByIdsResponse = (input) => {
2239
2414
  path: _path2 + ".child_types",
2240
2415
  expected: "(Array<string> | undefined)",
2241
2416
  value: input3.child_types
2242
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2243
- path: _path2 + ".child_types[" + _index33 + "]",
2417
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2418
+ path: _path2 + ".child_types[" + _index34 + "]",
2244
2419
  expected: "string",
2245
2420
  value: elem
2246
2421
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2255,8 +2430,8 @@ var validTermsByIdsResponse = (input) => {
2255
2430
  path: _path2 + ".included_types",
2256
2431
  expected: "(Array<string> | undefined)",
2257
2432
  value: input3.included_types
2258
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2259
- path: _path2 + ".included_types[" + _index34 + "]",
2433
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2434
+ path: _path2 + ".included_types[" + _index35 + "]",
2260
2435
  expected: "string",
2261
2436
  value: elem
2262
2437
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2311,12 +2486,12 @@ var validTermsByIdsResponse = (input) => {
2311
2486
  path: _path2 + ".genes",
2312
2487
  expected: "Array<GvGeneTerm>",
2313
2488
  value: input3.genes
2314
- })) && input3.genes.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2315
- path: _path2 + ".genes[" + _index35 + "]",
2489
+ })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2490
+ path: _path2 + ".genes[" + _index36 + "]",
2316
2491
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2317
2492
  value: elem
2318
- })) && $vu2(elem, _path2 + ".genes[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2319
- path: _path2 + ".genes[" + _index35 + "]",
2493
+ })) && $vu2(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2494
+ path: _path2 + ".genes[" + _index36 + "]",
2320
2495
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2321
2496
  value: elem
2322
2497
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2327,7 +2502,7 @@ var validTermsByIdsResponse = (input) => {
2327
2502
  path: _path2 + ".groupsetting",
2328
2503
  expected: "(TermGroupSetting | undefined)",
2329
2504
  value: input3.groupsetting
2330
- })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2505
+ })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2331
2506
  path: _path2 + ".groupsetting",
2332
2507
  expected: "(TermGroupSetting | undefined)",
2333
2508
  value: input3.groupsetting
@@ -2335,12 +2510,12 @@ var validTermsByIdsResponse = (input) => {
2335
2510
  path: _path2 + ".childTerms",
2336
2511
  expected: "(Array<DtTerm> | undefined)",
2337
2512
  value: input3.childTerms
2338
- })) && input3.childTerms.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2339
- path: _path2 + ".childTerms[" + _index36 + "]",
2513
+ })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2514
+ path: _path2 + ".childTerms[" + _index37 + "]",
2340
2515
  expected: "DtTerm",
2341
2516
  value: elem
2342
- })) && $vo35(elem, _path2 + ".childTerms[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2343
- path: _path2 + ".childTerms[" + _index36 + "]",
2517
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2518
+ path: _path2 + ".childTerms[" + _index37 + "]",
2344
2519
  expected: "DtTerm",
2345
2520
  value: elem
2346
2521
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2348,7 +2523,7 @@ var validTermsByIdsResponse = (input) => {
2348
2523
  expected: "(Array<DtTerm> | undefined)",
2349
2524
  value: input3.childTerms
2350
2525
  })].every((flag) => flag);
2351
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2526
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2352
2527
  path: _path2 + ".id",
2353
2528
  expected: "string",
2354
2529
  value: input3.id
@@ -2364,8 +2539,8 @@ var validTermsByIdsResponse = (input) => {
2364
2539
  path: _path2 + ".child_types",
2365
2540
  expected: "(Array<string> | undefined)",
2366
2541
  value: input3.child_types
2367
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2368
- path: _path2 + ".child_types[" + _index37 + "]",
2542
+ })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2543
+ path: _path2 + ".child_types[" + _index38 + "]",
2369
2544
  expected: "string",
2370
2545
  value: elem
2371
2546
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2380,8 +2555,8 @@ var validTermsByIdsResponse = (input) => {
2380
2555
  path: _path2 + ".included_types",
2381
2556
  expected: "(Array<string> | undefined)",
2382
2557
  value: input3.included_types
2383
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2384
- path: _path2 + ".included_types[" + _index38 + "]",
2558
+ })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2559
+ path: _path2 + ".included_types[" + _index39 + "]",
2385
2560
  expected: "string",
2386
2561
  value: elem
2387
2562
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2433,7 +2608,7 @@ var validTermsByIdsResponse = (input) => {
2433
2608
  expected: "(number | undefined)",
2434
2609
  value: input3.stop
2435
2610
  })].every((flag) => flag);
2436
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2611
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2437
2612
  path: _path2 + ".id",
2438
2613
  expected: "string",
2439
2614
  value: input3.id
@@ -2449,8 +2624,8 @@ var validTermsByIdsResponse = (input) => {
2449
2624
  path: _path2 + ".child_types",
2450
2625
  expected: "(Array<string> | undefined)",
2451
2626
  value: input3.child_types
2452
- })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2453
- path: _path2 + ".child_types[" + _index39 + "]",
2627
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2628
+ path: _path2 + ".child_types[" + _index40 + "]",
2454
2629
  expected: "string",
2455
2630
  value: elem
2456
2631
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2465,8 +2640,8 @@ var validTermsByIdsResponse = (input) => {
2465
2640
  path: _path2 + ".included_types",
2466
2641
  expected: "(Array<string> | undefined)",
2467
2642
  value: input3.included_types
2468
- })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2469
- path: _path2 + ".included_types[" + _index40 + "]",
2643
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2644
+ path: _path2 + ".included_types[" + _index41 + "]",
2470
2645
  expected: "string",
2471
2646
  value: elem
2472
2647
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2514,7 +2689,7 @@ var validTermsByIdsResponse = (input) => {
2514
2689
  expected: "number",
2515
2690
  value: input3.stop
2516
2691
  })].every((flag) => flag);
2517
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2692
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2518
2693
  path: _path2 + ".disabled",
2519
2694
  expected: "boolean",
2520
2695
  value: input3.disabled
@@ -2522,12 +2697,12 @@ var validTermsByIdsResponse = (input) => {
2522
2697
  path: _path2 + ".lst",
2523
2698
  expected: "(Array<Groupset> | undefined)",
2524
2699
  value: input3.lst
2525
- })) && input3.lst.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2526
- path: _path2 + ".lst[" + _index41 + "]",
2700
+ })) && input3.lst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2701
+ path: _path2 + ".lst[" + _index42 + "]",
2527
2702
  expected: "Groupset",
2528
2703
  value: elem
2529
- })) && $vo40(elem, _path2 + ".lst[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2530
- path: _path2 + ".lst[" + _index41 + "]",
2704
+ })) && $vo42(elem, _path2 + ".lst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2705
+ path: _path2 + ".lst[" + _index42 + "]",
2531
2706
  expected: "Groupset",
2532
2707
  value: elem
2533
2708
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2535,7 +2710,7 @@ var validTermsByIdsResponse = (input) => {
2535
2710
  expected: "(Array<Groupset> | undefined)",
2536
2711
  value: input3.lst
2537
2712
  })].every((flag) => flag);
2538
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2713
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2539
2714
  path: _path2 + ".name",
2540
2715
  expected: "string",
2541
2716
  value: input3.name
@@ -2555,12 +2730,12 @@ var validTermsByIdsResponse = (input) => {
2555
2730
  path: _path2 + ".groups",
2556
2731
  expected: "Array<GroupEntry>",
2557
2732
  value: input3.groups
2558
- })) && input3.groups.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2559
- path: _path2 + ".groups[" + _index42 + "]",
2733
+ })) && input3.groups.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2734
+ path: _path2 + ".groups[" + _index43 + "]",
2560
2735
  expected: "(FilterGroup | ValuesGroup)",
2561
2736
  value: elem
2562
- })) && $vu3(elem, _path2 + ".groups[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2563
- path: _path2 + ".groups[" + _index42 + "]",
2737
+ })) && $vu3(elem, _path2 + ".groups[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2738
+ path: _path2 + ".groups[" + _index43 + "]",
2564
2739
  expected: "(FilterGroup | ValuesGroup)",
2565
2740
  value: elem
2566
2741
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2568,7 +2743,7 @@ var validTermsByIdsResponse = (input) => {
2568
2743
  expected: "Array<GroupEntry>",
2569
2744
  value: input3.groups
2570
2745
  })].every((flag) => flag);
2571
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2746
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2572
2747
  path: _path2 + ".name",
2573
2748
  expected: "string",
2574
2749
  value: input3.name
@@ -2578,26 +2753,26 @@ var validTermsByIdsResponse = (input) => {
2578
2753
  value: input3.type
2579
2754
  }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2580
2755
  path: _path2 + ".values",
2581
- expected: "Array<__type>.o1",
2756
+ expected: "Array<__type>.o2",
2582
2757
  value: input3.values
2583
- })) && input3.values.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2584
- path: _path2 + ".values[" + _index43 + "]",
2585
- expected: "__type.o6",
2758
+ })) && input3.values.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2759
+ path: _path2 + ".values[" + _index44 + "]",
2760
+ expected: "__type.o8",
2586
2761
  value: elem
2587
- })) && $vo42(elem, _path2 + ".values[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2588
- path: _path2 + ".values[" + _index43 + "]",
2589
- expected: "__type.o6",
2762
+ })) && $vo44(elem, _path2 + ".values[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2763
+ path: _path2 + ".values[" + _index44 + "]",
2764
+ expected: "__type.o8",
2590
2765
  value: elem
2591
2766
  })).every((flag) => flag) || $report(_exceptionable2, {
2592
2767
  path: _path2 + ".values",
2593
- expected: "Array<__type>.o1",
2768
+ expected: "Array<__type>.o2",
2594
2769
  value: input3.values
2595
2770
  }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
2596
2771
  path: _path2 + ".uncomputable",
2597
2772
  expected: "(boolean | undefined)",
2598
2773
  value: input3.uncomputable
2599
2774
  })].every((flag) => flag);
2600
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2775
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2601
2776
  path: _path2 + ".key",
2602
2777
  expected: "(number | string)",
2603
2778
  value: input3.key
@@ -2606,7 +2781,7 @@ var validTermsByIdsResponse = (input) => {
2606
2781
  expected: "string",
2607
2782
  value: input3.label
2608
2783
  })].every((flag) => flag);
2609
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2784
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2610
2785
  path: _path2 + ".name",
2611
2786
  expected: "string",
2612
2787
  value: input3.name
@@ -2627,7 +2802,7 @@ var validTermsByIdsResponse = (input) => {
2627
2802
  expected: "string",
2628
2803
  value: input3.color
2629
2804
  })].every((flag) => flag);
2630
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2805
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2631
2806
  path: _path2 + ".id",
2632
2807
  expected: "string",
2633
2808
  value: input3.id
@@ -2643,8 +2818,8 @@ var validTermsByIdsResponse = (input) => {
2643
2818
  path: _path2 + ".child_types",
2644
2819
  expected: "(Array<string> | undefined)",
2645
2820
  value: input3.child_types
2646
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2647
- path: _path2 + ".child_types[" + _index44 + "]",
2821
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2822
+ path: _path2 + ".child_types[" + _index45 + "]",
2648
2823
  expected: "string",
2649
2824
  value: elem
2650
2825
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2659,8 +2834,8 @@ var validTermsByIdsResponse = (input) => {
2659
2834
  path: _path2 + ".included_types",
2660
2835
  expected: "(Array<string> | undefined)",
2661
2836
  value: input3.included_types
2662
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2663
- path: _path2 + ".included_types[" + _index45 + "]",
2837
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2838
+ path: _path2 + ".included_types[" + _index46 + "]",
2664
2839
  expected: "string",
2665
2840
  value: elem
2666
2841
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2711,12 +2886,12 @@ var validTermsByIdsResponse = (input) => {
2711
2886
  path: _path2 + ".genes",
2712
2887
  expected: "Array<GvGeneTerm>",
2713
2888
  value: input3.genes
2714
- })) && input3.genes.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2715
- path: _path2 + ".genes[" + _index46 + "]",
2889
+ })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2890
+ path: _path2 + ".genes[" + _index47 + "]",
2716
2891
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2717
2892
  value: elem
2718
- })) && $vu2(elem, _path2 + ".genes[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2719
- path: _path2 + ".genes[" + _index46 + "]",
2893
+ })) && $vu2(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2894
+ path: _path2 + ".genes[" + _index47 + "]",
2720
2895
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2721
2896
  value: elem
2722
2897
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2727,7 +2902,7 @@ var validTermsByIdsResponse = (input) => {
2727
2902
  path: _path2 + ".groupsetting",
2728
2903
  expected: "(TermGroupSetting | undefined)",
2729
2904
  value: input3.groupsetting
2730
- })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2905
+ })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2731
2906
  path: _path2 + ".groupsetting",
2732
2907
  expected: "(TermGroupSetting | undefined)",
2733
2908
  value: input3.groupsetting
@@ -2735,12 +2910,12 @@ var validTermsByIdsResponse = (input) => {
2735
2910
  path: _path2 + ".childTerms",
2736
2911
  expected: "(Array<DtTerm> | undefined)",
2737
2912
  value: input3.childTerms
2738
- })) && input3.childTerms.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2739
- path: _path2 + ".childTerms[" + _index47 + "]",
2913
+ })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2914
+ path: _path2 + ".childTerms[" + _index48 + "]",
2740
2915
  expected: "DtTerm",
2741
2916
  value: elem
2742
- })) && $vo35(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2743
- path: _path2 + ".childTerms[" + _index47 + "]",
2917
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2918
+ path: _path2 + ".childTerms[" + _index48 + "]",
2744
2919
  expected: "DtTerm",
2745
2920
  value: elem
2746
2921
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2748,20 +2923,52 @@ var validTermsByIdsResponse = (input) => {
2748
2923
  expected: "(Array<DtTerm> | undefined)",
2749
2924
  value: input3.childTerms
2750
2925
  })].every((flag) => flag);
2751
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2926
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2752
2927
  path: _path2 + ".key",
2753
- expected: "string",
2928
+ expected: "(string | undefined)",
2754
2929
  value: input3.key
2755
- }), "string" === typeof input3.label || $report(_exceptionable2, {
2930
+ }), void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label || $report(_exceptionable2, {
2756
2931
  path: _path2 + ".label",
2757
- expected: "string",
2932
+ expected: "(number | string | undefined)",
2758
2933
  value: input3.label
2759
- }), "string" === typeof input3.value || $report(_exceptionable2, {
2934
+ }), void 0 === input3.value || "string" === typeof input3.value || $report(_exceptionable2, {
2760
2935
  path: _path2 + ".value",
2761
- expected: "string",
2936
+ expected: "(string | undefined)",
2762
2937
  value: input3.value
2938
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
2939
+ path: _path2 + ".dt",
2940
+ expected: "(number | undefined)",
2941
+ value: input3.dt
2942
+ }), void 0 === input3.mclasslst || (Array.isArray(input3.mclasslst) || $report(_exceptionable2, {
2943
+ path: _path2 + ".mclasslst",
2944
+ expected: "(Array<string> | undefined)",
2945
+ value: input3.mclasslst
2946
+ })) && input3.mclasslst.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2947
+ path: _path2 + ".mclasslst[" + _index49 + "]",
2948
+ expected: "string",
2949
+ value: elem
2950
+ })).every((flag) => flag) || $report(_exceptionable2, {
2951
+ path: _path2 + ".mclasslst",
2952
+ expected: "(Array<string> | undefined)",
2953
+ value: input3.mclasslst
2954
+ }), void 0 === input3.mclassExcludeLst || (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
2955
+ path: _path2 + ".mclassExcludeLst",
2956
+ expected: "(Array<string> | undefined)",
2957
+ value: input3.mclassExcludeLst
2958
+ })) && input3.mclassExcludeLst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2959
+ path: _path2 + ".mclassExcludeLst[" + _index50 + "]",
2960
+ expected: "string",
2961
+ value: elem
2962
+ })).every((flag) => flag) || $report(_exceptionable2, {
2963
+ path: _path2 + ".mclassExcludeLst",
2964
+ expected: "(Array<string> | undefined)",
2965
+ value: input3.mclassExcludeLst
2966
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
2967
+ path: _path2 + ".origin",
2968
+ expected: "(string | undefined)",
2969
+ value: input3.origin
2763
2970
  })].every((flag) => flag);
2764
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2971
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2765
2972
  path: _path2 + ".join",
2766
2973
  expected: "(string | undefined)",
2767
2974
  value: input3.join
@@ -2769,11 +2976,31 @@ var validTermsByIdsResponse = (input) => {
2769
2976
  path: _path2 + ".isnot",
2770
2977
  expected: "(boolean | undefined)",
2771
2978
  value: input3.isnot
2979
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2980
+ path: _path2 + ".bar_by_grade",
2981
+ expected: "(boolean | undefined)",
2982
+ value: input3.bar_by_grade
2983
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2984
+ path: _path2 + ".bar_by_children",
2985
+ expected: "(boolean | undefined)",
2986
+ value: input3.bar_by_children
2987
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2988
+ path: _path2 + ".value_by_max_grade",
2989
+ expected: "(boolean | undefined)",
2990
+ value: input3.value_by_max_grade
2991
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2992
+ path: _path2 + ".value_by_most_recent",
2993
+ expected: "(boolean | undefined)",
2994
+ value: input3.value_by_most_recent
2995
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2996
+ path: _path2 + ".value_by_computable_grade",
2997
+ expected: "(boolean | undefined)",
2998
+ value: input3.value_by_computable_grade
2772
2999
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2773
3000
  path: _path2 + ".term",
2774
3001
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2775
3002
  value: input3.term
2776
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3003
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2777
3004
  path: _path2 + ".term",
2778
3005
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2779
3006
  value: input3.term
@@ -2782,7 +3009,7 @@ var validTermsByIdsResponse = (input) => {
2782
3009
  expected: "number",
2783
3010
  value: input3.ratio
2784
3011
  })].every((flag) => flag);
2785
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3012
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2786
3013
  path: _path2 + ".id",
2787
3014
  expected: "string",
2788
3015
  value: input3.id
@@ -2798,8 +3025,8 @@ var validTermsByIdsResponse = (input) => {
2798
3025
  path: _path2 + ".child_types",
2799
3026
  expected: "(Array<string> | undefined)",
2800
3027
  value: input3.child_types
2801
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2802
- path: _path2 + ".child_types[" + _index48 + "]",
3028
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3029
+ path: _path2 + ".child_types[" + _index51 + "]",
2803
3030
  expected: "string",
2804
3031
  value: elem
2805
3032
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2814,8 +3041,8 @@ var validTermsByIdsResponse = (input) => {
2814
3041
  path: _path2 + ".included_types",
2815
3042
  expected: "(Array<string> | undefined)",
2816
3043
  value: input3.included_types
2817
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2818
- path: _path2 + ".included_types[" + _index49 + "]",
3044
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3045
+ path: _path2 + ".included_types[" + _index52 + "]",
2819
3046
  expected: "string",
2820
3047
  value: elem
2821
3048
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2846,16 +3073,12 @@ var validTermsByIdsResponse = (input) => {
2846
3073
  path: _path2 + ".valueConversion",
2847
3074
  expected: "(__type.o3 | undefined)",
2848
3075
  value: input3.valueConversion
2849
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2850
- path: _path2 + ".collectionId",
2851
- expected: "(string | undefined)",
2852
- value: input3.collectionId
2853
3076
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2854
3077
  path: _path2 + ".termIds",
2855
3078
  expected: "(Array<string> | undefined)",
2856
3079
  value: input3.termIds
2857
- })) && input3.termIds.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2858
- path: _path2 + ".termIds[" + _index50 + "]",
3080
+ })) && input3.termIds.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3081
+ path: _path2 + ".termIds[" + _index53 + "]",
2859
3082
  expected: "string",
2860
3083
  value: elem
2861
3084
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2866,12 +3089,12 @@ var validTermsByIdsResponse = (input) => {
2866
3089
  path: _path2 + ".termlst",
2867
3090
  expected: "Array<BaseTerm>",
2868
3091
  value: input3.termlst
2869
- })) && input3.termlst.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2870
- path: _path2 + ".termlst[" + _index51 + "]",
3092
+ })) && input3.termlst.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3093
+ path: _path2 + ".termlst[" + _index54 + "]",
2871
3094
  expected: "BaseTerm",
2872
3095
  value: elem
2873
- })) && $vo48(elem, _path2 + ".termlst[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2874
- path: _path2 + ".termlst[" + _index51 + "]",
3096
+ })) && $vo50(elem, _path2 + ".termlst[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3097
+ path: _path2 + ".termlst[" + _index54 + "]",
2875
3098
  expected: "BaseTerm",
2876
3099
  value: elem
2877
3100
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2884,11 +3107,11 @@ var validTermsByIdsResponse = (input) => {
2884
3107
  value: input3.newTvs
2885
3108
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
2886
3109
  path: _path2 + ".propsByTermId",
2887
- expected: "__type.o8",
3110
+ expected: "__type.o9",
2888
3111
  value: input3.propsByTermId
2889
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3112
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2890
3113
  path: _path2 + ".propsByTermId",
2891
- expected: "__type.o8",
3114
+ expected: "__type.o9",
2892
3115
  value: input3.propsByTermId
2893
3116
  }), "numeric" === input3.memberType || $report(_exceptionable2, {
2894
3117
  path: _path2 + ".memberType",
@@ -2898,8 +3121,8 @@ var validTermsByIdsResponse = (input) => {
2898
3121
  path: _path2 + ".numerators",
2899
3122
  expected: "(Array<string> | undefined)",
2900
3123
  value: input3.numerators
2901
- })) && input3.numerators.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2902
- path: _path2 + ".numerators[" + _index52 + "]",
3124
+ })) && input3.numerators.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3125
+ path: _path2 + ".numerators[" + _index55 + "]",
2903
3126
  expected: "string",
2904
3127
  value: elem
2905
3128
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2907,7 +3130,7 @@ var validTermsByIdsResponse = (input) => {
2907
3130
  expected: "(Array<string> | undefined)",
2908
3131
  value: input3.numerators
2909
3132
  })].every((flag) => flag);
2910
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3133
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2911
3134
  path: _path2 + ".id",
2912
3135
  expected: "string",
2913
3136
  value: input3.id
@@ -2923,8 +3146,8 @@ var validTermsByIdsResponse = (input) => {
2923
3146
  path: _path2 + ".child_types",
2924
3147
  expected: "(Array<string> | undefined)",
2925
3148
  value: input3.child_types
2926
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2927
- path: _path2 + ".child_types[" + _index53 + "]",
3149
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3150
+ path: _path2 + ".child_types[" + _index56 + "]",
2928
3151
  expected: "string",
2929
3152
  value: elem
2930
3153
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2939,8 +3162,8 @@ var validTermsByIdsResponse = (input) => {
2939
3162
  path: _path2 + ".included_types",
2940
3163
  expected: "(Array<string> | undefined)",
2941
3164
  value: input3.included_types
2942
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2943
- path: _path2 + ".included_types[" + _index54 + "]",
3165
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3166
+ path: _path2 + ".included_types[" + _index57 + "]",
2944
3167
  expected: "string",
2945
3168
  value: elem
2946
3169
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2972,23 +3195,23 @@ var validTermsByIdsResponse = (input) => {
2972
3195
  expected: "(__type.o3 | undefined)",
2973
3196
  value: input3.valueConversion
2974
3197
  })].every((flag) => flag);
2975
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3198
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2976
3199
  const value = input3[key];
2977
3200
  if (void 0 === value)
2978
3201
  return true;
2979
3202
  if (RegExp(/(.*)/).test(key))
2980
3203
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2981
3204
  path: _path2 + $join(key),
2982
- expected: "__type.o9",
3205
+ expected: "__type.o10",
2983
3206
  value
2984
- })) && $vo50(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3207
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2985
3208
  path: _path2 + $join(key),
2986
- expected: "__type.o9",
3209
+ expected: "__type.o10",
2987
3210
  value
2988
3211
  });
2989
3212
  return true;
2990
3213
  }).every((flag) => flag)].every((flag) => flag);
2991
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3214
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2992
3215
  const value = input3[key];
2993
3216
  if (void 0 === value)
2994
3217
  return true;
@@ -2996,7 +3219,7 @@ var validTermsByIdsResponse = (input) => {
2996
3219
  return true;
2997
3220
  return true;
2998
3221
  }).every((flag) => flag)].every((flag) => flag);
2999
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3222
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3000
3223
  path: _path2 + ".id",
3001
3224
  expected: "string",
3002
3225
  value: input3.id
@@ -3012,8 +3235,8 @@ var validTermsByIdsResponse = (input) => {
3012
3235
  path: _path2 + ".child_types",
3013
3236
  expected: "(Array<string> | undefined)",
3014
3237
  value: input3.child_types
3015
- })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3016
- path: _path2 + ".child_types[" + _index55 + "]",
3238
+ })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3239
+ path: _path2 + ".child_types[" + _index58 + "]",
3017
3240
  expected: "string",
3018
3241
  value: elem
3019
3242
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3028,8 +3251,8 @@ var validTermsByIdsResponse = (input) => {
3028
3251
  path: _path2 + ".included_types",
3029
3252
  expected: "(Array<string> | undefined)",
3030
3253
  value: input3.included_types
3031
- })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3032
- path: _path2 + ".included_types[" + _index56 + "]",
3254
+ })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3255
+ path: _path2 + ".included_types[" + _index59 + "]",
3033
3256
  expected: "string",
3034
3257
  value: elem
3035
3258
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3060,16 +3283,12 @@ var validTermsByIdsResponse = (input) => {
3060
3283
  path: _path2 + ".valueConversion",
3061
3284
  expected: "(__type.o3 | undefined)",
3062
3285
  value: input3.valueConversion
3063
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
3064
- path: _path2 + ".collectionId",
3065
- expected: "(string | undefined)",
3066
- value: input3.collectionId
3067
3286
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3068
3287
  path: _path2 + ".termIds",
3069
3288
  expected: "(Array<string> | undefined)",
3070
3289
  value: input3.termIds
3071
- })) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3072
- path: _path2 + ".termIds[" + _index57 + "]",
3290
+ })) && input3.termIds.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3291
+ path: _path2 + ".termIds[" + _index60 + "]",
3073
3292
  expected: "string",
3074
3293
  value: elem
3075
3294
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3080,12 +3299,12 @@ var validTermsByIdsResponse = (input) => {
3080
3299
  path: _path2 + ".termlst",
3081
3300
  expected: "Array<BaseTerm>",
3082
3301
  value: input3.termlst
3083
- })) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3084
- path: _path2 + ".termlst[" + _index58 + "]",
3302
+ })) && input3.termlst.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3303
+ path: _path2 + ".termlst[" + _index61 + "]",
3085
3304
  expected: "BaseTerm",
3086
3305
  value: elem
3087
- })) && $vo48(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3088
- path: _path2 + ".termlst[" + _index58 + "]",
3306
+ })) && $vo50(elem, _path2 + ".termlst[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3307
+ path: _path2 + ".termlst[" + _index61 + "]",
3089
3308
  expected: "BaseTerm",
3090
3309
  value: elem
3091
3310
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3098,11 +3317,11 @@ var validTermsByIdsResponse = (input) => {
3098
3317
  value: input3.newTvs
3099
3318
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3100
3319
  path: _path2 + ".propsByTermId",
3101
- expected: "__type.o8",
3320
+ expected: "__type.o9",
3102
3321
  value: input3.propsByTermId
3103
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3322
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3104
3323
  path: _path2 + ".propsByTermId",
3105
- expected: "__type.o8",
3324
+ expected: "__type.o9",
3106
3325
  value: input3.propsByTermId
3107
3326
  }), "categorical" === input3.memberType || $report(_exceptionable2, {
3108
3327
  path: _path2 + ".memberType",
@@ -3112,12 +3331,12 @@ var validTermsByIdsResponse = (input) => {
3112
3331
  path: _path2 + ".categoryKeys",
3113
3332
  expected: "Array<CategoryKey>",
3114
3333
  value: input3.categoryKeys
3115
- })) && input3.categoryKeys.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3116
- path: _path2 + ".categoryKeys[" + _index59 + "]",
3334
+ })) && input3.categoryKeys.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3335
+ path: _path2 + ".categoryKeys[" + _index62 + "]",
3117
3336
  expected: "CategoryKey",
3118
3337
  value: elem
3119
- })) && $vo52(elem, _path2 + ".categoryKeys[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3120
- path: _path2 + ".categoryKeys[" + _index59 + "]",
3338
+ })) && $vo54(elem, _path2 + ".categoryKeys[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3339
+ path: _path2 + ".categoryKeys[" + _index62 + "]",
3121
3340
  expected: "CategoryKey",
3122
3341
  value: elem
3123
3342
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3125,7 +3344,7 @@ var validTermsByIdsResponse = (input) => {
3125
3344
  expected: "Array<CategoryKey>",
3126
3345
  value: input3.categoryKeys
3127
3346
  })].every((flag) => flag);
3128
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3347
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3129
3348
  path: _path2 + ".key",
3130
3349
  expected: "string",
3131
3350
  value: input3.key
@@ -3134,7 +3353,7 @@ var validTermsByIdsResponse = (input) => {
3134
3353
  expected: "boolean",
3135
3354
  value: input3.shown
3136
3355
  })].every((flag) => flag);
3137
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3356
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3138
3357
  path: _path2 + ".id",
3139
3358
  expected: "string",
3140
3359
  value: input3.id
@@ -3150,8 +3369,8 @@ var validTermsByIdsResponse = (input) => {
3150
3369
  path: _path2 + ".child_types",
3151
3370
  expected: "(Array<string> | undefined)",
3152
3371
  value: input3.child_types
3153
- })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3154
- path: _path2 + ".child_types[" + _index60 + "]",
3372
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3373
+ path: _path2 + ".child_types[" + _index63 + "]",
3155
3374
  expected: "string",
3156
3375
  value: elem
3157
3376
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3166,8 +3385,8 @@ var validTermsByIdsResponse = (input) => {
3166
3385
  path: _path2 + ".included_types",
3167
3386
  expected: "(Array<string> | undefined)",
3168
3387
  value: input3.included_types
3169
- })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3170
- path: _path2 + ".included_types[" + _index61 + "]",
3388
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3389
+ path: _path2 + ".included_types[" + _index64 + "]",
3171
3390
  expected: "string",
3172
3391
  value: elem
3173
3392
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3218,8 +3437,8 @@ var validTermsByIdsResponse = (input) => {
3218
3437
  path: _path2 + ".alt",
3219
3438
  expected: "Array<string>",
3220
3439
  value: input3.alt
3221
- })) && input3.alt.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3222
- path: _path2 + ".alt[" + _index62 + "]",
3440
+ })) && input3.alt.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3441
+ path: _path2 + ".alt[" + _index65 + "]",
3223
3442
  expected: "string",
3224
3443
  value: elem
3225
3444
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3230,12 +3449,12 @@ var validTermsByIdsResponse = (input) => {
3230
3449
  path: _path2 + ".groupsetting",
3231
3450
  expected: "TermGroupSetting",
3232
3451
  value: input3.groupsetting
3233
- })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3452
+ })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3234
3453
  path: _path2 + ".groupsetting",
3235
3454
  expected: "TermGroupSetting",
3236
3455
  value: input3.groupsetting
3237
3456
  })].every((flag) => flag);
3238
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3457
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3239
3458
  path: _path2 + ".id",
3240
3459
  expected: "string",
3241
3460
  value: input3.id
@@ -3251,8 +3470,8 @@ var validTermsByIdsResponse = (input) => {
3251
3470
  path: _path2 + ".child_types",
3252
3471
  expected: "(Array<string> | undefined)",
3253
3472
  value: input3.child_types
3254
- })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3255
- path: _path2 + ".child_types[" + _index63 + "]",
3473
+ })) && input3.child_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3474
+ path: _path2 + ".child_types[" + _index66 + "]",
3256
3475
  expected: "string",
3257
3476
  value: elem
3258
3477
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3267,8 +3486,8 @@ var validTermsByIdsResponse = (input) => {
3267
3486
  path: _path2 + ".included_types",
3268
3487
  expected: "(Array<string> | undefined)",
3269
3488
  value: input3.included_types
3270
- })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3271
- path: _path2 + ".included_types[" + _index64 + "]",
3489
+ })) && input3.included_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3490
+ path: _path2 + ".included_types[" + _index67 + "]",
3272
3491
  expected: "string",
3273
3492
  value: elem
3274
3493
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3303,7 +3522,7 @@ var validTermsByIdsResponse = (input) => {
3303
3522
  path: _path2 + ".sample",
3304
3523
  expected: "object",
3305
3524
  value: input3.sample
3306
- })) && $vo55(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3525
+ })) && $vo57(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3307
3526
  path: _path2 + ".sample",
3308
3527
  expected: "object",
3309
3528
  value: input3.sample
@@ -3315,13 +3534,13 @@ var validTermsByIdsResponse = (input) => {
3315
3534
  path: _path2 + ".groupsetting",
3316
3535
  expected: "TermGroupSetting",
3317
3536
  value: input3.groupsetting
3318
- })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3537
+ })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3319
3538
  path: _path2 + ".groupsetting",
3320
3539
  expected: "TermGroupSetting",
3321
3540
  value: input3.groupsetting
3322
3541
  })].every((flag) => flag);
3323
- const $vo55 = (input3, _path2, _exceptionable2 = true) => true;
3324
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3542
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => true;
3543
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3325
3544
  path: _path2 + ".hiddenValues",
3326
3545
  expected: "(HiddenValues | undefined)",
3327
3546
  value: input3.hiddenValues
@@ -3350,7 +3569,7 @@ var validTermsByIdsResponse = (input) => {
3350
3569
  expected: '"values"',
3351
3570
  value: input3.type
3352
3571
  })].every((flag) => flag);
3353
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3572
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3354
3573
  path: _path2 + ".id",
3355
3574
  expected: "(string | undefined)",
3356
3575
  value: input3.id
@@ -3378,7 +3597,7 @@ var validTermsByIdsResponse = (input) => {
3378
3597
  path: _path2 + ".term",
3379
3598
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3380
3599
  value: input3.term
3381
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3600
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3382
3601
  path: _path2 + ".term",
3383
3602
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3384
3603
  value: input3.term
@@ -3386,7 +3605,7 @@ var validTermsByIdsResponse = (input) => {
3386
3605
  path: _path2 + ".q",
3387
3606
  expected: "PredefinedGroupSettingQ",
3388
3607
  value: input3.q
3389
- })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3608
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3390
3609
  path: _path2 + ".q",
3391
3610
  expected: "PredefinedGroupSettingQ",
3392
3611
  value: input3.q
@@ -3395,7 +3614,7 @@ var validTermsByIdsResponse = (input) => {
3395
3614
  expected: '"QualTWPredefinedGS"',
3396
3615
  value: input3.type
3397
3616
  })].every((flag) => flag);
3398
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3617
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3399
3618
  path: _path2 + ".hiddenValues",
3400
3619
  expected: "(HiddenValues | undefined)",
3401
3620
  value: input3.hiddenValues
@@ -3428,7 +3647,7 @@ var validTermsByIdsResponse = (input) => {
3428
3647
  expected: "number",
3429
3648
  value: input3.predefined_groupset_idx
3430
3649
  })].every((flag) => flag);
3431
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3650
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3432
3651
  path: _path2 + ".id",
3433
3652
  expected: "(string | undefined)",
3434
3653
  value: input3.id
@@ -3456,7 +3675,7 @@ var validTermsByIdsResponse = (input) => {
3456
3675
  path: _path2 + ".term",
3457
3676
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3458
3677
  value: input3.term
3459
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3678
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3460
3679
  path: _path2 + ".term",
3461
3680
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3462
3681
  value: input3.term
@@ -3464,7 +3683,7 @@ var validTermsByIdsResponse = (input) => {
3464
3683
  path: _path2 + ".q",
3465
3684
  expected: "CustomGroupSettingQ",
3466
3685
  value: input3.q
3467
- })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3686
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3468
3687
  path: _path2 + ".q",
3469
3688
  expected: "CustomGroupSettingQ",
3470
3689
  value: input3.q
@@ -3473,7 +3692,7 @@ var validTermsByIdsResponse = (input) => {
3473
3692
  expected: '"QualTWCustomGS"',
3474
3693
  value: input3.type
3475
3694
  })].every((flag) => flag);
3476
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3695
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3477
3696
  path: _path2 + ".hiddenValues",
3478
3697
  expected: "(HiddenValues | undefined)",
3479
3698
  value: input3.hiddenValues
@@ -3505,21 +3724,21 @@ var validTermsByIdsResponse = (input) => {
3505
3724
  path: _path2 + ".customset",
3506
3725
  expected: "BaseGroupSet",
3507
3726
  value: input3.customset
3508
- })) && $vo61(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3727
+ })) && $vo63(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3509
3728
  path: _path2 + ".customset",
3510
3729
  expected: "BaseGroupSet",
3511
3730
  value: input3.customset
3512
3731
  })].every((flag) => flag);
3513
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3732
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3514
3733
  path: _path2 + ".groups",
3515
3734
  expected: "Array<GroupEntry>",
3516
3735
  value: input3.groups
3517
- })) && input3.groups.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3518
- path: _path2 + ".groups[" + _index65 + "]",
3736
+ })) && input3.groups.map((elem, _index68) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3737
+ path: _path2 + ".groups[" + _index68 + "]",
3519
3738
  expected: "(FilterGroup | ValuesGroup)",
3520
3739
  value: elem
3521
- })) && $vu3(elem, _path2 + ".groups[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
3522
- path: _path2 + ".groups[" + _index65 + "]",
3740
+ })) && $vu3(elem, _path2 + ".groups[" + _index68 + "]", _exceptionable2) || $report(_exceptionable2, {
3741
+ path: _path2 + ".groups[" + _index68 + "]",
3523
3742
  expected: "(FilterGroup | ValuesGroup)",
3524
3743
  value: elem
3525
3744
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3527,7 +3746,7 @@ var validTermsByIdsResponse = (input) => {
3527
3746
  expected: "Array<GroupEntry>",
3528
3747
  value: input3.groups
3529
3748
  })].every((flag) => flag);
3530
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3749
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3531
3750
  path: _path2 + ".id",
3532
3751
  expected: "(string | undefined)",
3533
3752
  value: input3.id
@@ -3559,7 +3778,7 @@ var validTermsByIdsResponse = (input) => {
3559
3778
  path: _path2 + ".term",
3560
3779
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3561
3780
  value: input3.term
3562
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3781
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3563
3782
  path: _path2 + ".term",
3564
3783
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3565
3784
  value: input3.term
@@ -3572,7 +3791,7 @@ var validTermsByIdsResponse = (input) => {
3572
3791
  expected: "RegularNumericBinConfig",
3573
3792
  value: input3.q
3574
3793
  })].every((flag) => flag);
3575
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3794
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3576
3795
  path: _path2 + ".id",
3577
3796
  expected: "(string | undefined)",
3578
3797
  value: input3.id
@@ -3604,7 +3823,7 @@ var validTermsByIdsResponse = (input) => {
3604
3823
  path: _path2 + ".term",
3605
3824
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3606
3825
  value: input3.term
3607
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3826
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3608
3827
  path: _path2 + ".term",
3609
3828
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3610
3829
  value: input3.term
@@ -3617,7 +3836,7 @@ var validTermsByIdsResponse = (input) => {
3617
3836
  expected: "CustomNumericBinConfig",
3618
3837
  value: input3.q
3619
3838
  })].every((flag) => flag);
3620
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3839
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3621
3840
  path: _path2 + ".id",
3622
3841
  expected: "(string | undefined)",
3623
3842
  value: input3.id
@@ -3649,7 +3868,7 @@ var validTermsByIdsResponse = (input) => {
3649
3868
  path: _path2 + ".term",
3650
3869
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3651
3870
  value: input3.term
3652
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3871
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3653
3872
  path: _path2 + ".term",
3654
3873
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3655
3874
  value: input3.term
@@ -3657,12 +3876,12 @@ var validTermsByIdsResponse = (input) => {
3657
3876
  path: _path2 + ".q",
3658
3877
  expected: "BinaryNumericQ",
3659
3878
  value: input3.q
3660
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3879
+ })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3661
3880
  path: _path2 + ".q",
3662
3881
  expected: "BinaryNumericQ",
3663
3882
  value: input3.q
3664
3883
  })].every((flag) => flag);
3665
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3884
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3666
3885
  path: _path2 + ".hiddenValues",
3667
3886
  expected: "(HiddenValues | undefined)",
3668
3887
  value: input3.hiddenValues
@@ -3703,7 +3922,7 @@ var validTermsByIdsResponse = (input) => {
3703
3922
  path: _path2 + ".lst[0]",
3704
3923
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3705
3924
  value: input3.lst[0]
3706
- })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3925
+ })) && $vu5(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3707
3926
  path: _path2 + ".lst[0]",
3708
3927
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3709
3928
  value: input3.lst[0]
@@ -3712,7 +3931,7 @@ var validTermsByIdsResponse = (input) => {
3712
3931
  path: _path2 + ".lst[1]",
3713
3932
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3714
3933
  value: input3.lst[1]
3715
- })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3934
+ })) && $vu6(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3716
3935
  path: _path2 + ".lst[1]",
3717
3936
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3718
3937
  value: input3.lst[1]
@@ -3730,7 +3949,7 @@ var validTermsByIdsResponse = (input) => {
3730
3949
  expected: "(number | undefined)",
3731
3950
  value: input3.cutoffPercentile
3732
3951
  })].every((flag) => flag);
3733
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3952
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3734
3953
  path: _path2 + ".id",
3735
3954
  expected: "(string | undefined)",
3736
3955
  value: input3.id
@@ -3762,7 +3981,7 @@ var validTermsByIdsResponse = (input) => {
3762
3981
  path: _path2 + ".term",
3763
3982
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3764
3983
  value: input3.term
3765
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3984
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3766
3985
  path: _path2 + ".term",
3767
3986
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3768
3987
  value: input3.term
@@ -3770,12 +3989,12 @@ var validTermsByIdsResponse = (input) => {
3770
3989
  path: _path2 + ".q",
3771
3990
  expected: "ContinuousNumericQ",
3772
3991
  value: input3.q
3773
- })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3992
+ })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3774
3993
  path: _path2 + ".q",
3775
3994
  expected: "ContinuousNumericQ",
3776
3995
  value: input3.q
3777
3996
  })].every((flag) => flag);
3778
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3997
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3779
3998
  path: _path2 + ".hiddenValues",
3780
3999
  expected: "(HiddenValues | undefined)",
3781
4000
  value: input3.hiddenValues
@@ -3816,7 +4035,7 @@ var validTermsByIdsResponse = (input) => {
3816
4035
  expected: "(number | undefined)",
3817
4036
  value: input3.scale
3818
4037
  })].every((flag) => flag);
3819
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4038
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3820
4039
  path: _path2 + ".id",
3821
4040
  expected: "(string | undefined)",
3822
4041
  value: input3.id
@@ -3848,7 +4067,7 @@ var validTermsByIdsResponse = (input) => {
3848
4067
  path: _path2 + ".term",
3849
4068
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3850
4069
  value: input3.term
3851
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4070
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3852
4071
  path: _path2 + ".term",
3853
4072
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3854
4073
  value: input3.term
@@ -3856,12 +4075,12 @@ var validTermsByIdsResponse = (input) => {
3856
4075
  path: _path2 + ".q",
3857
4076
  expected: "SplineNumericQ",
3858
4077
  value: input3.q
3859
- })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4078
+ })) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3860
4079
  path: _path2 + ".q",
3861
4080
  expected: "SplineNumericQ",
3862
4081
  value: input3.q
3863
4082
  })].every((flag) => flag);
3864
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4083
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3865
4084
  path: _path2 + ".hiddenValues",
3866
4085
  expected: "(HiddenValues | undefined)",
3867
4086
  value: input3.hiddenValues
@@ -3889,13 +4108,13 @@ var validTermsByIdsResponse = (input) => {
3889
4108
  path: _path2 + ".knots",
3890
4109
  expected: "Array<__type>.o3",
3891
4110
  value: input3.knots
3892
- })) && input3.knots.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3893
- path: _path2 + ".knots[" + _index66 + "]",
3894
- expected: "__type.o10",
4111
+ })) && input3.knots.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4112
+ path: _path2 + ".knots[" + _index69 + "]",
4113
+ expected: "__type.o11",
3895
4114
  value: elem
3896
- })) && $vo70(elem, _path2 + ".knots[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3897
- path: _path2 + ".knots[" + _index66 + "]",
3898
- expected: "__type.o10",
4115
+ })) && $vo72(elem, _path2 + ".knots[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
4116
+ path: _path2 + ".knots[" + _index69 + "]",
4117
+ expected: "__type.o11",
3899
4118
  value: elem
3900
4119
  })).every((flag) => flag) || $report(_exceptionable2, {
3901
4120
  path: _path2 + ".knots",
@@ -3910,12 +4129,12 @@ var validTermsByIdsResponse = (input) => {
3910
4129
  expected: "undefined",
3911
4130
  value: input3.type
3912
4131
  }))].every((flag) => flag);
3913
- const $vo70 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4132
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3914
4133
  path: _path2 + ".value",
3915
4134
  expected: "number",
3916
4135
  value: input3.value
3917
4136
  })].every((flag) => flag);
3918
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4137
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3919
4138
  path: _path2 + ".id",
3920
4139
  expected: "(string | undefined)",
3921
4140
  value: input3.id
@@ -3947,7 +4166,7 @@ var validTermsByIdsResponse = (input) => {
3947
4166
  path: _path2 + ".term",
3948
4167
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3949
4168
  value: input3.term
3950
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4169
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3951
4170
  path: _path2 + ".term",
3952
4171
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3953
4172
  value: input3.term
@@ -3955,12 +4174,12 @@ var validTermsByIdsResponse = (input) => {
3955
4174
  path: _path2 + ".q",
3956
4175
  expected: "GvValuesQ",
3957
4176
  value: input3.q
3958
- })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4177
+ })) && $vo76(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3959
4178
  path: _path2 + ".q",
3960
4179
  expected: "GvValuesQ",
3961
4180
  value: input3.q
3962
4181
  })].every((flag) => flag);
3963
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4182
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3964
4183
  path: _path2 + ".id",
3965
4184
  expected: "string",
3966
4185
  value: input3.id
@@ -3976,8 +4195,8 @@ var validTermsByIdsResponse = (input) => {
3976
4195
  path: _path2 + ".child_types",
3977
4196
  expected: "(Array<string> | undefined)",
3978
4197
  value: input3.child_types
3979
- })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3980
- path: _path2 + ".child_types[" + _index67 + "]",
4198
+ })) && input3.child_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
4199
+ path: _path2 + ".child_types[" + _index70 + "]",
3981
4200
  expected: "string",
3982
4201
  value: elem
3983
4202
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3992,8 +4211,8 @@ var validTermsByIdsResponse = (input) => {
3992
4211
  path: _path2 + ".included_types",
3993
4212
  expected: "(Array<string> | undefined)",
3994
4213
  value: input3.included_types
3995
- })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3996
- path: _path2 + ".included_types[" + _index68 + "]",
4214
+ })) && input3.included_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4215
+ path: _path2 + ".included_types[" + _index71 + "]",
3997
4216
  expected: "string",
3998
4217
  value: elem
3999
4218
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4048,12 +4267,12 @@ var validTermsByIdsResponse = (input) => {
4048
4267
  path: _path2 + ".genes",
4049
4268
  expected: "Array<GvGeneTerm>",
4050
4269
  value: input3.genes
4051
- })) && input3.genes.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4052
- path: _path2 + ".genes[" + _index69 + "]",
4270
+ })) && input3.genes.map((elem, _index72) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4271
+ path: _path2 + ".genes[" + _index72 + "]",
4053
4272
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4054
4273
  value: elem
4055
- })) && $vu2(elem, _path2 + ".genes[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
4056
- path: _path2 + ".genes[" + _index69 + "]",
4274
+ })) && $vu2(elem, _path2 + ".genes[" + _index72 + "]", _exceptionable2) || $report(_exceptionable2, {
4275
+ path: _path2 + ".genes[" + _index72 + "]",
4057
4276
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4058
4277
  value: elem
4059
4278
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4064,7 +4283,7 @@ var validTermsByIdsResponse = (input) => {
4064
4283
  path: _path2 + ".groupsetting",
4065
4284
  expected: "TermGroupSetting",
4066
4285
  value: input3.groupsetting
4067
- })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4286
+ })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4068
4287
  path: _path2 + ".groupsetting",
4069
4288
  expected: "TermGroupSetting",
4070
4289
  value: input3.groupsetting
@@ -4072,12 +4291,12 @@ var validTermsByIdsResponse = (input) => {
4072
4291
  path: _path2 + ".childTerms",
4073
4292
  expected: "Array<DtTerm>",
4074
4293
  value: input3.childTerms
4075
- })) && input3.childTerms.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4076
- path: _path2 + ".childTerms[" + _index70 + "]",
4294
+ })) && input3.childTerms.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4295
+ path: _path2 + ".childTerms[" + _index73 + "]",
4077
4296
  expected: "DtTerm",
4078
4297
  value: elem
4079
- })) && $vo35(elem, _path2 + ".childTerms[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4080
- path: _path2 + ".childTerms[" + _index70 + "]",
4298
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4299
+ path: _path2 + ".childTerms[" + _index73 + "]",
4081
4300
  expected: "DtTerm",
4082
4301
  value: elem
4083
4302
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4085,7 +4304,7 @@ var validTermsByIdsResponse = (input) => {
4085
4304
  expected: "Array<DtTerm>",
4086
4305
  value: input3.childTerms
4087
4306
  })].every((flag) => flag);
4088
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4307
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4089
4308
  path: _path2 + ".id",
4090
4309
  expected: "string",
4091
4310
  value: input3.id
@@ -4101,8 +4320,8 @@ var validTermsByIdsResponse = (input) => {
4101
4320
  path: _path2 + ".child_types",
4102
4321
  expected: "(Array<string> | undefined)",
4103
4322
  value: input3.child_types
4104
- })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4105
- path: _path2 + ".child_types[" + _index71 + "]",
4323
+ })) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
4324
+ path: _path2 + ".child_types[" + _index74 + "]",
4106
4325
  expected: "string",
4107
4326
  value: elem
4108
4327
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4117,8 +4336,8 @@ var validTermsByIdsResponse = (input) => {
4117
4336
  path: _path2 + ".included_types",
4118
4337
  expected: "(Array<string> | undefined)",
4119
4338
  value: input3.included_types
4120
- })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4121
- path: _path2 + ".included_types[" + _index72 + "]",
4339
+ })) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4340
+ path: _path2 + ".included_types[" + _index75 + "]",
4122
4341
  expected: "string",
4123
4342
  value: elem
4124
4343
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4169,12 +4388,12 @@ var validTermsByIdsResponse = (input) => {
4169
4388
  path: _path2 + ".genes",
4170
4389
  expected: "Array<GvGeneTerm>",
4171
4390
  value: input3.genes
4172
- })) && input3.genes.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4173
- path: _path2 + ".genes[" + _index73 + "]",
4391
+ })) && input3.genes.map((elem, _index76) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4392
+ path: _path2 + ".genes[" + _index76 + "]",
4174
4393
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4175
4394
  value: elem
4176
- })) && $vu2(elem, _path2 + ".genes[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4177
- path: _path2 + ".genes[" + _index73 + "]",
4395
+ })) && $vu2(elem, _path2 + ".genes[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
4396
+ path: _path2 + ".genes[" + _index76 + "]",
4178
4397
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4179
4398
  value: elem
4180
4399
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4185,7 +4404,7 @@ var validTermsByIdsResponse = (input) => {
4185
4404
  path: _path2 + ".groupsetting",
4186
4405
  expected: "TermGroupSetting",
4187
4406
  value: input3.groupsetting
4188
- })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4407
+ })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4189
4408
  path: _path2 + ".groupsetting",
4190
4409
  expected: "TermGroupSetting",
4191
4410
  value: input3.groupsetting
@@ -4193,12 +4412,12 @@ var validTermsByIdsResponse = (input) => {
4193
4412
  path: _path2 + ".childTerms",
4194
4413
  expected: "Array<DtTerm>",
4195
4414
  value: input3.childTerms
4196
- })) && input3.childTerms.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4197
- path: _path2 + ".childTerms[" + _index74 + "]",
4415
+ })) && input3.childTerms.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4416
+ path: _path2 + ".childTerms[" + _index77 + "]",
4198
4417
  expected: "DtTerm",
4199
4418
  value: elem
4200
- })) && $vo35(elem, _path2 + ".childTerms[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4201
- path: _path2 + ".childTerms[" + _index74 + "]",
4419
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4420
+ path: _path2 + ".childTerms[" + _index77 + "]",
4202
4421
  expected: "DtTerm",
4203
4422
  value: elem
4204
4423
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4206,7 +4425,7 @@ var validTermsByIdsResponse = (input) => {
4206
4425
  expected: "Array<DtTerm>",
4207
4426
  value: input3.childTerms
4208
4427
  })].every((flag) => flag);
4209
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4428
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4210
4429
  path: _path2 + ".hiddenValues",
4211
4430
  expected: "(HiddenValues | undefined)",
4212
4431
  value: input3.hiddenValues
@@ -4247,7 +4466,7 @@ var validTermsByIdsResponse = (input) => {
4247
4466
  expected: '"values"',
4248
4467
  value: input3.type
4249
4468
  })].every((flag) => flag);
4250
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4469
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4251
4470
  path: _path2 + ".id",
4252
4471
  expected: "(string | undefined)",
4253
4472
  value: input3.id
@@ -4279,7 +4498,7 @@ var validTermsByIdsResponse = (input) => {
4279
4498
  path: _path2 + ".term",
4280
4499
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4281
4500
  value: input3.term
4282
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4501
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4283
4502
  path: _path2 + ".term",
4284
4503
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4285
4504
  value: input3.term
@@ -4287,12 +4506,12 @@ var validTermsByIdsResponse = (input) => {
4287
4506
  path: _path2 + ".q",
4288
4507
  expected: "GvPredefinedGsQ",
4289
4508
  value: input3.q
4290
- })) && $vo76(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4509
+ })) && $vo78(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4291
4510
  path: _path2 + ".q",
4292
4511
  expected: "GvPredefinedGsQ",
4293
4512
  value: input3.q
4294
4513
  })].every((flag) => flag);
4295
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4514
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4296
4515
  path: _path2 + ".hiddenValues",
4297
4516
  expected: "(HiddenValues | undefined)",
4298
4517
  value: input3.hiddenValues
@@ -4341,7 +4560,7 @@ var validTermsByIdsResponse = (input) => {
4341
4560
  expected: "Array<any>",
4342
4561
  value: input3.dtLst
4343
4562
  })].every((flag) => flag);
4344
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4563
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4345
4564
  path: _path2 + ".id",
4346
4565
  expected: "(string | undefined)",
4347
4566
  value: input3.id
@@ -4373,7 +4592,7 @@ var validTermsByIdsResponse = (input) => {
4373
4592
  path: _path2 + ".term",
4374
4593
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4375
4594
  value: input3.term
4376
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4595
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4377
4596
  path: _path2 + ".term",
4378
4597
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4379
4598
  value: input3.term
@@ -4381,12 +4600,12 @@ var validTermsByIdsResponse = (input) => {
4381
4600
  path: _path2 + ".q",
4382
4601
  expected: "GvCustomGsQ",
4383
4602
  value: input3.q
4384
- })) && $vo78(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4603
+ })) && $vo80(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4385
4604
  path: _path2 + ".q",
4386
4605
  expected: "GvCustomGsQ",
4387
4606
  value: input3.q
4388
4607
  })].every((flag) => flag);
4389
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4608
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4390
4609
  path: _path2 + ".hiddenValues",
4391
4610
  expected: "(HiddenValues | undefined)",
4392
4611
  value: input3.hiddenValues
@@ -4430,7 +4649,7 @@ var validTermsByIdsResponse = (input) => {
4430
4649
  path: _path2 + ".customset",
4431
4650
  expected: "BaseGroupSet",
4432
4651
  value: input3.customset
4433
- })) && $vo61(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4652
+ })) && $vo63(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4434
4653
  path: _path2 + ".customset",
4435
4654
  expected: "BaseGroupSet",
4436
4655
  value: input3.customset
@@ -4439,7 +4658,7 @@ var validTermsByIdsResponse = (input) => {
4439
4658
  expected: "Array<any>",
4440
4659
  value: input3.dtLst
4441
4660
  })].every((flag) => flag);
4442
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4661
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4443
4662
  path: _path2 + ".id",
4444
4663
  expected: "(string | undefined)",
4445
4664
  value: input3.id
@@ -4471,7 +4690,7 @@ var validTermsByIdsResponse = (input) => {
4471
4690
  path: _path2 + ".term",
4472
4691
  expected: "ConditionTerm",
4473
4692
  value: input3.term
4474
- })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4693
+ })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4475
4694
  path: _path2 + ".term",
4476
4695
  expected: "ConditionTerm",
4477
4696
  value: input3.term
@@ -4479,12 +4698,12 @@ var validTermsByIdsResponse = (input) => {
4479
4698
  path: _path2 + ".q",
4480
4699
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4481
4700
  value: input3.q
4482
- })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4701
+ })) && $vu15(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4483
4702
  path: _path2 + ".q",
4484
4703
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4485
4704
  value: input3.q
4486
4705
  })].every((flag) => flag);
4487
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4706
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4488
4707
  path: _path2 + ".hiddenValues",
4489
4708
  expected: "(HiddenValues | undefined)",
4490
4709
  value: input3.hiddenValues
@@ -4524,8 +4743,8 @@ var validTermsByIdsResponse = (input) => {
4524
4743
  path: _path2 + ".breaks",
4525
4744
  expected: "(Array<number> | undefined)",
4526
4745
  value: input3.breaks
4527
- })) && input3.breaks.map((elem, _index75) => "number" === typeof elem || $report(_exceptionable2, {
4528
- path: _path2 + ".breaks[" + _index75 + "]",
4746
+ })) && input3.breaks.map((elem, _index78) => "number" === typeof elem || $report(_exceptionable2, {
4747
+ path: _path2 + ".breaks[" + _index78 + "]",
4529
4748
  expected: "number",
4530
4749
  value: elem
4531
4750
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4545,7 +4764,7 @@ var validTermsByIdsResponse = (input) => {
4545
4764
  expected: "(boolean | undefined)",
4546
4765
  value: input3.value_by_computable_grade
4547
4766
  }), true].every((flag) => flag);
4548
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4767
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4549
4768
  path: _path2 + ".hiddenValues",
4550
4769
  expected: "(HiddenValues | undefined)",
4551
4770
  value: input3.hiddenValues
@@ -4578,7 +4797,7 @@ var validTermsByIdsResponse = (input) => {
4578
4797
  expected: "true",
4579
4798
  value: input3.bar_by_children
4580
4799
  }), true].every((flag) => flag);
4581
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4800
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4582
4801
  path: _path2 + ".id",
4583
4802
  expected: "(string | undefined)",
4584
4803
  value: input3.id
@@ -4610,7 +4829,7 @@ var validTermsByIdsResponse = (input) => {
4610
4829
  path: _path2 + ".q",
4611
4830
  expected: "SnpsQ",
4612
4831
  value: input3.q
4613
- })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4832
+ })) && $vo85(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4614
4833
  path: _path2 + ".q",
4615
4834
  expected: "SnpsQ",
4616
4835
  value: input3.q
@@ -4618,12 +4837,12 @@ var validTermsByIdsResponse = (input) => {
4618
4837
  path: _path2 + ".term",
4619
4838
  expected: "SnpsTerm",
4620
4839
  value: input3.term
4621
- })) && $vo85(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4840
+ })) && $vo87(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4622
4841
  path: _path2 + ".term",
4623
4842
  expected: "SnpsTerm",
4624
4843
  value: input3.term
4625
4844
  })].every((flag) => flag);
4626
- const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4845
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4627
4846
  path: _path2 + ".hiddenValues",
4628
4847
  expected: "(HiddenValues | undefined)",
4629
4848
  value: input3.hiddenValues
@@ -4671,7 +4890,7 @@ var validTermsByIdsResponse = (input) => {
4671
4890
  path: _path2 + ".restrictAncestry",
4672
4891
  expected: "RestrictAncestry",
4673
4892
  value: input3.restrictAncestry
4674
- })) && $vo84(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4893
+ })) && $vo86(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4675
4894
  path: _path2 + ".restrictAncestry",
4676
4895
  expected: "RestrictAncestry",
4677
4896
  value: input3.restrictAncestry
@@ -4696,7 +4915,7 @@ var validTermsByIdsResponse = (input) => {
4696
4915
  expected: "number",
4697
4916
  value: input3.stop
4698
4917
  })].every((flag) => flag);
4699
- const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4918
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4700
4919
  path: _path2 + ".name",
4701
4920
  expected: "string",
4702
4921
  value: input3.name
@@ -4704,12 +4923,12 @@ var validTermsByIdsResponse = (input) => {
4704
4923
  path: _path2 + ".tvs",
4705
4924
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4706
4925
  value: input3.tvs
4707
- })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4926
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4708
4927
  path: _path2 + ".tvs",
4709
4928
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4710
4929
  value: input3.tvs
4711
4930
  })].every((flag) => flag);
4712
- const $vo85 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4931
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4713
4932
  path: _path2 + ".id",
4714
4933
  expected: "string",
4715
4934
  value: input3.id
@@ -4725,8 +4944,8 @@ var validTermsByIdsResponse = (input) => {
4725
4944
  path: _path2 + ".child_types",
4726
4945
  expected: "(Array<string> | undefined)",
4727
4946
  value: input3.child_types
4728
- })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4729
- path: _path2 + ".child_types[" + _index76 + "]",
4947
+ })) && input3.child_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
4948
+ path: _path2 + ".child_types[" + _index79 + "]",
4730
4949
  expected: "string",
4731
4950
  value: elem
4732
4951
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4741,8 +4960,8 @@ var validTermsByIdsResponse = (input) => {
4741
4960
  path: _path2 + ".included_types",
4742
4961
  expected: "(Array<string> | undefined)",
4743
4962
  value: input3.included_types
4744
- })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
4745
- path: _path2 + ".included_types[" + _index77 + "]",
4963
+ })) && input3.included_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4964
+ path: _path2 + ".included_types[" + _index80 + "]",
4746
4965
  expected: "string",
4747
4966
  value: elem
4748
4967
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4781,12 +5000,12 @@ var validTermsByIdsResponse = (input) => {
4781
5000
  path: _path2 + ".snps",
4782
5001
  expected: "(Array<SnpsEntry> | undefined)",
4783
5002
  value: input3.snps
4784
- })) && input3.snps.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4785
- path: _path2 + ".snps[" + _index78 + "]",
5003
+ })) && input3.snps.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5004
+ path: _path2 + ".snps[" + _index81 + "]",
4786
5005
  expected: "SnpsEntry",
4787
5006
  value: elem
4788
- })) && $vo86(elem, _path2 + ".snps[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4789
- path: _path2 + ".snps[" + _index78 + "]",
5007
+ })) && $vo88(elem, _path2 + ".snps[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
5008
+ path: _path2 + ".snps[" + _index81 + "]",
4790
5009
  expected: "SnpsEntry",
4791
5010
  value: elem
4792
5011
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4794,12 +5013,12 @@ var validTermsByIdsResponse = (input) => {
4794
5013
  expected: "(Array<SnpsEntry> | undefined)",
4795
5014
  value: input3.snps
4796
5015
  })].every((flag) => flag);
4797
- const $vo86 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5016
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4798
5017
  path: _path2 + ".altAlleles",
4799
5018
  expected: "(Array<string> | undefined)",
4800
5019
  value: input3.altAlleles
4801
- })) && input3.altAlleles.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
4802
- path: _path2 + ".altAlleles[" + _index79 + "]",
5020
+ })) && input3.altAlleles.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
5021
+ path: _path2 + ".altAlleles[" + _index82 + "]",
4803
5022
  expected: "string",
4804
5023
  value: elem
4805
5024
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4810,12 +5029,12 @@ var validTermsByIdsResponse = (input) => {
4810
5029
  path: _path2 + ".alleles",
4811
5030
  expected: "(Array<AllelesEntry> | undefined)",
4812
5031
  value: input3.alleles
4813
- })) && input3.alleles.map((elem, _index80) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4814
- path: _path2 + ".alleles[" + _index80 + "]",
5032
+ })) && input3.alleles.map((elem, _index83) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5033
+ path: _path2 + ".alleles[" + _index83 + "]",
4815
5034
  expected: "AllelesEntry",
4816
5035
  value: elem
4817
- })) && $vo87(elem, _path2 + ".alleles[" + _index80 + "]", _exceptionable2) || $report(_exceptionable2, {
4818
- path: _path2 + ".alleles[" + _index80 + "]",
5036
+ })) && $vo89(elem, _path2 + ".alleles[" + _index83 + "]", _exceptionable2) || $report(_exceptionable2, {
5037
+ path: _path2 + ".alleles[" + _index83 + "]",
4819
5038
  expected: "AllelesEntry",
4820
5039
  value: elem
4821
5040
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4828,11 +5047,11 @@ var validTermsByIdsResponse = (input) => {
4828
5047
  value: input3.effectAllele
4829
5048
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
4830
5049
  path: _path2 + ".gt2count",
4831
- expected: "(__type.o11 | undefined)",
5050
+ expected: "(__type.o12 | undefined)",
4832
5051
  value: input3.gt2count
4833
- })) && $vo88(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5052
+ })) && $vo90(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4834
5053
  path: _path2 + ".gt2count",
4835
- expected: "(__type.o11 | undefined)",
5054
+ expected: "(__type.o12 | undefined)",
4836
5055
  value: input3.gt2count
4837
5056
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
4838
5057
  path: _path2 + ".invalid",
@@ -4859,7 +5078,7 @@ var validTermsByIdsResponse = (input) => {
4859
5078
  expected: "(number | undefined)",
4860
5079
  value: input3.pos
4861
5080
  })].every((flag) => flag);
4862
- const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5081
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4863
5082
  path: _path2 + ".allele",
4864
5083
  expected: "string",
4865
5084
  value: input3.allele
@@ -4872,7 +5091,7 @@ var validTermsByIdsResponse = (input) => {
4872
5091
  expected: "boolean",
4873
5092
  value: input3.isRef
4874
5093
  })].every((flag) => flag);
4875
- const $vo88 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5094
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4876
5095
  path: _path2 + ".k",
4877
5096
  expected: "string",
4878
5097
  value: input3.k
@@ -4881,7 +5100,7 @@ var validTermsByIdsResponse = (input) => {
4881
5100
  expected: "(number | string)",
4882
5101
  value: input3.v
4883
5102
  })].every((flag) => flag);
4884
- const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5103
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4885
5104
  path: _path2 + ".id",
4886
5105
  expected: "(string | undefined)",
4887
5106
  value: input3.id
@@ -4913,7 +5132,7 @@ var validTermsByIdsResponse = (input) => {
4913
5132
  path: _path2 + ".term",
4914
5133
  expected: "NumericTermCollection",
4915
5134
  value: input3.term
4916
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5135
+ })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4917
5136
  path: _path2 + ".term",
4918
5137
  expected: "NumericTermCollection",
4919
5138
  value: input3.term
@@ -4921,12 +5140,12 @@ var validTermsByIdsResponse = (input) => {
4921
5140
  path: _path2 + ".q",
4922
5141
  expected: "TermCollectionQCont",
4923
5142
  value: input3.q
4924
- })) && $vo90(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5143
+ })) && $vo92(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4925
5144
  path: _path2 + ".q",
4926
5145
  expected: "TermCollectionQCont",
4927
5146
  value: input3.q
4928
5147
  })].every((flag) => flag);
4929
- const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5148
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4930
5149
  path: _path2 + ".hiddenValues",
4931
5150
  expected: "(HiddenValues | undefined)",
4932
5151
  value: input3.hiddenValues
@@ -4958,8 +5177,8 @@ var validTermsByIdsResponse = (input) => {
4958
5177
  path: _path2 + ".lst",
4959
5178
  expected: "Array<string>",
4960
5179
  value: input3.lst
4961
- })) && input3.lst.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
4962
- path: _path2 + ".lst[" + _index81 + "]",
5180
+ })) && input3.lst.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5181
+ path: _path2 + ".lst[" + _index84 + "]",
4963
5182
  expected: "string",
4964
5183
  value: elem
4965
5184
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4970,8 +5189,8 @@ var validTermsByIdsResponse = (input) => {
4970
5189
  path: _path2 + ".numerators",
4971
5190
  expected: "(Array<string> | undefined)",
4972
5191
  value: input3.numerators
4973
- })) && input3.numerators.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
4974
- path: _path2 + ".numerators[" + _index82 + "]",
5192
+ })) && input3.numerators.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5193
+ path: _path2 + ".numerators[" + _index85 + "]",
4975
5194
  expected: "string",
4976
5195
  value: elem
4977
5196
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4979,7 +5198,7 @@ var validTermsByIdsResponse = (input) => {
4979
5198
  expected: "(Array<string> | undefined)",
4980
5199
  value: input3.numerators
4981
5200
  })].every((flag) => flag);
4982
- const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5201
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4983
5202
  path: _path2 + ".id",
4984
5203
  expected: "(string | undefined)",
4985
5204
  value: input3.id
@@ -5011,7 +5230,7 @@ var validTermsByIdsResponse = (input) => {
5011
5230
  path: _path2 + ".term",
5012
5231
  expected: "CategoricalTermCollection",
5013
5232
  value: input3.term
5014
- })) && $vo51(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5233
+ })) && $vo53(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5015
5234
  path: _path2 + ".term",
5016
5235
  expected: "CategoricalTermCollection",
5017
5236
  value: input3.term
@@ -5019,12 +5238,12 @@ var validTermsByIdsResponse = (input) => {
5019
5238
  path: _path2 + ".q",
5020
5239
  expected: "TermCollectionQQual",
5021
5240
  value: input3.q
5022
- })) && $vo92(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5241
+ })) && $vo94(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5023
5242
  path: _path2 + ".q",
5024
5243
  expected: "TermCollectionQQual",
5025
5244
  value: input3.q
5026
5245
  })].every((flag) => flag);
5027
- const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5246
+ const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5028
5247
  path: _path2 + ".hiddenValues",
5029
5248
  expected: "(HiddenValues | undefined)",
5030
5249
  value: input3.hiddenValues
@@ -5056,8 +5275,8 @@ var validTermsByIdsResponse = (input) => {
5056
5275
  path: _path2 + ".lst",
5057
5276
  expected: "Array<string>",
5058
5277
  value: input3.lst
5059
- })) && input3.lst.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
5060
- path: _path2 + ".lst[" + _index83 + "]",
5278
+ })) && input3.lst.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
5279
+ path: _path2 + ".lst[" + _index86 + "]",
5061
5280
  expected: "string",
5062
5281
  value: elem
5063
5282
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5068,12 +5287,12 @@ var validTermsByIdsResponse = (input) => {
5068
5287
  path: _path2 + ".categoryKeys",
5069
5288
  expected: "(Array<CategoryKey> | undefined)",
5070
5289
  value: input3.categoryKeys
5071
- })) && input3.categoryKeys.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5072
- path: _path2 + ".categoryKeys[" + _index84 + "]",
5290
+ })) && input3.categoryKeys.map((elem, _index87) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5291
+ path: _path2 + ".categoryKeys[" + _index87 + "]",
5073
5292
  expected: "CategoryKey",
5074
5293
  value: elem
5075
- })) && $vo52(elem, _path2 + ".categoryKeys[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
5076
- path: _path2 + ".categoryKeys[" + _index84 + "]",
5294
+ })) && $vo54(elem, _path2 + ".categoryKeys[" + _index87 + "]", _exceptionable2) || $report(_exceptionable2, {
5295
+ path: _path2 + ".categoryKeys[" + _index87 + "]",
5077
5296
  expected: "CategoryKey",
5078
5297
  value: elem
5079
5298
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5097,13 +5316,15 @@ var validTermsByIdsResponse = (input) => {
5097
5316
  return $vo17(input3, _path2, _exceptionable2);
5098
5317
  if (true === input3.stopunbounded)
5099
5318
  return $vo19(input3, _path2, _exceptionable2);
5319
+ if (void 0 !== input3.value)
5320
+ return $vo30(input3, _path2, _exceptionable2);
5100
5321
  return $vo18(input3, _path2, _exceptionable2);
5101
5322
  })();
5102
5323
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
5103
5324
  if ("gene" === input3.kind)
5104
- return $vo37(input3, _path2, _exceptionable2);
5325
+ return $vo39(input3, _path2, _exceptionable2);
5105
5326
  if ("coord" === input3.kind)
5106
- return $vo38(input3, _path2, _exceptionable2);
5327
+ return $vo40(input3, _path2, _exceptionable2);
5107
5328
  return $report(_exceptionable2, {
5108
5329
  path: _path2,
5109
5330
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5112,9 +5333,9 @@ var validTermsByIdsResponse = (input) => {
5112
5333
  })();
5113
5334
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5114
5335
  if ("string" === typeof input3.type)
5115
- return $vo41(input3, _path2, _exceptionable2);
5116
- if ("filter" === input3.type)
5117
5336
  return $vo43(input3, _path2, _exceptionable2);
5337
+ if ("filter" === input3.type)
5338
+ return $vo45(input3, _path2, _exceptionable2);
5118
5339
  return $report(_exceptionable2, {
5119
5340
  path: _path2,
5120
5341
  expected: "(ValuesGroup | FilterGroup)",
@@ -5122,6 +5343,13 @@ var validTermsByIdsResponse = (input) => {
5122
5343
  });
5123
5344
  })();
5124
5345
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5346
+ if (true === input3.startunbounded)
5347
+ return $vo17(input3, _path2, _exceptionable2);
5348
+ if (true === input3.stopunbounded)
5349
+ return $vo19(input3, _path2, _exceptionable2);
5350
+ return $vo18(input3, _path2, _exceptionable2);
5351
+ })();
5352
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5125
5353
  if (true === input3.startunbounded)
5126
5354
  return $vo17(input3, _path2, _exceptionable2);
5127
5355
  if (void 0 !== input3.start)
@@ -5132,7 +5360,7 @@ var validTermsByIdsResponse = (input) => {
5132
5360
  value: input3
5133
5361
  });
5134
5362
  })();
5135
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5363
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5136
5364
  if (void 0 !== input3.stop)
5137
5365
  return $vo18(input3, _path2, _exceptionable2);
5138
5366
  if (true === input3.stopunbounded)
@@ -5143,35 +5371,35 @@ var validTermsByIdsResponse = (input) => {
5143
5371
  value: input3
5144
5372
  });
5145
5373
  })();
5146
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5374
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5147
5375
  if ("TermCollectionTWQual" === input3.type)
5148
- return $vo91(input3, _path2, _exceptionable2);
5376
+ return $vo93(input3, _path2, _exceptionable2);
5149
5377
  if ("TermCollectionTWCont" === input3.type)
5150
- return $vo89(input3, _path2, _exceptionable2);
5378
+ return $vo91(input3, _path2, _exceptionable2);
5151
5379
  if ("SnpsTW" === input3.type)
5152
- return $vo82(input3, _path2, _exceptionable2);
5380
+ return $vo84(input3, _path2, _exceptionable2);
5153
5381
  if ("ConditionTW" === input3.type)
5154
- return $vo79(input3, _path2, _exceptionable2);
5382
+ return $vo81(input3, _path2, _exceptionable2);
5155
5383
  if ("GvCustomGsTW" === input3.type)
5156
- return $vo77(input3, _path2, _exceptionable2);
5384
+ return $vo79(input3, _path2, _exceptionable2);
5157
5385
  if ("GvPredefinedGsTW" === input3.type)
5158
- return $vo75(input3, _path2, _exceptionable2);
5386
+ return $vo77(input3, _path2, _exceptionable2);
5159
5387
  if ("GvValuesTW" === input3.type)
5160
- return $vo71(input3, _path2, _exceptionable2);
5388
+ return $vo73(input3, _path2, _exceptionable2);
5161
5389
  if ("NumTWSpline" === input3.type)
5162
- return $vo68(input3, _path2, _exceptionable2);
5390
+ return $vo70(input3, _path2, _exceptionable2);
5163
5391
  if ("NumTWCont" === input3.type)
5164
- return $vo66(input3, _path2, _exceptionable2);
5392
+ return $vo68(input3, _path2, _exceptionable2);
5165
5393
  if ("NumTWBinary" === input3.type)
5166
- return $vo64(input3, _path2, _exceptionable2);
5394
+ return $vo66(input3, _path2, _exceptionable2);
5167
5395
  if ("NumTWCustomBin" === input3.type)
5168
- return $vo63(input3, _path2, _exceptionable2);
5396
+ return $vo65(input3, _path2, _exceptionable2);
5169
5397
  if ("NumTWRegularBin" === input3.type)
5170
- return $vo62(input3, _path2, _exceptionable2);
5398
+ return $vo64(input3, _path2, _exceptionable2);
5171
5399
  if ("QualTWCustomGS" === input3.type)
5172
- return $vo59(input3, _path2, _exceptionable2);
5400
+ return $vo61(input3, _path2, _exceptionable2);
5173
5401
  if ("QualTWPredefinedGS" === input3.type)
5174
- return $vo57(input3, _path2, _exceptionable2);
5402
+ return $vo59(input3, _path2, _exceptionable2);
5175
5403
  if ("QualTWValues" === input3.type)
5176
5404
  return $vo2(input3, _path2, _exceptionable2);
5177
5405
  return $report(_exceptionable2, {
@@ -5180,27 +5408,27 @@ var validTermsByIdsResponse = (input) => {
5180
5408
  value: input3
5181
5409
  });
5182
5410
  })();
5183
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5411
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5184
5412
  if ("categorical" === input3.type)
5185
5413
  return $vo4(input3, _path2, _exceptionable2);
5186
5414
  if ("snp" === input3.type)
5187
- return $vo53(input3, _path2, _exceptionable2);
5415
+ return $vo55(input3, _path2, _exceptionable2);
5188
5416
  if ("singleCellCellType" === input3.type)
5189
- return $vo54(input3, _path2, _exceptionable2);
5417
+ return $vo56(input3, _path2, _exceptionable2);
5190
5418
  return $report(_exceptionable2, {
5191
5419
  path: _path2,
5192
5420
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
5193
5421
  value: input3
5194
5422
  });
5195
5423
  })();
5196
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5424
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5197
5425
  if (void 0 !== input3.ranges)
5198
5426
  return $vo10(input3, _path2, _exceptionable2);
5199
5427
  if (void 0 !== input3.ratio)
5200
- return $vo46(input3, _path2, _exceptionable2);
5201
- return $vo9(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
5428
+ return $vo48(input3, _path2, _exceptionable2);
5429
+ return $vo9(input3, _path2, false) || $vo32(input3, _path2, false) || $vo36(input3, _path2, false);
5202
5430
  })();
5203
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5431
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5204
5432
  if ("integer" === input3.type || "float" === input3.type)
5205
5433
  return $vo11(input3, _path2, _exceptionable2);
5206
5434
  if ("metaboliteIntensity" === input3.type)
@@ -5215,7 +5443,7 @@ var validTermsByIdsResponse = (input) => {
5215
5443
  return $vo27(input3, _path2, _exceptionable2);
5216
5444
  return $vo22(input3, _path2, false) || $vo21(input3, _path2, false) || $vo29(input3, _path2, false) || $vo28(input3, _path2, false);
5217
5445
  })();
5218
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5446
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5219
5447
  if ("regular-bin" === input3.type)
5220
5448
  return $vo15(input3, _path2, _exceptionable2);
5221
5449
  if ("custom-bin" === input3.type)
@@ -5226,44 +5454,44 @@ var validTermsByIdsResponse = (input) => {
5226
5454
  value: input3
5227
5455
  });
5228
5456
  })();
5229
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5457
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5230
5458
  if ("gene" === input3.kind)
5231
- return $vo36(input3, _path2, _exceptionable2);
5459
+ return $vo38(input3, _path2, _exceptionable2);
5232
5460
  if ("coord" === input3.kind)
5233
- return $vo44(input3, _path2, _exceptionable2);
5461
+ return $vo46(input3, _path2, _exceptionable2);
5234
5462
  return $report(_exceptionable2, {
5235
5463
  path: _path2,
5236
5464
  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; })',
5237
5465
  value: input3
5238
5466
  });
5239
5467
  })();
5240
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5468
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5241
5469
  if ("numeric" === input3.memberType)
5242
- return $vo47(input3, _path2, _exceptionable2);
5470
+ return $vo49(input3, _path2, _exceptionable2);
5243
5471
  if ("categorical" === input3.memberType)
5244
- return $vo51(input3, _path2, _exceptionable2);
5472
+ return $vo53(input3, _path2, _exceptionable2);
5245
5473
  return $report(_exceptionable2, {
5246
5474
  path: _path2,
5247
5475
  expected: "(NumericTermCollection | CategoricalTermCollection)",
5248
5476
  value: input3
5249
5477
  });
5250
5478
  })();
5251
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5479
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5252
5480
  if ("gene" === input3.kind)
5253
- return $vo72(input3, _path2, _exceptionable2);
5481
+ return $vo74(input3, _path2, _exceptionable2);
5254
5482
  if ("coord" === input3.kind)
5255
- return $vo73(input3, _path2, _exceptionable2);
5483
+ return $vo75(input3, _path2, _exceptionable2);
5256
5484
  return $report(_exceptionable2, {
5257
5485
  path: _path2,
5258
5486
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
5259
5487
  value: input3
5260
5488
  });
5261
5489
  })();
5262
- const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5490
+ const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5263
5491
  if ("grade" === input3.valueFor)
5264
- return $vo80(input3, _path2, _exceptionable2);
5492
+ return $vo82(input3, _path2, _exceptionable2);
5265
5493
  if ("children" === input3.valueFor)
5266
- return $vo81(input3, _path2, _exceptionable2);
5494
+ return $vo83(input3, _path2, _exceptionable2);
5267
5495
  return $report(_exceptionable2, {
5268
5496
  path: _path2,
5269
5497
  expected: "(ConditionGradeQ | ConditionChildrenQ)",