@sjcrh/proteinpaint-types 2.151.1-0 → 2.152.1-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 (37) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-2WSENLMK.js → chunk-46YIGVUP.js} +44 -24
  3. package/dist/{chunk-TTUU5XQC.js → chunk-5F24QFE7.js} +471 -253
  4. package/dist/{chunk-KSVIBMFQ.js → chunk-5OMJAZK4.js} +323 -185
  5. package/dist/{chunk-WL7ZVGZS.js → chunk-C27KCAQH.js} +476 -302
  6. package/dist/{chunk-5MGSKBUU.js → chunk-CC32XCET.js} +950 -574
  7. package/dist/{chunk-OZ3CVAFP.js → chunk-EBPGV76U.js} +279 -157
  8. package/dist/{chunk-KQNLROUN.js → chunk-GZKTMVAU.js} +750 -410
  9. package/dist/{chunk-3SKFYOKV.js → chunk-JT4DSNJ3.js} +476 -302
  10. package/dist/{chunk-75GS5ZG5.js → chunk-LXW2FSLR.js} +526 -352
  11. package/dist/{chunk-RA7IEGS4.js → chunk-MCL6EDOS.js} +482 -308
  12. package/dist/{chunk-DBSRGRXR.js → chunk-OAETETAO.js} +279 -157
  13. package/dist/{chunk-4MLQS6N7.js → chunk-OLWNM7QP.js} +279 -157
  14. package/dist/{chunk-MMFL6N5M.js → chunk-OLXOQLZH.js} +279 -157
  15. package/dist/{chunk-MIOIOFBZ.js → chunk-TD4YLTHL.js} +17 -3
  16. package/dist/{chunk-4SJC57Y6.js → chunk-ZXPLL3NT.js} +476 -302
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/gdc.grin2.js +1 -1
  19. package/dist/gdc.maf.js +1 -1
  20. package/dist/index.js +15 -15
  21. package/dist/termdb.boxplot.js +1 -1
  22. package/dist/termdb.categories.js +1 -1
  23. package/dist/termdb.chat.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.numericcategories.js +1 -1
  27. package/dist/termdb.percentile.js +1 -1
  28. package/dist/termdb.termsbyids.js +1 -1
  29. package/dist/termdb.topTermsByType.js +1 -1
  30. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  31. package/dist/termdb.violin.js +1 -1
  32. package/package.json +1 -1
  33. package/src/dataset.ts +7 -280
  34. package/src/routes/gdc.grin2.ts +2 -2
  35. package/src/routes/gdc.maf.ts +3 -3
  36. package/src/terms/numeric.ts +17 -1
  37. package/src/terms/term.ts +5 -0
@@ -83,7 +83,7 @@ var validTermsByIdsResponse = (input) => {
83
83
  return "object" === typeof value && null !== value && $iu6(value);
84
84
  return true;
85
85
  });
86
- const $io2 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(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 && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(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 && $io35(input3.groupsetting));
96
96
  const $io5 = (input3) => Object.keys(input3).every((key) => {
97
97
  const value = input3[key];
98
98
  if (void 0 === value)
@@ -107,12 +107,13 @@ var validTermsByIdsResponse = (input) => {
107
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
108
  const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
109
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 && $io25(elem)));
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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
112
- const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
113
- const $io13 = (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);
114
- const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $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);
115
- const $io15 = (input3) => Object.keys(input3).every((key) => {
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 && $io26(elem)));
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
+ const $io12 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
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);
116
+ const $io16 = (input3) => Object.keys(input3).every((key) => {
116
117
  const value = input3[key];
117
118
  if (void 0 === value)
118
119
  return true;
@@ -120,66 +121,66 @@ var validTermsByIdsResponse = (input) => {
120
121
  return "number" === typeof value;
121
122
  return true;
122
123
  });
123
- const $io16 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
124
- const $io17 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
125
- const $io18 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
126
- const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $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);
127
- const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
129
- const $io22 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
130
- const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
131
- const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
132
- const $io25 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
133
- const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(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 && $io28(elem)));
134
- const $io27 = (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);
135
- const $io28 = (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;
136
- const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
137
- const $io30 = (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));
138
- const $io31 = (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) && "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 && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
139
- const $io32 = (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) && "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);
140
- const $io33 = (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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
141
- const $io34 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
142
- const $io35 = (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)));
143
- const $io36 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
144
- const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
145
- const $io38 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
146
- const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
147
- const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
148
- const $io41 = (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) && "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 && $io34(input3.groupsetting));
149
- const $io42 = (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) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
150
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
151
- const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWPredefinedGS" === input3.type;
152
- const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
153
- const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWCustomGS" === input3.type;
154
- const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
155
- const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
156
- const $io49 = (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 && $io14(input3.q));
157
- const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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 && $io19(input3.q));
158
- const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
159
- const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
160
- const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "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) && $io54(input3.q));
161
- const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
162
- const $io55 = (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 && $io56(input3.q));
163
- const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io57(elem))) && (null !== input3.type && void 0 === input3.type);
164
- const $io57 = (input3) => "number" === typeof input3.value;
165
- const $io58 = (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 && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
166
- const $io59 = (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) && "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 && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
167
- const $io60 = (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) && "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 && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
168
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.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;
169
- 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 && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
170
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.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;
171
- 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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
172
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.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 && $io48(input3.customset));
173
- 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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
174
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
175
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
176
- const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io72(input3.term));
177
- const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io71(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;
178
- const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
179
- const $io72 = (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.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io73(elem)));
180
- const $io73 = (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 && $io74(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io75(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);
181
- const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
182
- const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
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
+ 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
+ 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);
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
+ 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
+ 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));
131
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
132
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
133
+ const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
134
+ const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(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 && $io29(elem)));
135
+ const $io28 = (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));
136
+ const $io29 = (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;
137
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
138
+ const $io31 = (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));
139
+ const $io32 = (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 && $io35(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
140
+ const $io33 = (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);
141
+ const $io34 = (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;
142
+ const $io35 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
143
+ const $io36 = (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)));
144
+ const $io37 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
145
+ const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
146
+ const $io39 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
147
+ const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io35(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
148
+ const $io41 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
149
+ const $io42 = (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 && $io35(input3.groupsetting));
150
+ const $io43 = (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)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io35(input3.groupsetting));
151
+ const $io44 = (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;
152
+ const $io45 = (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 && $io46(input3.q)) && "QualTWPredefinedGS" === input3.type;
153
+ const $io46 = (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;
154
+ const $io47 = (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 && $io48(input3.q)) && "QualTWCustomGS" === input3.type;
155
+ const $io48 = (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 && $io49(input3.customset));
156
+ const $io49 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
157
+ const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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));
158
+ const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
159
+ const $io52 = (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 && $io53(input3.q));
160
+ const $io53 = (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);
161
+ const $io54 = (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) && $io55(input3.q));
162
+ const $io55 = (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);
163
+ const $io56 = (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 && $io57(input3.q));
164
+ const $io57 = (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 && $io58(elem))) && (null !== input3.type && void 0 === input3.type);
165
+ const $io58 = (input3) => "number" === typeof input3.value;
166
+ 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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
167
+ const $io60 = (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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
168
+ const $io61 = (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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
169
+ 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.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;
170
+ 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 && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
171
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.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;
172
+ 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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q));
173
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.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 && $io49(input3.customset));
174
+ const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
175
+ const $io68 = (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;
176
+ 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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
177
+ 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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io71(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io73(input3.term));
178
+ 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) && "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 && $io72(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;
179
+ const $io72 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
180
+ const $io73 = (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 && $io74(elem)));
181
+ const $io74 = (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 && $io75(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io76(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);
182
+ const $io75 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
183
+ const $io76 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
183
184
  const $iu0 = (input3) => (() => {
184
185
  if ("tvslst" === input3.type)
185
186
  return $io7(input3);
@@ -189,64 +190,64 @@ var validTermsByIdsResponse = (input) => {
189
190
  })();
190
191
  const $iu1 = (input3) => (() => {
191
192
  if (true === input3.startunbounded)
192
- return $io16(input3);
193
+ return $io17(input3);
193
194
  if (true === input3.stopunbounded)
194
- return $io18(input3);
195
- return $io17(input3);
195
+ return $io19(input3);
196
+ return $io18(input3);
196
197
  })();
197
198
  const $iu2 = (input3) => (() => {
198
199
  if ("gene" === input3.kind)
199
- return $io32(input3);
200
- if ("coord" === input3.kind)
201
200
  return $io33(input3);
201
+ if ("coord" === input3.kind)
202
+ return $io34(input3);
202
203
  return false;
203
204
  })();
204
205
  const $iu3 = (input3) => (() => {
205
206
  if ("string" === typeof input3.type)
206
- return $io36(input3);
207
+ return $io37(input3);
207
208
  if ("filter" === input3.type)
208
- return $io38(input3);
209
+ return $io39(input3);
209
210
  return false;
210
211
  })();
211
212
  const $iu4 = (input3) => (() => {
212
213
  if (true === input3.startunbounded)
213
- return $io16(input3);
214
- if (void 0 !== input3.start)
215
214
  return $io17(input3);
215
+ if (void 0 !== input3.start)
216
+ return $io18(input3);
216
217
  return false;
217
218
  })();
218
219
  const $iu5 = (input3) => (() => {
219
220
  if (void 0 !== input3.stop)
220
- return $io17(input3);
221
- if (true === input3.stopunbounded)
222
221
  return $io18(input3);
222
+ if (true === input3.stopunbounded)
223
+ return $io19(input3);
223
224
  return false;
224
225
  })();
225
226
  const $iu6 = (input3) => (() => {
226
227
  if ("SnpsTW" === input3.type)
227
- return $io69(input3);
228
+ return $io70(input3);
228
229
  if ("ConditionTW" === input3.type)
229
- return $io66(input3);
230
+ return $io67(input3);
230
231
  if ("GvCustomGsTW" === input3.type)
231
- return $io64(input3);
232
+ return $io65(input3);
232
233
  if ("GvPredefinedGsTW" === input3.type)
233
- return $io62(input3);
234
+ return $io63(input3);
234
235
  if ("GvValuesTW" === input3.type)
235
- return $io58(input3);
236
+ return $io59(input3);
236
237
  if ("NumTWSpline" === input3.type)
237
- return $io55(input3);
238
+ return $io56(input3);
238
239
  if ("NumTWCont" === input3.type)
239
- return $io53(input3);
240
+ return $io54(input3);
240
241
  if ("NumTWBinary" === input3.type)
241
- return $io51(input3);
242
+ return $io52(input3);
242
243
  if ("NumTWCustomBin" === input3.type)
243
- return $io50(input3);
244
+ return $io51(input3);
244
245
  if ("NumTWRegularBin" === input3.type)
245
- return $io49(input3);
246
+ return $io50(input3);
246
247
  if ("QualTWCustomGS" === input3.type)
247
- return $io46(input3);
248
+ return $io47(input3);
248
249
  if ("QualTWPredefinedGS" === input3.type)
249
- return $io44(input3);
250
+ return $io45(input3);
250
251
  if ("QualTWValues" === input3.type)
251
252
  return $io2(input3);
252
253
  return false;
@@ -255,9 +256,9 @@ var validTermsByIdsResponse = (input) => {
255
256
  if ("categorical" === input3.type)
256
257
  return $io4(input3);
257
258
  if ("snp" === input3.type)
258
- return $io41(input3);
259
- if ("singleCellCellType" === input3.type)
260
259
  return $io42(input3);
260
+ if ("singleCellCellType" === input3.type)
261
+ return $io43(input3);
261
262
  return false;
262
263
  })();
263
264
  const $iu8 = (input3) => (() => {
@@ -266,10 +267,10 @@ var validTermsByIdsResponse = (input) => {
266
267
  return (() => {
267
268
  if ($io9(input3))
268
269
  return $io9(input3);
269
- if ($io26(input3))
270
- return $io26(input3);
271
- if ($io29(input3))
272
- return $io29(input3);
270
+ if ($io27(input3))
271
+ return $io27(input3);
272
+ if ($io30(input3))
273
+ return $io30(input3);
273
274
  return false;
274
275
  })();
275
276
  })();
@@ -277,45 +278,45 @@ var validTermsByIdsResponse = (input) => {
277
278
  if ("integer" === input3.type || "float" === input3.type)
278
279
  return $io11(input3);
279
280
  if ("metaboliteIntensity" === input3.type)
280
- return $io22(input3);
281
- if ("date" === input3.type)
282
281
  return $io23(input3);
283
- if ("ssGSEA" === input3.type)
282
+ if ("date" === input3.type)
284
283
  return $io24(input3);
284
+ if ("ssGSEA" === input3.type)
285
+ return $io25(input3);
285
286
  return (() => {
287
+ if ($io22(input3))
288
+ return $io22(input3);
286
289
  if ($io21(input3))
287
290
  return $io21(input3);
288
- if ($io20(input3))
289
- return $io20(input3);
290
291
  return false;
291
292
  })();
292
293
  })();
293
294
  const $iu10 = (input3) => (() => {
294
295
  if ("regular-bin" === input3.type)
295
- return $io14(input3);
296
+ return $io15(input3);
296
297
  if ("custom-bin" === input3.type)
297
- return $io19(input3);
298
+ return $io20(input3);
298
299
  return false;
299
300
  })();
300
301
  const $iu11 = (input3) => (() => {
301
302
  if ("gene" === input3.kind)
302
- return $io31(input3);
303
+ return $io32(input3);
303
304
  if ("coord" === input3.kind)
304
- return $io39(input3);
305
+ return $io40(input3);
305
306
  return false;
306
307
  })();
307
308
  const $iu12 = (input3) => (() => {
308
309
  if ("gene" === input3.kind)
309
- return $io59(input3);
310
- if ("coord" === input3.kind)
311
310
  return $io60(input3);
311
+ if ("coord" === input3.kind)
312
+ return $io61(input3);
312
313
  return false;
313
314
  })();
314
315
  const $iu13 = (input3) => (() => {
315
316
  if ("grade" === input3.valueFor)
316
- return $io67(input3);
317
- if ("children" === input3.valueFor)
318
317
  return $io68(input3);
318
+ if ("children" === input3.valueFor)
319
+ return $io69(input3);
319
320
  return false;
320
321
  })();
321
322
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -385,7 +386,7 @@ var validTermsByIdsResponse = (input) => {
385
386
  path: _path2 + ".q",
386
387
  expected: "ValuesQ",
387
388
  value: input3.q
388
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
389
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
389
390
  path: _path2 + ".q",
390
391
  expected: "ValuesQ",
391
392
  value: input3.q
@@ -458,11 +459,19 @@ var validTermsByIdsResponse = (input) => {
458
459
  path: _path2 + ".skipValuesBuild",
459
460
  expected: "(boolean | undefined)",
460
461
  value: input3.skipValuesBuild
462
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
463
+ path: _path2 + ".valueConversion",
464
+ expected: "(__type.o3 | undefined)",
465
+ value: input3.valueConversion
466
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
467
+ path: _path2 + ".valueConversion",
468
+ expected: "(__type.o3 | undefined)",
469
+ value: input3.valueConversion
461
470
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
462
471
  path: _path2 + ".groupsetting",
463
472
  expected: "TermGroupSetting",
464
473
  value: input3.groupsetting
465
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
474
+ })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
466
475
  path: _path2 + ".groupsetting",
467
476
  expected: "TermGroupSetting",
468
477
  value: input3.groupsetting
@@ -647,11 +656,11 @@ var validTermsByIdsResponse = (input) => {
647
656
  value: input3.values
648
657
  })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
649
658
  path: _path2 + ".values[" + _index6 + "]",
650
- expected: "__type.o4",
659
+ expected: "__type.o5",
651
660
  value: elem
652
- })) && $vo25(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
661
+ })) && $vo26(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
653
662
  path: _path2 + ".values[" + _index6 + "]",
654
- expected: "__type.o4",
663
+ expected: "__type.o5",
655
664
  value: elem
656
665
  })).every((flag) => flag) || $report(_exceptionable2, {
657
666
  path: _path2 + ".values",
@@ -714,13 +723,21 @@ var validTermsByIdsResponse = (input) => {
714
723
  path: _path2 + ".skipValuesBuild",
715
724
  expected: "(boolean | undefined)",
716
725
  value: input3.skipValuesBuild
726
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
727
+ path: _path2 + ".valueConversion",
728
+ expected: "(__type.o3 | undefined)",
729
+ value: input3.valueConversion
730
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
731
+ path: _path2 + ".valueConversion",
732
+ expected: "(__type.o3 | undefined)",
733
+ value: input3.valueConversion
717
734
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
718
735
  path: _path2 + ".continuousColorScale",
719
- expected: "(__type.o3 | undefined)",
736
+ expected: "(__type.o4 | undefined)",
720
737
  value: input3.continuousColorScale
721
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
738
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
722
739
  path: _path2 + ".continuousColorScale",
723
- expected: "(__type.o3 | undefined)",
740
+ expected: "(__type.o4 | undefined)",
724
741
  value: input3.continuousColorScale
725
742
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
726
743
  path: _path2 + ".unit",
@@ -730,12 +747,25 @@ var validTermsByIdsResponse = (input) => {
730
747
  path: _path2 + ".bins",
731
748
  expected: "PresetNumericBins",
732
749
  value: input3.bins
733
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
750
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
734
751
  path: _path2 + ".bins",
735
752
  expected: "PresetNumericBins",
736
753
  value: input3.bins
737
754
  })].every((flag) => flag);
738
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
755
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
756
+ path: _path2 + ".fromUnit",
757
+ expected: "string",
758
+ value: input3.fromUnit
759
+ }), "string" === typeof input3.toUnit || $report(_exceptionable2, {
760
+ path: _path2 + ".toUnit",
761
+ expected: "string",
762
+ value: input3.toUnit
763
+ }), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
764
+ path: _path2 + ".scaleFactor",
765
+ expected: "string",
766
+ value: input3.scaleFactor
767
+ })].every((flag) => flag);
768
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
739
769
  path: _path2 + ".minColor",
