@sjcrh/proteinpaint-types 2.177.0 → 2.178.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 (54) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-LHJGTOZJ.js → chunk-26UKKPK2.js} +1301 -594
  3. package/dist/{chunk-4SOVPEYQ.js → chunk-2XQJCZEO.js} +842 -243
  4. package/dist/{chunk-UQEAM7BH.js → chunk-2Y7WE3JU.js} +1301 -594
  5. package/dist/chunk-4DCPDZW4.js +143 -0
  6. package/dist/{chunk-5KF6Z3GL.js → chunk-CX2Y673E.js} +923 -329
  7. package/dist/chunk-CYQDO4FX.js +3191 -0
  8. package/dist/{chunk-W7UCAYSF.js → chunk-FQYNRDHB.js} +923 -329
  9. package/dist/chunk-FRXRNCDV.js +14 -0
  10. package/dist/{chunk-F4YCPOQV.js → chunk-GAYJUXNZ.js} +947 -353
  11. package/dist/{chunk-7WEVNKAM.js → chunk-HZEV7D5E.js} +1301 -594
  12. package/dist/{chunk-4ZMQ5CTL.js → chunk-NIEACU6R.js} +7 -31
  13. package/dist/{chunk-Q6MWNJ2V.js → chunk-NRV6MPRM.js} +3421 -1378
  14. package/dist/{chunk-44LN7YTE.js → chunk-PHRILOVX.js} +923 -329
  15. package/dist/{chunk-URHI6FFP.js → chunk-UFYKXOY2.js} +2233 -690
  16. package/dist/{chunk-63OD34W2.js → chunk-UWAVSKMD.js} +1301 -594
  17. package/dist/chunk-VBNF7BRI.js +3492 -0
  18. package/dist/{chunk-2DJFVQUQ.js → chunk-WXCXZRKP.js} +1305 -598
  19. package/dist/{chunk-7NKZVHIZ.js → chunk-YHKFJCXG.js} +1445 -496
  20. package/dist/correlationVolcano.js +1 -1
  21. package/dist/grin2.js +1 -1
  22. package/dist/index.js +79 -61
  23. package/dist/termdb.boxplot.js +1 -1
  24. package/dist/termdb.categories.js +1 -1
  25. package/dist/termdb.chat.js +3122 -5
  26. package/dist/termdb.chat2.js +13 -0
  27. package/dist/termdb.cluster.js +1 -1
  28. package/dist/termdb.descrstats.js +1 -1
  29. package/dist/termdb.diffMeth.js +11 -0
  30. package/dist/termdb.dmr.js +11 -0
  31. package/dist/termdb.numericcategories.js +1 -1
  32. package/dist/termdb.percentile.js +1 -1
  33. package/dist/termdb.singlecellData.js +1 -1
  34. package/dist/termdb.termsbyids.js +1 -1
  35. package/dist/termdb.topTermsByType.js +1 -1
  36. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  37. package/dist/termdb.violin.js +1 -1
  38. package/package.json +1 -1
  39. package/src/dataset.ts +55 -8
  40. package/src/index.ts +5 -1
  41. package/src/routes/grin2.ts +5 -11
  42. package/src/routes/{termdb.chat.ts → termdb.chat2.ts} +42 -15
  43. package/src/routes/termdb.cluster.ts +11 -0
  44. package/src/routes/termdb.diffMeth.ts +49 -0
  45. package/src/routes/termdb.dmr.ts +47 -0
  46. package/src/routes/termdb.singlecellData.ts +3 -1
  47. package/src/terms/dnaMethylation.ts +19 -0
  48. package/src/terms/numeric.ts +13 -2
  49. package/src/terms/singleCellCellType.ts +1 -1
  50. package/src/terms/singleCellGeneExpression.ts +25 -19
  51. package/src/terms/term.ts +1 -1
  52. package/src/terms/termCollection.ts +93 -21
  53. package/src/terms/wholeProteomeAbundance.ts +30 -0
  54. package/dist/chunk-WWE2SDCU.js +0 -494
@@ -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 && $io49(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 && $io56(input3.q)) && "QualTWValues" === input3.type;
87
87
  const $io3 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -92,7 +92,7 @@ var validTermsByIdsResponse = (input) => {
92
92
  return true;
93
93
  return true;
94
94
  });
95
- const $io4 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io35(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 && $io39(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,7 +107,7 @@ 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 && $io26(elem)));
110
+ const $io10 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
111
111
  const $io11 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
112
112
  const $io12 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
113
113
  const $io13 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
@@ -128,36 +128,40 @@ var validTermsByIdsResponse = (input) => {
128
128
  const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
129
129
  const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
130
130
  const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
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) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io43(input3.term)) && "number" === typeof input3.ratio;
150
- const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io45(input3.propsByTermId));
151
- const $io44 = (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));
152
- const $io45 = (input3) => Object.keys(input3).every((key) => {
131
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "wholeProteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
132
+ const $io25 = (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));
133
+ const $io26 = (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));
134
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins));
135
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
136
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io13(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
137
+ const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
138
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
139
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
140
+ const $io33 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
141
+ const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io35(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
142
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
143
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
144
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
145
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
146
+ const $io39 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
147
+ const $io40 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
148
+ const $io41 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
149
+ const $io42 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
150
+ const $io43 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
151
+ const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
152
+ const $io45 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
153
+ const $io46 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
154
+ const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
155
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion));
156
+ const $io49 = (input3) => Object.keys(input3).every((key) => {
153
157
  const value = input3[key];
154
158
  if (void 0 === value)
155
159
  return true;
156
160
  if (RegExp(/(.*)/).test(key))
157
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io46(value);
161
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io50(value);
158
162
  return true;
159
163
  });
160
- const $io46 = (input3) => Object.keys(input3).every((key) => {
164
+ const $io50 = (input3) => Object.keys(input3).every((key) => {
161
165
  const value = input3[key];
162
166
  if (void 0 === value)
163
167
  return true;
@@ -165,43 +169,47 @@ var validTermsByIdsResponse = (input) => {
165
169
  return true;
166
170
  return true;
167
171
  });
168
- const $io47 = (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));
169
- const $io48 = (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));
170
- const $io49 = (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;
171
- 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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io51(input3.q)) && "QualTWPredefinedGS" === input3.type;
172
- const $io51 = (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;
173
- 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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q)) && "QualTWCustomGS" === input3.type;
174
- 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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io54(input3.customset));
175
- const $io54 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
176
- 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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io15(input3.q));
177
- 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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
178
- const $io57 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
179
- const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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);
180
- 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 && "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) && $io60(input3.q));
181
- const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "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);
182
- const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
183
- 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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && (null !== input3.type && void 0 === input3.type);
184
- const $io63 = (input3) => "number" === typeof input3.value;
185
- 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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io67(input3.q));
186
- const $io65 = (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)));
187
- const $io66 = (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)));
188
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.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;
189
- const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q));
190
- const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
191
- 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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io71(input3.q));
192
- 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) && (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 && $io54(input3.customset)) && Array.isArray(input3.dtLst);
193
- const $io72 = (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));
194
- const $io73 = (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;
195
- const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
196
- const $io75 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io76(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io78(input3.term));
197
- const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io77(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;
198
- const $io77 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
199
- const $io78 = (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 && $io79(elem)));
200
- const $io79 = (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 && $io80(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io81(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);
201
- const $io80 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
202
- const $io81 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
203
- const $io82 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io43(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
204
- const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
172
+ const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io52(elem)));
173
+ const $io52 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
174
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting));
175
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting));
176
+ const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
177
+ const $io57 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q)) && "QualTWPredefinedGS" === input3.type;
178
+ const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
179
+ const $io59 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q)) && "QualTWCustomGS" === input3.type;
180
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io61(input3.customset));
181
+ const $io61 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
182
+ const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io15(input3.q));
183
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
184
+ const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
185
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
186
+ const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io67(input3.q));
187
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
188
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q));
189
+ const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io70(elem))) && (null !== input3.type && void 0 === input3.type);
190
+ const $io70 = (input3) => "number" === typeof input3.value;
191
+ const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q));
192
+ const $io72 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
193
+ const $io73 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io39(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
194
+ const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
195
+ const $io75 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io76(input3.q));
196
+ const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
197
+ const $io77 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io78(input3.q));
198
+ const $io78 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io61(input3.customset)) && Array.isArray(input3.dtLst);
199
+ const $io79 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
200
+ const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
201
+ const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
202
+ const $io82 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io85(input3.term));
203
+ const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io84(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io7(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
204
+ const $io84 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
205
+ const $io85 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io86(elem)));
206
+ const $io86 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io87(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io88(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
207
+ const $io87 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
208
+ const $io88 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
209
+ const $io89 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io90(input3.q));
210
+ const $io90 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
211
+ const $io91 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io51(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io92(input3.q));
212
+ const $io92 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io52(elem)));
205
213
  const $iu0 = (input3) => (() => {
206
214
  if ("tvslst" === input3.type)
207
215
  return $io7(input3);
@@ -218,16 +226,16 @@ var validTermsByIdsResponse = (input) => {
218
226
  })();
219
227
  const $iu2 = (input3) => (() => {
220
228
  if ("gene" === input3.kind)
221
- return $io33(input3);
229
+ return $io37(input3);
222
230
  if ("coord" === input3.kind)
223
- return $io34(input3);
231
+ return $io38(input3);
224
232
  return false;
225
233
  })();
226
234
  const $iu3 = (input3) => (() => {
227
235
  if ("string" === typeof input3.type)
228
- return $io37(input3);
236
+ return $io41(input3);
229
237
  if ("filter" === input3.type)
230
- return $io39(input3);
238
+ return $io43(input3);
231
239
  return false;
232
240
  })();
233
241
  const $iu4 = (input3) => (() => {
@@ -245,32 +253,34 @@ var validTermsByIdsResponse = (input) => {
245
253
  return false;
246
254
  })();
247
255
  const $iu6 = (input3) => (() => {
248
- if ("TermCollectionTWValues" === input3.type)
249
- return $io82(input3);
256
+ if ("TermCollectionTWQual" === input3.type)
257
+ return $io91(input3);
258
+ if ("TermCollectionTWCont" === input3.type)
259
+ return $io89(input3);
250
260
  if ("SnpsTW" === input3.type)
251
- return $io75(input3);
261
+ return $io82(input3);
252
262
  if ("ConditionTW" === input3.type)
253
- return $io72(input3);
263
+ return $io79(input3);
254
264
  if ("GvCustomGsTW" === input3.type)
255
- return $io70(input3);
265
+ return $io77(input3);
256
266
  if ("GvPredefinedGsTW" === input3.type)
257
- return $io68(input3);
267
+ return $io75(input3);
258
268
  if ("GvValuesTW" === input3.type)
259
- return $io64(input3);
269
+ return $io71(input3);
260
270
  if ("NumTWSpline" === input3.type)
261
- return $io61(input3);
271
+ return $io68(input3);
262
272
  if ("NumTWCont" === input3.type)
263
- return $io59(input3);
273
+ return $io66(input3);
264
274
  if ("NumTWBinary" === input3.type)
265
- return $io57(input3);
275
+ return $io64(input3);
266
276
  if ("NumTWCustomBin" === input3.type)
267
- return $io56(input3);
277
+ return $io63(input3);
268
278
  if ("NumTWRegularBin" === input3.type)
269
- return $io55(input3);
279
+ return $io62(input3);
270
280
  if ("QualTWCustomGS" === input3.type)
271
- return $io52(input3);
281
+ return $io59(input3);
272
282
  if ("QualTWPredefinedGS" === input3.type)
273
- return $io50(input3);
283
+ return $io57(input3);
274
284
  if ("QualTWValues" === input3.type)
275
285
  return $io2(input3);
276
286
  return false;
@@ -279,23 +289,23 @@ var validTermsByIdsResponse = (input) => {
279
289
  if ("categorical" === input3.type)
280
290
  return $io4(input3);
281
291
  if ("snp" === input3.type)
282
- return $io47(input3);
292
+ return $io53(input3);
283
293
  if ("singleCellCellType" === input3.type)
284
- return $io48(input3);
294
+ return $io54(input3);
285
295
  return false;
286
296
  })();
287
297
  const $iu8 = (input3) => (() => {
288
298
  if (void 0 !== input3.ranges)
289
299
  return $io10(input3);
290
300
  if (void 0 !== input3.ratio)
291
- return $io42(input3);
301
+ return $io46(input3);
292
302
  return (() => {
293
303
  if ($io9(input3))
294
304
  return $io9(input3);
295
- if ($io27(input3))
296
- return $io27(input3);
297
- if ($io30(input3))
298
- return $io30(input3);
305
+ if ($io31(input3))
306
+ return $io31(input3);
307
+ if ($io34(input3))
308
+ return $io34(input3);
299
309
  return false;
300
310
  })();
301
311
  })();
@@ -304,15 +314,23 @@ var validTermsByIdsResponse = (input) => {
304
314
  return $io11(input3);
305
315
  if ("metaboliteIntensity" === input3.type)
306
316
  return $io23(input3);
307
- if ("date" === input3.type)
317
+ if ("wholeProteomeAbundance" === input3.type)
308
318
  return $io24(input3);
309
- if ("ssGSEA" === input3.type)
319
+ if ("date" === input3.type)
310
320
  return $io25(input3);
321
+ if ("ssGSEA" === input3.type)
322
+ return $io26(input3);
323
+ if ("dnaMethylation" === input3.type)
324
+ return $io27(input3);
311
325
  return (() => {
312
326
  if ($io22(input3))
313
327
  return $io22(input3);
314
328
  if ($io21(input3))
315
329
  return $io21(input3);
330
+ if ($io29(input3))
331
+ return $io29(input3);
332
+ if ($io28(input3))
333
+ return $io28(input3);
316
334
  return false;
317
335
  })();
318
336
  })();
@@ -325,23 +343,30 @@ var validTermsByIdsResponse = (input) => {
325
343
  })();
326
344
  const $iu11 = (input3) => (() => {
327
345
  if ("gene" === input3.kind)
328
- return $io32(input3);
346
+ return $io36(input3);
329
347
  if ("coord" === input3.kind)
330
- return $io40(input3);
348
+ return $io44(input3);
331
349
  return false;
332
350
  })();
333
351
  const $iu12 = (input3) => (() => {
352
+ if ("numeric" === input3.memberType)
353
+ return $io47(input3);
354
+ if ("categorical" === input3.memberType)
355
+ return $io51(input3);
356
+ return false;
357
+ })();
358
+ const $iu13 = (input3) => (() => {
334
359
  if ("gene" === input3.kind)
335
- return $io65(input3);
360
+ return $io72(input3);
336
361
  if ("coord" === input3.kind)
337
- return $io66(input3);
362
+ return $io73(input3);
338
363
  return false;
339
364
  })();
340
- const $iu13 = (input3) => (() => {
365
+ const $iu14 = (input3) => (() => {
341
366
  if ("grade" === input3.valueFor)
342
- return $io73(input3);
367
+ return $io80(input3);
343
368
  if ("children" === input3.valueFor)
344
- return $io74(input3);
369
+ return $io81(input3);
345
370
  return false;
346
371
  })();
347
372
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -366,11 +391,11 @@ var validTermsByIdsResponse = (input) => {
366
391
  if (RegExp(/(.*)/).test(key))
367
392
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
368
393
  path: _path2 + $join(key),
369
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
394
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
370
395
  value
371
396
  })) && $vu6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
372
397
  path: _path2 + $join(key),
373
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
398
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
374
399
  value
375
400
  });
376
401
  return true;
@@ -411,7 +436,7 @@ var validTermsByIdsResponse = (input) => {
411
436
  path: _path2 + ".q",
412
437
  expected: "ValuesQ",
413
438
  value: input3.q
414
- })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
439
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
415
440
  path: _path2 + ".q",
416
441
  expected: "ValuesQ",
417
442
  value: input3.q
@@ -496,7 +521,7 @@ var validTermsByIdsResponse = (input) => {
496
521
  path: _path2 + ".groupsetting",
497
522
  expected: "TermGroupSetting",
498
523
  value: input3.groupsetting
499
- })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
524
+ })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
500
525
  path: _path2 + ".groupsetting",
501
526
  expected: "TermGroupSetting",
502
527
  value: input3.groupsetting
@@ -653,11 +678,11 @@ var validTermsByIdsResponse = (input) => {
653
678
  value: input3.isnot
654
679
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
655
680
  path: _path2 + ".term",
656
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
681
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
657
682
  value: input3.term
658
683
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
659
684
  path: _path2 + ".term",
660
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
685
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
661
686
  value: input3.term
662
687
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
663
688
  path: _path2 + ".ranges",
@@ -683,7 +708,7 @@ var validTermsByIdsResponse = (input) => {
683
708
  path: _path2 + ".values[" + _index6 + "]",
684
709
  expected: "__type.o5",
685
710
  value: elem
686
- })) && $vo26(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
711
+ })) && $vo30(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
687
712
  path: _path2 + ".values[" + _index6 + "]",
688
713
  expected: "__type.o5",
689
714
  value: elem
@@ -1386,9 +1411,9 @@ var validTermsByIdsResponse = (input) => {
1386
1411
  path: _path2 + ".name",
1387
1412
  expected: "string",
1388
1413
  value: input3.name
1389
- }), "date" === input3.type || $report(_exceptionable2, {
1414
+ }), "wholeProteomeAbundance" === input3.type || $report(_exceptionable2, {
1390
1415
  path: _path2 + ".type",
1391
- expected: '"date"',
1416
+ expected: '"wholeProteomeAbundance"',
1392
1417
  value: input3.type
1393
1418
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1394
1419
  path: _path2 + ".child_types",
@@ -1454,6 +1479,10 @@ var validTermsByIdsResponse = (input) => {
1454
1479
  path: _path2 + ".unit",
1455
1480
  expected: "(string | undefined)",
1456
1481
  value: input3.unit
1482
+ }), "string" === typeof input3.protein || $report(_exceptionable2, {
1483
+ path: _path2 + ".protein",
1484
+ expected: "string",
1485
+ value: input3.protein
1457
1486
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1458
1487
  path: _path2 + ".bins",
1459
1488
  expected: "(PresetNumericBins | undefined)",
@@ -1471,9 +1500,9 @@ var validTermsByIdsResponse = (input) => {
1471
1500
  path: _path2 + ".name",
1472
1501
  expected: "string",
1473
1502
  value: input3.name
1474
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1503
+ }), "date" === input3.type || $report(_exceptionable2, {
1475
1504
  path: _path2 + ".type",
1476
- expected: '"ssGSEA"',
1505
+ expected: '"date"',
1477
1506
  value: input3.type
1478
1507
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1479
1508
  path: _path2 + ".child_types",
@@ -1539,18 +1568,6 @@ var validTermsByIdsResponse = (input) => {
1539
1568
  path: _path2 + ".unit",
1540
1569
  expected: "(string | undefined)",
1541
1570
  value: input3.unit
1542
- }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1543
- path: _path2 + ".genes",
1544
- expected: "(Array<string> | undefined)",
1545
- value: input3.genes
1546
- })) && input3.genes.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1547
- path: _path2 + ".genes[" + _index20 + "]",
1548
- expected: "string",
1549
- value: elem
1550
- })).every((flag) => flag) || $report(_exceptionable2, {
1551
- path: _path2 + ".genes",
1552
- expected: "(Array<string> | undefined)",
1553
- value: input3.genes
1554
1571
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1555
1572
  path: _path2 + ".bins",
1556
1573
  expected: "(PresetNumericBins | undefined)",
@@ -1560,69 +1577,7 @@ var validTermsByIdsResponse = (input) => {
1560
1577
  expected: "(PresetNumericBins | undefined)",
1561
1578
  value: input3.bins
1562
1579
  })].every((flag) => flag);
1563
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1564
- path: _path2 + ".key",
1565
- expected: "string",
1566
- value: input3.key
1567
- }), "number" === typeof input3.value || $report(_exceptionable2, {
1568
- path: _path2 + ".value",
1569
- expected: "number",
1570
- value: input3.value
1571
- }), true === input3.uncomputable || $report(_exceptionable2, {
1572
- path: _path2 + ".uncomputable",
1573
- expected: "true",
1574
- value: input3.uncomputable
1575
- }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
1576
- path: _path2 + ".label",
1577
- expected: "(string | undefined)",
1578
- value: input3.label
1579
- })].every((flag) => flag);
1580
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1581
- path: _path2 + ".join",
1582
- expected: "(string | undefined)",
1583
- value: input3.join
1584
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1585
- path: _path2 + ".isnot",
1586
- expected: "(boolean | undefined)",
1587
- value: input3.isnot
1588
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1589
- path: _path2 + ".term",
1590
- expected: "ConditionTerm",
1591
- value: input3.term
1592
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1593
- path: _path2 + ".term",
1594
- expected: "ConditionTerm",
1595
- value: input3.term
1596
- }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
1597
- path: _path2 + ".value_by_max_grade",
1598
- expected: "(boolean | undefined)",
1599
- value: input3.value_by_max_grade
1600
- }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
1601
- path: _path2 + ".value_by_most_recent",
1602
- expected: "(boolean | undefined)",
1603
- value: input3.value_by_most_recent
1604
- }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
1605
- path: _path2 + ".value_by_computable_grade",
1606
- expected: "(boolean | undefined)",
1607
- value: input3.value_by_computable_grade
1608
- }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
1609
- path: _path2 + ".grade_and_child",
1610
- expected: "(Array<GradeAndChildEntry> | undefined)",
1611
- value: input3.grade_and_child
1612
- })) && input3.grade_and_child.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1613
- path: _path2 + ".grade_and_child[" + _index21 + "]",
1614
- expected: "GradeAndChildEntry",
1615
- value: elem
1616
- })) && $vo29(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1617
- path: _path2 + ".grade_and_child[" + _index21 + "]",
1618
- expected: "GradeAndChildEntry",
1619
- value: elem
1620
- })).every((flag) => flag) || $report(_exceptionable2, {
1621
- path: _path2 + ".grade_and_child",
1622
- expected: "(Array<GradeAndChildEntry> | undefined)",
1623
- value: input3.grade_and_child
1624
- })].every((flag) => flag);
1625
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1580
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1626
1581
  path: _path2 + ".id",
1627
1582
  expected: "string",
1628
1583
  value: input3.id
@@ -1630,16 +1585,16 @@ var validTermsByIdsResponse = (input) => {
1630
1585
  path: _path2 + ".name",
1631
1586
  expected: "string",
1632
1587
  value: input3.name
1633
- }), "condition" === input3.type || $report(_exceptionable2, {
1588
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1634
1589
  path: _path2 + ".type",
1635
- expected: '"condition"',
1590
+ expected: '"ssGSEA"',
1636
1591
  value: input3.type
1637
1592
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1638
1593
  path: _path2 + ".child_types",
1639
1594
  expected: "(Array<string> | undefined)",
1640
1595
  value: input3.child_types
1641
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1642
- path: _path2 + ".child_types[" + _index22 + "]",
1596
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1597
+ path: _path2 + ".child_types[" + _index20 + "]",
1643
1598
  expected: "string",
1644
1599
  value: elem
1645
1600
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1654,8 +1609,8 @@ var validTermsByIdsResponse = (input) => {
1654
1609
  path: _path2 + ".included_types",
1655
1610
  expected: "(Array<string> | undefined)",
1656
1611
  value: input3.included_types
1657
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1658
- path: _path2 + ".included_types[" + _index23 + "]",
1612
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1613
+ path: _path2 + ".included_types[" + _index21 + "]",
1659
1614
  expected: "string",
1660
1615
  value: elem
1661
1616
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1686,115 +1641,40 @@ var validTermsByIdsResponse = (input) => {
1686
1641
  path: _path2 + ".valueConversion",
1687
1642
  expected: "(__type.o3 | undefined)",
1688
1643
  value: input3.valueConversion
1689
- })].every((flag) => flag);
1690
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1691
- path: _path2 + ".grade",
1692
- expected: "number",
1693
- value: input3.grade
1694
- }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
1695
- path: _path2 + ".grade_label",
1696
- expected: "string",
1697
- value: input3.grade_label
1698
- }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
1699
- path: _path2 + ".child_id",
1644
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1645
+ path: _path2 + ".continuousColorScale",
1646
+ expected: "(__type.o4 | undefined)",
1647
+ value: input3.continuousColorScale
1648
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1649
+ path: _path2 + ".continuousColorScale",
1650
+ expected: "(__type.o4 | undefined)",
1651
+ value: input3.continuousColorScale
1652
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1653
+ path: _path2 + ".unit",
1700
1654
  expected: "(string | undefined)",
1701
- value: input3.child_id
1702
- }), "string" === typeof input3.child_label || $report(_exceptionable2, {
1703
- path: _path2 + ".child_label",
1655
+ value: input3.unit
1656
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1657
+ path: _path2 + ".genes",
1658
+ expected: "(Array<string> | undefined)",
1659
+ value: input3.genes
1660
+ })) && input3.genes.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1661
+ path: _path2 + ".genes[" + _index22 + "]",
1704
1662
  expected: "string",
1705
- value: input3.child_label
1706
- })].every((flag) => flag);
1707
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1708
- path: _path2 + ".join",
1709
- expected: "(string | undefined)",
1710
- value: input3.join
1711
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1712
- path: _path2 + ".isnot",
1713
- expected: "(boolean | undefined)",
1714
- value: input3.isnot
1715
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1716
- path: _path2 + ".term",
1717
- expected: "DtTerm",
1718
- value: input3.term
1719
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1720
- path: _path2 + ".term",
1721
- expected: "DtTerm",
1722
- value: input3.term
1723
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1724
- path: _path2 + ".values",
1725
- expected: "Array<__type>.o2",
1726
- value: input3.values
1727
- })) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1728
- path: _path2 + ".values[" + _index24 + "]",
1729
- expected: "__type.o7",
1730
- value: elem
1731
- })) && $vo41(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1732
- path: _path2 + ".values[" + _index24 + "]",
1733
- expected: "__type.o7",
1734
1663
  value: elem
1735
1664
  })).every((flag) => flag) || $report(_exceptionable2, {
1736
- path: _path2 + ".values",
1737
- expected: "Array<__type>.o2",
1738
- value: input3.values
1739
- }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
1740
- path: _path2 + ".includeNotTested",
1741
- expected: "(boolean | undefined)",
1742
- value: input3.includeNotTested
1743
- }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
1744
- path: _path2 + ".excludeGeneName",
1745
- expected: "(boolean | undefined)",
1746
- value: input3.excludeGeneName
1747
- })].every((flag) => flag);
1748
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1749
- path: _path2 + ".id",
1750
- expected: "string",
1751
- value: input3.id
1752
- }), "string" === typeof input3.query || $report(_exceptionable2, {
1753
- path: _path2 + ".query",
1754
- expected: "string",
1755
- value: input3.query
1756
- }), "string" === typeof input3.name || $report(_exceptionable2, {
1757
- path: _path2 + ".name",
1758
- expected: "string",
1759
- value: input3.name
1760
- }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
1761
- path: _path2 + ".name_noOrigin",
1762
- expected: "string",
1763
- value: input3.name_noOrigin
1764
- }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1765
- path: _path2 + ".parentTerm",
1766
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1767
- value: input3.parentTerm
1768
- })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1769
- path: _path2 + ".parentTerm",
1770
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1771
- value: input3.parentTerm
1772
- }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1773
- path: _path2 + ".isleaf",
1774
- expected: "boolean",
1775
- value: input3.isleaf
1776
- }), "string" === typeof input3.type || $report(_exceptionable2, {
1777
- path: _path2 + ".type",
1778
- expected: "string",
1779
- value: input3.type
1780
- }), "number" === typeof input3.dt || $report(_exceptionable2, {
1781
- path: _path2 + ".dt",
1782
- expected: "number",
1783
- value: input3.dt
1784
- }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
1785
- path: _path2 + ".origin",
1786
- expected: "(string | undefined)",
1787
- value: input3.origin
1788
- }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1789
- path: _path2 + ".values",
1790
- expected: "TermValues",
1791
- value: input3.values
1792
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1793
- path: _path2 + ".values",
1794
- expected: "TermValues",
1795
- value: input3.values
1665
+ path: _path2 + ".genes",
1666
+ expected: "(Array<string> | undefined)",
1667
+ value: input3.genes
1668
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1669
+ path: _path2 + ".bins",
1670
+ expected: "(PresetNumericBins | undefined)",
1671
+ value: input3.bins
1672
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1673
+ path: _path2 + ".bins",
1674
+ expected: "(PresetNumericBins | undefined)",
1675
+ value: input3.bins
1796
1676
  })].every((flag) => flag);
1797
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1677
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1798
1678
  path: _path2 + ".id",
1799
1679
  expected: "string",
1800
1680
  value: input3.id