740
770
  expected: "string",
741
771
  value: input3.minColor
@@ -744,7 +774,7 @@ var validTermsByIdsResponse = (input) => {
744
774
  expected: "string",
745
775
  value: input3.maxColor
746
776
  })].every((flag) => flag);
747
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
777
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
748
778
  path: _path2 + '["default"]',
749
779
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
750
780
  value: input3["default"]
@@ -781,11 +811,11 @@ var validTermsByIdsResponse = (input) => {
781
811
  expected: "(number | undefined)",
782
812
  value: input3.max
783
813
  })].every((flag) => flag);
784
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
814
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
785
815
  path: _path2 + ".hiddenValues",
786
816
  expected: "(HiddenValues | undefined)",
787
817
  value: input3.hiddenValues
788
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
818
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
789
819
  path: _path2 + ".hiddenValues",
790
820
  expected: "(HiddenValues | undefined)",
791
821
  value: input3.hiddenValues
@@ -833,8 +863,20 @@ var validTermsByIdsResponse = (input) => {
833
863
  path: _path2 + ".label_offset",
834
864
  expected: "(number | undefined)",
835
865
  value: input3.label_offset
866
+ }), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
867
+ path: _path2 + ".startinclusive",
868
+ expected: "(boolean | undefined)",
869
+ value: input3.startinclusive
870
+ }), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
871
+ path: _path2 + ".stopinclusive",
872
+ expected: "(boolean | undefined)",
873
+ value: input3.stopinclusive
874
+ }), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
875
+ path: _path2 + ".rounding",
876
+ expected: "(string | undefined)",
877
+ value: input3.rounding
836
878
  })].every((flag) => flag);
837
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
879
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
838
880
  const value = input3[key];
839
881
  if (void 0 === value)
840
882
  return true;
@@ -846,7 +888,7 @@ var validTermsByIdsResponse = (input) => {
846
888
  });
847
889
  return true;
848
890
  }).every((flag) => flag)].every((flag) => flag);
849
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
891
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
850
892
  path: _path2 + ".startunbounded",
851
893
  expected: "true",
852
894
  value: input3.startunbounded
@@ -875,7 +917,7 @@ var validTermsByIdsResponse = (input) => {
875
917
  expected: "(string | undefined)",
876
918
  value: input3.range
877
919
  })].every((flag) => flag);
878
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
920
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
879
921
  path: _path2 + ".startunbounded",
880
922
  expected: "(false | undefined)",
881
923
  value: input3.startunbounded
@@ -908,7 +950,7 @@ var validTermsByIdsResponse = (input) => {
908
950
  expected: "(string | undefined)",
909
951
  value: input3.range
910
952
  })].every((flag) => flag);
911
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
953
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
912
954
  path: _path2 + ".start",
913
955
  expected: "number",
914
956
  value: input3.start
@@ -937,11 +979,11 @@ var validTermsByIdsResponse = (input) => {
937
979
  expected: "(string | undefined)",
938
980
  value: input3.range
939
981
  })].every((flag) => flag);
940
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
982
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
941
983
  path: _path2 + ".hiddenValues",
942
984
  expected: "(HiddenValues | undefined)",
943
985
  value: input3.hiddenValues
944
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
986
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
945
987
  path: _path2 + ".hiddenValues",
946
988
  expected: "(HiddenValues | undefined)",
947
989
  value: input3.hiddenValues
@@ -967,7 +1009,7 @@ var validTermsByIdsResponse = (input) => {
967
1009
  value: input3.mode
968
1010
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
969
1011
  path: _path2 + ".lst",
970
- expected: "[NumericBin, ...NumericBin[]]",
1012
+ expected: "CustomNumericBinConfigLst",
971
1013
  value: input3.lst
972
1014
  })) && ([
973
1015
  ("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
@@ -997,14 +1039,14 @@ var validTermsByIdsResponse = (input) => {
997
1039
  value: input3.lst.slice(1)
998
1040
  }))) || $report(_exceptionable2, {
999
1041
  path: _path2 + ".lst",
1000
- expected: "[NumericBin, ...NumericBin[]]",
1042
+ expected: "CustomNumericBinConfigLst",
1001
1043
  value: input3.lst
1002
1044
  }), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
1003
1045
  path: _path2 + ".preferredBins",
1004
1046
  expected: '("median" | undefined)',
1005
1047
  value: input3.preferredBins
1006
1048
  })].every((flag) => flag);
1007
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1049
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1008
1050
  path: _path2 + ".id",
1009
1051
  expected: "string",
1010
1052
  value: input3.id
@@ -1060,13 +1102,21 @@ var validTermsByIdsResponse = (input) => {
1060
1102
  path: _path2 + ".skipValuesBuild",
1061
1103
  expected: "(boolean | undefined)",
1062
1104
  value: input3.skipValuesBuild
1105
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1106
+ path: _path2 + ".valueConversion",
1107
+ expected: "(__type.o3 | undefined)",
1108
+ value: input3.valueConversion
1109
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1110
+ path: _path2 + ".valueConversion",
1111
+ expected: "(__type.o3 | undefined)",
1112
+ value: input3.valueConversion
1063
1113
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1064
1114
  path: _path2 + ".continuousColorScale",
1065
- expected: "(__type.o3 | undefined)",
1115
+ expected: "(__type.o4 | undefined)",
1066
1116
  value: input3.continuousColorScale
1067
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1117
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1068
1118
  path: _path2 + ".continuousColorScale",
1069
- expected: "(__type.o3 | undefined)",
1119
+ expected: "(__type.o4 | undefined)",
1070
1120
  value: input3.continuousColorScale
1071
1121
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1072
1122
  path: _path2 + ".unit",
@@ -1076,7 +1126,7 @@ var validTermsByIdsResponse = (input) => {
1076
1126
  path: _path2 + ".bins",
1077
1127
  expected: "(PresetNumericBins | undefined)",
1078
1128
  value: input3.bins
1079
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1129
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1080
1130
  path: _path2 + ".bins",
1081
1131
  expected: "(PresetNumericBins | undefined)",
1082
1132
  value: input3.bins
@@ -1101,7 +1151,7 @@ var validTermsByIdsResponse = (input) => {
1101
1151
  expected: "(number | undefined)",
1102
1152
  value: input3.stop
1103
1153
  })].every((flag) => flag);
1104
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1154
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1105
1155
  path: _path2 + ".id",
1106
1156
  expected: "string",
1107
1157
  value: input3.id
@@ -1157,13 +1207,21 @@ var validTermsByIdsResponse = (input) => {
1157
1207
  path: _path2 + ".skipValuesBuild",
1158
1208
  expected: "(boolean | undefined)",
1159
1209
  value: input3.skipValuesBuild
1210
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1211
+ path: _path2 + ".valueConversion",
1212
+ expected: "(__type.o3 | undefined)",
1213
+ value: input3.valueConversion
1214
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1215
+ path: _path2 + ".valueConversion",
1216
+ expected: "(__type.o3 | undefined)",
1217
+ value: input3.valueConversion
1160
1218
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1161
1219
  path: _path2 + ".continuousColorScale",
1162
- expected: "(__type.o3 | undefined)",
1220
+ expected: "(__type.o4 | undefined)",
1163
1221
  value: input3.continuousColorScale
1164
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1222
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1165
1223
  path: _path2 + ".continuousColorScale",
1166
- expected: "(__type.o3 | undefined)",
1224
+ expected: "(__type.o4 | undefined)",
1167
1225
  value: input3.continuousColorScale
1168
1226
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1169
1227
  path: _path2 + ".unit",
@@ -1173,7 +1231,7 @@ var validTermsByIdsResponse = (input) => {
1173
1231
  path: _path2 + ".bins",
1174
1232
  expected: "(PresetNumericBins | undefined)",
1175
1233
  value: input3.bins
1176
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1234
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1177
1235
  path: _path2 + ".bins",
1178
1236
  expected: "(PresetNumericBins | undefined)",
1179
1237
  value: input3.bins
@@ -1198,7 +1256,7 @@ var validTermsByIdsResponse = (input) => {
1198
1256
  expected: "number",
1199
1257
  value: input3.stop
1200
1258
  })].every((flag) => flag);
1201
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1259
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1202
1260
  path: _path2 + ".id",
1203
1261
  expected: "string",
1204
1262
  value: input3.id
@@ -1254,13 +1312,21 @@ var validTermsByIdsResponse = (input) => {
1254
1312
  path: _path2 + ".skipValuesBuild",
1255
1313
  expected: "(boolean | undefined)",
1256
1314
  value: input3.skipValuesBuild
1315
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1316
+ path: _path2 + ".valueConversion",
1317
+ expected: "(__type.o3 | undefined)",
1318
+ value: input3.valueConversion
1319
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1320
+ path: _path2 + ".valueConversion",
1321
+ expected: "(__type.o3 | undefined)",
1322
+ value: input3.valueConversion
1257
1323
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1258
1324
  path: _path2 + ".continuousColorScale",
1259
- expected: "(__type.o3 | undefined)",
1325
+ expected: "(__type.o4 | undefined)",
1260
1326
  value: input3.continuousColorScale
1261
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1327
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1262
1328
  path: _path2 + ".continuousColorScale",
1263
- expected: "(__type.o3 | undefined)",
1329
+ expected: "(__type.o4 | undefined)",
1264
1330
  value: input3.continuousColorScale
1265
1331
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1266
1332
  path: _path2 + ".unit",
@@ -1274,12 +1340,12 @@ var validTermsByIdsResponse = (input) => {
1274
1340
  path: _path2 + ".bins",
1275
1341
  expected: "(PresetNumericBins | undefined)",
1276
1342
  value: input3.bins
1277
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1343
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1278
1344
  path: _path2 + ".bins",
1279
1345
  expected: "(PresetNumericBins | undefined)",
1280
1346
  value: input3.bins
1281
1347
  })].every((flag) => flag);
1282
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1348
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1283
1349
  path: _path2 + ".id",
1284
1350
  expected: "string",
1285
1351
  value: input3.id
@@ -1335,13 +1401,21 @@ var validTermsByIdsResponse = (input) => {
1335
1401
  path: _path2 + ".skipValuesBuild",
1336
1402
  expected: "(boolean | undefined)",
1337
1403
  value: input3.skipValuesBuild
1404
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1405
+ path: _path2 + ".valueConversion",
1406
+ expected: "(__type.o3 | undefined)",
1407
+ value: input3.valueConversion
1408
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1409
+ path: _path2 + ".valueConversion",
1410
+ expected: "(__type.o3 | undefined)",
1411
+ value: input3.valueConversion
1338
1412
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1339
1413
  path: _path2 + ".continuousColorScale",
1340
- expected: "(__type.o3 | undefined)",
1414
+ expected: "(__type.o4 | undefined)",
1341
1415
  value: input3.continuousColorScale
1342
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1416
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1343
1417
  path: _path2 + ".continuousColorScale",
1344
- expected: "(__type.o3 | undefined)",
1418
+ expected: "(__type.o4 | undefined)",
1345
1419
  value: input3.continuousColorScale
1346
1420
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1347
1421
  path: _path2 + ".unit",
@@ -1351,12 +1425,12 @@ var validTermsByIdsResponse = (input) => {
1351
1425
  path: _path2 + ".bins",
1352
1426
  expected: "(PresetNumericBins | undefined)",
1353
1427
  value: input3.bins
1354
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1428
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1355
1429
  path: _path2 + ".bins",
1356
1430
  expected: "(PresetNumericBins | undefined)",
1357
1431
  value: input3.bins
1358
1432
  })].every((flag) => flag);
1359
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1433
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1360
1434
  path: _path2 + ".id",
1361
1435
  expected: "string",
1362
1436
  value: input3.id
@@ -1412,13 +1486,21 @@ var validTermsByIdsResponse = (input) => {
1412
1486
  path: _path2 + ".skipValuesBuild",
1413
1487
  expected: "(boolean | undefined)",
1414
1488
  value: input3.skipValuesBuild
1489
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1490
+ path: _path2 + ".valueConversion",
1491
+ expected: "(__type.o3 | undefined)",
1492
+ value: input3.valueConversion
1493
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1494
+ path: _path2 + ".valueConversion",
1495
+ expected: "(__type.o3 | undefined)",
1496
+ value: input3.valueConversion
1415
1497
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1416
1498
  path: _path2 + ".continuousColorScale",
1417
- expected: "(__type.o3 | undefined)",
1499
+ expected: "(__type.o4 | undefined)",
1418
1500
  value: input3.continuousColorScale
1419
- })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1501
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1420
1502
  path: _path2 + ".continuousColorScale",
1421
- expected: "(__type.o3 | undefined)",
1503
+ expected: "(__type.o4 | undefined)",
1422
1504
  value: input3.continuousColorScale
1423
1505
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1424
1506
  path: _path2 + ".unit",
@@ -1440,12 +1522,12 @@ var validTermsByIdsResponse = (input) => {
1440
1522
  path: _path2 + ".bins",
1441
1523
  expected: "(PresetNumericBins | undefined)",
1442
1524
  value: input3.bins
1443
- })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1525
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1444
1526
  path: _path2 + ".bins",
1445
1527
  expected: "(PresetNumericBins | undefined)",
1446
1528
  value: input3.bins
1447
1529
  })].every((flag) => flag);
1448
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1530
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1449
1531
  path: _path2 + ".key",