@@ -1802,16 +1682,16 @@ var validTermsByIdsResponse = (input) => {
1802
1682
  path: _path2 + ".name",
1803
1683
  expected: "string",
1804
1684
  value: input3.name
1805
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
1685
+ }), "dnaMethylation" === input3.type || $report(_exceptionable2, {
1806
1686
  path: _path2 + ".type",
1807
- expected: '"geneVariant"',
1687
+ expected: '"dnaMethylation"',
1808
1688
  value: input3.type
1809
1689
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1810
1690
  path: _path2 + ".child_types",
1811
1691
  expected: "(Array<string> | undefined)",
1812
1692
  value: input3.child_types
1813
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1814
- path: _path2 + ".child_types[" + _index25 + "]",
1693
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1694
+ path: _path2 + ".child_types[" + _index23 + "]",
1815
1695
  expected: "string",
1816
1696
  value: elem
1817
1697
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1826,8 +1706,8 @@ var validTermsByIdsResponse = (input) => {
1826
1706
  path: _path2 + ".included_types",
1827
1707
  expected: "(Array<string> | undefined)",
1828
1708
  value: input3.included_types
1829
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1830
- path: _path2 + ".included_types[" + _index26 + "]",
1709
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1710
+ path: _path2 + ".included_types[" + _index24 + "]",
1831
1711
  expected: "string",
1832
1712
  value: elem
1833
1713
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1858,18 +1738,567 @@ var validTermsByIdsResponse = (input) => {
1858
1738
  path: _path2 + ".valueConversion",
1859
1739
  expected: "(__type.o3 | undefined)",
1860
1740
  value: input3.valueConversion
1861
- }), "gene" === input3.kind || $report(_exceptionable2, {
1862
- path: _path2 + ".kind",
1863
- expected: '"gene"',
1864
- value: input3.kind
1865
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1866
- path: _path2 + ".gene",
1867
- expected: "string",
1868
- value: input3.gene
1869
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1870
- path: _path2 + ".chr",
1741
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1742
+ path: _path2 + ".continuousColorScale",
1743
+ expected: "(__type.o4 | undefined)",
1744
+ value: input3.continuousColorScale
1745
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1746
+ path: _path2 + ".continuousColorScale",
1747
+ expected: "(__type.o4 | undefined)",
1748
+ value: input3.continuousColorScale
1749
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1750
+ path: _path2 + ".unit",
1871
1751
  expected: "(string | undefined)",
1872
- value: input3.chr
1752
+ value: input3.unit
1753
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1754
+ path: _path2 + ".chr",
1755
+ expected: "string",
1756
+ value: input3.chr
1757
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1758
+ path: _path2 + ".start",
1759
+ expected: "number",
1760
+ value: input3.start
1761
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1762
+ path: _path2 + ".stop",
1763
+ expected: "number",
1764
+ value: input3.stop
1765
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1766
+ path: _path2 + ".bins",
1767
+ expected: "(PresetNumericBins | undefined)",
1768
+ value: input3.bins
1769
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1770
+ path: _path2 + ".bins",
1771
+ expected: "(PresetNumericBins | undefined)",
1772
+ value: input3.bins
1773
+ })].every((flag) => flag);
1774
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1775
+ path: _path2 + ".id",
1776
+ expected: "string",
1777
+ value: input3.id
1778
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1779
+ path: _path2 + ".name",
1780
+ expected: "string",
1781
+ value: input3.name
1782
+ }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
1783
+ path: _path2 + ".type",
1784
+ expected: '"singleCellGeneExpression"',
1785
+ value: input3.type
1786
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1787
+ path: _path2 + ".child_types",
1788
+ expected: "(Array<string> | undefined)",
1789
+ value: input3.child_types
1790
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1791
+ path: _path2 + ".child_types[" + _index25 + "]",
1792
+ expected: "string",
1793
+ value: elem
1794
+ })).every((flag) => flag) || $report(_exceptionable2, {
1795
+ path: _path2 + ".child_types",
1796
+ expected: "(Array<string> | undefined)",
1797
+ value: input3.child_types
1798
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1799
+ path: _path2 + ".hashtmldetail",
1800
+ expected: "(boolean | undefined)",
1801
+ value: input3.hashtmldetail
1802
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1803
+ path: _path2 + ".included_types",
1804
+ expected: "(Array<string> | undefined)",
1805
+ value: input3.included_types
1806
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1807
+ path: _path2 + ".included_types[" + _index26 + "]",
1808
+ expected: "string",
1809
+ value: elem
1810
+ })).every((flag) => flag) || $report(_exceptionable2, {
1811
+ path: _path2 + ".included_types",
1812
+ expected: "(Array<string> | undefined)",
1813
+ value: input3.included_types
1814
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1815
+ path: _path2 + ".isleaf",
1816
+ expected: "(boolean | undefined)",
1817
+ value: input3.isleaf
1818
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1819
+ path: _path2 + ".values",
1820
+ expected: "(TermValues | undefined)",
1821
+ value: input3.values
1822
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1823
+ path: _path2 + ".values",
1824
+ expected: "(TermValues | undefined)",
1825
+ value: input3.values
1826
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1827
+ path: _path2 + ".skipValuesBuild",
1828
+ expected: "(boolean | undefined)",
1829
+ value: input3.skipValuesBuild
1830
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1831
+ path: _path2 + ".valueConversion",
1832
+ expected: "(__type.o3 | undefined)",
1833
+ value: input3.valueConversion
1834
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1835
+ path: _path2 + ".valueConversion",
1836
+ expected: "(__type.o3 | undefined)",
1837
+ value: input3.valueConversion
1838
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1839
+ path: _path2 + ".continuousColorScale",
1840
+ expected: "(__type.o4 | undefined)",
1841
+ value: input3.continuousColorScale
1842
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1843
+ path: _path2 + ".continuousColorScale",
1844
+ expected: "(__type.o4 | undefined)",
1845
+ value: input3.continuousColorScale
1846
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1847
+ path: _path2 + ".unit",
1848
+ expected: "(string | undefined)",
1849
+ value: input3.unit
1850
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1851
+ path: _path2 + ".gene",
1852
+ expected: "string",
1853
+ value: input3.gene
1854
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
1855
+ path: _path2 + ".sample",
1856
+ expected: "string",
1857
+ value: input3.sample
1858
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1859
+ path: _path2 + ".bins",
1860
+ expected: "(PresetNumericBins | undefined)",
1861
+ value: input3.bins
1862
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1863
+ path: _path2 + ".bins",
1864
+ expected: "(PresetNumericBins | undefined)",
1865
+ value: input3.bins
1866
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1867
+ path: _path2 + ".kind",
1868
+ expected: '("gene" | undefined)',
1869
+ value: input3.kind
1870
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1871
+ path: _path2 + ".chr",
1872
+ expected: "(string | undefined)",
1873
+ value: input3.chr
1874
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1875
+ path: _path2 + ".start",
1876
+ expected: "(number | undefined)",
1877
+ value: input3.start
1878
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1879
+ path: _path2 + ".stop",
1880
+ expected: "(number | undefined)",
1881
+ value: input3.stop
1882
+ })].every((flag) => flag);
1883
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1884
+ path: _path2 + ".id",
1885
+ expected: "string",
1886
+ value: input3.id
1887
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1888
+ path: _path2 + ".name",
1889
+ expected: "string",
1890
+ value: input3.name
1891
+ }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
1892
+ path: _path2 + ".type",
1893
+ expected: '"singleCellGeneExpression"',
1894
+ value: input3.type
1895
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1896
+ path: _path2 + ".child_types",
1897
+ expected: "(Array<string> | undefined)",
1898
+ value: input3.child_types
1899
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1900
+ path: _path2 + ".child_types[" + _index27 + "]",
1901
+ expected: "string",
1902
+ value: elem
1903
+ })).every((flag) => flag) || $report(_exceptionable2, {
1904
+ path: _path2 + ".child_types",
1905
+ expected: "(Array<string> | undefined)",
1906
+ value: input3.child_types
1907
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1908
+ path: _path2 + ".hashtmldetail",
1909
+ expected: "(boolean | undefined)",
1910
+ value: input3.hashtmldetail
1911
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1912
+ path: _path2 + ".included_types",
1913
+ expected: "(Array<string> | undefined)",
1914
+ value: input3.included_types
1915
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1916
+ path: _path2 + ".included_types[" + _index28 + "]",
1917
+ expected: "string",
1918
+ value: elem
1919
+ })).every((flag) => flag) || $report(_exceptionable2, {
1920
+ path: _path2 + ".included_types",
1921
+ expected: "(Array<string> | undefined)",
1922
+ value: input3.included_types
1923
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1924
+ path: _path2 + ".isleaf",
1925
+ expected: "(boolean | undefined)",
1926
+ value: input3.isleaf
1927
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1928
+ path: _path2 + ".values",
1929
+ expected: "(TermValues | undefined)",
1930
+ value: input3.values
1931
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1932
+ path: _path2 + ".values",
1933
+ expected: "(TermValues | undefined)",
1934
+ value: input3.values
1935
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1936
+ path: _path2 + ".skipValuesBuild",
1937
+ expected: "(boolean | undefined)",
1938
+ value: input3.skipValuesBuild
1939
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1940
+ path: _path2 + ".valueConversion",
1941
+ expected: "(__type.o3 | undefined)",
1942
+ value: input3.valueConversion
1943
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1944
+ path: _path2 + ".valueConversion",
1945
+ expected: "(__type.o3 | undefined)",
1946
+ value: input3.valueConversion
1947
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1948
+ path: _path2 + ".continuousColorScale",
1949
+ expected: "(__type.o4 | undefined)",
1950
+ value: input3.continuousColorScale
1951
+ })) && $vo13(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1952
+ path: _path2 + ".continuousColorScale",
1953
+ expected: "(__type.o4 | undefined)",
1954
+ value: input3.continuousColorScale
1955
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1956
+ path: _path2 + ".unit",
1957
+ expected: "(string | undefined)",
1958
+ value: input3.unit
1959
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1960
+ path: _path2 + ".gene",
1961
+ expected: "string",
1962
+ value: input3.gene
1963
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
1964
+ path: _path2 + ".sample",
1965
+ expected: "string",
1966
+ value: input3.sample
1967
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1968
+ path: _path2 + ".bins",
1969
+ expected: "(PresetNumericBins | undefined)",
1970
+ value: input3.bins
1971
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1972
+ path: _path2 + ".bins",
1973
+ expected: "(PresetNumericBins | undefined)",
1974
+ value: input3.bins
1975
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1976
+ path: _path2 + ".kind",
1977
+ expected: '("coord" | undefined)',
1978
+ value: input3.kind
1979
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1980
+ path: _path2 + ".chr",
1981
+ expected: "string",
1982
+ value: input3.chr
1983
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1984
+ path: _path2 + ".start",
1985
+ expected: "number",
1986
+ value: input3.start
1987
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1988
+ path: _path2 + ".stop",
1989
+ expected: "number",
1990
+ value: input3.stop
1991
+ })].every((flag) => flag);
1992
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1993
+ path: _path2 + ".key",
1994
+ expected: "string",
1995
+ value: input3.key
1996
+ }), "number" === typeof input3.value || $report(_exceptionable2, {
1997
+ path: _path2 + ".value",
1998
+ expected: "number",
1999
+ value: input3.value
2000
+ }), true === input3.uncomputable || $report(_exceptionable2, {
2001
+ path: _path2 + ".uncomputable",
2002
+ expected: "true",
2003
+ value: input3.uncomputable
2004
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2005
+ path: _path2 + ".label",
2006
+ expected: "(string | undefined)",
2007
+ value: input3.label
2008
+ })].every((flag) => flag);
2009
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2010
+ path: _path2 + ".join",
2011
+ expected: "(string | undefined)",
2012
+ value: input3.join
2013
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2014
+ path: _path2 + ".isnot",
2015
+ expected: "(boolean | undefined)",
2016
+ value: input3.isnot
2017
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2018
+ path: _path2 + ".term",
2019
+ expected: "ConditionTerm",
2020
+ value: input3.term
2021
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2022
+ path: _path2 + ".term",
2023
+ expected: "ConditionTerm",
2024
+ value: input3.term
2025
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2026
+ path: _path2 + ".value_by_max_grade",
2027
+ expected: "(boolean | undefined)",
2028
+ value: input3.value_by_max_grade
2029
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2030
+ path: _path2 + ".value_by_most_recent",
2031
+ expected: "(boolean | undefined)",
2032
+ value: input3.value_by_most_recent
2033
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2034
+ path: _path2 + ".value_by_computable_grade",
2035
+ expected: "(boolean | undefined)",
2036
+ value: input3.value_by_computable_grade
2037
+ }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
2038
+ path: _path2 + ".grade_and_child",
2039
+ expected: "(Array<GradeAndChildEntry> | undefined)",
2040
+ value: input3.grade_and_child
2041
+ })) && input3.grade_and_child.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2042
+ path: _path2 + ".grade_and_child[" + _index29 + "]",
2043
+ expected: "GradeAndChildEntry",
2044
+ value: elem
2045
+ })) && $vo33(elem, _path2 + ".grade_and_child[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2046
+ path: _path2 + ".grade_and_child[" + _index29 + "]",
2047
+ expected: "GradeAndChildEntry",
2048
+ value: elem
2049
+ })).every((flag) => flag) || $report(_exceptionable2, {
2050
+ path: _path2 + ".grade_and_child",
2051
+ expected: "(Array<GradeAndChildEntry> | undefined)",
2052
+ value: input3.grade_and_child
2053
+ })].every((flag) => flag);
2054
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2055
+ path: _path2 + ".id",
2056
+ expected: "string",
2057
+ value: input3.id
2058
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2059
+ path: _path2 + ".name",
2060
+ expected: "string",
2061
+ value: input3.name
2062
+ }), "condition" === input3.type || $report(_exceptionable2, {
2063
+ path: _path2 + ".type",
2064
+ expected: '"condition"',
2065
+ value: input3.type
2066
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2067
+ path: _path2 + ".child_types",
2068
+ expected: "(Array<string> | undefined)",
2069
+ value: input3.child_types
2070
+ })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2071
+ path: _path2 + ".child_types[" + _index30 + "]",
2072
+ expected: "string",
2073
+ value: elem
2074
+ })).every((flag) => flag) || $report(_exceptionable2, {
2075
+ path: _path2 + ".child_types",
2076
+ expected: "(Array<string> | undefined)",
2077
+ value: input3.child_types
2078
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2079
+ path: _path2 + ".hashtmldetail",
2080
+ expected: "(boolean | undefined)",
2081
+ value: input3.hashtmldetail
2082
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2083
+ path: _path2 + ".included_types",
2084
+ expected: "(Array<string> | undefined)",
2085
+ value: input3.included_types
2086
+ })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2087
+ path: _path2 + ".included_types[" + _index31 + "]",
2088
+ expected: "string",
2089
+ value: elem
2090
+ })).every((flag) => flag) || $report(_exceptionable2, {
2091
+ path: _path2 + ".included_types",
2092
+ expected: "(Array<string> | undefined)",
2093
+ value: input3.included_types
2094
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2095
+ path: _path2 + ".isleaf",
2096
+ expected: "(boolean | undefined)",
2097
+ value: input3.isleaf
2098
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2099
+ path: _path2 + ".values",
2100
+ expected: "(TermValues | undefined)",
2101
+ value: input3.values
2102
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2103
+ path: _path2 + ".values",
2104
+ expected: "(TermValues | undefined)",
2105
+ value: input3.values
2106
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2107
+ path: _path2 + ".skipValuesBuild",
2108
+ expected: "(boolean | undefined)",
2109
+ value: input3.skipValuesBuild
2110
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2111
+ path: _path2 + ".valueConversion",
2112
+ expected: "(__type.o3 | undefined)",
2113
+ value: input3.valueConversion
2114
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2115
+ path: _path2 + ".valueConversion",
2116
+ expected: "(__type.o3 | undefined)",
2117
+ value: input3.valueConversion
2118
+ })].every((flag) => flag);
2119
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2120
+ path: _path2 + ".grade",
2121
+ expected: "number",
2122
+ value: input3.grade
2123
+ }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
2124
+ path: _path2 + ".grade_label",
2125
+ expected: "string",
2126
+ value: input3.grade_label
2127
+ }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
2128
+ path: _path2 + ".child_id",
2129
+ expected: "(string | undefined)",
2130
+ value: input3.child_id
2131
+ }), "string" === typeof input3.child_label || $report(_exceptionable2, {
2132
+ path: _path2 + ".child_label",
2133
+ expected: "string",
2134
+ value: input3.child_label
2135
+ })].every((flag) => flag);
2136
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2137
+ path: _path2 + ".join",
2138
+ expected: "(string | undefined)",
2139
+ value: input3.join
2140
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2141
+ path: _path2 + ".isnot",
2142
+ expected: "(boolean | undefined)",
2143
+ value: input3.isnot
2144
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2145
+ path: _path2 + ".term",
2146
+ expected: "DtTerm",
2147
+ value: input3.term
2148
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2149
+ path: _path2 + ".term",
2150
+ expected: "DtTerm",
2151
+ value: input3.term
2152
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2153
+ path: _path2 + ".values",
2154
+ expected: "Array<__type>.o2",
2155
+ value: input3.values
2156
+ })) && input3.values.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2157
+ path: _path2 + ".values[" + _index32 + "]",
2158
+ expected: "__type.o7",
2159
+ value: elem
2160
+ })) && $vo45(elem, _path2 + ".values[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2161
+ path: _path2 + ".values[" + _index32 + "]",
2162
+ expected: "__type.o7",
2163
+ value: elem
2164
+ })).every((flag) => flag) || $report(_exceptionable2, {
2165
+ path: _path2 + ".values",
2166
+ expected: "Array<__type>.o2",
2167
+ value: input3.values
2168
+ }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
2169
+ path: _path2 + ".includeNotTested",
2170
+ expected: "(boolean | undefined)",
2171
+ value: input3.includeNotTested
2172
+ }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
2173
+ path: _path2 + ".excludeGeneName",
2174
+ expected: "(boolean | undefined)",
2175
+ value: input3.excludeGeneName
2176
+ })].every((flag) => flag);
2177
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2178
+ path: _path2 + ".id",
2179
+ expected: "string",
2180
+ value: input3.id
2181
+ }), "string" === typeof input3.query || $report(_exceptionable2, {
2182
+ path: _path2 + ".query",
2183
+ expected: "string",
2184
+ value: input3.query
2185
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2186
+ path: _path2 + ".name",
2187
+ expected: "string",
2188
+ value: input3.name
2189
+ }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
2190
+ path: _path2 + ".name_noOrigin",
2191
+ expected: "string",
2192
+ value: input3.name_noOrigin
2193
+ }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
2194
+ path: _path2 + ".parentTerm",
2195
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
2196
+ value: input3.parentTerm
2197
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2198
+ path: _path2 + ".parentTerm",
2199
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
2200
+ value: input3.parentTerm
2201
+ }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2202
+ path: _path2 + ".isleaf",
2203
+ expected: "boolean",
2204
+ value: input3.isleaf
2205
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
2206
+ path: _path2 + ".type",
2207
+ expected: "string",
2208
+ value: input3.type
2209
+ }), "number" === typeof input3.dt || $report(_exceptionable2, {
2210
+ path: _path2 + ".dt",
2211
+ expected: "number",
2212
+ value: input3.dt
2213
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
2214
+ path: _path2 + ".origin",
2215
+ expected: "(string | undefined)",
2216
+ value: input3.origin
2217
+ }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2218
+ path: _path2 + ".values",
2219
+ expected: "TermValues",
2220
+ value: input3.values
2221
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2222
+ path: _path2 + ".values",
2223
+ expected: "TermValues",
2224
+ value: input3.values
2225
+ })].every((flag) => flag);
2226
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2227
+ path: _path2 + ".id",
2228
+ expected: "string",
2229
+ value: input3.id
2230
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2231
+ path: _path2 + ".name",
2232
+ expected: "string",
2233
+ value: input3.name
2234
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
2235
+ path: _path2 + ".type",
2236
+ expected: '"geneVariant"',
2237
+ value: input3.type
2238
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2239
+ path: _path2 + ".child_types",
2240
+ expected: "(Array<string> | undefined)",
2241
+ value: input3.child_types
2242
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2243
+ path: _path2 + ".child_types[" + _index33 + "]",
2244
+ expected: "string",
2245
+ value: elem
2246
+ })).every((flag) => flag) || $report(_exceptionable2, {
2247
+ path: _path2 + ".child_types",
2248
+ expected: "(Array<string> | undefined)",
2249
+ value: input3.child_types
2250
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2251
+ path: _path2 + ".hashtmldetail",
2252
+ expected: "(boolean | undefined)",
2253
+ value: input3.hashtmldetail
2254
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2255
+ path: _path2 + ".included_types",
2256
+ expected: "(Array<string> | undefined)",
2257
+ value: input3.included_types
2258
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2259
+ path: _path2 + ".included_types[" + _index34 + "]",
2260
+ expected: "string",
2261
+ value: elem
2262
+ })).every((flag) => flag) || $report(_exceptionable2, {
2263
+ path: _path2 + ".included_types",
2264
+ expected: "(Array<string> | undefined)",
2265
+ value: input3.included_types
2266
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2267
+ path: _path2 + ".isleaf",
2268
+ expected: "(boolean | undefined)",
2269
+ value: input3.isleaf
2270
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2271
+ path: _path2 + ".values",
2272
+ expected: "(TermValues | undefined)",
2273
+ value: input3.values
2274
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2275
+ path: _path2 + ".values",
2276
+ expected: "(TermValues | undefined)",
2277
+ value: input3.values
2278
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2279
+ path: _path2 + ".skipValuesBuild",
2280
+ expected: "(boolean | undefined)",
2281
+ value: input3.skipValuesBuild
2282
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2283
+ path: _path2 + ".valueConversion",
2284
+ expected: "(__type.o3 | undefined)",
2285
+ value: input3.valueConversion
2286
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2287
+ path: _path2 + ".valueConversion",
2288
+ expected: "(__type.o3 | undefined)",
2289
+ value: input3.valueConversion
2290
+ }), "gene" === input3.kind || $report(_exceptionable2, {
2291
+ path: _path2 + ".kind",
2292
+ expected: '"gene"',
2293
+ value: input3.kind
2294
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2295
+ path: _path2 + ".gene",
2296
+ expected: "string",
2297
+ value: input3.gene
2298
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2299
+ path: _path2 + ".chr",
2300
+ expected: "(string | undefined)",
2301
+ value: input3.chr
1873
2302
  }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1874
2303
  path: _path2 + ".start",
1875
2304
  expected: "(number | undefined)",
@@ -1882,12 +2311,12 @@ var validTermsByIdsResponse = (input) => {
1882
2311
  path: _path2 + ".genes",
1883
2312
  expected: "Array<GvGeneTerm>",
1884
2313
  value: input3.genes
1885
- })) && input3.genes.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1886
- path: _path2 + ".genes[" + _index27 + "]",
2314
+ })) && input3.genes.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2315
+ path: _path2 + ".genes[" + _index35 + "]",
1887
2316
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1888
2317
  value: elem