1450
1532
  expected: "string",
1451
1533
  value: input3.key
@@ -1462,7 +1544,7 @@ var validTermsByIdsResponse = (input) => {
1462
1544
  expected: "(string | undefined)",
1463
1545
  value: input3.label
1464
1546
  })].every((flag) => flag);
1465
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1547
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1466
1548
  path: _path2 + ".join",
1467
1549
  expected: "(string | undefined)",
1468
1550
  value: input3.join
@@ -1474,7 +1556,7 @@ var validTermsByIdsResponse = (input) => {
1474
1556
  path: _path2 + ".term",
1475
1557
  expected: "ConditionTerm",
1476
1558
  value: input3.term
1477
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1559
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1478
1560
  path: _path2 + ".term",
1479
1561
  expected: "ConditionTerm",
1480
1562
  value: input3.term
@@ -1498,7 +1580,7 @@ var validTermsByIdsResponse = (input) => {
1498
1580
  path: _path2 + ".grade_and_child[" + _index21 + "]",
1499
1581
  expected: "GradeAndChildEntry",
1500
1582
  value: elem
1501
- })) && $vo28(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1583
+ })) && $vo29(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1502
1584
  path: _path2 + ".grade_and_child[" + _index21 + "]",
1503
1585
  expected: "GradeAndChildEntry",
1504
1586
  value: elem
@@ -1507,7 +1589,7 @@ var validTermsByIdsResponse = (input) => {
1507
1589
  expected: "(Array<GradeAndChildEntry> | undefined)",
1508
1590
  value: input3.grade_and_child
1509
1591
  })].every((flag) => flag);
1510
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1592
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1511
1593
  path: _path2 + ".id",
1512
1594
  expected: "string",
1513
1595
  value: input3.id
@@ -1563,8 +1645,16 @@ var validTermsByIdsResponse = (input) => {
1563
1645
  path: _path2 + ".skipValuesBuild",
1564
1646
  expected: "(boolean | undefined)",
1565
1647
  value: input3.skipValuesBuild
1648
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1649
+ path: _path2 + ".valueConversion",
1650
+ expected: "(__type.o3 | undefined)",
1651
+ value: input3.valueConversion
1652
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1653
+ path: _path2 + ".valueConversion",
1654
+ expected: "(__type.o3 | undefined)",
1655
+ value: input3.valueConversion
1566
1656
  })].every((flag) => flag);
1567
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1657
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1568
1658
  path: _path2 + ".grade",
1569
1659
  expected: "number",
1570
1660
  value: input3.grade
@@ -1581,7 +1671,7 @@ var validTermsByIdsResponse = (input) => {
1581
1671
  expected: "string",
1582
1672
  value: input3.child_label
1583
1673
  })].every((flag) => flag);
1584
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1674
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1585
1675
  path: _path2 + ".join",
1586
1676
  expected: "(string | undefined)",
1587
1677
  value: input3.join
@@ -1593,7 +1683,7 @@ var validTermsByIdsResponse = (input) => {
1593
1683
  path: _path2 + ".term",
1594
1684
  expected: "DtTerm",
1595
1685
  value: input3.term
1596
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1686
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1597
1687
  path: _path2 + ".term",
1598
1688
  expected: "DtTerm",
1599
1689
  value: input3.term
@@ -1603,11 +1693,11 @@ var validTermsByIdsResponse = (input) => {
1603
1693
  value: input3.values
1604
1694
  })) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1605
1695
  path: _path2 + ".values[" + _index24 + "]",
1606
- expected: "__type.o6",
1696
+ expected: "__type.o7",
1607
1697
  value: elem
1608
- })) && $vo40(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1698
+ })) && $vo41(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1609
1699
  path: _path2 + ".values[" + _index24 + "]",
1610
- expected: "__type.o6",
1700
+ expected: "__type.o7",
1611
1701
  value: elem
1612
1702
  })).every((flag) => flag) || $report(_exceptionable2, {
1613
1703
  path: _path2 + ".values",
@@ -1622,7 +1712,7 @@ var validTermsByIdsResponse = (input) => {
1622
1712
  expected: "(boolean | undefined)",
1623
1713
  value: input3.excludeGeneName
1624
1714
  })].every((flag) => flag);
1625
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1715
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1626
1716
  path: _path2 + ".id",
1627
1717
  expected: "string",
1628
1718
  value: input3.id
@@ -1671,7 +1761,7 @@ var validTermsByIdsResponse = (input) => {
1671
1761
  expected: "TermValues",
1672
1762
  value: input3.values
1673
1763
  })].every((flag) => flag);
1674
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1764
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1675
1765
  path: _path2 + ".id",
1676
1766
  expected: "string",
1677
1767
  value: input3.id
@@ -1727,6 +1817,14 @@ var validTermsByIdsResponse = (input) => {
1727
1817
  path: _path2 + ".skipValuesBuild",
1728
1818
  expected: "(boolean | undefined)",
1729
1819
  value: input3.skipValuesBuild
1820
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1821
+ path: _path2 + ".valueConversion",
1822
+ expected: "(__type.o3 | undefined)",
1823
+ value: input3.valueConversion
1824
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1825
+ path: _path2 + ".valueConversion",
1826
+ expected: "(__type.o3 | undefined)",
1827
+ value: input3.valueConversion
1730
1828
  }), "gene" === input3.kind || $report(_exceptionable2, {
1731
1829
  path: _path2 + ".kind",
1732
1830
  expected: '"gene"',
@@ -1767,7 +1865,7 @@ var validTermsByIdsResponse = (input) => {
1767
1865
  path: _path2 + ".groupsetting",
1768
1866
  expected: "(TermGroupSetting | undefined)",
1769
1867
  value: input3.groupsetting
1770
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1868
+ })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1771
1869
  path: _path2 + ".groupsetting",
1772
1870
  expected: "(TermGroupSetting | undefined)",
1773
1871
  value: input3.groupsetting
@@ -1779,7 +1877,7 @@ var validTermsByIdsResponse = (input) => {
1779
1877
  path: _path2 + ".childTerms[" + _index28 + "]",
1780
1878
  expected: "DtTerm",
1781
1879
  value: elem
1782
- })) && $vo30(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1880
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1783
1881
  path: _path2 + ".childTerms[" + _index28 + "]",
1784
1882
  expected: "DtTerm",
1785
1883
  value: elem
@@ -1788,7 +1886,7 @@ var validTermsByIdsResponse = (input) => {
1788
1886
  expected: "(Array<DtTerm> | undefined)",
1789
1887
  value: input3.childTerms
1790
1888
  })].every((flag) => flag);
1791
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1889
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1792
1890
  path: _path2 + ".id",
1793
1891
  expected: "string",
1794
1892
  value: input3.id
@@ -1844,6 +1942,14 @@ var validTermsByIdsResponse = (input) => {
1844
1942
  path: _path2 + ".skipValuesBuild",
1845
1943
  expected: "(boolean | undefined)",
1846
1944
  value: input3.skipValuesBuild
1945
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1946
+ path: _path2 + ".valueConversion",
1947
+ expected: "(__type.o3 | undefined)",
1948
+ value: input3.valueConversion
1949
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1950
+ path: _path2 + ".valueConversion",
1951
+ expected: "(__type.o3 | undefined)",
1952
+ value: input3.valueConversion
1847
1953
  }), "gene" === input3.kind || $report(_exceptionable2, {
1848
1954
  path: _path2 + ".kind",
1849
1955
  expected: '"gene"',
@@ -1865,7 +1971,7 @@ var validTermsByIdsResponse = (input) => {
1865
1971
  expected: "(number | undefined)",
1866
1972
  value: input3.stop
1867
1973
  })].every((flag) => flag);
1868
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1974
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1869
1975
  path: _path2 + ".id",
1870
1976
  expected: "string",
1871
1977
  value: input3.id
@@ -1921,6 +2027,14 @@ var validTermsByIdsResponse = (input) => {
1921
2027
  path: _path2 + ".skipValuesBuild",
1922
2028
  expected: "(boolean | undefined)",
1923
2029
  value: input3.skipValuesBuild
2030
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2031
+ path: _path2 + ".valueConversion",
2032
+ expected: "(__type.o3 | undefined)",
2033
+ value: input3.valueConversion
2034
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2035
+ path: _path2 + ".valueConversion",
2036
+ expected: "(__type.o3 | undefined)",
2037
+ value: input3.valueConversion
1924
2038
  }), "coord" === input3.kind || $report(_exceptionable2, {
1925
2039
  path: _path2 + ".kind",
1926
2040
  expected: '"coord"',
@@ -1938,7 +2052,7 @@ var validTermsByIdsResponse = (input) => {
1938
2052
  expected: "number",
1939
2053
  value: input3.stop
1940
2054
  })].every((flag) => flag);
1941
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2055
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1942
2056
  path: _path2 + ".disabled",
1943
2057
  expected: "boolean",
1944
2058
  value: input3.disabled
@@ -1950,7 +2064,7 @@ var validTermsByIdsResponse = (input) => {
1950
2064
  path: _path2 + ".lst[" + _index33 + "]",
1951
2065
  expected: "Groupset",
1952
2066
  value: elem
1953
- })) && $vo35(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2067
+ })) && $vo36(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1954
2068
  path: _path2 + ".lst[" + _index33 + "]",
1955
2069
  expected: "Groupset",
1956
2070
  value: elem
@@ -1959,7 +2073,7 @@ var validTermsByIdsResponse = (input) => {
1959
2073
  expected: "(Array<Groupset> | undefined)",
1960
2074
  value: input3.lst
1961
2075
  })].every((flag) => flag);
1962
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2076
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1963
2077
  path: _path2 + ".name",
1964
2078
  expected: "string",
1965
2079
  value: input3.name
@@ -1992,7 +2106,7 @@ var validTermsByIdsResponse = (input) => {
1992
2106
  expected: "Array<GroupEntry>",
1993
2107
  value: input3.groups
1994
2108
  })].every((flag) => flag);
1995
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2109
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1996
2110
  path: _path2 + ".name",
1997
2111
  expected: "string",
1998
2112
  value: input3.name
@@ -2006,11 +2120,11 @@ var validTermsByIdsResponse = (input) => {
2006
2120
  value: input3.values
2007
2121
  })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2008
2122
  path: _path2 + ".values[" + _index35 + "]",
2009
- expected: "__type.o5",
2123
+ expected: "__type.o6",
2010
2124
  value: elem
2011
- })) && $vo37(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2125
+ })) && $vo38(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2012
2126
  path: _path2 + ".values[" + _index35 + "]",
2013
- expected: "__type.o5",
2127
+ expected: "__type.o6",
2014
2128
  value: elem
2015
2129
  })).every((flag) => flag) || $report(_exceptionable2, {
2016
2130
  path: _path2 + ".values",
@@ -2021,7 +2135,7 @@ var validTermsByIdsResponse = (input) => {
2021
2135
  expected: "(boolean | undefined)",
2022
2136
  value: input3.uncomputable
2023
2137
  })].every((flag) => flag);
2024
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2138
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2025
2139
  path: _path2 + ".key",
2026
2140
  expected: "(number | string)",
2027
2141
  value: input3.key
@@ -2030,7 +2144,7 @@ var validTermsByIdsResponse = (input) => {
2030
2144
  expected: "string",
2031
2145
  value: input3.label
2032
2146
  })].every((flag) => flag);
2033
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2147
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2034
2148
  path: _path2 + ".name",
2035
2149
  expected: "string",
2036
2150
  value: input3.name
@@ -2051,7 +2165,7 @@ var validTermsByIdsResponse = (input) => {
2051
2165
  expected: "string",
2052
2166
  value: input3.color
2053
2167
  })].every((flag) => flag);
2054
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2168
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2055
2169
  path: _path2 + ".id",
2056
2170
  expected: "string",
2057
2171
  value: input3.id
@@ -2107,6 +2221,14 @@ var validTermsByIdsResponse = (input) => {
2107
2221
  path: _path2 + ".skipValuesBuild",
2108
2222
  expected: "(boolean | undefined)",
2109
2223
  value: input3.skipValuesBuild
2224
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2225
+ path: _path2 + ".valueConversion",
2226
+ expected: "(__type.o3 | undefined)",
2227
+ value: input3.valueConversion
2228
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2229
+ path: _path2 + ".valueConversion",
2230
+ expected: "(__type.o3 | undefined)",
2231
+ value: input3.valueConversion
2110
2232
  }), "coord" === input3.kind || $report(_exceptionable2, {
2111
2233
  path: _path2 + ".kind",
2112
2234
  expected: '"coord"',
@@ -2143,7 +2265,7 @@ var validTermsByIdsResponse = (input) => {
2143
2265
  path: _path2 + ".groupsetting",
2144
2266
  expected: "(TermGroupSetting | undefined)",
2145
2267
  value: input3.groupsetting
2146
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2268
+ })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2147
2269
  path: _path2 + ".groupsetting",
2148
2270
  expected: "(TermGroupSetting | undefined)",
2149
2271
  value: input3.groupsetting
@@ -2155,7 +2277,7 @@ var validTermsByIdsResponse = (input) => {
2155
2277
  path: _path2 + ".childTerms[" + _index39 + "]",
2156
2278
  expected: "DtTerm",
2157
2279
  value: elem
2158
- })) && $vo30(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2280
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2159
2281
  path: _path2 + ".childTerms[" + _index39 + "]",
2160
2282
  expected: "DtTerm",
2161
2283
  value: elem
@@ -2164,7 +2286,7 @@ var validTermsByIdsResponse = (input) => {
2164
2286
  expected: "(Array<DtTerm> | undefined)",
2165
2287
  value: input3.childTerms
2166
2288
  })].every((flag) => flag);
2167
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2289
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2168
2290
  path: _path2 + ".key",
2169
2291
  expected: "string",
2170
2292
  value: input3.key
@@ -2177,7 +2299,7 @@ var validTermsByIdsResponse = (input) => {
2177
2299
  expected: "string",
2178
2300
  value: input3.value
2179
2301
  })].every((flag) => flag);
2180
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2302
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2181
2303
  path: _path2 + ".id",
2182
2304
  expected: "string",
2183
2305
  value: input3.id
@@ -2233,6 +2355,14 @@ var validTermsByIdsResponse = (input) => {
2233
2355
  path: _path2 + ".skipValuesBuild",
2234
2356
  expected: "(boolean | undefined)",
2235
2357
  value: input3.skipValuesBuild
2358
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2359
+ path: _path2 + ".valueConversion",
2360
+ expected: "(__type.o3 | undefined)",
2361
+ value: input3.valueConversion
2362
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2363
+ path: _path2 + ".valueConversion",
2364
+ expected: "(__type.o3 | undefined)",
2365
+ value: input3.valueConversion
2236
2366
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
2237
2367
  path: _path2 + ".chr",
2238
2368
  expected: "string",
@@ -2265,12 +2395,12 @@ var validTermsByIdsResponse = (input) => {
2265
2395
  path: _path2 + ".groupsetting",
2266
2396
  expected: "TermGroupSetting",
2267
2397
  value: input3.groupsetting
2268
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2398
+ })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2269
2399
  path: _path2 + ".groupsetting",
2270
2400
  expected: "TermGroupSetting",
2271
2401
  value: input3.groupsetting
2272
2402
  })].every((flag) => flag);
2273
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2403
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2274
2404
  path: _path2 + ".id",
2275
2405
  expected: "string",
2276
2406
  value: input3.id
@@ -2326,6 +2456,14 @@ var validTermsByIdsResponse = (input) => {
2326
2456
  path: _path2 + ".skipValuesBuild",
2327
2457
  expected: "(boolean | undefined)",
2328
2458
  value: input3.skipValuesBuild
2459
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2460
+ path: _path2 + ".valueConversion",
2461
+ expected: "(__type.o3 | undefined)",
2462
+ value: input3.valueConversion
2463
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2464
+ path: _path2 + ".valueConversion",
2465
+ expected: "(__type.o3 | undefined)",
2466
+ value: input3.valueConversion
2329
2467
  }), "string" === typeof input3.sample || $report(_exceptionable2, {
2330
2468
  path: _path2 + ".sample",
2331
2469
  expected: "string",
@@ -2338,16 +2476,16 @@ var validTermsByIdsResponse = (input) => {
2338
2476
  path: _path2 + ".groupsetting",
2339
2477
  expected: "TermGroupSetting",
2340
2478
  value: input3.groupsetting
2341
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2479
+ })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2342
2480
  path: _path2 + ".groupsetting",
2343
2481
  expected: "TermGroupSetting",
2344
2482
  value: input3.groupsetting
2345
2483
  })].every((flag) => flag);
2346
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2484
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2347
2485
  path: _path2 + ".hiddenValues",
2348
2486
  expected: "(HiddenValues | undefined)",
2349
2487
  value: input3.hiddenValues
2350
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2488
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2351
2489
  path: _path2 + ".hiddenValues",
2352
2490
  expected: "(HiddenValues | undefined)",
2353
2491
  value: input3.hiddenValues
@@ -2372,7 +2510,7 @@ var validTermsByIdsResponse = (input) => {
2372
2510
  expected: '"values"',
2373
2511
  value: input3.type
2374
2512
  })].every((flag) => flag);
2375
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2513
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2376
2514
  path: _path2 + ".id",
2377
2515
  expected: "(string | undefined)",
2378
2516
  value: input3.id
@@ -2408,7 +2546,7 @@ var validTermsByIdsResponse = (input) => {
2408
2546
  path: _path2 + ".q",
2409
2547
  expected: "PredefinedGroupSettingQ",
2410
2548
  value: input3.q
2411
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2549
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2412
2550
  path: _path2 + ".q",
2413
2551
  expected: "PredefinedGroupSettingQ",
2414
2552
  value: input3.q
@@ -2417,11 +2555,11 @@ var validTermsByIdsResponse = (input) => {
2417
2555
  expected: '"QualTWPredefinedGS"',
2418
2556
  value: input3.type
2419
2557
  })].every((flag) => flag);
2420
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2558
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2421
2559
  path: _path2 + ".hiddenValues",
2422
2560
  expected: "(HiddenValues | undefined)",
2423
2561
  value: input3.hiddenValues
2424
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2562
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2425
2563
  path: _path2 + ".hiddenValues",
2426
2564
  expected: "(HiddenValues | undefined)",
2427
2565
  value: input3.hiddenValues
@@ -2450,7 +2588,7 @@ var validTermsByIdsResponse = (input) => {
2450
2588
  expected: "number",
2451
2589
  value: input3.predefined_groupset_idx
2452
2590
  })].every((flag) => flag);
2453
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2591
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2454
2592
  path: _path2 + ".id",
2455
2593
  expected: "(string | undefined)",
2456
2594
  value: input3.id
@@ -2486,7 +2624,7 @@ var validTermsByIdsResponse = (input) => {
2486
2624
  path: _path2 + ".q",
2487
2625
  expected: "CustomGroupSettingQ",
2488
2626
  value: input3.q
2489
- })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2627
+ })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2490
2628
  path: _path2 + ".q",
2491
2629
  expected: "CustomGroupSettingQ",
2492
2630
  value: input3.q
@@ -2495,11 +2633,11 @@ var validTermsByIdsResponse = (input) => {
2495
2633
  expected: '"QualTWCustomGS"',
2496
2634
  value: input3.type
2497
2635
  })].every((flag) => flag);
2498
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2636
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2499
2637
  path: _path2 + ".hiddenValues",
2500
2638
  expected: "(HiddenValues | undefined)",
2501
2639
  value: input3.hiddenValues
2502
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2640
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2503
2641
  path: _path2 + ".hiddenValues",
2504
2642
  expected: "(HiddenValues | undefined)",
2505
2643
  value: input3.hiddenValues
@@ -2527,12 +2665,12 @@ var validTermsByIdsResponse = (input) => {
2527
2665
  path: _path2 + ".customset",
2528
2666
  expected: "BaseGroupSet",
2529
2667
  value: input3.customset
2530
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2668
+ })) && $vo49(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2531
2669
  path: _path2 + ".customset",
2532
2670
  expected: "BaseGroupSet",
2533
2671
  value: input3.customset
2534
2672
  })].every((flag) => flag);
2535
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2673
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2536
2674
  path: _path2 + ".groups",
2537
2675
  expected: "Array<GroupEntry>",
2538
2676
  value: input3.groups
@@ -2549,7 +2687,7 @@ var validTermsByIdsResponse = (input) => {
2549
2687
  expected: "Array<GroupEntry>",
2550
2688
  value: input3.groups
2551
2689
  })].every((flag) => flag);
2552
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2690
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2553
2691
  path: _path2 + ".id",
2554
2692
  expected: "(string | undefined)",
2555
2693
  value: input3.id