1889
- })) && $vu2(elem, _path2 + ".genes[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1890
- path: _path2 + ".genes[" + _index27 + "]",
2318
+ })) && $vu2(elem, _path2 + ".genes[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2319
+ path: _path2 + ".genes[" + _index35 + "]",
1891
2320
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1892
2321
  value: elem
1893
2322
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1898,7 +2327,7 @@ var validTermsByIdsResponse = (input) => {
1898
2327
  path: _path2 + ".groupsetting",
1899
2328
  expected: "(TermGroupSetting | undefined)",
1900
2329
  value: input3.groupsetting
1901
- })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2330
+ })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1902
2331
  path: _path2 + ".groupsetting",
1903
2332
  expected: "(TermGroupSetting | undefined)",
1904
2333
  value: input3.groupsetting
@@ -1906,12 +2335,12 @@ var validTermsByIdsResponse = (input) => {
1906
2335
  path: _path2 + ".childTerms",
1907
2336
  expected: "(Array<DtTerm> | undefined)",
1908
2337
  value: input3.childTerms
1909
- })) && input3.childTerms.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1910
- path: _path2 + ".childTerms[" + _index28 + "]",
2338
+ })) && input3.childTerms.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2339
+ path: _path2 + ".childTerms[" + _index36 + "]",
1911
2340
  expected: "DtTerm",
1912
2341
  value: elem
1913
- })) && $vo31(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1914
- path: _path2 + ".childTerms[" + _index28 + "]",
2342
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2343
+ path: _path2 + ".childTerms[" + _index36 + "]",
1915
2344
  expected: "DtTerm",
1916
2345
  value: elem
1917
2346
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1919,7 +2348,7 @@ var validTermsByIdsResponse = (input) => {
1919
2348
  expected: "(Array<DtTerm> | undefined)",
1920
2349
  value: input3.childTerms
1921
2350
  })].every((flag) => flag);
1922
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2351
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1923
2352
  path: _path2 + ".id",
1924
2353
  expected: "string",
1925
2354
  value: input3.id
@@ -1935,8 +2364,8 @@ var validTermsByIdsResponse = (input) => {
1935
2364
  path: _path2 + ".child_types",
1936
2365
  expected: "(Array<string> | undefined)",
1937
2366
  value: input3.child_types
1938
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1939
- path: _path2 + ".child_types[" + _index29 + "]",
2367
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2368
+ path: _path2 + ".child_types[" + _index37 + "]",
1940
2369
  expected: "string",
1941
2370
  value: elem
1942
2371
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1951,8 +2380,8 @@ var validTermsByIdsResponse = (input) => {
1951
2380
  path: _path2 + ".included_types",
1952
2381
  expected: "(Array<string> | undefined)",
1953
2382
  value: input3.included_types
1954
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1955
- path: _path2 + ".included_types[" + _index30 + "]",
2383
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2384
+ path: _path2 + ".included_types[" + _index38 + "]",
1956
2385
  expected: "string",
1957
2386
  value: elem
1958
2387
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2004,7 +2433,7 @@ var validTermsByIdsResponse = (input) => {
2004
2433
  expected: "(number | undefined)",
2005
2434
  value: input3.stop
2006
2435
  })].every((flag) => flag);
2007
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2436
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2008
2437
  path: _path2 + ".id",
2009
2438
  expected: "string",
2010
2439
  value: input3.id
@@ -2020,8 +2449,8 @@ var validTermsByIdsResponse = (input) => {
2020
2449
  path: _path2 + ".child_types",
2021
2450
  expected: "(Array<string> | undefined)",
2022
2451
  value: input3.child_types
2023
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2024
- path: _path2 + ".child_types[" + _index31 + "]",
2452
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2453
+ path: _path2 + ".child_types[" + _index39 + "]",
2025
2454
  expected: "string",
2026
2455
  value: elem
2027
2456
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2036,8 +2465,8 @@ var validTermsByIdsResponse = (input) => {
2036
2465
  path: _path2 + ".included_types",
2037
2466
  expected: "(Array<string> | undefined)",
2038
2467
  value: input3.included_types
2039
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2040
- path: _path2 + ".included_types[" + _index32 + "]",
2468
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2469
+ path: _path2 + ".included_types[" + _index40 + "]",
2041
2470
  expected: "string",
2042
2471
  value: elem
2043
2472
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2085,7 +2514,7 @@ var validTermsByIdsResponse = (input) => {
2085
2514
  expected: "number",
2086
2515
  value: input3.stop
2087
2516
  })].every((flag) => flag);
2088
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2517
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2089
2518
  path: _path2 + ".disabled",
2090
2519
  expected: "boolean",
2091
2520
  value: input3.disabled
@@ -2093,12 +2522,12 @@ var validTermsByIdsResponse = (input) => {
2093
2522
  path: _path2 + ".lst",
2094
2523
  expected: "(Array<Groupset> | undefined)",
2095
2524
  value: input3.lst
2096
- })) && input3.lst.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2097
- path: _path2 + ".lst[" + _index33 + "]",
2525
+ })) && input3.lst.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2526
+ path: _path2 + ".lst[" + _index41 + "]",
2098
2527
  expected: "Groupset",
2099
2528
  value: elem
2100
- })) && $vo36(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2101
- path: _path2 + ".lst[" + _index33 + "]",
2529
+ })) && $vo40(elem, _path2 + ".lst[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2530
+ path: _path2 + ".lst[" + _index41 + "]",
2102
2531
  expected: "Groupset",
2103
2532
  value: elem
2104
2533
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2106,7 +2535,7 @@ var validTermsByIdsResponse = (input) => {
2106
2535
  expected: "(Array<Groupset> | undefined)",
2107
2536
  value: input3.lst
2108
2537
  })].every((flag) => flag);
2109
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2538
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2110
2539
  path: _path2 + ".name",
2111
2540
  expected: "string",
2112
2541
  value: input3.name
@@ -2126,12 +2555,12 @@ var validTermsByIdsResponse = (input) => {
2126
2555
  path: _path2 + ".groups",
2127
2556
  expected: "Array<GroupEntry>",
2128
2557
  value: input3.groups
2129
- })) && input3.groups.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2130
- path: _path2 + ".groups[" + _index34 + "]",
2558
+ })) && input3.groups.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2559
+ path: _path2 + ".groups[" + _index42 + "]",
2131
2560
  expected: "(FilterGroup | ValuesGroup)",
2132
2561
  value: elem
2133
- })) && $vu3(elem, _path2 + ".groups[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2134
- path: _path2 + ".groups[" + _index34 + "]",
2562
+ })) && $vu3(elem, _path2 + ".groups[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2563
+ path: _path2 + ".groups[" + _index42 + "]",
2135
2564
  expected: "(FilterGroup | ValuesGroup)",
2136
2565
  value: elem
2137
2566
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2139,7 +2568,7 @@ var validTermsByIdsResponse = (input) => {
2139
2568
  expected: "Array<GroupEntry>",
2140
2569
  value: input3.groups
2141
2570
  })].every((flag) => flag);
2142
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2571
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2143
2572
  path: _path2 + ".name",
2144
2573
  expected: "string",
2145
2574
  value: input3.name
@@ -2151,12 +2580,12 @@ var validTermsByIdsResponse = (input) => {
2151
2580
  path: _path2 + ".values",
2152
2581
  expected: "Array<__type>.o1",
2153
2582
  value: input3.values
2154
- })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2155
- path: _path2 + ".values[" + _index35 + "]",
2583
+ })) && input3.values.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2584
+ path: _path2 + ".values[" + _index43 + "]",
2156
2585
  expected: "__type.o6",
2157
2586
  value: elem
2158
- })) && $vo38(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2159
- path: _path2 + ".values[" + _index35 + "]",
2587
+ })) && $vo42(elem, _path2 + ".values[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2588
+ path: _path2 + ".values[" + _index43 + "]",
2160
2589
  expected: "__type.o6",
2161
2590
  value: elem
2162
2591
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2168,7 +2597,7 @@ var validTermsByIdsResponse = (input) => {
2168
2597
  expected: "(boolean | undefined)",
2169
2598
  value: input3.uncomputable
2170
2599
  })].every((flag) => flag);
2171
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2600
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2172
2601
  path: _path2 + ".key",
2173
2602
  expected: "(number | string)",
2174
2603
  value: input3.key
@@ -2177,7 +2606,7 @@ var validTermsByIdsResponse = (input) => {
2177
2606
  expected: "string",
2178
2607
  value: input3.label
2179
2608
  })].every((flag) => flag);
2180
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2609
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2181
2610
  path: _path2 + ".name",
2182
2611
  expected: "string",
2183
2612
  value: input3.name
@@ -2198,7 +2627,7 @@ var validTermsByIdsResponse = (input) => {
2198
2627
  expected: "string",
2199
2628
  value: input3.color
2200
2629
  })].every((flag) => flag);
2201
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2630
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2202
2631
  path: _path2 + ".id",
2203
2632
  expected: "string",
2204
2633
  value: input3.id
@@ -2214,8 +2643,8 @@ var validTermsByIdsResponse = (input) => {
2214
2643
  path: _path2 + ".child_types",
2215
2644
  expected: "(Array<string> | undefined)",
2216
2645
  value: input3.child_types
2217
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2218
- path: _path2 + ".child_types[" + _index36 + "]",
2646
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2647
+ path: _path2 + ".child_types[" + _index44 + "]",
2219
2648
  expected: "string",
2220
2649
  value: elem
2221
2650
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2230,8 +2659,8 @@ var validTermsByIdsResponse = (input) => {
2230
2659
  path: _path2 + ".included_types",
2231
2660
  expected: "(Array<string> | undefined)",
2232
2661
  value: input3.included_types
2233
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2234
- path: _path2 + ".included_types[" + _index37 + "]",
2662
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2663
+ path: _path2 + ".included_types[" + _index45 + "]",
2235
2664
  expected: "string",
2236
2665
  value: elem
2237
2666
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2282,12 +2711,12 @@ var validTermsByIdsResponse = (input) => {
2282
2711
  path: _path2 + ".genes",
2283
2712
  expected: "Array<GvGeneTerm>",
2284
2713
  value: input3.genes
2285
- })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2286
- path: _path2 + ".genes[" + _index38 + "]",
2714
+ })) && input3.genes.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2715
+ path: _path2 + ".genes[" + _index46 + "]",
2287
2716
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2288
2717
  value: elem
2289
- })) && $vu2(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2290
- path: _path2 + ".genes[" + _index38 + "]",
2718
+ })) && $vu2(elem, _path2 + ".genes[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2719
+ path: _path2 + ".genes[" + _index46 + "]",
2291
2720
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2292
2721
  value: elem
2293
2722
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2298,7 +2727,7 @@ var validTermsByIdsResponse = (input) => {
2298
2727
  path: _path2 + ".groupsetting",
2299
2728
  expected: "(TermGroupSetting | undefined)",
2300
2729
  value: input3.groupsetting
2301
- })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2730
+ })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2302
2731
  path: _path2 + ".groupsetting",
2303
2732
  expected: "(TermGroupSetting | undefined)",
2304
2733
  value: input3.groupsetting
@@ -2306,12 +2735,12 @@ var validTermsByIdsResponse = (input) => {
2306
2735
  path: _path2 + ".childTerms",
2307
2736
  expected: "(Array<DtTerm> | undefined)",
2308
2737
  value: input3.childTerms
2309
- })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2310
- path: _path2 + ".childTerms[" + _index39 + "]",
2738
+ })) && input3.childTerms.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2739
+ path: _path2 + ".childTerms[" + _index47 + "]",
2311
2740
  expected: "DtTerm",
2312
2741
  value: elem
2313
- })) && $vo31(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2314
- path: _path2 + ".childTerms[" + _index39 + "]",
2742
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2743
+ path: _path2 + ".childTerms[" + _index47 + "]",
2315
2744
  expected: "DtTerm",
2316
2745
  value: elem
2317
2746
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2319,7 +2748,7 @@ var validTermsByIdsResponse = (input) => {
2319
2748
  expected: "(Array<DtTerm> | undefined)",
2320
2749
  value: input3.childTerms
2321
2750
  })].every((flag) => flag);
2322
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2751
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2323
2752
  path: _path2 + ".key",
2324
2753
  expected: "string",
2325
2754
  value: input3.key
@@ -2332,7 +2761,7 @@ var validTermsByIdsResponse = (input) => {
2332
2761
  expected: "string",
2333
2762
  value: input3.value
2334
2763
  })].every((flag) => flag);
2335
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2764
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2336
2765
  path: _path2 + ".join",
2337
2766
  expected: "(string | undefined)",
2338
2767
  value: input3.join
@@ -2342,18 +2771,18 @@ var validTermsByIdsResponse = (input) => {
2342
2771
  value: input3.isnot
2343
2772
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2344
2773
  path: _path2 + ".term",
2345
- expected: "TermCollection",
2774
+ expected: "(CategoricalTermCollection | NumericTermCollection)",
2346
2775
  value: input3.term
2347
- })) && $vo43(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2776
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2348
2777
  path: _path2 + ".term",
2349
- expected: "TermCollection",
2778
+ expected: "(CategoricalTermCollection | NumericTermCollection)",
2350
2779
  value: input3.term
2351
2780
  }), "number" === typeof input3.ratio || $report(_exceptionable2, {
2352
2781
  path: _path2 + ".ratio",
2353
2782
  expected: "number",
2354
2783
  value: input3.ratio
2355
2784
  })].every((flag) => flag);
2356
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2785
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2357
2786
  path: _path2 + ".id",
2358
2787
  expected: "string",
2359
2788
  value: input3.id