@@ -2589,12 +2727,12 @@ var validTermsByIdsResponse = (input) => {
2589
2727
  path: _path2 + ".q",
2590
2728
  expected: "RegularNumericBinConfig",
2591
2729
  value: input3.q
2592
- })) && $vo14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2730
+ })) && $vo15(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2593
2731
  path: _path2 + ".q",
2594
2732
  expected: "RegularNumericBinConfig",
2595
2733
  value: input3.q
2596
2734
  })].every((flag) => flag);
2597
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2735
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2598
2736
  path: _path2 + ".id",
2599
2737
  expected: "(string | undefined)",
2600
2738
  value: input3.id
@@ -2634,12 +2772,12 @@ var validTermsByIdsResponse = (input) => {
2634
2772
  path: _path2 + ".q",
2635
2773
  expected: "CustomNumericBinConfig",
2636
2774
  value: input3.q
2637
- })) && $vo19(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2775
+ })) && $vo20(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2638
2776
  path: _path2 + ".q",
2639
2777
  expected: "CustomNumericBinConfig",
2640
2778
  value: input3.q
2641
2779
  })].every((flag) => flag);
2642
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2780
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2643
2781
  path: _path2 + ".id",
2644
2782
  expected: "(string | undefined)",
2645
2783
  value: input3.id
@@ -2679,16 +2817,16 @@ var validTermsByIdsResponse = (input) => {
2679
2817
  path: _path2 + ".q",
2680
2818
  expected: "BinaryNumericQ",
2681
2819
  value: input3.q
2682
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2820
+ })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2683
2821
  path: _path2 + ".q",
2684
2822
  expected: "BinaryNumericQ",
2685
2823
  value: input3.q
2686
2824
  })].every((flag) => flag);
2687
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2825
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2688
2826
  path: _path2 + ".hiddenValues",
2689
2827
  expected: "(HiddenValues | undefined)",
2690
2828
  value: input3.hiddenValues
2691
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2829
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2692
2830
  path: _path2 + ".hiddenValues",
2693
2831
  expected: "(HiddenValues | undefined)",
2694
2832
  value: input3.hiddenValues
@@ -2743,8 +2881,16 @@ var validTermsByIdsResponse = (input) => {
2743
2881
  path: _path2 + ".lst",
2744
2882
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2745
2883
  value: input3.lst
2884
+ }), void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType || $report(_exceptionable2, {
2885
+ path: _path2 + ".cutoffType",
2886
+ expected: '("normal" | "percentile" | undefined)',
2887
+ value: input3.cutoffType
2888
+ }), void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile || $report(_exceptionable2, {
2889
+ path: _path2 + ".cutoffPercentile",
2890
+ expected: "(number | undefined)",
2891
+ value: input3.cutoffPercentile
2746
2892
  })].every((flag) => flag);
2747
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2893
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2748
2894
  path: _path2 + ".id",
2749
2895
  expected: "(string | undefined)",
2750
2896
  value: input3.id
@@ -2784,16 +2930,16 @@ var validTermsByIdsResponse = (input) => {
2784
2930
  path: _path2 + ".q",
2785
2931
  expected: "ContinuousNumericQ",
2786
2932
  value: input3.q
2787
- })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2933
+ })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2788
2934
  path: _path2 + ".q",
2789
2935
  expected: "ContinuousNumericQ",
2790
2936
  value: input3.q
2791
2937
  })].every((flag) => flag);
2792
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2938
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2793
2939
  path: _path2 + ".hiddenValues",
2794
2940
  expected: "(HiddenValues | undefined)",
2795
2941
  value: input3.hiddenValues
2796
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2942
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2797
2943
  path: _path2 + ".hiddenValues",
2798
2944
  expected: "(HiddenValues | undefined)",
2799
2945
  value: input3.hiddenValues
@@ -2825,8 +2971,12 @@ var validTermsByIdsResponse = (input) => {
2825
2971
  path: _path2 + ".type",
2826
2972
  expected: "undefined",
2827
2973
  value: input3.type
2828
- }))].every((flag) => flag);
2829
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2974
+ })), void 0 === input3.scale || "number" === typeof input3.scale || $report(_exceptionable2, {
2975
+ path: _path2 + ".scale",
2976
+ expected: "(number | undefined)",
2977
+ value: input3.scale
2978
+ })].every((flag) => flag);
2979
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2830
2980
  path: _path2 + ".id",
2831
2981
  expected: "(string | undefined)",
2832
2982
  value: input3.id
@@ -2866,16 +3016,16 @@ var validTermsByIdsResponse = (input) => {
2866
3016
  path: _path2 + ".q",
2867
3017
  expected: "SplineNumericQ",
2868
3018
  value: input3.q
2869
- })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3019
+ })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2870
3020
  path: _path2 + ".q",
2871
3021
  expected: "SplineNumericQ",
2872
3022
  value: input3.q
2873
3023
  })].every((flag) => flag);
2874
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3024
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2875
3025
  path: _path2 + ".hiddenValues",
2876
3026
  expected: "(HiddenValues | undefined)",
2877
3027
  value: input3.hiddenValues
2878
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3028
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2879
3029
  path: _path2 + ".hiddenValues",
2880
3030
  expected: "(HiddenValues | undefined)",
2881
3031
  value: input3.hiddenValues
@@ -2901,11 +3051,11 @@ var validTermsByIdsResponse = (input) => {
2901
3051
  value: input3.knots
2902
3052
  })) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2903
3053
  path: _path2 + ".knots[" + _index46 + "]",
2904
- expected: "__type.o7",
3054
+ expected: "__type.o8",
2905
3055
  value: elem
2906
- })) && $vo57(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
3056
+ })) && $vo58(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2907
3057
  path: _path2 + ".knots[" + _index46 + "]",
2908
- expected: "__type.o7",
3058
+ expected: "__type.o8",
2909
3059
  value: elem
2910
3060
  })).every((flag) => flag) || $report(_exceptionable2, {
2911
3061
  path: _path2 + ".knots",
@@ -2920,12 +3070,12 @@ var validTermsByIdsResponse = (input) => {
2920
3070
  expected: "undefined",
2921
3071
  value: input3.type
2922
3072
  }))].every((flag) => flag);
2923
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3073
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2924
3074
  path: _path2 + ".value",
2925
3075
  expected: "number",
2926
3076
  value: input3.value
2927
3077
  })].every((flag) => flag);
2928
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3078
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2929
3079
  path: _path2 + ".id",
2930
3080
  expected: "(string | undefined)",
2931
3081
  value: input3.id
@@ -2965,12 +3115,12 @@ var validTermsByIdsResponse = (input) => {
2965
3115
  path: _path2 + ".q",
2966
3116
  expected: "GvValuesQ",
2967
3117
  value: input3.q
2968
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3118
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2969
3119
  path: _path2 + ".q",
2970
3120
  expected: "GvValuesQ",
2971
3121
  value: input3.q
2972
3122
  })].every((flag) => flag);
2973
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3123
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2974
3124
  path: _path2 + ".id",
2975
3125
  expected: "string",
2976
3126
  value: input3.id
@@ -3026,6 +3176,14 @@ var validTermsByIdsResponse = (input) => {
3026
3176
  path: _path2 + ".skipValuesBuild",
3027
3177
  expected: "(boolean | undefined)",
3028
3178
  value: input3.skipValuesBuild
3179
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3180
+ path: _path2 + ".valueConversion",
3181
+ expected: "(__type.o3 | undefined)",
3182
+ value: input3.valueConversion
3183
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3184
+ path: _path2 + ".valueConversion",
3185
+ expected: "(__type.o3 | undefined)",
3186
+ value: input3.valueConversion
3029
3187
  }), "gene" === input3.kind || $report(_exceptionable2, {
3030
3188
  path: _path2 + ".kind",
3031
3189
  expected: '"gene"',
@@ -3066,7 +3224,7 @@ var validTermsByIdsResponse = (input) => {
3066
3224
  path: _path2 + ".groupsetting",
3067
3225
  expected: "TermGroupSetting",
3068
3226
  value: input3.groupsetting
3069
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3227
+ })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3070
3228
  path: _path2 + ".groupsetting",
3071
3229
  expected: "TermGroupSetting",
3072
3230
  value: input3.groupsetting
@@ -3078,7 +3236,7 @@ var validTermsByIdsResponse = (input) => {
3078
3236
  path: _path2 + ".childTerms[" + _index50 + "]",
3079
3237
  expected: "DtTerm",
3080
3238
  value: elem
3081
- })) && $vo30(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3239
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3082
3240
  path: _path2 + ".childTerms[" + _index50 + "]",
3083
3241
  expected: "DtTerm",
3084
3242
  value: elem
@@ -3087,7 +3245,7 @@ var validTermsByIdsResponse = (input) => {
3087
3245
  expected: "Array<DtTerm>",
3088
3246
  value: input3.childTerms
3089
3247
  })].every((flag) => flag);
3090
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3248
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3091
3249
  path: _path2 + ".id",
3092
3250
  expected: "string",
3093
3251
  value: input3.id
@@ -3143,6 +3301,14 @@ var validTermsByIdsResponse = (input) => {
3143
3301
  path: _path2 + ".skipValuesBuild",
3144
3302
  expected: "(boolean | undefined)",
3145
3303
  value: input3.skipValuesBuild
3304
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3305
+ path: _path2 + ".valueConversion",
3306
+ expected: "(__type.o3 | undefined)",
3307
+ value: input3.valueConversion
3308
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3309
+ path: _path2 + ".valueConversion",
3310
+ expected: "(__type.o3 | undefined)",
3311
+ value: input3.valueConversion
3146
3312
  }), "coord" === input3.kind || $report(_exceptionable2, {
3147
3313
  path: _path2 + ".kind",
3148
3314
  expected: '"coord"',
@@ -3179,7 +3345,7 @@ var validTermsByIdsResponse = (input) => {
3179
3345
  path: _path2 + ".groupsetting",
3180
3346
  expected: "TermGroupSetting",
3181
3347
  value: input3.groupsetting
3182
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3348
+ })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3183
3349
  path: _path2 + ".groupsetting",
3184
3350
  expected: "TermGroupSetting",
3185
3351
  value: input3.groupsetting
@@ -3191,7 +3357,7 @@ var validTermsByIdsResponse = (input) => {
3191
3357
  path: _path2 + ".childTerms[" + _index54 + "]",
3192
3358
  expected: "DtTerm",
3193
3359
  value: elem
3194
- })) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3360
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3195
3361
  path: _path2 + ".childTerms[" + _index54 + "]",
3196
3362
  expected: "DtTerm",
3197
3363
  value: elem
@@ -3200,11 +3366,11 @@ var validTermsByIdsResponse = (input) => {
3200
3366
  expected: "Array<DtTerm>",
3201
3367
  value: input3.childTerms
3202
3368
  })].every((flag) => flag);
3203
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3369
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3204
3370
  path: _path2 + ".hiddenValues",
3205
3371
  expected: "(HiddenValues | undefined)",
3206
3372
  value: input3.hiddenValues
3207
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3373
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3208
3374
  path: _path2 + ".hiddenValues",
3209
3375
  expected: "(HiddenValues | undefined)",
3210
3376
  value: input3.hiddenValues
@@ -3241,7 +3407,7 @@ var validTermsByIdsResponse = (input) => {
3241
3407
  expected: '"values"',
3242
3408
  value: input3.type
3243
3409
  })].every((flag) => flag);
3244
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3410
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3245
3411
  path: _path2 + ".id",
3246
3412
  expected: "(string | undefined)",
3247
3413
  value: input3.id
@@ -3281,16 +3447,16 @@ var validTermsByIdsResponse = (input) => {
3281
3447
  path: _path2 + ".q",
3282
3448
  expected: "GvPredefinedGsQ",
3283
3449
  value: input3.q
3284
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3450
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3285
3451
  path: _path2 + ".q",
3286
3452
  expected: "GvPredefinedGsQ",
3287
3453
  value: input3.q
3288
3454
  })].every((flag) => flag);
3289
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3455
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3290
3456
  path: _path2 + ".hiddenValues",
3291
3457
  expected: "(HiddenValues | undefined)",
3292
3458
  value: input3.hiddenValues
3293
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3459
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3294
3460
  path: _path2 + ".hiddenValues",
3295
3461
  expected: "(HiddenValues | undefined)",
3296
3462
  value: input3.hiddenValues
@@ -3331,7 +3497,7 @@ var validTermsByIdsResponse = (input) => {
3331
3497
  expected: "number",
3332
3498
  value: input3.predefined_groupset_idx
3333
3499
  })].every((flag) => flag);
3334
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3500
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3335
3501
  path: _path2 + ".id",
3336
3502
  expected: "(string | undefined)",
3337
3503
  value: input3.id
@@ -3371,16 +3537,16 @@ var validTermsByIdsResponse = (input) => {
3371
3537
  path: _path2 + ".q",
3372
3538
  expected: "GvCustomGsQ",
3373
3539
  value: input3.q
3374
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3540
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3375
3541
  path: _path2 + ".q",
3376
3542
  expected: "GvCustomGsQ",
3377
3543
  value: input3.q
3378
3544
  })].every((flag) => flag);
3379
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3545
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3380
3546
  path: _path2 + ".hiddenValues",
3381
3547
  expected: "(HiddenValues | undefined)",
3382
3548
  value: input3.hiddenValues
3383
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3549
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3384
3550
  path: _path2 + ".hiddenValues",
3385
3551
  expected: "(HiddenValues | undefined)",
3386
3552
  value: input3.hiddenValues
@@ -3420,12 +3586,12 @@ var validTermsByIdsResponse = (input) => {
3420
3586
  path: _path2 + ".customset",
3421
3587
  expected: "BaseGroupSet",
3422
3588
  value: input3.customset
3423
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3589
+ })) && $vo49(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3424
3590
  path: _path2 + ".customset",
3425
3591
  expected: "BaseGroupSet",
3426
3592
  value: input3.customset
3427
3593
  })].every((flag) => flag);
3428
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3594
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3429
3595
  path: _path2 + ".id",
3430
3596
  expected: "(string | undefined)",
3431
3597
  value: input3.id
@@ -3457,7 +3623,7 @@ var validTermsByIdsResponse = (input) => {
3457
3623
  path: _path2 + ".term",
3458
3624
  expected: "ConditionTerm",
3459
3625
  value: input3.term
3460
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3626
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3461
3627
  path: _path2 + ".term",
3462
3628
  expected: "ConditionTerm",
3463
3629
  value: input3.term
@@ -3470,11 +3636,11 @@ var validTermsByIdsResponse = (input) => {
3470
3636
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3471
3637
  value: input3.q
3472
3638
  })].every((flag) => flag);
3473
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3639
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3474
3640
  path: _path2 + ".hiddenValues",
3475
3641
  expected: "(HiddenValues | undefined)",
3476
3642
  value: input3.hiddenValues
3477
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3643
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3478
3644
  path: _path2 + ".hiddenValues",
3479
3645
  expected: "(HiddenValues | undefined)",
3480
3646
  value: input3.hiddenValues
@@ -3531,11 +3697,11 @@ var validTermsByIdsResponse = (input) => {
3531
3697
  expected: "(boolean | undefined)",
3532
3698
  value: input3.value_by_computable_grade
3533
3699
  }), true].every((flag) => flag);
3534
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3700
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3535
3701
  path: _path2 + ".hiddenValues",
3536
3702
  expected: "(HiddenValues | undefined)",
3537
3703
  value: input3.hiddenValues
3538
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3704
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3539
3705
  path: _path2 + ".hiddenValues",
3540
3706
  expected: "(HiddenValues | undefined)",
3541
3707
  value: input3.hiddenValues
@@ -3564,7 +3730,7 @@ var validTermsByIdsResponse = (input) => {
3564
3730
  expected: "true",
3565
3731
  value: input3.bar_by_children
3566
3732
  }), true].every((flag) => flag);
3567
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3733
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3568
3734
  path: _path2 + ".id",
3569
3735
  expected: "(string | undefined)",
3570
3736
  value: input3.id
@@ -3596,7 +3762,7 @@ var validTermsByIdsResponse = (input) => {
3596
3762
  path: _path2 + ".q",
3597
3763
  expected: "SnpsQ",
3598
3764
  value: input3.q
3599
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3765
+ })) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3600
3766
  path: _path2 + ".q",
3601
3767
  expected: "SnpsQ",
3602
3768
  value: input3.q
@@ -3604,16 +3770,16 @@ var validTermsByIdsResponse = (input) => {
3604
3770
  path: _path2 + ".term",
3605
3771
  expected: "SnpsTerm",
3606
3772
  value: input3.term
3607
- })) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3773
+ })) && $vo73(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3608
3774
  path: _path2 + ".term",
3609
3775
  expected: "SnpsTerm",
3610
3776
  value: input3.term
3611
3777
  })].every((flag) => flag);
3612
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3778
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3613
3779
  path: _path2 + ".hiddenValues",
3614
3780
  expected: "(HiddenValues | undefined)",
3615
3781
  value: input3.hiddenValues
3616
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3782
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3617
3783
  path: _path2 + ".hiddenValues",
3618
3784
  expected: "(HiddenValues | undefined)",
3619
3785
  value: input3.hiddenValues
@@ -3657,7 +3823,7 @@ var validTermsByIdsResponse = (input) => {
3657
3823
  path: _path2 + ".restrictAncestry",
3658
3824
  expected: "RestrictAncestry",
3659
3825
  value: input3.restrictAncestry
3660
- })) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3826
+ })) && $vo72(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3661
3827
  path: _path2 + ".restrictAncestry",
3662
3828
  expected: "RestrictAncestry",
3663
3829
  value: input3.restrictAncestry
@@ -3682,7 +3848,7 @@ var validTermsByIdsResponse = (input) => {
3682
3848
  expected: "number",
3683
3849
  value: input3.stop
3684
3850
  })].every((flag) => flag);
3685
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3851
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3686
3852
  path: _path2 + ".name",
3687
3853
  expected: "string",
3688
3854
  value: input3.name
@@ -3695,7 +3861,7 @@ var validTermsByIdsResponse = (input) => {
3695
3861
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3696
3862
  value: input3.tvs
3697
3863
  })].every((flag) => flag);
3698
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3864
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3699
3865
  path: _path2 + ".id",
3700
3866
  expected: "string",
3701
3867
  value: input3.id
@@ -3751,6 +3917,14 @@ var validTermsByIdsResponse = (input) => {
3751
3917
  path: _path2 + ".skipValuesBuild",
3752
3918
  expected: "(boolean | undefined)",
3753
3919
  value: input3.skipValuesBuild
3920
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3921
+ path: _path2 + ".valueConversion",
3922
+ expected: "(__type.o3 | undefined)",
3923
+ value: input3.valueConversion
3924
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3925
+ path: _path2 + ".valueConversion",
3926
+ expected: "(__type.o3 | undefined)",
3927
+ value: input3.valueConversion
3754
3928
  }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
3755
3929
  path: _path2 + ".reachedVariantLimit",
3756
3930
  expected: "(boolean | undefined)",
@@ -3763,7 +3937,7 @@ var validTermsByIdsResponse = (input) => {
3763
3937
  path: _path2 + ".snps[" + _index58 + "]",
3764
3938
  expected: "SnpsEntry",
3765
3939
  value: elem
3766
- })) && $vo73(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3940
+ })) && $vo74(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3767
3941
  path: _path2 + ".snps[" + _index58 + "]",
3768
3942
  expected: "SnpsEntry",
3769
3943
  value: elem
@@ -3772,7 +3946,7 @@ var validTermsByIdsResponse = (input) => {
3772
3946
  expected: "(Array<SnpsEntry> | undefined)",
3773
3947
  value: input3.snps
3774
3948
  })].every((flag) => flag);
3775
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3949
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3776
3950
  path: _path2 + ".altAlleles",
3777
3951
  expected: "(Array<string> | undefined)",
3778
3952
  value: input3.altAlleles
@@ -3792,7 +3966,7 @@ var validTermsByIdsResponse = (input) => {
3792
3966
  path: _path2 + ".alleles[" + _index60 + "]",
3793
3967
  expected: "AllelesEntry",
3794
3968
  value: elem
3795
- })) && $vo74(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3969
+ })) && $vo75(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3796
3970
  path: _path2 + ".alleles[" + _index60 + "]",
3797
3971
  expected: "AllelesEntry",
3798
3972
  value: elem
@@ -3806,11 +3980,11 @@ var validTermsByIdsResponse = (input) => {
3806
3980
  value: input3.effectAllele
3807
3981
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
3808
3982
  path: _path2 + ".gt2count",
3809
- expected: "(__type.o8 | undefined)",
3983
+ expected: "(__type.o9 | undefined)",
3810
3984
  value: input3.gt2count
3811
- })) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3985
+ })) && $vo76(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3812
3986
  path: _path2 + ".gt2count",
3813
- expected: "(__type.o8 | undefined)",
3987
+ expected: "(__type.o9 | undefined)",
3814
3988
  value: input3.gt2count
3815
3989
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
3816
3990
  path: _path2 + ".invalid",
@@ -3837,7 +4011,7 @@ var validTermsByIdsResponse = (input) => {
3837
4011
  expected: "(number | undefined)",
3838
4012
  value: input3.pos
3839
4013
  })].every((flag) => flag);