@@ -2369,8 +2798,8 @@ var validTermsByIdsResponse = (input) => {
2369
2798
  path: _path2 + ".child_types",
2370
2799
  expected: "(Array<string> | undefined)",
2371
2800
  value: input3.child_types
2372
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2373
- path: _path2 + ".child_types[" + _index40 + "]",
2801
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2802
+ path: _path2 + ".child_types[" + _index48 + "]",
2374
2803
  expected: "string",
2375
2804
  value: elem
2376
2805
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2385,8 +2814,8 @@ var validTermsByIdsResponse = (input) => {
2385
2814
  path: _path2 + ".included_types",
2386
2815
  expected: "(Array<string> | undefined)",
2387
2816
  value: input3.included_types
2388
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2389
- path: _path2 + ".included_types[" + _index41 + "]",
2817
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2818
+ path: _path2 + ".included_types[" + _index49 + "]",
2390
2819
  expected: "string",
2391
2820
  value: elem
2392
2821
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2421,34 +2850,34 @@ var validTermsByIdsResponse = (input) => {
2421
2850
  path: _path2 + ".collectionId",
2422
2851
  expected: "(string | undefined)",
2423
2852
  value: input3.collectionId
2853
+ }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2854
+ path: _path2 + ".termIds",
2855
+ expected: "(Array<string> | undefined)",
2856
+ value: input3.termIds
2857
+ })) && input3.termIds.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2858
+ path: _path2 + ".termIds[" + _index50 + "]",
2859
+ expected: "string",
2860
+ value: elem
2861
+ })).every((flag) => flag) || $report(_exceptionable2, {
2862
+ path: _path2 + ".termIds",
2863
+ expected: "(Array<string> | undefined)",
2864
+ value: input3.termIds
2424
2865
  }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
2425
2866
  path: _path2 + ".termlst",
2426
2867
  expected: "Array<BaseTerm>",
2427
2868
  value: input3.termlst
2428
- })) && input3.termlst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2429
- path: _path2 + ".termlst[" + _index42 + "]",
2869
+ })) && input3.termlst.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2870
+ path: _path2 + ".termlst[" + _index51 + "]",
2430
2871
  expected: "BaseTerm",
2431
2872
  value: elem
2432
- })) && $vo44(elem, _path2 + ".termlst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2433
- path: _path2 + ".termlst[" + _index42 + "]",
2873
+ })) && $vo48(elem, _path2 + ".termlst[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2874
+ path: _path2 + ".termlst[" + _index51 + "]",
2434
2875
  expected: "BaseTerm",
2435
2876
  value: elem
2436
2877
  })).every((flag) => flag) || $report(_exceptionable2, {
2437
2878
  path: _path2 + ".termlst",
2438
2879
  expected: "Array<BaseTerm>",
2439
2880
  value: input3.termlst
2440
- }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2441
- path: _path2 + ".numerators",
2442
- expected: "(Array<string> | undefined)",
2443
- value: input3.numerators
2444
- })) && input3.numerators.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2445
- path: _path2 + ".numerators[" + _index43 + "]",
2446
- expected: "string",
2447
- value: elem
2448
- })).every((flag) => flag) || $report(_exceptionable2, {
2449
- path: _path2 + ".numerators",
2450
- expected: "(Array<string> | undefined)",
2451
- value: input3.numerators
2452
2881
  }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
2453
2882
  path: _path2 + ".newTvs",
2454
2883
  expected: "(boolean | undefined)",
@@ -2457,12 +2886,117 @@ var validTermsByIdsResponse = (input) => {
2457
2886
  path: _path2 + ".propsByTermId",
2458
2887
  expected: "__type.o8",
2459
2888
  value: input3.propsByTermId
2460
- })) && $vo45(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2889
+ })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2461
2890
  path: _path2 + ".propsByTermId",
2462
2891
  expected: "__type.o8",
2463
2892
  value: input3.propsByTermId
2893
+ }), "numeric" === input3.memberType || $report(_exceptionable2, {
2894
+ path: _path2 + ".memberType",
2895
+ expected: '"numeric"',
2896
+ value: input3.memberType
2897
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2898
+ path: _path2 + ".numerators",
2899
+ expected: "(Array<string> | undefined)",
2900
+ value: input3.numerators
2901
+ })) && input3.numerators.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2902
+ path: _path2 + ".numerators[" + _index52 + "]",
2903
+ expected: "string",
2904
+ value: elem
2905
+ })).every((flag) => flag) || $report(_exceptionable2, {
2906
+ path: _path2 + ".numerators",
2907
+ expected: "(Array<string> | undefined)",
2908
+ value: input3.numerators
2909
+ })].every((flag) => flag);
2910
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2911
+ path: _path2 + ".id",
2912
+ expected: "string",
2913
+ value: input3.id
2914
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2915
+ path: _path2 + ".name",
2916
+ expected: "string",
2917
+ value: input3.name
2918
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
2919
+ path: _path2 + ".type",
2920
+ expected: "string",
2921
+ value: input3.type
2922
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2923
+ path: _path2 + ".child_types",
2924
+ expected: "(Array<string> | undefined)",
2925
+ value: input3.child_types
2926
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2927
+ path: _path2 + ".child_types[" + _index53 + "]",
2928
+ expected: "string",
2929
+ value: elem
2930
+ })).every((flag) => flag) || $report(_exceptionable2, {
2931
+ path: _path2 + ".child_types",
2932
+ expected: "(Array<string> | undefined)",
2933
+ value: input3.child_types
2934
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2935
+ path: _path2 + ".hashtmldetail",
2936
+ expected: "(boolean | undefined)",
2937
+ value: input3.hashtmldetail
2938
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2939
+ path: _path2 + ".included_types",
2940
+ expected: "(Array<string> | undefined)",
2941
+ value: input3.included_types
2942
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2943
+ path: _path2 + ".included_types[" + _index54 + "]",
2944
+ expected: "string",
2945
+ value: elem
2946
+ })).every((flag) => flag) || $report(_exceptionable2, {
2947
+ path: _path2 + ".included_types",
2948
+ expected: "(Array<string> | undefined)",
2949
+ value: input3.included_types
2950
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2951
+ path: _path2 + ".isleaf",
2952
+ expected: "(boolean | undefined)",
2953
+ value: input3.isleaf
2954
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2955
+ path: _path2 + ".values",
2956
+ expected: "(TermValues | undefined)",
2957
+ value: input3.values
2958
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2959
+ path: _path2 + ".values",
2960
+ expected: "(TermValues | undefined)",
2961
+ value: input3.values
2962
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2963
+ path: _path2 + ".skipValuesBuild",
2964
+ expected: "(boolean | undefined)",
2965
+ value: input3.skipValuesBuild
2966
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2967
+ path: _path2 + ".valueConversion",
2968
+ expected: "(__type.o3 | undefined)",
2969
+ value: input3.valueConversion
2970
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2971
+ path: _path2 + ".valueConversion",
2972
+ expected: "(__type.o3 | undefined)",
2973
+ value: input3.valueConversion
2464
2974
  })].every((flag) => flag);
2465
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2975
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2976
+ const value = input3[key];
2977
+ if (void 0 === value)
2978
+ return true;
2979
+ if (RegExp(/(.*)/).test(key))
2980
+ return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2981
+ path: _path2 + $join(key),
2982
+ expected: "__type.o9",
2983
+ value
2984
+ })) && $vo50(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2985
+ path: _path2 + $join(key),
2986
+ expected: "__type.o9",
2987
+ value
2988
+ });
2989
+ return true;
2990
+ }).every((flag) => flag)].every((flag) => flag);
2991
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2992
+ const value = input3[key];
2993
+ if (void 0 === value)
2994
+ return true;
2995
+ if (RegExp(/(.*)/).test(key))
2996
+ return true;
2997
+ return true;
2998
+ }).every((flag) => flag)].every((flag) => flag);
2999
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2466
3000
  path: _path2 + ".id",
2467
3001
  expected: "string",
2468
3002
  value: input3.id
@@ -2470,16 +3004,16 @@ var validTermsByIdsResponse = (input) => {
2470
3004
  path: _path2 + ".name",
2471
3005
  expected: "string",
2472
3006
  value: input3.name
2473
- }), "string" === typeof input3.type || $report(_exceptionable2, {
3007
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
2474
3008
  path: _path2 + ".type",
2475
- expected: "string",
3009
+ expected: '"termCollection"',
2476
3010
  value: input3.type
2477
3011
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2478
3012
  path: _path2 + ".child_types",
2479
3013
  expected: "(Array<string> | undefined)",
2480
3014
  value: input3.child_types
2481
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2482
- path: _path2 + ".child_types[" + _index44 + "]",
3015
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3016
+ path: _path2 + ".child_types[" + _index55 + "]",
2483
3017
  expected: "string",
2484
3018
  value: elem
2485
3019
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2494,8 +3028,8 @@ var validTermsByIdsResponse = (input) => {
2494
3028
  path: _path2 + ".included_types",
2495
3029
  expected: "(Array<string> | undefined)",
2496
3030
  value: input3.included_types
2497
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2498
- path: _path2 + ".included_types[" + _index45 + "]",
3031
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3032
+ path: _path2 + ".included_types[" + _index56 + "]",
2499
3033
  expected: "string",
2500
3034
  value: elem
2501
3035
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2526,32 +3060,81 @@ var validTermsByIdsResponse = (input) => {
2526
3060
  path: _path2 + ".valueConversion",
2527
3061
  expected: "(__type.o3 | undefined)",
2528
3062
  value: input3.valueConversion
3063
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
3064
+ path: _path2 + ".collectionId",
3065
+ expected: "(string | undefined)",
3066
+ value: input3.collectionId
3067
+ }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3068
+ path: _path2 + ".termIds",
3069
+ expected: "(Array<string> | undefined)",
3070
+ value: input3.termIds
3071
+ })) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3072
+ path: _path2 + ".termIds[" + _index57 + "]",
3073
+ expected: "string",
3074
+ value: elem
3075
+ })).every((flag) => flag) || $report(_exceptionable2, {
3076
+ path: _path2 + ".termIds",
3077
+ expected: "(Array<string> | undefined)",
3078
+ value: input3.termIds
3079
+ }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
3080
+ path: _path2 + ".termlst",
3081
+ expected: "Array<BaseTerm>",
3082
+ value: input3.termlst
3083
+ })) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3084
+ path: _path2 + ".termlst[" + _index58 + "]",
3085
+ expected: "BaseTerm",
3086
+ value: elem
3087
+ })) && $vo48(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3088
+ path: _path2 + ".termlst[" + _index58 + "]",
3089
+ expected: "BaseTerm",
3090
+ value: elem
3091
+ })).every((flag) => flag) || $report(_exceptionable2, {
3092
+ path: _path2 + ".termlst",
3093
+ expected: "Array<BaseTerm>",
3094
+ value: input3.termlst
3095
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
3096
+ path: _path2 + ".newTvs",
3097
+ expected: "(boolean | undefined)",
3098
+ value: input3.newTvs
3099
+ }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3100
+ path: _path2 + ".propsByTermId",
3101
+ expected: "__type.o8",
3102
+ value: input3.propsByTermId
3103
+ })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3104
+ path: _path2 + ".propsByTermId",
3105
+ expected: "__type.o8",
3106
+ value: input3.propsByTermId
3107
+ }), "categorical" === input3.memberType || $report(_exceptionable2, {
3108
+ path: _path2 + ".memberType",
3109
+ expected: '"categorical"',
3110
+ value: input3.memberType
3111
+ }), (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
3112
+ path: _path2 + ".categoryKeys",
3113
+ expected: "Array<CategoryKey>",
3114
+ value: input3.categoryKeys
3115
+ })) && input3.categoryKeys.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3116
+ path: _path2 + ".categoryKeys[" + _index59 + "]",
3117
+ expected: "CategoryKey",
3118
+ value: elem
3119
+ })) && $vo52(elem, _path2 + ".categoryKeys[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3120
+ path: _path2 + ".categoryKeys[" + _index59 + "]",
3121
+ expected: "CategoryKey",
3122
+ value: elem
3123
+ })).every((flag) => flag) || $report(_exceptionable2, {
3124
+ path: _path2 + ".categoryKeys",
3125
+ expected: "Array<CategoryKey>",
3126
+ value: input3.categoryKeys
2529
3127
  })].every((flag) => flag);
2530
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2531
- const value = input3[key];
2532
- if (void 0 === value)
2533
- return true;
2534
- if (RegExp(/(.*)/).test(key))
2535
- return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2536
- path: _path2 + $join(key),
2537
- expected: "__type.o9",
2538
- value
2539
- })) && $vo46(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2540
- path: _path2 + $join(key),
2541
- expected: "__type.o9",
2542
- value
2543
- });
2544
- return true;
2545
- }).every((flag) => flag)].every((flag) => flag);
2546
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2547
- const value = input3[key];
2548
- if (void 0 === value)
2549
- return true;
2550
- if (RegExp(/(.*)/).test(key))
2551
- return true;
2552
- return true;
2553
- }).every((flag) => flag)].every((flag) => flag);
2554
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3128
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3129
+ path: _path2 + ".key",
3130
+ expected: "string",
3131
+ value: input3.key
3132
+ }), "boolean" === typeof input3.shown || $report(_exceptionable2, {
3133
+ path: _path2 + ".shown",
3134
+ expected: "boolean",
3135
+ value: input3.shown
3136
+ })].every((flag) => flag);
3137
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2555
3138
  path: _path2 + ".id",
2556
3139
  expected: "string",
2557
3140
  value: input3.id
@@ -2567,8 +3150,8 @@ var validTermsByIdsResponse = (input) => {
2567
3150
  path: _path2 + ".child_types",
2568
3151
  expected: "(Array<string> | undefined)",
2569
3152
  value: input3.child_types
2570
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2571
- path: _path2 + ".child_types[" + _index46 + "]",
3153
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3154
+ path: _path2 + ".child_types[" + _index60 + "]",
2572
3155
  expected: "string",
2573
3156
  value: elem
2574
3157
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2583,8 +3166,8 @@ var validTermsByIdsResponse = (input) => {
2583
3166
  path: _path2 + ".included_types",
2584
3167
  expected: "(Array<string> | undefined)",
2585
3168
  value: input3.included_types
2586
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2587
- path: _path2 + ".included_types[" + _index47 + "]",
3169
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3170
+ path: _path2 + ".included_types[" + _index61 + "]",
2588
3171
  expected: "string",
2589
3172
  value: elem
2590
3173
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2635,8 +3218,8 @@ var validTermsByIdsResponse = (input) => {
2635
3218
  path: _path2 + ".alt",
2636
3219
  expected: "Array<string>",
2637
3220
  value: input3.alt
2638
- })) && input3.alt.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2639
- path: _path2 + ".alt[" + _index48 + "]",
3221
+ })) && input3.alt.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3222
+ path: _path2 + ".alt[" + _index62 + "]",
2640
3223
  expected: "string",
2641
3224
  value: elem
2642
3225
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2647,12 +3230,12 @@ var validTermsByIdsResponse = (input) => {
2647
3230
  path: _path2 + ".groupsetting",
2648
3231
  expected: "TermGroupSetting",
2649
3232
  value: input3.groupsetting
2650
- })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3233
+ })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2651
3234
  path: _path2 + ".groupsetting",
2652
3235
  expected: "TermGroupSetting",
2653
3236
  value: input3.groupsetting
2654
3237
  })].every((flag) => flag);
2655
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3238
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2656
3239
  path: _path2 + ".id",
2657
3240
  expected: "string",
2658
3241
  value: input3.id