3840
- const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4014
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3841
4015
  path: _path2 + ".allele",
3842
4016
  expected: "string",
3843
4017
  value: input3.allele
@@ -3850,7 +4024,7 @@ var validTermsByIdsResponse = (input) => {
3850
4024
  expected: "boolean",
3851
4025
  value: input3.isRef
3852
4026
  })].every((flag) => flag);
3853
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4027
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3854
4028
  path: _path2 + ".k",
3855
4029
  expected: "string",
3856
4030
  value: input3.k
@@ -3872,16 +4046,16 @@ var validTermsByIdsResponse = (input) => {
3872
4046
  })();
3873
4047
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3874
4048
  if (true === input3.startunbounded)
3875
- return $vo16(input3, _path2, _exceptionable2);
4049
+ return $vo17(input3, _path2, _exceptionable2);
3876
4050
  if (true === input3.stopunbounded)
3877
- return $vo18(input3, _path2, _exceptionable2);
3878
- return $vo17(input3, _path2, _exceptionable2);
4051
+ return $vo19(input3, _path2, _exceptionable2);
4052
+ return $vo18(input3, _path2, _exceptionable2);
3879
4053
  })();
3880
4054
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3881
4055
  if ("gene" === input3.kind)
3882
- return $vo32(input3, _path2, _exceptionable2);
3883
- if ("coord" === input3.kind)
3884
4056
  return $vo33(input3, _path2, _exceptionable2);
4057
+ if ("coord" === input3.kind)
4058
+ return $vo34(input3, _path2, _exceptionable2);
3885
4059
  return $report(_exceptionable2, {
3886
4060
  path: _path2,
3887
4061
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3890,9 +4064,9 @@ var validTermsByIdsResponse = (input) => {
3890
4064
  })();
3891
4065
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3892
4066
  if ("string" === typeof input3.type)
3893
- return $vo36(input3, _path2, _exceptionable2);
4067
+ return $vo37(input3, _path2, _exceptionable2);
3894
4068
  if ("filter" === input3.type)
3895
- return $vo38(input3, _path2, _exceptionable2);
4069
+ return $vo39(input3, _path2, _exceptionable2);
3896
4070
  return $report(_exceptionable2, {
3897
4071
  path: _path2,
3898
4072
  expected: "(ValuesGroup | FilterGroup)",
@@ -3901,9 +4075,9 @@ var validTermsByIdsResponse = (input) => {
3901
4075
  })();
3902
4076
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3903
4077
  if (true === input3.startunbounded)
3904
- return $vo16(input3, _path2, _exceptionable2);
3905
- if (void 0 !== input3.start)
3906
4078
  return $vo17(input3, _path2, _exceptionable2);
4079
+ if (void 0 !== input3.start)
4080
+ return $vo18(input3, _path2, _exceptionable2);
3907
4081
  return $report(_exceptionable2, {
3908
4082
  path: _path2,
3909
4083
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3912,9 +4086,9 @@ var validTermsByIdsResponse = (input) => {
3912
4086
  })();
3913
4087
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3914
4088
  if (void 0 !== input3.stop)
3915
- return $vo17(input3, _path2, _exceptionable2);
3916
- if (true === input3.stopunbounded)
3917
4089
  return $vo18(input3, _path2, _exceptionable2);
4090
+ if (true === input3.stopunbounded)
4091
+ return $vo19(input3, _path2, _exceptionable2);
3918
4092
  return $report(_exceptionable2, {
3919
4093
  path: _path2,
3920
4094
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3923,29 +4097,29 @@ var validTermsByIdsResponse = (input) => {
3923
4097
  })();
3924
4098
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3925
4099
  if ("SnpsTW" === input3.type)
3926
- return $vo69(input3, _path2, _exceptionable2);
4100
+ return $vo70(input3, _path2, _exceptionable2);
3927
4101
  if ("ConditionTW" === input3.type)
3928
- return $vo66(input3, _path2, _exceptionable2);
4102
+ return $vo67(input3, _path2, _exceptionable2);
3929
4103
  if ("GvCustomGsTW" === input3.type)
3930
- return $vo64(input3, _path2, _exceptionable2);
4104
+ return $vo65(input3, _path2, _exceptionable2);
3931
4105
  if ("GvPredefinedGsTW" === input3.type)
3932
- return $vo62(input3, _path2, _exceptionable2);
4106
+ return $vo63(input3, _path2, _exceptionable2);
3933
4107
  if ("GvValuesTW" === input3.type)
3934
- return $vo58(input3, _path2, _exceptionable2);
4108
+ return $vo59(input3, _path2, _exceptionable2);
3935
4109
  if ("NumTWSpline" === input3.type)
3936
- return $vo55(input3, _path2, _exceptionable2);
4110
+ return $vo56(input3, _path2, _exceptionable2);
3937
4111
  if ("NumTWCont" === input3.type)
3938
- return $vo53(input3, _path2, _exceptionable2);
4112
+ return $vo54(input3, _path2, _exceptionable2);
3939
4113
  if ("NumTWBinary" === input3.type)
3940
- return $vo51(input3, _path2, _exceptionable2);
4114
+ return $vo52(input3, _path2, _exceptionable2);
3941
4115
  if ("NumTWCustomBin" === input3.type)
3942
- return $vo50(input3, _path2, _exceptionable2);
4116
+ return $vo51(input3, _path2, _exceptionable2);
3943
4117
  if ("NumTWRegularBin" === input3.type)
3944
- return $vo49(input3, _path2, _exceptionable2);
4118
+ return $vo50(input3, _path2, _exceptionable2);
3945
4119
  if ("QualTWCustomGS" === input3.type)
3946
- return $vo46(input3, _path2, _exceptionable2);
4120
+ return $vo47(input3, _path2, _exceptionable2);
3947
4121
  if ("QualTWPredefinedGS" === input3.type)
3948
- return $vo44(input3, _path2, _exceptionable2);
4122
+ return $vo45(input3, _path2, _exceptionable2);
3949
4123
  if ("QualTWValues" === input3.type)
3950
4124
  return $vo2(input3, _path2, _exceptionable2);
3951
4125
  return $report(_exceptionable2, {
@@ -3958,9 +4132,9 @@ var validTermsByIdsResponse = (input) => {
3958
4132
  if ("categorical" === input3.type)
3959
4133
  return $vo4(input3, _path2, _exceptionable2);
3960
4134
  if ("snp" === input3.type)
3961
- return $vo41(input3, _path2, _exceptionable2);
3962
- if ("singleCellCellType" === input3.type)
3963
4135
  return $vo42(input3, _path2, _exceptionable2);
4136
+ if ("singleCellCellType" === input3.type)
4137
+ return $vo43(input3, _path2, _exceptionable2);
3964
4138
  return $report(_exceptionable2, {
3965
4139
  path: _path2,
3966
4140
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -3970,24 +4144,24 @@ var validTermsByIdsResponse = (input) => {
3970
4144
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3971
4145
  if (void 0 !== input3.ranges)
3972
4146
  return $vo10(input3, _path2, _exceptionable2);
3973
- return $vo9(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
4147
+ return $vo9(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
3974
4148
  })();
3975
4149
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3976
4150
  if ("integer" === input3.type || "float" === input3.type)
3977
4151
  return $vo11(input3, _path2, _exceptionable2);
3978
4152
  if ("metaboliteIntensity" === input3.type)
3979
- return $vo22(input3, _path2, _exceptionable2);
3980
- if ("date" === input3.type)
3981
4153
  return $vo23(input3, _path2, _exceptionable2);
3982
- if ("ssGSEA" === input3.type)
4154
+ if ("date" === input3.type)
3983
4155
  return $vo24(input3, _path2, _exceptionable2);
3984
- return $vo21(input3, _path2, false) || $vo20(input3, _path2, false);
4156
+ if ("ssGSEA" === input3.type)
4157
+ return $vo25(input3, _path2, _exceptionable2);
4158
+ return $vo22(input3, _path2, false) || $vo21(input3, _path2, false);
3985
4159
  })();
3986
4160
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3987
4161
  if ("regular-bin" === input3.type)
3988
- return $vo14(input3, _path2, _exceptionable2);
4162
+ return $vo15(input3, _path2, _exceptionable2);
3989
4163
  if ("custom-bin" === input3.type)
3990
- return $vo19(input3, _path2, _exceptionable2);
4164
+ return $vo20(input3, _path2, _exceptionable2);
3991
4165
  return $report(_exceptionable2, {
3992
4166
  path: _path2,
3993
4167
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3996,9 +4170,9 @@ var validTermsByIdsResponse = (input) => {
3996
4170
  })();
3997
4171
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3998
4172
  if ("gene" === input3.kind)
3999
- return $vo31(input3, _path2, _exceptionable2);
4173
+ return $vo32(input3, _path2, _exceptionable2);
4000
4174
  if ("coord" === input3.kind)
4001
- return $vo39(input3, _path2, _exceptionable2);
4175
+ return $vo40(input3, _path2, _exceptionable2);
4002
4176
  return $report(_exceptionable2, {
4003
4177
  path: _path2,
4004
4178
  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; })',
@@ -4007,9 +4181,9 @@ var validTermsByIdsResponse = (input) => {
4007
4181
  })();
4008
4182
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4009
4183
  if ("gene" === input3.kind)
4010
- return $vo59(input3, _path2, _exceptionable2);
4011
- if ("coord" === input3.kind)
4012
4184
  return $vo60(input3, _path2, _exceptionable2);
4185
+ if ("coord" === input3.kind)
4186
+ return $vo61(input3, _path2, _exceptionable2);
4013
4187
  return $report(_exceptionable2, {
4014
4188
  path: _path2,
4015
4189
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -4018,9 +4192,9 @@ var validTermsByIdsResponse = (input) => {
4018
4192
  })();
4019
4193
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4020
4194
  if ("grade" === input3.valueFor)
4021
- return $vo67(input3, _path2, _exceptionable2);
4022
- if ("children" === input3.valueFor)
4023
4195
  return $vo68(input3, _path2, _exceptionable2);
4196
+ if ("children" === input3.valueFor)
4197
+ return $vo69(input3, _path2, _exceptionable2);
4024
4198
  return $report(_exceptionable2, {
4025
4199
  path: _path2,
4026
4200
  expected: "(ConditionGradeQ | ConditionChildrenQ)",