@@ -2668,8 +3251,8 @@ var validTermsByIdsResponse = (input) => {
2668
3251
  path: _path2 + ".child_types",
2669
3252
  expected: "(Array<string> | undefined)",
2670
3253
  value: input3.child_types
2671
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2672
- path: _path2 + ".child_types[" + _index49 + "]",
3254
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3255
+ path: _path2 + ".child_types[" + _index63 + "]",
2673
3256
  expected: "string",
2674
3257
  value: elem
2675
3258
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2684,8 +3267,8 @@ var validTermsByIdsResponse = (input) => {
2684
3267
  path: _path2 + ".included_types",
2685
3268
  expected: "(Array<string> | undefined)",
2686
3269
  value: input3.included_types
2687
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2688
- path: _path2 + ".included_types[" + _index50 + "]",
3270
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3271
+ path: _path2 + ".included_types[" + _index64 + "]",
2689
3272
  expected: "string",
2690
3273
  value: elem
2691
3274
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2716,9 +3299,13 @@ var validTermsByIdsResponse = (input) => {
2716
3299
  path: _path2 + ".valueConversion",
2717
3300
  expected: "(__type.o3 | undefined)",
2718
3301
  value: input3.valueConversion
2719
- }), "string" === typeof input3.sample || $report(_exceptionable2, {
3302
+ }), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
2720
3303
  path: _path2 + ".sample",
2721
- expected: "string",
3304
+ expected: "object",
3305
+ value: input3.sample
3306
+ })) && $vo55(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3307
+ path: _path2 + ".sample",
3308
+ expected: "object",
2722
3309
  value: input3.sample
2723
3310
  }), "string" === typeof input3.plot || $report(_exceptionable2, {
2724
3311
  path: _path2 + ".plot",
@@ -2728,12 +3315,13 @@ var validTermsByIdsResponse = (input) => {
2728
3315
  path: _path2 + ".groupsetting",
2729
3316
  expected: "TermGroupSetting",
2730
3317
  value: input3.groupsetting
2731
- })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3318
+ })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2732
3319
  path: _path2 + ".groupsetting",
2733
3320
  expected: "TermGroupSetting",
2734
3321
  value: input3.groupsetting
2735
3322
  })].every((flag) => flag);
2736
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3323
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => true;
3324
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2737
3325
  path: _path2 + ".hiddenValues",
2738
3326
  expected: "(HiddenValues | undefined)",
2739
3327
  value: input3.hiddenValues
@@ -2762,7 +3350,7 @@ var validTermsByIdsResponse = (input) => {
2762
3350
  expected: '"values"',
2763
3351
  value: input3.type
2764
3352
  })].every((flag) => flag);
2765
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3353
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2766
3354
  path: _path2 + ".id",
2767
3355
  expected: "(string | undefined)",
2768
3356
  value: input3.id
@@ -2798,7 +3386,7 @@ var validTermsByIdsResponse = (input) => {
2798
3386
  path: _path2 + ".q",
2799
3387
  expected: "PredefinedGroupSettingQ",
2800
3388
  value: input3.q
2801
- })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3389
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2802
3390
  path: _path2 + ".q",
2803
3391
  expected: "PredefinedGroupSettingQ",
2804
3392
  value: input3.q
@@ -2807,7 +3395,7 @@ var validTermsByIdsResponse = (input) => {
2807
3395
  expected: '"QualTWPredefinedGS"',
2808
3396
  value: input3.type
2809
3397
  })].every((flag) => flag);
2810
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3398
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2811
3399
  path: _path2 + ".hiddenValues",
2812
3400
  expected: "(HiddenValues | undefined)",
2813
3401
  value: input3.hiddenValues
@@ -2840,7 +3428,7 @@ var validTermsByIdsResponse = (input) => {
2840
3428
  expected: "number",
2841
3429
  value: input3.predefined_groupset_idx
2842
3430
  })].every((flag) => flag);
2843
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3431
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2844
3432
  path: _path2 + ".id",
2845
3433
  expected: "(string | undefined)",
2846
3434
  value: input3.id
@@ -2876,7 +3464,7 @@ var validTermsByIdsResponse = (input) => {
2876
3464
  path: _path2 + ".q",
2877
3465
  expected: "CustomGroupSettingQ",
2878
3466
  value: input3.q
2879
- })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3467
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2880
3468
  path: _path2 + ".q",
2881
3469
  expected: "CustomGroupSettingQ",
2882
3470
  value: input3.q
@@ -2885,7 +3473,7 @@ var validTermsByIdsResponse = (input) => {
2885
3473
  expected: '"QualTWCustomGS"',
2886
3474
  value: input3.type
2887
3475
  })].every((flag) => flag);
2888
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3476
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2889
3477
  path: _path2 + ".hiddenValues",
2890
3478
  expected: "(HiddenValues | undefined)",
2891
3479
  value: input3.hiddenValues
@@ -2917,21 +3505,21 @@ var validTermsByIdsResponse = (input) => {
2917
3505
  path: _path2 + ".customset",
2918
3506
  expected: "BaseGroupSet",
2919
3507
  value: input3.customset
2920
- })) && $vo54(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3508
+ })) && $vo61(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2921
3509
  path: _path2 + ".customset",
2922
3510
  expected: "BaseGroupSet",
2923
3511
  value: input3.customset
2924
3512
  })].every((flag) => flag);
2925
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3513
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2926
3514
  path: _path2 + ".groups",
2927
3515
  expected: "Array<GroupEntry>",
2928
3516
  value: input3.groups
2929
- })) && input3.groups.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2930
- path: _path2 + ".groups[" + _index51 + "]",
3517
+ })) && input3.groups.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3518
+ path: _path2 + ".groups[" + _index65 + "]",
2931
3519
  expected: "(FilterGroup | ValuesGroup)",
2932
3520
  value: elem
2933
- })) && $vu3(elem, _path2 + ".groups[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2934
- path: _path2 + ".groups[" + _index51 + "]",
3521
+ })) && $vu3(elem, _path2 + ".groups[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
3522
+ path: _path2 + ".groups[" + _index65 + "]",
2935
3523
  expected: "(FilterGroup | ValuesGroup)",
2936
3524
  value: elem
2937
3525
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2939,7 +3527,7 @@ var validTermsByIdsResponse = (input) => {
2939
3527
  expected: "Array<GroupEntry>",
2940
3528
  value: input3.groups
2941
3529
  })].every((flag) => flag);
2942
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3530
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2943
3531
  path: _path2 + ".id",
2944
3532
  expected: "(string | undefined)",
2945
3533
  value: input3.id
@@ -2969,11 +3557,11 @@ var validTermsByIdsResponse = (input) => {
2969
3557
  value: input3.type
2970
3558
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2971
3559
  path: _path2 + ".term",
2972
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3560
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
2973
3561
  value: input3.term
2974
3562
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2975
3563
  path: _path2 + ".term",
2976
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3564
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
2977
3565
  value: input3.term
2978
3566
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2979
3567
  path: _path2 + ".q",
@@ -2984,7 +3572,7 @@ var validTermsByIdsResponse = (input) => {
2984
3572
  expected: "RegularNumericBinConfig",
2985
3573
  value: input3.q
2986
3574
  })].every((flag) => flag);
2987
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3575
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2988
3576
  path: _path2 + ".id",
2989
3577
  expected: "(string | undefined)",
2990
3578
  value: input3.id
@@ -3014,11 +3602,11 @@ var validTermsByIdsResponse = (input) => {
3014
3602
  value: input3.type
3015
3603
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3016
3604
  path: _path2 + ".term",
3017
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3605
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3018
3606
  value: input3.term
3019
3607
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3020
3608
  path: _path2 + ".term",
3021
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3609
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3022
3610
  value: input3.term
3023
3611
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3024
3612
  path: _path2 + ".q",
@@ -3029,7 +3617,7 @@ var validTermsByIdsResponse = (input) => {
3029
3617
  expected: "CustomNumericBinConfig",
3030
3618
  value: input3.q
3031
3619
  })].every((flag) => flag);
3032
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3620
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3033
3621
  path: _path2 + ".id",
3034
3622
  expected: "(string | undefined)",
3035
3623
  value: input3.id
@@ -3059,22 +3647,22 @@ var validTermsByIdsResponse = (input) => {
3059
3647
  value: input3.type
3060
3648
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3061
3649
  path: _path2 + ".term",
3062
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3650
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3063
3651
  value: input3.term
3064
3652
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3065
3653
  path: _path2 + ".term",
3066
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3654
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3067
3655
  value: input3.term
3068
3656
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3069
3657
  path: _path2 + ".q",
3070
3658
  expected: "BinaryNumericQ",
3071
3659
  value: input3.q
3072
- })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3660
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3073
3661
  path: _path2 + ".q",
3074
3662
  expected: "BinaryNumericQ",
3075
3663
  value: input3.q
3076
3664
  })].every((flag) => flag);
3077
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3665
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3078
3666
  path: _path2 + ".hiddenValues",
3079
3667
  expected: "(HiddenValues | undefined)",
3080
3668
  value: input3.hiddenValues
@@ -3142,7 +3730,7 @@ var validTermsByIdsResponse = (input) => {
3142
3730
  expected: "(number | undefined)",
3143
3731
  value: input3.cutoffPercentile
3144
3732
  })].every((flag) => flag);
3145
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3733
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3146
3734
  path: _path2 + ".id",
3147
3735
  expected: "(string | undefined)",
3148
3736
  value: input3.id
@@ -3172,22 +3760,22 @@ var validTermsByIdsResponse = (input) => {
3172
3760
  value: input3.type
3173
3761
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3174
3762
  path: _path2 + ".term",
3175
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3763
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3176
3764
  value: input3.term
3177
3765
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3178
3766
  path: _path2 + ".term",
3179
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3767
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3180
3768
  value: input3.term
3181
3769
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
3182
3770
  path: _path2 + ".q",
3183
3771
  expected: "ContinuousNumericQ",
3184
3772
  value: input3.q
3185
- })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3773
+ })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3186
3774
  path: _path2 + ".q",
3187
3775
  expected: "ContinuousNumericQ",
3188
3776
  value: input3.q
3189
3777
  })].every((flag) => flag);
3190
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3778
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3191
3779
  path: _path2 + ".hiddenValues",
3192
3780
  expected: "(HiddenValues | undefined)",
3193
3781
  value: input3.hiddenValues
@@ -3228,7 +3816,7 @@ var validTermsByIdsResponse = (input) => {
3228
3816
  expected: "(number | undefined)",
3229
3817
  value: input3.scale
3230
3818
  })].every((flag) => flag);
3231
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3819
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3232
3820
  path: _path2 + ".id",
3233
3821
  expected: "(string | undefined)",
3234
3822
  value: input3.id
@@ -3258,22 +3846,22 @@ var validTermsByIdsResponse = (input) => {
3258
3846
  value: input3.type
3259
3847
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3260
3848
  path: _path2 + ".term",
3261
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3849
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3262
3850
  value: input3.term
3263
3851
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3264
3852
  path: _path2 + ".term",
3265
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
3853
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3266
3854
  value: input3.term
3267
3855
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3268
3856
  path: _path2 + ".q",
3269
3857
  expected: "SplineNumericQ",
3270
3858
  value: input3.q
3271
- })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3859
+ })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3272
3860
  path: _path2 + ".q",
3273
3861
  expected: "SplineNumericQ",
3274
3862
  value: input3.q
3275
3863
  })].every((flag) => flag);
3276
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3864
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3277
3865
  path: _path2 + ".hiddenValues",
3278
3866
  expected: "(HiddenValues | undefined)",
3279
3867
  value: input3.hiddenValues
@@ -3301,12 +3889,12 @@ var validTermsByIdsResponse = (input) => {
3301
3889
  path: _path2 + ".knots",
3302
3890
  expected: "Array<__type>.o3",
3303
3891
  value: input3.knots
3304
- })) && input3.knots.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3305
- path: _path2 + ".knots[" + _index52 + "]",
3892
+ })) && input3.knots.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3893
+ path: _path2 + ".knots[" + _index66 + "]",
3306
3894
  expected: "__type.o10",
3307
3895
  value: elem
3308
- })) && $vo63(elem, _path2 + ".knots[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
3309
- path: _path2 + ".knots[" + _index52 + "]",
3896
+ })) && $vo70(elem, _path2 + ".knots[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3897
+ path: _path2 + ".knots[" + _index66 + "]",
3310
3898
  expected: "__type.o10",
3311
3899
  value: elem
3312
3900
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3322,12 +3910,12 @@ var validTermsByIdsResponse = (input) => {
3322
3910
  expected: "undefined",
3323
3911
  value: input3.type
3324
3912
  }))].every((flag) => flag);
3325
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3913
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3326
3914
  path: _path2 + ".value",
3327
3915
  expected: "number",
3328
3916
  value: input3.value
3329
3917
  })].every((flag) => flag);
3330
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3918
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3331
3919
  path: _path2 + ".id",
3332
3920
  expected: "(string | undefined)",
3333
3921
  value: input3.id
@@ -3359,7 +3947,7 @@ var validTermsByIdsResponse = (input) => {
3359
3947
  path: _path2 + ".term",
3360
3948
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3361
3949
  value: input3.term
3362
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3950
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3363
3951
  path: _path2 + ".term",
3364
3952
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3365
3953
  value: input3.term
@@ -3367,12 +3955,12 @@ var validTermsByIdsResponse = (input) => {
3367
3955
  path: _path2 + ".q",
3368
3956
  expected: "GvValuesQ",
3369
3957
  value: input3.q
3370
- })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3958
+ })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3371
3959
  path: _path2 + ".q",
3372
3960
  expected: "GvValuesQ",
3373
3961
  value: input3.q
3374
3962
  })].every((flag) => flag);
3375
- const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3963
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3376
3964
  path: _path2 + ".id",
3377
3965
  expected: "string",
3378
3966
  value: input3.id
@@ -3388,8 +3976,8 @@ var validTermsByIdsResponse = (input) => {
3388
3976
  path: _path2 + ".child_types",
3389
3977
  expected: "(Array<string> | undefined)",
3390
3978
  value: input3.child_types
3391
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3392
- path: _path2 + ".child_types[" + _index53 + "]",
3979
+ })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3980
+ path: _path2 + ".child_types[" + _index67 + "]",
3393
3981
  expected: "string",
3394
3982
  value: elem
3395
3983
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3404,8 +3992,8 @@ var validTermsByIdsResponse = (input) => {
3404
3992
  path: _path2 + ".included_types",
3405
3993
  expected: "(Array<string> | undefined)",
3406
3994
  value: input3.included_types
3407
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3408
- path: _path2 + ".included_types[" + _index54 + "]",
3995
+ })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3996
+ path: _path2 + ".included_types[" + _index68 + "]",
3409
3997
  expected: "string",
3410
3998
  value: elem
3411
3999
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3460,12 +4048,12 @@ var validTermsByIdsResponse = (input) => {
3460
4048
  path: _path2 + ".genes",
3461
4049
  expected: "Array<GvGeneTerm>",
3462
4050
  value: input3.genes
3463
- })) && input3.genes.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3464
- path: _path2 + ".genes[" + _index55 + "]",
4051
+ })) && input3.genes.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4052
+ path: _path2 + ".genes[" + _index69 + "]",
3465
4053
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3466
4054
  value: elem
3467
- })) && $vu2(elem, _path2 + ".genes[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3468
- path: _path2 + ".genes[" + _index55 + "]",
4055
+ })) && $vu2(elem, _path2 + ".genes[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
4056
+ path: _path2 + ".genes[" + _index69 + "]",
3469
4057
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3470
4058
  value: elem
3471
4059
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3476,7 +4064,7 @@ var validTermsByIdsResponse = (input) => {
3476
4064
  path: _path2 + ".groupsetting",
3477
4065
  expected: "TermGroupSetting",
3478
4066
  value: input3.groupsetting
3479
- })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4067
+ })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3480
4068
  path: _path2 + ".groupsetting",
3481
4069
  expected: "TermGroupSetting",
3482
4070
  value: input3.groupsetting
@@ -3484,12 +4072,12 @@ var validTermsByIdsResponse = (input) => {
3484
4072
  path: _path2 + ".childTerms",
3485
4073
  expected: "Array<DtTerm>",
3486
4074
  value: input3.childTerms
3487
- })) && input3.childTerms.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3488
- path: _path2 + ".childTerms[" + _index56 + "]",
4075
+ })) && input3.childTerms.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4076
+ path: _path2 + ".childTerms[" + _index70 + "]",
3489
4077
  expected: "DtTerm",
3490
4078
  value: elem
3491
- })) && $vo31(elem, _path2 + ".childTerms[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3492
- path: _path2 + ".childTerms[" + _index56 + "]",
4079
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4080
+ path: _path2 + ".childTerms[" + _index70 + "]",
3493
4081
  expected: "DtTerm",
3494
4082
  value: elem
3495
4083
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3497,7 +4085,7 @@ var validTermsByIdsResponse = (input) => {
3497
4085
  expected: "Array<DtTerm>",
3498
4086
  value: input3.childTerms
3499
4087
  })].every((flag) => flag);
3500
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4088
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3501
4089
  path: _path2 + ".id",
3502
4090
  expected: "string",
3503
4091
  value: input3.id
@@ -3513,8 +4101,8 @@ var validTermsByIdsResponse = (input) => {
3513
4101
  path: _path2 + ".child_types",
3514
4102
  expected: "(Array<string> | undefined)",
3515
4103
  value: input3.child_types
3516
- })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3517
- path: _path2 + ".child_types[" + _index57 + "]",
4104
+ })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4105
+ path: _path2 + ".child_types[" + _index71 + "]",
3518
4106
  expected: "string",
3519
4107
  value: elem
3520
4108
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3529,8 +4117,8 @@ var validTermsByIdsResponse = (input) => {
3529
4117
  path: _path2 + ".included_types",
3530
4118
  expected: "(Array<string> | undefined)",
3531
4119
  value: input3.included_types
3532
- })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3533
- path: _path2 + ".included_types[" + _index58 + "]",
4120
+ })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4121
+ path: _path2 + ".included_types[" + _index72 + "]",
3534
4122
  expected: "string",
3535
4123
  value: elem
3536
4124
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3581,12 +4169,12 @@ var validTermsByIdsResponse = (input) => {
3581
4169
  path: _path2 + ".genes",
3582
4170
  expected: "Array<GvGeneTerm>",
3583
4171
  value: input3.genes
3584
- })) && input3.genes.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3585
- path: _path2 + ".genes[" + _index59 + "]",
4172
+ })) && input3.genes.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4173
+ path: _path2 + ".genes[" + _index73 + "]",
3586
4174
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3587
4175
  value: elem
3588
- })) && $vu2(elem, _path2 + ".genes[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3589
- path: _path2 + ".genes[" + _index59 + "]",
4176
+ })) && $vu2(elem, _path2 + ".genes[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4177
+ path: _path2 + ".genes[" + _index73 + "]",
3590
4178
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3591
4179
  value: elem
3592
4180
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3597,7 +4185,7 @@ var validTermsByIdsResponse = (input) => {
3597
4185
  path: _path2 + ".groupsetting",
3598
4186
  expected: "TermGroupSetting",
3599
4187
  value: input3.groupsetting
3600
- })) && $vo35(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4188
+ })) && $vo39(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3601
4189
  path: _path2 + ".groupsetting",
3602
4190
  expected: "TermGroupSetting",
3603
4191
  value: input3.groupsetting
@@ -3605,12 +4193,12 @@ var validTermsByIdsResponse = (input) => {
3605
4193
  path: _path2 + ".childTerms",
3606
4194
  expected: "Array<DtTerm>",
3607
4195
  value: input3.childTerms
3608
- })) && input3.childTerms.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3609
- path: _path2 + ".childTerms[" + _index60 + "]",
4196
+ })) && input3.childTerms.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4197
+ path: _path2 + ".childTerms[" + _index74 + "]",
3610
4198
  expected: "DtTerm",
3611
4199
  value: elem
3612
- })) && $vo31(elem, _path2 + ".childTerms[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3613
- path: _path2 + ".childTerms[" + _index60 + "]",
4200
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4201
+ path: _path2 + ".childTerms[" + _index74 + "]",
3614
4202
  expected: "DtTerm",
3615
4203
  value: elem
3616
4204
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3618,7 +4206,7 @@ var validTermsByIdsResponse = (input) => {
3618
4206
  expected: "Array<DtTerm>",
3619
4207
  value: input3.childTerms
3620
4208
  })].every((flag) => flag);
3621
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4209
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3622
4210
  path: _path2 + ".hiddenValues",
3623
4211
  expected: "(HiddenValues | undefined)",
3624
4212
  value: input3.hiddenValues
@@ -3659,7 +4247,7 @@ var validTermsByIdsResponse = (input) => {
3659
4247
  expected: '"values"',
3660
4248
  value: input3.type
3661
4249
  })].every((flag) => flag);
3662
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4250
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3663
4251
  path: _path2 + ".id",
3664
4252
  expected: "(string | undefined)",
3665
4253
  value: input3.id
@@ -3691,7 +4279,7 @@ var validTermsByIdsResponse = (input) => {
3691
4279
  path: _path2 + ".term",
3692
4280
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3693
4281
  value: input3.term
3694
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4282
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3695
4283
  path: _path2 + ".term",
3696
4284
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3697
4285
  value: input3.term
@@ -3699,12 +4287,12 @@ var validTermsByIdsResponse = (input) => {
3699
4287
  path: _path2 + ".q",
3700
4288
  expected: "GvPredefinedGsQ",
3701
4289
  value: input3.q
3702
- })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4290
+ })) && $vo76(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3703
4291
  path: _path2 + ".q",
3704
4292
  expected: "GvPredefinedGsQ",
3705
4293
  value: input3.q
3706
4294
  })].every((flag) => flag);
3707
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4295
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3708
4296
  path: _path2 + ".hiddenValues",
3709
4297
  expected: "(HiddenValues | undefined)",
3710
4298
  value: input3.hiddenValues
@@ -3753,7 +4341,7 @@ var validTermsByIdsResponse = (input) => {
3753
4341
  expected: "Array<any>",
3754
4342
  value: input3.dtLst
3755
4343
  })].every((flag) => flag);
3756
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4344
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3757
4345
  path: _path2 + ".id",
3758
4346
  expected: "(string | undefined)",
3759
4347
  value: input3.id
@@ -3785,7 +4373,7 @@ var validTermsByIdsResponse = (input) => {
3785
4373
  path: _path2 + ".term",
3786
4374
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3787
4375
  value: input3.term
3788
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4376
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3789
4377
  path: _path2 + ".term",
3790
4378
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3791
4379
  value: input3.term
@@ -3793,12 +4381,12 @@ var validTermsByIdsResponse = (input) => {
3793
4381
  path: _path2 + ".q",
3794
4382
  expected: "GvCustomGsQ",
3795
4383
  value: input3.q
3796
- })) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4384
+ })) && $vo78(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3797
4385
  path: _path2 + ".q",
3798
4386
  expected: "GvCustomGsQ",
3799
4387
  value: input3.q
3800
4388
  })].every((flag) => flag);
3801
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4389
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3802
4390
  path: _path2 + ".hiddenValues",
3803
4391
  expected: "(HiddenValues | undefined)",
3804
4392
  value: input3.hiddenValues
@@ -3842,7 +4430,7 @@ var validTermsByIdsResponse = (input) => {
3842
4430
  path: _path2 + ".customset",
3843
4431
  expected: "BaseGroupSet",
3844
4432
  value: input3.customset
3845
- })) && $vo54(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4433
+ })) && $vo61(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3846
4434
  path: _path2 + ".customset",
3847
4435
  expected: "BaseGroupSet",
3848
4436
  value: input3.customset
@@ -3851,7 +4439,7 @@ var validTermsByIdsResponse = (input) => {
3851
4439
  expected: "Array<any>",
3852
4440
  value: input3.dtLst
3853
4441
  })].every((flag) => flag);
3854
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4442
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3855
4443
  path: _path2 + ".id",
3856
4444
  expected: "(string | undefined)",
3857
4445
  value: input3.id
@@ -3883,7 +4471,7 @@ var validTermsByIdsResponse = (input) => {
3883
4471
  path: _path2 + ".term",
3884
4472
  expected: "ConditionTerm",
3885
4473
  value: input3.term
3886
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4474
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3887
4475
  path: _path2 + ".term",
3888
4476
  expected: "ConditionTerm",
3889
4477
  value: input3.term
@@ -3891,12 +4479,12 @@ var validTermsByIdsResponse = (input) => {
3891
4479
  path: _path2 + ".q",
3892
4480
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3893
4481
  value: input3.q
3894
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4482
+ })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3895
4483
  path: _path2 + ".q",
3896
4484
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3897
4485
  value: input3.q
3898
4486
  })].every((flag) => flag);
3899
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4487
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3900
4488
  path: _path2 + ".hiddenValues",
3901
4489
  expected: "(HiddenValues | undefined)",
3902
4490
  value: input3.hiddenValues
@@ -3936,8 +4524,8 @@ var validTermsByIdsResponse = (input) => {
3936
4524
  path: _path2 + ".breaks",
3937
4525
  expected: "(Array<number> | undefined)",
3938
4526
  value: input3.breaks
3939
- })) && input3.breaks.map((elem, _index61) => "number" === typeof elem || $report(_exceptionable2, {
3940
- path: _path2 + ".breaks[" + _index61 + "]",
4527
+ })) && input3.breaks.map((elem, _index75) => "number" === typeof elem || $report(_exceptionable2, {
4528
+ path: _path2 + ".breaks[" + _index75 + "]",
3941
4529
  expected: "number",
3942
4530
  value: elem
3943
4531
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3957,7 +4545,7 @@ var validTermsByIdsResponse = (input) => {
3957
4545
  expected: "(boolean | undefined)",
3958
4546
  value: input3.value_by_computable_grade
3959
4547
  }), true].every((flag) => flag);
3960
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4548
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3961
4549
  path: _path2 + ".hiddenValues",
3962
4550
  expected: "(HiddenValues | undefined)",
3963
4551
  value: input3.hiddenValues
@@ -3990,7 +4578,7 @@ var validTermsByIdsResponse = (input) => {
3990
4578
  expected: "true",
3991
4579
  value: input3.bar_by_children
3992
4580
  }), true].every((flag) => flag);
3993
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4581
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3994
4582
  path: _path2 + ".id",
3995
4583
  expected: "(string | undefined)",
3996
4584
  value: input3.id
@@ -4022,7 +4610,7 @@ var validTermsByIdsResponse = (input) => {
4022
4610
  path: _path2 + ".q",
4023
4611
  expected: "SnpsQ",
4024
4612
  value: input3.q
4025
- })) && $vo76(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4613
+ })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4026
4614
  path: _path2 + ".q",
4027
4615
  expected: "SnpsQ",
4028
4616
  value: input3.q
@@ -4030,12 +4618,12 @@ var validTermsByIdsResponse = (input) => {
4030
4618
  path: _path2 + ".term",
4031
4619
  expected: "SnpsTerm",
4032
4620
  value: input3.term
4033
- })) && $vo78(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4621
+ })) && $vo85(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4034
4622
  path: _path2 + ".term",
4035
4623
  expected: "SnpsTerm",
4036
4624
  value: input3.term
4037
4625
  })].every((flag) => flag);
4038
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4626
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4039
4627
  path: _path2 + ".hiddenValues",
4040
4628
  expected: "(HiddenValues | undefined)",
4041
4629
  value: input3.hiddenValues
@@ -4083,7 +4671,7 @@ var validTermsByIdsResponse = (input) => {
4083
4671
  path: _path2 + ".restrictAncestry",
4084
4672
  expected: "RestrictAncestry",
4085
4673
  value: input3.restrictAncestry
4086
- })) && $vo77(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4674
+ })) && $vo84(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4087
4675
  path: _path2 + ".restrictAncestry",
4088
4676
  expected: "RestrictAncestry",
4089
4677
  value: input3.restrictAncestry
@@ -4108,7 +4696,7 @@ var validTermsByIdsResponse = (input) => {
4108
4696
  expected: "number",
4109
4697
  value: input3.stop
4110
4698
  })].every((flag) => flag);
4111
- const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4699
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4112
4700
  path: _path2 + ".name",
4113
4701
  expected: "string",
4114
4702
  value: input3.name
@@ -4121,7 +4709,7 @@ var validTermsByIdsResponse = (input) => {
4121
4709
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4122
4710
  value: input3.tvs
4123
4711
  })].every((flag) => flag);
4124
- const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4712
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4125
4713
  path: _path2 + ".id",
4126
4714
  expected: "string",
4127
4715
  value: input3.id
@@ -4137,8 +4725,8 @@ var validTermsByIdsResponse = (input) => {
4137
4725
  path: _path2 + ".child_types",
4138
4726
  expected: "(Array<string> | undefined)",
4139
4727
  value: input3.child_types
4140
- })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
4141
- path: _path2 + ".child_types[" + _index62 + "]",
4728
+ })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4729
+ path: _path2 + ".child_types[" + _index76 + "]",
4142
4730
  expected: "string",
4143
4731
  value: elem
4144
4732
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4153,8 +4741,8 @@ var validTermsByIdsResponse = (input) => {
4153
4741
  path: _path2 + ".included_types",
4154
4742
  expected: "(Array<string> | undefined)",
4155
4743
  value: input3.included_types
4156
- })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
4157
- path: _path2 + ".included_types[" + _index63 + "]",
4744
+ })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
4745
+ path: _path2 + ".included_types[" + _index77 + "]",
4158
4746
  expected: "string",
4159
4747
  value: elem
4160
4748
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4193,12 +4781,12 @@ var validTermsByIdsResponse = (input) => {
4193
4781
  path: _path2 + ".snps",
4194
4782
  expected: "(Array<SnpsEntry> | undefined)",
4195
4783
  value: input3.snps
4196
- })) && input3.snps.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4197
- path: _path2 + ".snps[" + _index64 + "]",
4784
+ })) && input3.snps.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4785
+ path: _path2 + ".snps[" + _index78 + "]",
4198
4786
  expected: "SnpsEntry",
4199
4787
  value: elem
4200
- })) && $vo79(elem, _path2 + ".snps[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
4201
- path: _path2 + ".snps[" + _index64 + "]",
4788
+ })) && $vo86(elem, _path2 + ".snps[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4789
+ path: _path2 + ".snps[" + _index78 + "]",
4202
4790
  expected: "SnpsEntry",
4203
4791
  value: elem
4204
4792
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4206,12 +4794,12 @@ var validTermsByIdsResponse = (input) => {
4206
4794
  expected: "(Array<SnpsEntry> | undefined)",
4207
4795
  value: input3.snps
4208
4796
  })].every((flag) => flag);
4209
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4797
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4210
4798
  path: _path2 + ".altAlleles",
4211
4799
  expected: "(Array<string> | undefined)",
4212
4800
  value: input3.altAlleles
4213
- })) && input3.altAlleles.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
4214
- path: _path2 + ".altAlleles[" + _index65 + "]",
4801
+ })) && input3.altAlleles.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
4802
+ path: _path2 + ".altAlleles[" + _index79 + "]",
4215
4803
  expected: "string",
4216
4804
  value: elem
4217
4805
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4222,12 +4810,12 @@ var validTermsByIdsResponse = (input) => {
4222
4810
  path: _path2 + ".alleles",
4223
4811
  expected: "(Array<AllelesEntry> | undefined)",
4224
4812
  value: input3.alleles
4225
- })) && input3.alleles.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4226
- path: _path2 + ".alleles[" + _index66 + "]",
4813
+ })) && input3.alleles.map((elem, _index80) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4814
+ path: _path2 + ".alleles[" + _index80 + "]",
4227
4815
  expected: "AllelesEntry",
4228
4816
  value: elem
4229
- })) && $vo80(elem, _path2 + ".alleles[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
4230
- path: _path2 + ".alleles[" + _index66 + "]",
4817
+ })) && $vo87(elem, _path2 + ".alleles[" + _index80 + "]", _exceptionable2) || $report(_exceptionable2, {
4818
+ path: _path2 + ".alleles[" + _index80 + "]",
4231
4819
  expected: "AllelesEntry",
4232
4820
  value: elem
4233
4821
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4242,7 +4830,7 @@ var validTermsByIdsResponse = (input) => {
4242
4830
  path: _path2 + ".gt2count",
4243
4831
  expected: "(__type.o11 | undefined)",
4244
4832
  value: input3.gt2count
4245
- })) && $vo81(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4833
+ })) && $vo88(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4246
4834
  path: _path2 + ".gt2count",
4247
4835
  expected: "(__type.o11 | undefined)",
4248
4836
  value: input3.gt2count
@@ -4271,7 +4859,7 @@ var validTermsByIdsResponse = (input) => {
4271
4859
  expected: "(number | undefined)",
4272
4860
  value: input3.pos
4273
4861
  })].every((flag) => flag);
4274
- const $vo80 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4862
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4275
4863
  path: _path2 + ".allele",
4276
4864
  expected: "string",
4277
4865
  value: input3.allele
@@ -4284,7 +4872,7 @@ var validTermsByIdsResponse = (input) => {
4284
4872
  expected: "boolean",
4285
4873
  value: input3.isRef
4286
4874
  })].every((flag) => flag);
4287
- const $vo81 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4875
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4288
4876
  path: _path2 + ".k",
4289
4877
  expected: "string",
4290
4878
  value: input3.k
@@ -4293,7 +4881,7 @@ var validTermsByIdsResponse = (input) => {
4293
4881
  expected: "(number | string)",
4294
4882
  value: input3.v
4295
4883
  })].every((flag) => flag);
4296
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4884
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4297
4885
  path: _path2 + ".id",
4298
4886
  expected: "(string | undefined)",
4299
4887
  value: input3.id
@@ -4317,28 +4905,28 @@ var validTermsByIdsResponse = (input) => {
4317
4905
  path: _path2 + ".minNumSamples",
4318
4906
  expected: "(number | undefined)",
4319
4907
  value: input3.minNumSamples
4320
- }), true, "TermCollectionTWValues" === input3.type || $report(_exceptionable2, {
4908
+ }), true, "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
4321
4909
  path: _path2 + ".type",
4322
- expected: '"TermCollectionTWValues"',
4910
+ expected: '"TermCollectionTWCont"',
4323
4911
  value: input3.type
4324
4912
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4325
4913
  path: _path2 + ".term",
4326
- expected: "TermCollection",
4914
+ expected: "NumericTermCollection",
4327
4915
  value: input3.term
4328
- })) && $vo43(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4916
+ })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4329
4917
  path: _path2 + ".term",
4330
- expected: "TermCollection",
4918
+ expected: "NumericTermCollection",
4331
4919
  value: input3.term
4332
4920
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4333
4921
  path: _path2 + ".q",
4334
- expected: "TermCollectionQValues",
4922
+ expected: "TermCollectionQCont",
4335
4923
  value: input3.q
4336
- })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4924
+ })) && $vo90(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4337
4925
  path: _path2 + ".q",
4338
- expected: "TermCollectionQValues",
4926
+ expected: "TermCollectionQCont",
4339
4927
  value: input3.q
4340
4928
  })].every((flag) => flag);
4341
- const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4929
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4342
4930
  path: _path2 + ".hiddenValues",
4343
4931
  expected: "(HiddenValues | undefined)",
4344
4932
  value: input3.hiddenValues
@@ -4370,8 +4958,8 @@ var validTermsByIdsResponse = (input) => {
4370
4958
  path: _path2 + ".lst",
4371
4959
  expected: "Array<string>",
4372
4960
  value: input3.lst
4373
- })) && input3.lst.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
4374
- path: _path2 + ".lst[" + _index67 + "]",
4961
+ })) && input3.lst.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
4962
+ path: _path2 + ".lst[" + _index81 + "]",
4375
4963
  expected: "string",
4376
4964
  value: elem
4377
4965
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4382,8 +4970,8 @@ var validTermsByIdsResponse = (input) => {
4382
4970
  path: _path2 + ".numerators",
4383
4971
  expected: "(Array<string> | undefined)",
4384
4972
  value: input3.numerators
4385
- })) && input3.numerators.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
4386
- path: _path2 + ".numerators[" + _index68 + "]",
4973
+ })) && input3.numerators.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
4974
+ path: _path2 + ".numerators[" + _index82 + "]",
4387
4975
  expected: "string",
4388
4976
  value: elem
4389
4977
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4391,6 +4979,108 @@ var validTermsByIdsResponse = (input) => {
4391
4979
  expected: "(Array<string> | undefined)",
4392
4980
  value: input3.numerators
4393
4981
  })].every((flag) => flag);
4982
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4983
+ path: _path2 + ".id",
4984
+ expected: "(string | undefined)",
4985
+ value: input3.id
4986
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
4987
+ path: _path2 + ".$id",
4988
+ expected: "(string | undefined)",
4989
+ value: input3.$id
4990
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4991
+ path: _path2 + ".isAtomic",
4992
+ expected: "(true | undefined)",
4993
+ value: input3.isAtomic
4994
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4995
+ path: _path2 + ".settings",
4996
+ expected: "(__type.o1 | undefined)",
4997
+ value: input3.settings
4998
+ })) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4999
+ path: _path2 + ".settings",
5000
+ expected: "(__type.o1 | undefined)",
5001
+ value: input3.settings
5002
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
5003
+ path: _path2 + ".minNumSamples",
5004
+ expected: "(number | undefined)",
5005
+ value: input3.minNumSamples
5006
+ }), true, "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
5007
+ path: _path2 + ".type",
5008
+ expected: '"TermCollectionTWQual"',
5009
+ value: input3.type
5010
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
5011
+ path: _path2 + ".term",
5012
+ expected: "CategoricalTermCollection",
5013
+ value: input3.term
5014
+ })) && $vo51(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5015
+ path: _path2 + ".term",
5016
+ expected: "CategoricalTermCollection",
5017
+ value: input3.term
5018
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
5019
+ path: _path2 + ".q",
5020
+ expected: "TermCollectionQQual",
5021
+ value: input3.q
5022
+ })) && $vo92(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5023
+ path: _path2 + ".q",
5024
+ expected: "TermCollectionQQual",
5025
+ value: input3.q
5026
+ })].every((flag) => flag);
5027
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5028
+ path: _path2 + ".hiddenValues",
5029
+ expected: "(HiddenValues | undefined)",
5030
+ value: input3.hiddenValues
5031
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
5032
+ path: _path2 + ".hiddenValues",
5033
+ expected: "(HiddenValues | undefined)",
5034
+ value: input3.hiddenValues
5035
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
5036
+ path: _path2 + ".isAtomic",
5037
+ expected: "(true | undefined)",
5038
+ value: input3.isAtomic
5039
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
5040
+ path: _path2 + ".name",
5041
+ expected: "(string | undefined)",
5042
+ value: input3.name
5043
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
5044
+ path: _path2 + ".reuseId",
5045
+ expected: "(string | undefined)",
5046
+ value: input3.reuseId
5047
+ }), "discrete" === input3.mode || $report(_exceptionable2, {
5048
+ path: _path2 + ".mode",
5049
+ expected: '"discrete"',
5050
+ value: input3.mode
5051
+ }), "values" === input3.type || $report(_exceptionable2, {
5052
+ path: _path2 + ".type",
5053
+ expected: '"values"',
5054
+ value: input3.type
5055
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
5056
+ path: _path2 + ".lst",
5057
+ expected: "Array<string>",
5058
+ value: input3.lst
5059
+ })) && input3.lst.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
5060
+ path: _path2 + ".lst[" + _index83 + "]",
5061
+ expected: "string",
5062
+ value: elem
5063
+ })).every((flag) => flag) || $report(_exceptionable2, {
5064
+ path: _path2 + ".lst",
5065
+ expected: "Array<string>",
5066
+ value: input3.lst
5067
+ }), void 0 === input3.categoryKeys || (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
5068
+ path: _path2 + ".categoryKeys",
5069
+ expected: "(Array<CategoryKey> | undefined)",
5070
+ value: input3.categoryKeys
5071
+ })) && input3.categoryKeys.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5072
+ path: _path2 + ".categoryKeys[" + _index84 + "]",
5073
+ expected: "CategoryKey",
5074
+ value: elem
5075
+ })) && $vo52(elem, _path2 + ".categoryKeys[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
5076
+ path: _path2 + ".categoryKeys[" + _index84 + "]",
5077
+ expected: "CategoryKey",
5078
+ value: elem
5079
+ })).every((flag) => flag) || $report(_exceptionable2, {
5080
+ path: _path2 + ".categoryKeys",
5081
+ expected: "(Array<CategoryKey> | undefined)",
5082
+ value: input3.categoryKeys
5083
+ })].every((flag) => flag);
4394
5084
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
4395
5085
  if ("tvslst" === input3.type)
4396
5086
  return $vo7(input3, _path2, _exceptionable2);
@@ -4411,9 +5101,9 @@ var validTermsByIdsResponse = (input) => {
4411
5101
  })();
4412
5102
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
4413
5103
  if ("gene" === input3.kind)
4414
- return $vo33(input3, _path2, _exceptionable2);
5104
+ return $vo37(input3, _path2, _exceptionable2);
4415
5105
  if ("coord" === input3.kind)
4416
- return $vo34(input3, _path2, _exceptionable2);
5106
+ return $vo38(input3, _path2, _exceptionable2);
4417
5107
  return $report(_exceptionable2, {
4418
5108
  path: _path2,
4419
5109
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -4422,9 +5112,9 @@ var validTermsByIdsResponse = (input) => {
4422
5112
  })();
4423
5113
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
4424
5114
  if ("string" === typeof input3.type)
4425
- return $vo37(input3, _path2, _exceptionable2);
5115
+ return $vo41(input3, _path2, _exceptionable2);
4426
5116
  if ("filter" === input3.type)
4427
- return $vo39(input3, _path2, _exceptionable2);
5117
+ return $vo43(input3, _path2, _exceptionable2);
4428
5118
  return $report(_exceptionable2, {
4429
5119
  path: _path2,
4430
5120
  expected: "(ValuesGroup | FilterGroup)",
@@ -4454,37 +5144,39 @@ var validTermsByIdsResponse = (input) => {
4454
5144
  });
4455
5145
  })();
4456
5146
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
4457
- if ("TermCollectionTWValues" === input3.type)
4458
- return $vo82(input3, _path2, _exceptionable2);
5147
+ if ("TermCollectionTWQual" === input3.type)
5148
+ return $vo91(input3, _path2, _exceptionable2);
5149
+ if ("TermCollectionTWCont" === input3.type)
5150
+ return $vo89(input3, _path2, _exceptionable2);
4459
5151
  if ("SnpsTW" === input3.type)
4460
- return $vo75(input3, _path2, _exceptionable2);
5152
+ return $vo82(input3, _path2, _exceptionable2);
4461
5153
  if ("ConditionTW" === input3.type)
4462
- return $vo72(input3, _path2, _exceptionable2);
5154
+ return $vo79(input3, _path2, _exceptionable2);
4463
5155
  if ("GvCustomGsTW" === input3.type)
4464
- return $vo70(input3, _path2, _exceptionable2);
5156
+ return $vo77(input3, _path2, _exceptionable2);
4465
5157
  if ("GvPredefinedGsTW" === input3.type)
4466
- return $vo68(input3, _path2, _exceptionable2);
5158
+ return $vo75(input3, _path2, _exceptionable2);
4467
5159
  if ("GvValuesTW" === input3.type)
4468
- return $vo64(input3, _path2, _exceptionable2);
5160
+ return $vo71(input3, _path2, _exceptionable2);
4469
5161
  if ("NumTWSpline" === input3.type)
4470
- return $vo61(input3, _path2, _exceptionable2);
5162
+ return $vo68(input3, _path2, _exceptionable2);
4471
5163
  if ("NumTWCont" === input3.type)
4472
- return $vo59(input3, _path2, _exceptionable2);
5164
+ return $vo66(input3, _path2, _exceptionable2);
4473
5165
  if ("NumTWBinary" === input3.type)
4474
- return $vo57(input3, _path2, _exceptionable2);
5166
+ return $vo64(input3, _path2, _exceptionable2);
4475
5167
  if ("NumTWCustomBin" === input3.type)
4476
- return $vo56(input3, _path2, _exceptionable2);
5168
+ return $vo63(input3, _path2, _exceptionable2);
4477
5169
  if ("NumTWRegularBin" === input3.type)
4478
- return $vo55(input3, _path2, _exceptionable2);
5170
+ return $vo62(input3, _path2, _exceptionable2);
4479
5171
  if ("QualTWCustomGS" === input3.type)
4480
- return $vo52(input3, _path2, _exceptionable2);
5172
+ return $vo59(input3, _path2, _exceptionable2);
4481
5173
  if ("QualTWPredefinedGS" === input3.type)
4482
- return $vo50(input3, _path2, _exceptionable2);
5174
+ return $vo57(input3, _path2, _exceptionable2);
4483
5175
  if ("QualTWValues" === input3.type)
4484
5176
  return $vo2(input3, _path2, _exceptionable2);
4485
5177
  return $report(_exceptionable2, {
4486
5178
  path: _path2,
4487
- expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
5179
+ expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4488
5180
  value: input3
4489
5181
  });
4490
5182
  })();
@@ -4492,9 +5184,9 @@ var validTermsByIdsResponse = (input) => {
4492
5184
  if ("categorical" === input3.type)
4493
5185
  return $vo4(input3, _path2, _exceptionable2);
4494
5186
  if ("snp" === input3.type)
4495
- return $vo47(input3, _path2, _exceptionable2);
5187
+ return $vo53(input3, _path2, _exceptionable2);
4496
5188
  if ("singleCellCellType" === input3.type)
4497
- return $vo48(input3, _path2, _exceptionable2);
5189
+ return $vo54(input3, _path2, _exceptionable2);
4498
5190
  return $report(_exceptionable2, {
4499
5191
  path: _path2,
4500
5192
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -4505,19 +5197,23 @@ var validTermsByIdsResponse = (input) => {
4505
5197
  if (void 0 !== input3.ranges)
4506
5198
  return $vo10(input3, _path2, _exceptionable2);
4507
5199
  if (void 0 !== input3.ratio)
4508
- return $vo42(input3, _path2, _exceptionable2);
4509
- return $vo9(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
5200
+ return $vo46(input3, _path2, _exceptionable2);
5201
+ return $vo9(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
4510
5202
  })();
4511
5203
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
4512
5204
  if ("integer" === input3.type || "float" === input3.type)
4513
5205
  return $vo11(input3, _path2, _exceptionable2);
4514
5206
  if ("metaboliteIntensity" === input3.type)
4515
5207
  return $vo23(input3, _path2, _exceptionable2);
4516
- if ("date" === input3.type)
5208
+ if ("wholeProteomeAbundance" === input3.type)
4517
5209
  return $vo24(input3, _path2, _exceptionable2);
4518
- if ("ssGSEA" === input3.type)
5210
+ if ("date" === input3.type)
4519
5211
  return $vo25(input3, _path2, _exceptionable2);
4520
- return $vo22(input3, _path2, false) || $vo21(input3, _path2, false);
5212
+ if ("ssGSEA" === input3.type)
5213
+ return $vo26(input3, _path2, _exceptionable2);
5214
+ if ("dnaMethylation" === input3.type)
5215
+ return $vo27(input3, _path2, _exceptionable2);
5216
+ return $vo22(input3, _path2, false) || $vo21(input3, _path2, false) || $vo29(input3, _path2, false) || $vo28(input3, _path2, false);
4521
5217
  })();
4522
5218
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4523
5219
  if ("regular-bin" === input3.type)
@@ -4532,9 +5228,9 @@ var validTermsByIdsResponse = (input) => {
4532
5228
  })();
4533
5229
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4534
5230
  if ("gene" === input3.kind)
4535
- return $vo32(input3, _path2, _exceptionable2);
5231
+ return $vo36(input3, _path2, _exceptionable2);
4536
5232
  if ("coord" === input3.kind)
4537
- return $vo40(input3, _path2, _exceptionable2);
5233
+ return $vo44(input3, _path2, _exceptionable2);
4538
5234
  return $report(_exceptionable2, {
4539
5235
  path: _path2,
4540
5236
  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; })',
@@ -4542,21 +5238,32 @@ var validTermsByIdsResponse = (input) => {
4542
5238
  });
4543
5239
  })();
4544
5240
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5241
+ if ("numeric" === input3.memberType)
5242
+ return $vo47(input3, _path2, _exceptionable2);
5243
+ if ("categorical" === input3.memberType)
5244
+ return $vo51(input3, _path2, _exceptionable2);
5245
+ return $report(_exceptionable2, {
5246
+ path: _path2,
5247
+ expected: "(NumericTermCollection | CategoricalTermCollection)",
5248
+ value: input3
5249
+ });
5250
+ })();
5251
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4545
5252
  if ("gene" === input3.kind)
4546
- return $vo65(input3, _path2, _exceptionable2);
5253
+ return $vo72(input3, _path2, _exceptionable2);
4547
5254
  if ("coord" === input3.kind)
4548
- return $vo66(input3, _path2, _exceptionable2);
5255
+ return $vo73(input3, _path2, _exceptionable2);
4549
5256
  return $report(_exceptionable2, {
4550
5257
  path: _path2,
4551
5258
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4552
5259
  value: input3
4553
5260
  });
4554
5261
  })();
4555
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5262
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
4556
5263
  if ("grade" === input3.valueFor)
4557
- return $vo73(input3, _path2, _exceptionable2);
5264
+ return $vo80(input3, _path2, _exceptionable2);
4558
5265
  if ("children" === input3.valueFor)
4559
- return $vo74(input3, _path2, _exceptionable2);
5266
+ return $vo81(input3, _path2, _exceptionable2);
4560
5267
  return $report(_exceptionable2, {
4561
5268
  path: _path2,
4562
5269
  expected: "(ConditionGradeQ | ConditionChildrenQ)",