@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
@@ -44,7 +44,7 @@ var validCorrelationVolcanoRequest = (input) => {
44
44
  const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
45
45
  const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
46
46
  const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
47
- const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
47
+ const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
48
48
  const $io14 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
49
49
  const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
50
50
  const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
@@ -64,31 +64,35 @@ var validCorrelationVolcanoRequest = (input) => {
64
64
  const $io23 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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);
65
65
  const $io24 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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;
66
66
  const $io25 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
67
- const $io26 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
68
- const $io27 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
69
- const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
70
- const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && (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 && $io31(elem)));
71
- const $io30 = (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 && $io7(input3.valueConversion));
72
- const $io31 = (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;
73
- const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
74
- const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
75
- const $io34 = (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 && $io7(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
76
- const $io35 = (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 && $io7(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);
77
- const $io36 = (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 && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
78
- const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
79
- const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
80
- const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && "number" === typeof input3.ratio;
81
- const $io40 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io41(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) && $io42(input3.propsByTermId));
82
- const $io41 = (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 && $io7(input3.valueConversion));
83
- const $io42 = (input3) => Object.keys(input3).every((key) => {
67
+ const $io26 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
68
+ const $io27 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
69
+ const $io28 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
70
+ const $io29 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
71
+ const $io30 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(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);
72
+ const $io31 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
73
+ const $io32 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
74
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (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 && $io35(elem)));
75
+ const $io34 = (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 && $io7(input3.valueConversion));
76
+ const $io35 = (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;
77
+ const $io36 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io37(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
78
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
79
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
80
+ const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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);
81
+ const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
82
+ const $io41 = (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 && $io7(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
83
+ const $io42 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
84
+ const $io43 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && "number" === typeof input3.ratio;
85
+ const $io44 = (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 && $io7(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 && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
86
+ const $io45 = (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 && $io7(input3.valueConversion));
87
+ const $io46 = (input3) => Object.keys(input3).every((key) => {
84
88
  const value = input3[key];
85
89
  if (void 0 === value)
86
90
  return true;
87
91
  if (RegExp(/(.*)/).test(key))
88
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io43(value);
92
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io47(value);
89
93
  return true;
90
94
  });
91
- const $io43 = (input3) => Object.keys(input3).every((key) => {
95
+ const $io47 = (input3) => Object.keys(input3).every((key) => {
92
96
  const value = input3[key];
93
97
  if (void 0 === value)
94
98
  return true;
@@ -96,8 +100,10 @@ var validCorrelationVolcanoRequest = (input) => {
96
100
  return true;
97
101
  return true;
98
102
  });
99
- const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q)) && "QualTWValues" === input3.type;
100
- const $io45 = (input3) => Object.keys(input3).every((key) => {
103
+ const $io48 = (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 && $io7(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 && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
104
+ const $io49 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
105
+ 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q)) && "QualTWValues" === input3.type;
106
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
101
107
  const value = input3[key];
102
108
  if (void 0 === value)
103
109
  return true;
@@ -105,43 +111,45 @@ var validCorrelationVolcanoRequest = (input) => {
105
111
  return true;
106
112
  return true;
107
113
  });
108
- const $io46 = (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 && $io7(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 && $io8(input3.groupsetting));
109
- const $io47 = (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 && $io7(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
110
- const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
111
- const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io50(input3.q)) && "QualTWPredefinedGS" === input3.type;
112
- const $io50 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
113
- const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q)) && "QualTWCustomGS" === input3.type;
114
- const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io53(input3.customset));
115
- const $io53 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
116
- const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
117
- 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
118
- 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
119
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
120
- const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io59(input3.q));
121
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
122
- const $io60 = (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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
123
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io62(elem))) && (null !== input3.type && void 0 === input3.type);
124
- const $io62 = (input3) => "number" === typeof input3.value;
125
- 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) && $io45(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 && $io66(input3.q));
126
- const $io64 = (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 && $io7(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
127
- 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 && $io7(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
128
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
129
- const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(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 && $io68(input3.q));
130
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
131
- const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(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 && $io70(input3.q));
132
- const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io53(input3.customset)) && Array.isArray(input3.dtLst);
133
- 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
134
- const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
135
- const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
136
- const $io74 = (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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
137
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io76(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
138
- const $io76 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
139
- const $io77 = (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 && $io7(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 && $io78(elem)));
140
- const $io78 = (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 && $io79(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io80(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);
141
- const $io79 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
142
- const $io80 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
143
- const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q));
144
- const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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));
114
+ const $io52 = (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 && $io7(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 && $io8(input3.groupsetting));
115
+ const $io53 = (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 && $io7(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
116
+ const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
117
+ 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q)) && "QualTWPredefinedGS" === input3.type;
118
+ const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
119
+ const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWCustomGS" === input3.type;
120
+ const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io60(input3.customset));
121
+ const $io60 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
122
+ 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
123
+ 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
124
+ 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
125
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
126
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io66(input3.q));
127
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
128
+ const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
129
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io69(elem))) && (null !== input3.type && void 0 === input3.type);
130
+ const $io69 = (input3) => "number" === typeof input3.value;
131
+ 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) && $io51(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 && $io73(input3.q));
132
+ const $io71 = (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 && $io7(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
133
+ 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 && $io7(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
134
+ const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
135
+ const $io74 = (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) && $io51(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 && $io75(input3.q));
136
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
137
+ const $io76 = (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) && $io51(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 && $io77(input3.q));
138
+ const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io60(input3.customset)) && Array.isArray(input3.dtLst);
139
+ const $io78 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
140
+ const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
141
+ const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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;
142
+ const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io84(input3.term));
143
+ const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io83(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
144
+ const $io83 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
145
+ const $io84 = (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 && $io7(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 && $io85(elem)));
146
+ const $io85 = (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 && $io86(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io87(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);
147
+ const $io86 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
148
+ const $io87 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
149
+ const $io88 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io44(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q));
150
+ const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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));
151
+ const $io90 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
152
+ const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io49(elem)));
145
153
  const $iu0 = (input3) => (() => {
146
154
  if ("tvslst" === input3.type)
147
155
  return $io1(input3);
@@ -165,40 +173,42 @@ var validCorrelationVolcanoRequest = (input) => {
165
173
  })();
166
174
  const $iu3 = (input3) => (() => {
167
175
  if ("gene" === input3.kind)
168
- return $io35(input3);
176
+ return $io39(input3);
169
177
  if ("coord" === input3.kind)
170
- return $io36(input3);
178
+ return $io40(input3);
171
179
  return false;
172
180
  })();
173
181
  const $iu4 = (input3) => (() => {
174
- if ("TermCollectionTWValues" === input3.type)
175
- return $io81(input3);
182
+ if ("TermCollectionTWQual" === input3.type)
183
+ return $io90(input3);
184
+ if ("TermCollectionTWCont" === input3.type)
185
+ return $io88(input3);
176
186
  if ("SnpsTW" === input3.type)
177
- return $io74(input3);
187
+ return $io81(input3);
178
188
  if ("ConditionTW" === input3.type)
179
- return $io71(input3);
189
+ return $io78(input3);
180
190
  if ("GvCustomGsTW" === input3.type)
181
- return $io69(input3);
191
+ return $io76(input3);
182
192
  if ("GvPredefinedGsTW" === input3.type)
183
- return $io67(input3);
193
+ return $io74(input3);
184
194
  if ("GvValuesTW" === input3.type)
185
- return $io63(input3);
195
+ return $io70(input3);
186
196
  if ("NumTWSpline" === input3.type)
187
- return $io60(input3);
197
+ return $io67(input3);
188
198
  if ("NumTWCont" === input3.type)
189
- return $io58(input3);
199
+ return $io65(input3);
190
200
  if ("NumTWBinary" === input3.type)
191
- return $io56(input3);
201
+ return $io63(input3);
192
202
  if ("NumTWCustomBin" === input3.type)
193
- return $io55(input3);
203
+ return $io62(input3);
194
204
  if ("NumTWRegularBin" === input3.type)
195
- return $io54(input3);
205
+ return $io61(input3);
196
206
  if ("QualTWCustomGS" === input3.type)
197
- return $io51(input3);
207
+ return $io58(input3);
198
208
  if ("QualTWPredefinedGS" === input3.type)
199
- return $io49(input3);
209
+ return $io56(input3);
200
210
  if ("QualTWValues" === input3.type)
201
- return $io44(input3);
211
+ return $io50(input3);
202
212
  return false;
203
213
  })();
204
214
  const $iu5 = (input3) => (() => {
@@ -219,14 +229,14 @@ var validCorrelationVolcanoRequest = (input) => {
219
229
  if (void 0 !== input3.ranges)
220
230
  return $io13(input3);
221
231
  if (void 0 !== input3.ratio)
222
- return $io39(input3);
232
+ return $io43(input3);
223
233
  return (() => {
224
234
  if ($io3(input3))
225
235
  return $io3(input3);
226
- if ($io29(input3))
227
- return $io29(input3);
228
- if ($io32(input3))
229
- return $io32(input3);
236
+ if ($io33(input3))
237
+ return $io33(input3);
238
+ if ($io36(input3))
239
+ return $io36(input3);
230
240
  return false;
231
241
  })();
232
242
  })();
@@ -235,15 +245,23 @@ var validCorrelationVolcanoRequest = (input) => {
235
245
  return $io14(input3);
236
246
  if ("metaboliteIntensity" === input3.type)
237
247
  return $io25(input3);
238
- if ("date" === input3.type)
248
+ if ("wholeProteomeAbundance" === input3.type)
239
249
  return $io26(input3);
240
- if ("ssGSEA" === input3.type)
250
+ if ("date" === input3.type)
241
251
  return $io27(input3);
252
+ if ("ssGSEA" === input3.type)
253
+ return $io28(input3);
254
+ if ("dnaMethylation" === input3.type)
255
+ return $io29(input3);
242
256
  return (() => {
243
257
  if ($io24(input3))
244
258
  return $io24(input3);
245
259
  if ($io23(input3))
246
260
  return $io23(input3);
261
+ if ($io31(input3))
262
+ return $io31(input3);
263
+ if ($io30(input3))
264
+ return $io30(input3);
247
265
  return false;
248
266
  })();
249
267
  })();
@@ -256,32 +274,39 @@ var validCorrelationVolcanoRequest = (input) => {
256
274
  })();
257
275
  const $iu10 = (input3) => (() => {
258
276
  if ("gene" === input3.kind)
259
- return $io34(input3);
277
+ return $io38(input3);
260
278
  if ("coord" === input3.kind)
261
- return $io37(input3);
279
+ return $io41(input3);
262
280
  return false;
263
281
  })();
264
282
  const $iu11 = (input3) => (() => {
283
+ if ("numeric" === input3.memberType)
284
+ return $io44(input3);
285
+ if ("categorical" === input3.memberType)
286
+ return $io48(input3);
287
+ return false;
288
+ })();
289
+ const $iu12 = (input3) => (() => {
265
290
  if ("categorical" === input3.type)
266
291
  return $io4(input3);
267
292
  if ("snp" === input3.type)
268
- return $io46(input3);
293
+ return $io52(input3);
269
294
  if ("singleCellCellType" === input3.type)
270
- return $io47(input3);
295
+ return $io53(input3);
271
296
  return false;
272
297
  })();
273
- const $iu12 = (input3) => (() => {
298
+ const $iu13 = (input3) => (() => {
274
299
  if ("gene" === input3.kind)
275
- return $io64(input3);
300
+ return $io71(input3);
276
301
  if ("coord" === input3.kind)
277
- return $io65(input3);
302
+ return $io72(input3);
278
303
  return false;
279
304
  })();
280
- const $iu13 = (input3) => (() => {
305
+ const $iu14 = (input3) => (() => {
281
306
  if ("grade" === input3.valueFor)
282
- return $io72(input3);
307
+ return $io79(input3);
283
308
  if ("children" === input3.valueFor)
284
- return $io73(input3);
309
+ return $io80(input3);
285
310
  return false;
286
311
  })();
287
312
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -308,11 +333,11 @@ var validCorrelationVolcanoRequest = (input) => {
308
333
  value: input3.filter
309
334
  }), true, ("object" === typeof input3.featureTw && null !== input3.featureTw || $report(_exceptionable2, {
310
335
  path: _path2 + ".featureTw",
311
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
336
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
312
337
  value: input3.featureTw
313
338
  })) && $vu4(input3.featureTw, _path2 + ".featureTw", _exceptionable2) || $report(_exceptionable2, {
314
339
  path: _path2 + ".featureTw",
315
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
340
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
316
341
  value: input3.featureTw
317
342
  }), (Array.isArray(input3.variableTwLst) || $report(_exceptionable2, {
318
343
  path: _path2 + ".variableTwLst",
@@ -320,11 +345,11 @@ var validCorrelationVolcanoRequest = (input) => {
320
345
  value: input3.variableTwLst
321
346
  })) && input3.variableTwLst.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
322
347
  path: _path2 + ".variableTwLst[" + _index1 + "]",
323
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
348
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
324
349
  value: elem
325
350
  })) && $vu4(elem, _path2 + ".variableTwLst[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
326
351
  path: _path2 + ".variableTwLst[" + _index1 + "]",
327
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
352
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
328
353
  value: elem
329
354
  })).every((flag) => flag) || $report(_exceptionable2, {
330
355
  path: _path2 + ".variableTwLst",
@@ -686,11 +711,11 @@ var validCorrelationVolcanoRequest = (input) => {
686
711
  value: input3.isnot
687
712
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
688
713
  path: _path2 + ".term",
689
- 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)',
714
+ 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)',
690
715
  value: input3.term
691
716
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
692
717
  path: _path2 + ".term",
693
- 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)',
718
+ 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)',
694
719
  value: input3.term
695
720
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
696
721
  path: _path2 + ".ranges",
@@ -716,7 +741,7 @@ var validCorrelationVolcanoRequest = (input) => {
716
741
  path: _path2 + ".values[" + _index10 + "]",
717
742
  expected: "__type.o4",
718
743
  value: elem
719
- })) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
744
+ })) && $vo32(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
720
745
  path: _path2 + ".values[" + _index10 + "]",
721
746
  expected: "__type.o4",
722
747
  value: elem
@@ -1406,9 +1431,9 @@ var validCorrelationVolcanoRequest = (input) => {
1406
1431
  path: _path2 + ".name",
1407
1432
  expected: "string",
1408
1433
  value: input3.name
1409
- }), "date" === input3.type || $report(_exceptionable2, {
1434
+ }), "wholeProteomeAbundance" === input3.type || $report(_exceptionable2, {
1410
1435
  path: _path2 + ".type",
1411
- expected: '"date"',
1436
+ expected: '"wholeProteomeAbundance"',
1412
1437
  value: input3.type
1413
1438
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1414
1439
  path: _path2 + ".child_types",
@@ -1474,6 +1499,10 @@ var validCorrelationVolcanoRequest = (input) => {
1474
1499
  path: _path2 + ".unit",
1475
1500
  expected: "(string | undefined)",
1476
1501
  value: input3.unit
1502
+ }), "string" === typeof input3.protein || $report(_exceptionable2, {
1503
+ path: _path2 + ".protein",
1504
+ expected: "string",
1505
+ value: input3.protein
1477
1506
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1478
1507
  path: _path2 + ".bins",
1479
1508
  expected: "(PresetNumericBins | undefined)",
@@ -1491,9 +1520,9 @@ var validCorrelationVolcanoRequest = (input) => {
1491
1520
  path: _path2 + ".name",
1492
1521
  expected: "string",
1493
1522
  value: input3.name
1494
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1523
+ }), "date" === input3.type || $report(_exceptionable2, {
1495
1524
  path: _path2 + ".type",
1496
- expected: '"ssGSEA"',
1525
+ expected: '"date"',
1497
1526
  value: input3.type
1498
1527
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1499
1528
  path: _path2 + ".child_types",
@@ -1559,18 +1588,6 @@ var validCorrelationVolcanoRequest = (input) => {
1559
1588
  path: _path2 + ".unit",
1560
1589
  expected: "(string | undefined)",
1561
1590
  value: input3.unit
1562
- }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1563
- path: _path2 + ".genes",
1564
- expected: "(Array<string> | undefined)",
1565
- value: input3.genes
1566
- })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1567
- path: _path2 + ".genes[" + _index24 + "]",
1568
- expected: "string",
1569
- value: elem
1570
- })).every((flag) => flag) || $report(_exceptionable2, {
1571
- path: _path2 + ".genes",
1572
- expected: "(Array<string> | undefined)",
1573
- value: input3.genes
1574
1591
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1575
1592
  path: _path2 + ".bins",
1576
1593
  expected: "(PresetNumericBins | undefined)",
@@ -1580,69 +1597,7 @@ var validCorrelationVolcanoRequest = (input) => {
1580
1597
  expected: "(PresetNumericBins | undefined)",
1581
1598
  value: input3.bins
1582
1599
  })].every((flag) => flag);
1583
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1584
- path: _path2 + ".key",
1585
- expected: "string",
1586
- value: input3.key
1587
- }), "number" === typeof input3.value || $report(_exceptionable2, {
1588
- path: _path2 + ".value",
1589
- expected: "number",
1590
- value: input3.value
1591
- }), true === input3.uncomputable || $report(_exceptionable2, {
1592
- path: _path2 + ".uncomputable",
1593
- expected: "true",
1594
- value: input3.uncomputable
1595
- }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
1596
- path: _path2 + ".label",
1597
- expected: "(string | undefined)",
1598
- value: input3.label
1599
- })].every((flag) => flag);
1600
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1601
- path: _path2 + ".join",
1602
- expected: "(string | undefined)",
1603
- value: input3.join
1604
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1605
- path: _path2 + ".isnot",
1606
- expected: "(boolean | undefined)",
1607
- value: input3.isnot
1608
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1609
- path: _path2 + ".term",
1610
- expected: "ConditionTerm",
1611
- value: input3.term
1612
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1613
- path: _path2 + ".term",
1614
- expected: "ConditionTerm",
1615
- value: input3.term
1616
- }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
1617
- path: _path2 + ".value_by_max_grade",
1618
- expected: "(boolean | undefined)",
1619
- value: input3.value_by_max_grade
1620
- }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
1621
- path: _path2 + ".value_by_most_recent",
1622
- expected: "(boolean | undefined)",
1623
- value: input3.value_by_most_recent
1624
- }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
1625
- path: _path2 + ".value_by_computable_grade",
1626
- expected: "(boolean | undefined)",
1627
- value: input3.value_by_computable_grade
1628
- }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
1629
- path: _path2 + ".grade_and_child",
1630
- expected: "(Array<GradeAndChildEntry> | undefined)",
1631
- value: input3.grade_and_child
1632
- })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1633
- path: _path2 + ".grade_and_child[" + _index25 + "]",
1634
- expected: "GradeAndChildEntry",
1635
- value: elem
1636
- })) && $vo31(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1637
- path: _path2 + ".grade_and_child[" + _index25 + "]",
1638
- expected: "GradeAndChildEntry",
1639
- value: elem
1640
- })).every((flag) => flag) || $report(_exceptionable2, {
1641
- path: _path2 + ".grade_and_child",
1642
- expected: "(Array<GradeAndChildEntry> | undefined)",
1643
- value: input3.grade_and_child
1644
- })].every((flag) => flag);
1645
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1600
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1646
1601
  path: _path2 + ".id",
1647
1602
  expected: "string",
1648
1603
  value: input3.id
@@ -1650,16 +1605,16 @@ var validCorrelationVolcanoRequest = (input) => {
1650
1605
  path: _path2 + ".name",
1651
1606
  expected: "string",
1652
1607
  value: input3.name
1653
- }), "condition" === input3.type || $report(_exceptionable2, {
1608
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1654
1609
  path: _path2 + ".type",
1655
- expected: '"condition"',
1610
+ expected: '"ssGSEA"',
1656
1611
  value: input3.type
1657
1612
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1658
1613
  path: _path2 + ".child_types",
1659
1614
  expected: "(Array<string> | undefined)",
1660
1615
  value: input3.child_types
1661
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1662
- path: _path2 + ".child_types[" + _index26 + "]",
1616
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1617
+ path: _path2 + ".child_types[" + _index24 + "]",
1663
1618
  expected: "string",
1664
1619
  value: elem
1665
1620
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1674,8 +1629,8 @@ var validCorrelationVolcanoRequest = (input) => {
1674
1629
  path: _path2 + ".included_types",
1675
1630
  expected: "(Array<string> | undefined)",
1676
1631
  value: input3.included_types
1677
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1678
- path: _path2 + ".included_types[" + _index27 + "]",
1632
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1633
+ path: _path2 + ".included_types[" + _index25 + "]",
1679
1634
  expected: "string",
1680
1635
  value: elem
1681
1636
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1706,115 +1661,40 @@ var validCorrelationVolcanoRequest = (input) => {
1706
1661
  path: _path2 + ".valueConversion",
1707
1662
  expected: "(__type.o1 | undefined)",
1708
1663
  value: input3.valueConversion
1709
- })].every((flag) => flag);
1710
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1711
- path: _path2 + ".grade",
1712
- expected: "number",
1713
- value: input3.grade
1714
- }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
1715
- path: _path2 + ".grade_label",
1716
- expected: "string",
1717
- value: input3.grade_label
1718
- }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
1719
- path: _path2 + ".child_id",
1664
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1665
+ path: _path2 + ".continuousColorScale",
1666
+ expected: "(__type.o3 | undefined)",
1667
+ value: input3.continuousColorScale
1668
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1669
+ path: _path2 + ".continuousColorScale",
1670
+ expected: "(__type.o3 | undefined)",
1671
+ value: input3.continuousColorScale
1672
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1673
+ path: _path2 + ".unit",
1720
1674
  expected: "(string | undefined)",
1721
- value: input3.child_id
1722
- }), "string" === typeof input3.child_label || $report(_exceptionable2, {
1723
- path: _path2 + ".child_label",
1675
+ value: input3.unit
1676
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1677
+ path: _path2 + ".genes",
1678
+ expected: "(Array<string> | undefined)",
1679
+ value: input3.genes
1680
+ })) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1681
+ path: _path2 + ".genes[" + _index26 + "]",
1724
1682
  expected: "string",
1725
- value: input3.child_label
1726
- })].every((flag) => flag);
1727
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1728
- path: _path2 + ".join",
1729
- expected: "(string | undefined)",
1730
- value: input3.join
1731
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1732
- path: _path2 + ".isnot",
1733
- expected: "(boolean | undefined)",
1734
- value: input3.isnot
1735
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1736
- path: _path2 + ".term",
1737
- expected: "DtTerm",
1738
- value: input3.term
1739
- })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1740
- path: _path2 + ".term",
1741
- expected: "DtTerm",
1742
- value: input3.term
1743
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1744
- path: _path2 + ".values",
1745
- expected: "Array<__type>.o2",
1746
- value: input3.values
1747
- })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1748
- path: _path2 + ".values[" + _index28 + "]",
1749
- expected: "__type.o5",
1750
- value: elem
1751
- })) && $vo38(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1752
- path: _path2 + ".values[" + _index28 + "]",
1753
- expected: "__type.o5",
1754
1683
  value: elem
1755
1684
  })).every((flag) => flag) || $report(_exceptionable2, {
1756
- path: _path2 + ".values",
1757
- expected: "Array<__type>.o2",
1758
- value: input3.values
1759
- }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
1760
- path: _path2 + ".includeNotTested",
1761
- expected: "(boolean | undefined)",
1762
- value: input3.includeNotTested
1763
- }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
1764
- path: _path2 + ".excludeGeneName",
1765
- expected: "(boolean | undefined)",
1766
- value: input3.excludeGeneName
1767
- })].every((flag) => flag);
1768
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1769
- path: _path2 + ".id",
1770
- expected: "string",
1771
- value: input3.id
1772
- }), "string" === typeof input3.query || $report(_exceptionable2, {
1773
- path: _path2 + ".query",
1774
- expected: "string",
1775
- value: input3.query
1776
- }), "string" === typeof input3.name || $report(_exceptionable2, {
1777
- path: _path2 + ".name",
1778
- expected: "string",
1779
- value: input3.name
1780
- }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
1781
- path: _path2 + ".name_noOrigin",
1782
- expected: "string",
1783
- value: input3.name_noOrigin
1784
- }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1785
- path: _path2 + ".parentTerm",
1786
- 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)',
1787
- value: input3.parentTerm
1788
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1789
- path: _path2 + ".parentTerm",
1790
- 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)',
1791
- value: input3.parentTerm
1792
- }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1793
- path: _path2 + ".isleaf",
1794
- expected: "boolean",
1795
- value: input3.isleaf
1796
- }), "string" === typeof input3.type || $report(_exceptionable2, {
1797
- path: _path2 + ".type",
1798
- expected: "string",
1799
- value: input3.type
1800
- }), "number" === typeof input3.dt || $report(_exceptionable2, {
1801
- path: _path2 + ".dt",
1802
- expected: "number",
1803
- value: input3.dt
1804
- }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
1805
- path: _path2 + ".origin",
1806
- expected: "(string | undefined)",
1807
- value: input3.origin
1808
- }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1809
- path: _path2 + ".values",
1810
- expected: "TermValues",
1811
- value: input3.values
1812
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1813
- path: _path2 + ".values",
1814
- expected: "TermValues",
1815
- value: input3.values
1685
+ path: _path2 + ".genes",
1686
+ expected: "(Array<string> | undefined)",
1687
+ value: input3.genes
1688
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1689
+ path: _path2 + ".bins",
1690
+ expected: "(PresetNumericBins | undefined)",
1691
+ value: input3.bins
1692
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1693
+ path: _path2 + ".bins",
1694
+ expected: "(PresetNumericBins | undefined)",
1695
+ value: input3.bins
1816
1696
  })].every((flag) => flag);
1817
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1697
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1818
1698
  path: _path2 + ".id",
1819
1699
  expected: "string",
1820
1700
  value: input3.id
@@ -1822,16 +1702,16 @@ var validCorrelationVolcanoRequest = (input) => {
1822
1702
  path: _path2 + ".name",
1823
1703
  expected: "string",
1824
1704
  value: input3.name
1825
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
1705
+ }), "dnaMethylation" === input3.type || $report(_exceptionable2, {
1826
1706
  path: _path2 + ".type",
1827
- expected: '"geneVariant"',
1707
+ expected: '"dnaMethylation"',
1828
1708
  value: input3.type
1829
1709
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1830
1710
  path: _path2 + ".child_types",
1831
1711
  expected: "(Array<string> | undefined)",
1832
1712
  value: input3.child_types
1833
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1834
- path: _path2 + ".child_types[" + _index29 + "]",
1713
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1714
+ path: _path2 + ".child_types[" + _index27 + "]",
1835
1715
  expected: "string",
1836
1716
  value: elem
1837
1717
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1846,8 +1726,8 @@ var validCorrelationVolcanoRequest = (input) => {
1846
1726
  path: _path2 + ".included_types",
1847
1727
  expected: "(Array<string> | undefined)",
1848
1728
  value: input3.included_types
1849
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1850
- path: _path2 + ".included_types[" + _index30 + "]",
1729
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1730
+ path: _path2 + ".included_types[" + _index28 + "]",
1851
1731
  expected: "string",
1852
1732
  value: elem
1853
1733
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1878,36 +1758,585 @@ var validCorrelationVolcanoRequest = (input) => {
1878
1758
  path: _path2 + ".valueConversion",
1879
1759
  expected: "(__type.o1 | undefined)",
1880
1760
  value: input3.valueConversion
1881
- }), "gene" === input3.kind || $report(_exceptionable2, {
1882
- path: _path2 + ".kind",
1883
- expected: '"gene"',
1884
- value: input3.kind
1885
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1886
- path: _path2 + ".gene",
1887
- expected: "string",
1888
- value: input3.gene
1889
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1890
- path: _path2 + ".chr",
1891
- expected: "(string | undefined)",
1892
- value: input3.chr
1893
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1894
- path: _path2 + ".start",
1895
- expected: "(number | undefined)",
1896
- value: input3.start
1897
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1898
- path: _path2 + ".stop",
1899
- expected: "(number | undefined)",
1761
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1762
+ path: _path2 + ".continuousColorScale",
1763
+ expected: "(__type.o3 | undefined)",
1764
+ value: input3.continuousColorScale
1765
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1766
+ path: _path2 + ".continuousColorScale",
1767
+ expected: "(__type.o3 | undefined)",
1768
+ value: input3.continuousColorScale
1769
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1770
+ path: _path2 + ".unit",
1771
+ expected: "(string | undefined)",
1772
+ value: input3.unit
1773
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1774
+ path: _path2 + ".chr",
1775
+ expected: "string",
1776
+ value: input3.chr
1777
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1778
+ path: _path2 + ".start",
1779
+ expected: "number",
1780
+ value: input3.start
1781
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1782
+ path: _path2 + ".stop",
1783
+ expected: "number",
1784
+ value: input3.stop
1785
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1786
+ path: _path2 + ".bins",
1787
+ expected: "(PresetNumericBins | undefined)",
1788
+ value: input3.bins
1789
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1790
+ path: _path2 + ".bins",
1791
+ expected: "(PresetNumericBins | undefined)",
1792
+ value: input3.bins
1793
+ })].every((flag) => flag);
1794
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1795
+ path: _path2 + ".id",
1796
+ expected: "string",
1797
+ value: input3.id
1798
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1799
+ path: _path2 + ".name",
1800
+ expected: "string",
1801
+ value: input3.name
1802
+ }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
1803
+ path: _path2 + ".type",
1804
+ expected: '"singleCellGeneExpression"',
1805
+ value: input3.type
1806
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1807
+ path: _path2 + ".child_types",
1808
+ expected: "(Array<string> | undefined)",
1809
+ value: input3.child_types
1810
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1811
+ path: _path2 + ".child_types[" + _index29 + "]",
1812
+ expected: "string",
1813
+ value: elem
1814
+ })).every((flag) => flag) || $report(_exceptionable2, {
1815
+ path: _path2 + ".child_types",
1816
+ expected: "(Array<string> | undefined)",
1817
+ value: input3.child_types
1818
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1819
+ path: _path2 + ".hashtmldetail",
1820
+ expected: "(boolean | undefined)",
1821
+ value: input3.hashtmldetail
1822
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1823
+ path: _path2 + ".included_types",
1824
+ expected: "(Array<string> | undefined)",
1825
+ value: input3.included_types
1826
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1827
+ path: _path2 + ".included_types[" + _index30 + "]",
1828
+ expected: "string",
1829
+ value: elem
1830
+ })).every((flag) => flag) || $report(_exceptionable2, {
1831
+ path: _path2 + ".included_types",
1832
+ expected: "(Array<string> | undefined)",
1833
+ value: input3.included_types
1834
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1835
+ path: _path2 + ".isleaf",
1836
+ expected: "(boolean | undefined)",
1837
+ value: input3.isleaf
1838
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1839
+ path: _path2 + ".values",
1840
+ expected: "(TermValues | undefined)",
1841
+ value: input3.values
1842
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1843
+ path: _path2 + ".values",
1844
+ expected: "(TermValues | undefined)",
1845
+ value: input3.values
1846
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1847
+ path: _path2 + ".skipValuesBuild",
1848
+ expected: "(boolean | undefined)",
1849
+ value: input3.skipValuesBuild
1850
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1851
+ path: _path2 + ".valueConversion",
1852
+ expected: "(__type.o1 | undefined)",
1853
+ value: input3.valueConversion
1854
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1855
+ path: _path2 + ".valueConversion",
1856
+ expected: "(__type.o1 | undefined)",
1857
+ value: input3.valueConversion
1858
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1859
+ path: _path2 + ".continuousColorScale",
1860
+ expected: "(__type.o3 | undefined)",
1861
+ value: input3.continuousColorScale
1862
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1863
+ path: _path2 + ".continuousColorScale",
1864
+ expected: "(__type.o3 | undefined)",
1865
+ value: input3.continuousColorScale
1866
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1867
+ path: _path2 + ".unit",
1868
+ expected: "(string | undefined)",
1869
+ value: input3.unit
1870
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1871
+ path: _path2 + ".gene",
1872
+ expected: "string",
1873
+ value: input3.gene
1874
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
1875
+ path: _path2 + ".sample",
1876
+ expected: "string",
1877
+ value: input3.sample
1878
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1879
+ path: _path2 + ".bins",
1880
+ expected: "(PresetNumericBins | undefined)",
1881
+ value: input3.bins
1882
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1883
+ path: _path2 + ".bins",
1884
+ expected: "(PresetNumericBins | undefined)",
1885
+ value: input3.bins
1886
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1887
+ path: _path2 + ".kind",
1888
+ expected: '("gene" | undefined)',
1889
+ value: input3.kind
1890
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1891
+ path: _path2 + ".chr",
1892
+ expected: "(string | undefined)",
1893
+ value: input3.chr
1894
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1895
+ path: _path2 + ".start",
1896
+ expected: "(number | undefined)",
1897
+ value: input3.start
1898
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1899
+ path: _path2 + ".stop",
1900
+ expected: "(number | undefined)",
1901
+ value: input3.stop
1902
+ })].every((flag) => flag);
1903
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1904
+ path: _path2 + ".id",
1905
+ expected: "string",
1906
+ value: input3.id
1907
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1908
+ path: _path2 + ".name",
1909
+ expected: "string",
1910
+ value: input3.name
1911
+ }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
1912
+ path: _path2 + ".type",
1913
+ expected: '"singleCellGeneExpression"',
1914
+ value: input3.type
1915
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1916
+ path: _path2 + ".child_types",
1917
+ expected: "(Array<string> | undefined)",
1918
+ value: input3.child_types
1919
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1920
+ path: _path2 + ".child_types[" + _index31 + "]",
1921
+ expected: "string",
1922
+ value: elem
1923
+ })).every((flag) => flag) || $report(_exceptionable2, {
1924
+ path: _path2 + ".child_types",
1925
+ expected: "(Array<string> | undefined)",
1926
+ value: input3.child_types
1927
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1928
+ path: _path2 + ".hashtmldetail",
1929
+ expected: "(boolean | undefined)",
1930
+ value: input3.hashtmldetail
1931
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1932
+ path: _path2 + ".included_types",
1933
+ expected: "(Array<string> | undefined)",
1934
+ value: input3.included_types
1935
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1936
+ path: _path2 + ".included_types[" + _index32 + "]",
1937
+ expected: "string",
1938
+ value: elem
1939
+ })).every((flag) => flag) || $report(_exceptionable2, {
1940
+ path: _path2 + ".included_types",
1941
+ expected: "(Array<string> | undefined)",
1942
+ value: input3.included_types
1943
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1944
+ path: _path2 + ".isleaf",
1945
+ expected: "(boolean | undefined)",
1946
+ value: input3.isleaf
1947
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1948
+ path: _path2 + ".values",
1949
+ expected: "(TermValues | undefined)",
1950
+ value: input3.values
1951
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1952
+ path: _path2 + ".values",
1953
+ expected: "(TermValues | undefined)",
1954
+ value: input3.values
1955
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1956
+ path: _path2 + ".skipValuesBuild",
1957
+ expected: "(boolean | undefined)",
1958
+ value: input3.skipValuesBuild
1959
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1960
+ path: _path2 + ".valueConversion",
1961
+ expected: "(__type.o1 | undefined)",
1962
+ value: input3.valueConversion
1963
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1964
+ path: _path2 + ".valueConversion",
1965
+ expected: "(__type.o1 | undefined)",
1966
+ value: input3.valueConversion
1967
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1968
+ path: _path2 + ".continuousColorScale",
1969
+ expected: "(__type.o3 | undefined)",
1970
+ value: input3.continuousColorScale
1971
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1972
+ path: _path2 + ".continuousColorScale",
1973
+ expected: "(__type.o3 | undefined)",
1974
+ value: input3.continuousColorScale
1975
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1976
+ path: _path2 + ".unit",
1977
+ expected: "(string | undefined)",
1978
+ value: input3.unit
1979
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1980
+ path: _path2 + ".gene",
1981
+ expected: "string",
1982
+ value: input3.gene
1983
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
1984
+ path: _path2 + ".sample",
1985
+ expected: "string",
1986
+ value: input3.sample
1987
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1988
+ path: _path2 + ".bins",
1989
+ expected: "(PresetNumericBins | undefined)",
1990
+ value: input3.bins
1991
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1992
+ path: _path2 + ".bins",
1993
+ expected: "(PresetNumericBins | undefined)",
1994
+ value: input3.bins
1995
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1996
+ path: _path2 + ".kind",
1997
+ expected: '("coord" | undefined)',
1998
+ value: input3.kind
1999
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2000
+ path: _path2 + ".chr",
2001
+ expected: "string",
2002
+ value: input3.chr
2003
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2004
+ path: _path2 + ".start",
2005
+ expected: "number",
2006
+ value: input3.start
2007
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2008
+ path: _path2 + ".stop",
2009
+ expected: "number",
2010
+ value: input3.stop
2011
+ })].every((flag) => flag);
2012
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2013
+ path: _path2 + ".key",
2014
+ expected: "string",
2015
+ value: input3.key
2016
+ }), "number" === typeof input3.value || $report(_exceptionable2, {
2017
+ path: _path2 + ".value",
2018
+ expected: "number",
2019
+ value: input3.value
2020
+ }), true === input3.uncomputable || $report(_exceptionable2, {
2021
+ path: _path2 + ".uncomputable",
2022
+ expected: "true",
2023
+ value: input3.uncomputable
2024
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2025
+ path: _path2 + ".label",
2026
+ expected: "(string | undefined)",
2027
+ value: input3.label
2028
+ })].every((flag) => flag);
2029
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2030
+ path: _path2 + ".join",
2031
+ expected: "(string | undefined)",
2032
+ value: input3.join
2033
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2034
+ path: _path2 + ".isnot",
2035
+ expected: "(boolean | undefined)",
2036
+ value: input3.isnot
2037
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2038
+ path: _path2 + ".term",
2039
+ expected: "ConditionTerm",
2040
+ value: input3.term
2041
+ })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2042
+ path: _path2 + ".term",
2043
+ expected: "ConditionTerm",
2044
+ value: input3.term
2045
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2046
+ path: _path2 + ".value_by_max_grade",
2047
+ expected: "(boolean | undefined)",
2048
+ value: input3.value_by_max_grade
2049
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2050
+ path: _path2 + ".value_by_most_recent",
2051
+ expected: "(boolean | undefined)",
2052
+ value: input3.value_by_most_recent
2053
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2054
+ path: _path2 + ".value_by_computable_grade",
2055
+ expected: "(boolean | undefined)",
2056
+ value: input3.value_by_computable_grade
2057
+ }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
2058
+ path: _path2 + ".grade_and_child",
2059
+ expected: "(Array<GradeAndChildEntry> | undefined)",
2060
+ value: input3.grade_and_child
2061
+ })) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2062
+ path: _path2 + ".grade_and_child[" + _index33 + "]",
2063
+ expected: "GradeAndChildEntry",
2064
+ value: elem
2065
+ })) && $vo35(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2066
+ path: _path2 + ".grade_and_child[" + _index33 + "]",
2067
+ expected: "GradeAndChildEntry",
2068
+ value: elem
2069
+ })).every((flag) => flag) || $report(_exceptionable2, {
2070
+ path: _path2 + ".grade_and_child",
2071
+ expected: "(Array<GradeAndChildEntry> | undefined)",
2072
+ value: input3.grade_and_child
2073
+ })].every((flag) => flag);
2074
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2075
+ path: _path2 + ".id",
2076
+ expected: "string",
2077
+ value: input3.id
2078
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2079
+ path: _path2 + ".name",
2080
+ expected: "string",
2081
+ value: input3.name
2082
+ }), "condition" === input3.type || $report(_exceptionable2, {
2083
+ path: _path2 + ".type",
2084
+ expected: '"condition"',
2085
+ value: input3.type
2086
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2087
+ path: _path2 + ".child_types",
2088
+ expected: "(Array<string> | undefined)",
2089
+ value: input3.child_types
2090
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2091
+ path: _path2 + ".child_types[" + _index34 + "]",
2092
+ expected: "string",
2093
+ value: elem
2094
+ })).every((flag) => flag) || $report(_exceptionable2, {
2095
+ path: _path2 + ".child_types",
2096
+ expected: "(Array<string> | undefined)",
2097
+ value: input3.child_types
2098
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2099
+ path: _path2 + ".hashtmldetail",
2100
+ expected: "(boolean | undefined)",
2101
+ value: input3.hashtmldetail
2102
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2103
+ path: _path2 + ".included_types",
2104
+ expected: "(Array<string> | undefined)",
2105
+ value: input3.included_types
2106
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2107
+ path: _path2 + ".included_types[" + _index35 + "]",
2108
+ expected: "string",
2109
+ value: elem
2110
+ })).every((flag) => flag) || $report(_exceptionable2, {
2111
+ path: _path2 + ".included_types",
2112
+ expected: "(Array<string> | undefined)",
2113
+ value: input3.included_types
2114
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2115
+ path: _path2 + ".isleaf",
2116
+ expected: "(boolean | undefined)",
2117
+ value: input3.isleaf
2118
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2119
+ path: _path2 + ".values",
2120
+ expected: "(TermValues | undefined)",
2121
+ value: input3.values
2122
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2123
+ path: _path2 + ".values",
2124
+ expected: "(TermValues | undefined)",
2125
+ value: input3.values
2126
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2127
+ path: _path2 + ".skipValuesBuild",
2128
+ expected: "(boolean | undefined)",
2129
+ value: input3.skipValuesBuild
2130
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2131
+ path: _path2 + ".valueConversion",
2132
+ expected: "(__type.o1 | undefined)",
2133
+ value: input3.valueConversion
2134
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2135
+ path: _path2 + ".valueConversion",
2136
+ expected: "(__type.o1 | undefined)",
2137
+ value: input3.valueConversion
2138
+ })].every((flag) => flag);
2139
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2140
+ path: _path2 + ".grade",
2141
+ expected: "number",
2142
+ value: input3.grade
2143
+ }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
2144
+ path: _path2 + ".grade_label",
2145
+ expected: "string",
2146
+ value: input3.grade_label
2147
+ }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
2148
+ path: _path2 + ".child_id",
2149
+ expected: "(string | undefined)",
2150
+ value: input3.child_id
2151
+ }), "string" === typeof input3.child_label || $report(_exceptionable2, {
2152
+ path: _path2 + ".child_label",
2153
+ expected: "string",
2154
+ value: input3.child_label
2155
+ })].every((flag) => flag);
2156
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2157
+ path: _path2 + ".join",
2158
+ expected: "(string | undefined)",
2159
+ value: input3.join
2160
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2161
+ path: _path2 + ".isnot",
2162
+ expected: "(boolean | undefined)",
2163
+ value: input3.isnot
2164
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2165
+ path: _path2 + ".term",
2166
+ expected: "DtTerm",
2167
+ value: input3.term
2168
+ })) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2169
+ path: _path2 + ".term",
2170
+ expected: "DtTerm",
2171
+ value: input3.term
2172
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2173
+ path: _path2 + ".values",
2174
+ expected: "Array<__type>.o2",
2175
+ value: input3.values
2176
+ })) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2177
+ path: _path2 + ".values[" + _index36 + "]",
2178
+ expected: "__type.o5",
2179
+ value: elem
2180
+ })) && $vo42(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2181
+ path: _path2 + ".values[" + _index36 + "]",
2182
+ expected: "__type.o5",
2183
+ value: elem
2184
+ })).every((flag) => flag) || $report(_exceptionable2, {
2185
+ path: _path2 + ".values",
2186
+ expected: "Array<__type>.o2",
2187
+ value: input3.values
2188
+ }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
2189
+ path: _path2 + ".includeNotTested",
2190
+ expected: "(boolean | undefined)",
2191
+ value: input3.includeNotTested
2192
+ }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
2193
+ path: _path2 + ".excludeGeneName",
2194
+ expected: "(boolean | undefined)",
2195
+ value: input3.excludeGeneName
2196
+ })].every((flag) => flag);
2197
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2198
+ path: _path2 + ".id",
2199
+ expected: "string",
2200
+ value: input3.id
2201
+ }), "string" === typeof input3.query || $report(_exceptionable2, {
2202
+ path: _path2 + ".query",
2203
+ expected: "string",
2204
+ value: input3.query
2205
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2206
+ path: _path2 + ".name",
2207
+ expected: "string",
2208
+ value: input3.name
2209
+ }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
2210
+ path: _path2 + ".name_noOrigin",
2211
+ expected: "string",
2212
+ value: input3.name_noOrigin
2213
+ }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
2214
+ path: _path2 + ".parentTerm",
2215
+ 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)',
2216
+ value: input3.parentTerm
2217
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2218
+ path: _path2 + ".parentTerm",
2219
+ 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)',
2220
+ value: input3.parentTerm
2221
+ }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2222
+ path: _path2 + ".isleaf",
2223
+ expected: "boolean",
2224
+ value: input3.isleaf
2225
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
2226
+ path: _path2 + ".type",
2227
+ expected: "string",
2228
+ value: input3.type
2229
+ }), "number" === typeof input3.dt || $report(_exceptionable2, {
2230
+ path: _path2 + ".dt",
2231
+ expected: "number",
2232
+ value: input3.dt
2233
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
2234
+ path: _path2 + ".origin",
2235
+ expected: "(string | undefined)",
2236
+ value: input3.origin
2237
+ }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2238
+ path: _path2 + ".values",
2239
+ expected: "TermValues",
2240
+ value: input3.values
2241
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2242
+ path: _path2 + ".values",
2243
+ expected: "TermValues",
2244
+ value: input3.values
2245
+ })].every((flag) => flag);
2246
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2247
+ path: _path2 + ".id",
2248
+ expected: "string",
2249
+ value: input3.id
2250
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2251
+ path: _path2 + ".name",
2252
+ expected: "string",
2253
+ value: input3.name
2254
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
2255
+ path: _path2 + ".type",
2256
+ expected: '"geneVariant"',
2257
+ value: input3.type
2258
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2259
+ path: _path2 + ".child_types",
2260
+ expected: "(Array<string> | undefined)",
2261
+ value: input3.child_types
2262
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2263
+ path: _path2 + ".child_types[" + _index37 + "]",
2264
+ expected: "string",
2265
+ value: elem
2266
+ })).every((flag) => flag) || $report(_exceptionable2, {
2267
+ path: _path2 + ".child_types",
2268
+ expected: "(Array<string> | undefined)",
2269
+ value: input3.child_types
2270
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2271
+ path: _path2 + ".hashtmldetail",
2272
+ expected: "(boolean | undefined)",
2273
+ value: input3.hashtmldetail
2274
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2275
+ path: _path2 + ".included_types",
2276
+ expected: "(Array<string> | undefined)",
2277
+ value: input3.included_types
2278
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2279
+ path: _path2 + ".included_types[" + _index38 + "]",
2280
+ expected: "string",
2281
+ value: elem
2282
+ })).every((flag) => flag) || $report(_exceptionable2, {
2283
+ path: _path2 + ".included_types",
2284
+ expected: "(Array<string> | undefined)",
2285
+ value: input3.included_types
2286
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2287
+ path: _path2 + ".isleaf",
2288
+ expected: "(boolean | undefined)",
2289
+ value: input3.isleaf
2290
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2291
+ path: _path2 + ".values",
2292
+ expected: "(TermValues | undefined)",
2293
+ value: input3.values
2294
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2295
+ path: _path2 + ".values",
2296
+ expected: "(TermValues | undefined)",
2297
+ value: input3.values
2298
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2299
+ path: _path2 + ".skipValuesBuild",
2300
+ expected: "(boolean | undefined)",
2301
+ value: input3.skipValuesBuild
2302
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2303
+ path: _path2 + ".valueConversion",
2304
+ expected: "(__type.o1 | undefined)",
2305
+ value: input3.valueConversion
2306
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2307
+ path: _path2 + ".valueConversion",
2308
+ expected: "(__type.o1 | undefined)",
2309
+ value: input3.valueConversion
2310
+ }), "gene" === input3.kind || $report(_exceptionable2, {
2311
+ path: _path2 + ".kind",
2312
+ expected: '"gene"',
2313
+ value: input3.kind
2314
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2315
+ path: _path2 + ".gene",
2316
+ expected: "string",
2317
+ value: input3.gene
2318
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2319
+ path: _path2 + ".chr",
2320
+ expected: "(string | undefined)",
2321
+ value: input3.chr
2322
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2323
+ path: _path2 + ".start",
2324
+ expected: "(number | undefined)",
2325
+ value: input3.start
2326
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2327
+ path: _path2 + ".stop",
2328
+ expected: "(number | undefined)",
1900
2329
  value: input3.stop
1901
2330
  }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1902
2331
  path: _path2 + ".genes",
1903
2332
  expected: "Array<GvGeneTerm>",
1904
2333
  value: input3.genes
1905
- })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1906
- path: _path2 + ".genes[" + _index31 + "]",
2334
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2335
+ path: _path2 + ".genes[" + _index39 + "]",
1907
2336
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1908
2337
  value: elem
1909
- })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1910
- path: _path2 + ".genes[" + _index31 + "]",
2338
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2339
+ path: _path2 + ".genes[" + _index39 + "]",
1911
2340
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1912
2341
  value: elem
1913
2342
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1926,12 +2355,12 @@ var validCorrelationVolcanoRequest = (input) => {
1926
2355
  path: _path2 + ".childTerms",
1927
2356
  expected: "(Array<DtTerm> | undefined)",
1928
2357
  value: input3.childTerms
1929
- })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1930
- path: _path2 + ".childTerms[" + _index32 + "]",
2358
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2359
+ path: _path2 + ".childTerms[" + _index40 + "]",
1931
2360
  expected: "DtTerm",
1932
2361
  value: elem
1933
- })) && $vo33(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1934
- path: _path2 + ".childTerms[" + _index32 + "]",
2362
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2363
+ path: _path2 + ".childTerms[" + _index40 + "]",
1935
2364
  expected: "DtTerm",
1936
2365
  value: elem
1937
2366
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1939,7 +2368,7 @@ var validCorrelationVolcanoRequest = (input) => {
1939
2368
  expected: "(Array<DtTerm> | undefined)",
1940
2369
  value: input3.childTerms
1941
2370
  })].every((flag) => flag);
1942
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2371
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1943
2372
  path: _path2 + ".id",
1944
2373
  expected: "string",
1945
2374
  value: input3.id
@@ -1955,8 +2384,8 @@ var validCorrelationVolcanoRequest = (input) => {
1955
2384
  path: _path2 + ".child_types",
1956
2385
  expected: "(Array<string> | undefined)",
1957
2386
  value: input3.child_types
1958
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1959
- path: _path2 + ".child_types[" + _index33 + "]",
2387
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2388
+ path: _path2 + ".child_types[" + _index41 + "]",
1960
2389
  expected: "string",
1961
2390
  value: elem
1962
2391
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1971,8 +2400,8 @@ var validCorrelationVolcanoRequest = (input) => {
1971
2400
  path: _path2 + ".included_types",
1972
2401
  expected: "(Array<string> | undefined)",
1973
2402
  value: input3.included_types
1974
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1975
- path: _path2 + ".included_types[" + _index34 + "]",
2403
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2404
+ path: _path2 + ".included_types[" + _index42 + "]",
1976
2405
  expected: "string",
1977
2406
  value: elem
1978
2407
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2024,7 +2453,7 @@ var validCorrelationVolcanoRequest = (input) => {
2024
2453
  expected: "(number | undefined)",
2025
2454
  value: input3.stop
2026
2455
  })].every((flag) => flag);
2027
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2456
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2028
2457
  path: _path2 + ".id",
2029
2458
  expected: "string",
2030
2459
  value: input3.id
@@ -2040,8 +2469,8 @@ var validCorrelationVolcanoRequest = (input) => {
2040
2469
  path: _path2 + ".child_types",
2041
2470
  expected: "(Array<string> | undefined)",
2042
2471
  value: input3.child_types
2043
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2044
- path: _path2 + ".child_types[" + _index35 + "]",
2472
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2473
+ path: _path2 + ".child_types[" + _index43 + "]",
2045
2474
  expected: "string",
2046
2475
  value: elem
2047
2476
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2056,8 +2485,8 @@ var validCorrelationVolcanoRequest = (input) => {
2056
2485
  path: _path2 + ".included_types",
2057
2486
  expected: "(Array<string> | undefined)",
2058
2487
  value: input3.included_types
2059
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2060
- path: _path2 + ".included_types[" + _index36 + "]",
2488
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2489
+ path: _path2 + ".included_types[" + _index44 + "]",
2061
2490
  expected: "string",
2062
2491
  value: elem
2063
2492
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2105,7 +2534,7 @@ var validCorrelationVolcanoRequest = (input) => {
2105
2534
  expected: "number",
2106
2535
  value: input3.stop
2107
2536
  })].every((flag) => flag);
2108
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2537
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2109
2538
  path: _path2 + ".id",
2110
2539
  expected: "string",
2111
2540
  value: input3.id
@@ -2121,8 +2550,8 @@ var validCorrelationVolcanoRequest = (input) => {
2121
2550
  path: _path2 + ".child_types",
2122
2551
  expected: "(Array<string> | undefined)",
2123
2552
  value: input3.child_types
2124
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2125
- path: _path2 + ".child_types[" + _index37 + "]",
2553
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2554
+ path: _path2 + ".child_types[" + _index45 + "]",
2126
2555
  expected: "string",
2127
2556
  value: elem
2128
2557
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2137,8 +2566,8 @@ var validCorrelationVolcanoRequest = (input) => {
2137
2566
  path: _path2 + ".included_types",
2138
2567
  expected: "(Array<string> | undefined)",
2139
2568
  value: input3.included_types
2140
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2141
- path: _path2 + ".included_types[" + _index38 + "]",
2569
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2570
+ path: _path2 + ".included_types[" + _index46 + "]",
2142
2571
  expected: "string",
2143
2572
  value: elem
2144
2573
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2189,12 +2618,12 @@ var validCorrelationVolcanoRequest = (input) => {
2189
2618
  path: _path2 + ".genes",
2190
2619
  expected: "Array<GvGeneTerm>",
2191
2620
  value: input3.genes
2192
- })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2193
- path: _path2 + ".genes[" + _index39 + "]",
2621
+ })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2622
+ path: _path2 + ".genes[" + _index47 + "]",
2194
2623
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2195
2624
  value: elem
2196
- })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2197
- path: _path2 + ".genes[" + _index39 + "]",
2625
+ })) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2626
+ path: _path2 + ".genes[" + _index47 + "]",
2198
2627
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2199
2628
  value: elem
2200
2629
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2213,12 +2642,12 @@ var validCorrelationVolcanoRequest = (input) => {
2213
2642
  path: _path2 + ".childTerms",
2214
2643
  expected: "(Array<DtTerm> | undefined)",
2215
2644
  value: input3.childTerms
2216
- })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2217
- path: _path2 + ".childTerms[" + _index40 + "]",
2645
+ })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2646
+ path: _path2 + ".childTerms[" + _index48 + "]",
2218
2647
  expected: "DtTerm",
2219
2648
  value: elem
2220
- })) && $vo33(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2221
- path: _path2 + ".childTerms[" + _index40 + "]",
2649
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2650
+ path: _path2 + ".childTerms[" + _index48 + "]",
2222
2651
  expected: "DtTerm",
2223
2652
  value: elem
2224
2653
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2226,7 +2655,7 @@ var validCorrelationVolcanoRequest = (input) => {
2226
2655
  expected: "(Array<DtTerm> | undefined)",
2227
2656
  value: input3.childTerms
2228
2657
  })].every((flag) => flag);
2229
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2658
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2230
2659
  path: _path2 + ".key",
2231
2660
  expected: "string",
2232
2661
  value: input3.key
@@ -2239,7 +2668,7 @@ var validCorrelationVolcanoRequest = (input) => {
2239
2668
  expected: "string",
2240
2669
  value: input3.value
2241
2670
  })].every((flag) => flag);
2242
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2671
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2243
2672
  path: _path2 + ".join",
2244
2673
  expected: "(string | undefined)",
2245
2674
  value: input3.join
@@ -2249,18 +2678,18 @@ var validCorrelationVolcanoRequest = (input) => {
2249
2678
  value: input3.isnot
2250
2679
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2251
2680
  path: _path2 + ".term",
2252
- expected: "TermCollection",
2681
+ expected: "(CategoricalTermCollection | NumericTermCollection)",
2253
2682
  value: input3.term
2254
- })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2683
+ })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2255
2684
  path: _path2 + ".term",
2256
- expected: "TermCollection",
2685
+ expected: "(CategoricalTermCollection | NumericTermCollection)",
2257
2686
  value: input3.term
2258
2687
  }), "number" === typeof input3.ratio || $report(_exceptionable2, {
2259
2688
  path: _path2 + ".ratio",
2260
2689
  expected: "number",
2261
2690
  value: input3.ratio
2262
2691
  })].every((flag) => flag);
2263
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2692
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2264
2693
  path: _path2 + ".id",
2265
2694
  expected: "string",
2266
2695
  value: input3.id
@@ -2276,8 +2705,8 @@ var validCorrelationVolcanoRequest = (input) => {
2276
2705
  path: _path2 + ".child_types",
2277
2706
  expected: "(Array<string> | undefined)",
2278
2707
  value: input3.child_types
2279
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2280
- path: _path2 + ".child_types[" + _index41 + "]",
2708
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2709
+ path: _path2 + ".child_types[" + _index49 + "]",
2281
2710
  expected: "string",
2282
2711
  value: elem
2283
2712
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2292,8 +2721,8 @@ var validCorrelationVolcanoRequest = (input) => {
2292
2721
  path: _path2 + ".included_types",
2293
2722
  expected: "(Array<string> | undefined)",
2294
2723
  value: input3.included_types
2295
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2296
- path: _path2 + ".included_types[" + _index42 + "]",
2724
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2725
+ path: _path2 + ".included_types[" + _index50 + "]",
2297
2726
  expected: "string",
2298
2727
  value: elem
2299
2728
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2328,34 +2757,34 @@ var validCorrelationVolcanoRequest = (input) => {
2328
2757
  path: _path2 + ".collectionId",
2329
2758
  expected: "(string | undefined)",
2330
2759
  value: input3.collectionId
2760
+ }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2761
+ path: _path2 + ".termIds",
2762
+ expected: "(Array<string> | undefined)",
2763
+ value: input3.termIds
2764
+ })) && input3.termIds.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2765
+ path: _path2 + ".termIds[" + _index51 + "]",
2766
+ expected: "string",
2767
+ value: elem
2768
+ })).every((flag) => flag) || $report(_exceptionable2, {
2769
+ path: _path2 + ".termIds",
2770
+ expected: "(Array<string> | undefined)",
2771
+ value: input3.termIds
2331
2772
  }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
2332
2773
  path: _path2 + ".termlst",
2333
2774
  expected: "Array<BaseTerm>",
2334
2775
  value: input3.termlst
2335
- })) && input3.termlst.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2336
- path: _path2 + ".termlst[" + _index43 + "]",
2776
+ })) && input3.termlst.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2777
+ path: _path2 + ".termlst[" + _index52 + "]",
2337
2778
  expected: "BaseTerm",
2338
2779
  value: elem
2339
- })) && $vo41(elem, _path2 + ".termlst[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2340
- path: _path2 + ".termlst[" + _index43 + "]",
2780
+ })) && $vo45(elem, _path2 + ".termlst[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2781
+ path: _path2 + ".termlst[" + _index52 + "]",
2341
2782
  expected: "BaseTerm",
2342
2783
  value: elem
2343
2784
  })).every((flag) => flag) || $report(_exceptionable2, {
2344
2785
  path: _path2 + ".termlst",
2345
2786
  expected: "Array<BaseTerm>",
2346
2787
  value: input3.termlst
2347
- }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2348
- path: _path2 + ".numerators",
2349
- expected: "(Array<string> | undefined)",
2350
- value: input3.numerators
2351
- })) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2352
- path: _path2 + ".numerators[" + _index44 + "]",
2353
- expected: "string",
2354
- value: elem
2355
- })).every((flag) => flag) || $report(_exceptionable2, {
2356
- path: _path2 + ".numerators",
2357
- expected: "(Array<string> | undefined)",
2358
- value: input3.numerators
2359
2788
  }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
2360
2789
  path: _path2 + ".newTvs",
2361
2790
  expected: "(boolean | undefined)",
@@ -2364,12 +2793,117 @@ var validCorrelationVolcanoRequest = (input) => {
2364
2793
  path: _path2 + ".propsByTermId",
2365
2794
  expected: "__type.o6",
2366
2795
  value: input3.propsByTermId
2367
- })) && $vo42(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2796
+ })) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2368
2797
  path: _path2 + ".propsByTermId",
2369
2798
  expected: "__type.o6",
2370
2799
  value: input3.propsByTermId
2800
+ }), "numeric" === input3.memberType || $report(_exceptionable2, {
2801
+ path: _path2 + ".memberType",
2802
+ expected: '"numeric"',
2803
+ value: input3.memberType
2804
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2805
+ path: _path2 + ".numerators",
2806
+ expected: "(Array<string> | undefined)",
2807
+ value: input3.numerators
2808
+ })) && input3.numerators.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2809
+ path: _path2 + ".numerators[" + _index53 + "]",
2810
+ expected: "string",
2811
+ value: elem
2812
+ })).every((flag) => flag) || $report(_exceptionable2, {
2813
+ path: _path2 + ".numerators",
2814
+ expected: "(Array<string> | undefined)",
2815
+ value: input3.numerators
2371
2816
  })].every((flag) => flag);
2372
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2817
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2818
+ path: _path2 + ".id",
2819
+ expected: "string",
2820
+ value: input3.id
2821
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2822
+ path: _path2 + ".name",
2823
+ expected: "string",
2824
+ value: input3.name
2825
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
2826
+ path: _path2 + ".type",
2827
+ expected: "string",
2828
+ value: input3.type
2829
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2830
+ path: _path2 + ".child_types",
2831
+ expected: "(Array<string> | undefined)",
2832
+ value: input3.child_types
2833
+ })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2834
+ path: _path2 + ".child_types[" + _index54 + "]",
2835
+ expected: "string",
2836
+ value: elem
2837
+ })).every((flag) => flag) || $report(_exceptionable2, {
2838
+ path: _path2 + ".child_types",
2839
+ expected: "(Array<string> | undefined)",
2840
+ value: input3.child_types
2841
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2842
+ path: _path2 + ".hashtmldetail",
2843
+ expected: "(boolean | undefined)",
2844
+ value: input3.hashtmldetail
2845
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2846
+ path: _path2 + ".included_types",
2847
+ expected: "(Array<string> | undefined)",
2848
+ value: input3.included_types
2849
+ })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2850
+ path: _path2 + ".included_types[" + _index55 + "]",
2851
+ expected: "string",
2852
+ value: elem
2853
+ })).every((flag) => flag) || $report(_exceptionable2, {
2854
+ path: _path2 + ".included_types",
2855
+ expected: "(Array<string> | undefined)",
2856
+ value: input3.included_types
2857
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2858
+ path: _path2 + ".isleaf",
2859
+ expected: "(boolean | undefined)",
2860
+ value: input3.isleaf
2861
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2862
+ path: _path2 + ".values",
2863
+ expected: "(TermValues | undefined)",
2864
+ value: input3.values
2865
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2866
+ path: _path2 + ".values",
2867
+ expected: "(TermValues | undefined)",
2868
+ value: input3.values
2869
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2870
+ path: _path2 + ".skipValuesBuild",
2871
+ expected: "(boolean | undefined)",
2872
+ value: input3.skipValuesBuild
2873
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2874
+ path: _path2 + ".valueConversion",
2875
+ expected: "(__type.o1 | undefined)",
2876
+ value: input3.valueConversion
2877
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2878
+ path: _path2 + ".valueConversion",
2879
+ expected: "(__type.o1 | undefined)",
2880
+ value: input3.valueConversion
2881
+ })].every((flag) => flag);
2882
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2883
+ const value = input3[key];
2884
+ if (void 0 === value)
2885
+ return true;
2886
+ if (RegExp(/(.*)/).test(key))
2887
+ return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2888
+ path: _path2 + $join(key),
2889
+ expected: "__type.o7",
2890
+ value
2891
+ })) && $vo47(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2892
+ path: _path2 + $join(key),
2893
+ expected: "__type.o7",
2894
+ value
2895
+ });
2896
+ return true;
2897
+ }).every((flag) => flag)].every((flag) => flag);
2898
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2899
+ const value = input3[key];
2900
+ if (void 0 === value)
2901
+ return true;
2902
+ if (RegExp(/(.*)/).test(key))
2903
+ return true;
2904
+ return true;
2905
+ }).every((flag) => flag)].every((flag) => flag);
2906
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2373
2907
  path: _path2 + ".id",
2374
2908
  expected: "string",
2375
2909
  value: input3.id
@@ -2377,16 +2911,16 @@ var validCorrelationVolcanoRequest = (input) => {
2377
2911
  path: _path2 + ".name",
2378
2912
  expected: "string",
2379
2913
  value: input3.name
2380
- }), "string" === typeof input3.type || $report(_exceptionable2, {
2914
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
2381
2915
  path: _path2 + ".type",
2382
- expected: "string",
2916
+ expected: '"termCollection"',
2383
2917
  value: input3.type
2384
2918
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2385
2919
  path: _path2 + ".child_types",
2386
2920
  expected: "(Array<string> | undefined)",
2387
2921
  value: input3.child_types
2388
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2389
- path: _path2 + ".child_types[" + _index45 + "]",
2922
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2923
+ path: _path2 + ".child_types[" + _index56 + "]",
2390
2924
  expected: "string",
2391
2925
  value: elem
2392
2926
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2401,8 +2935,8 @@ var validCorrelationVolcanoRequest = (input) => {
2401
2935
  path: _path2 + ".included_types",
2402
2936
  expected: "(Array<string> | undefined)",
2403
2937
  value: input3.included_types
2404
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2405
- path: _path2 + ".included_types[" + _index46 + "]",
2938
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
2939
+ path: _path2 + ".included_types[" + _index57 + "]",
2406
2940
  expected: "string",
2407
2941
  value: elem
2408
2942
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2433,32 +2967,81 @@ var validCorrelationVolcanoRequest = (input) => {
2433
2967
  path: _path2 + ".valueConversion",
2434
2968
  expected: "(__type.o1 | undefined)",
2435
2969
  value: input3.valueConversion
2970
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2971
+ path: _path2 + ".collectionId",
2972
+ expected: "(string | undefined)",
2973
+ value: input3.collectionId
2974
+ }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2975
+ path: _path2 + ".termIds",
2976
+ expected: "(Array<string> | undefined)",
2977
+ value: input3.termIds
2978
+ })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
2979
+ path: _path2 + ".termIds[" + _index58 + "]",
2980
+ expected: "string",
2981
+ value: elem
2982
+ })).every((flag) => flag) || $report(_exceptionable2, {
2983
+ path: _path2 + ".termIds",
2984
+ expected: "(Array<string> | undefined)",
2985
+ value: input3.termIds
2986
+ }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
2987
+ path: _path2 + ".termlst",
2988
+ expected: "Array<BaseTerm>",
2989
+ value: input3.termlst
2990
+ })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2991
+ path: _path2 + ".termlst[" + _index59 + "]",
2992
+ expected: "BaseTerm",
2993
+ value: elem
2994
+ })) && $vo45(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
2995
+ path: _path2 + ".termlst[" + _index59 + "]",
2996
+ expected: "BaseTerm",
2997
+ value: elem
2998
+ })).every((flag) => flag) || $report(_exceptionable2, {
2999
+ path: _path2 + ".termlst",
3000
+ expected: "Array<BaseTerm>",
3001
+ value: input3.termlst
3002
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
3003
+ path: _path2 + ".newTvs",
3004
+ expected: "(boolean | undefined)",
3005
+ value: input3.newTvs
3006
+ }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3007
+ path: _path2 + ".propsByTermId",
3008
+ expected: "__type.o6",
3009
+ value: input3.propsByTermId
3010
+ })) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3011
+ path: _path2 + ".propsByTermId",
3012
+ expected: "__type.o6",
3013
+ value: input3.propsByTermId
3014
+ }), "categorical" === input3.memberType || $report(_exceptionable2, {
3015
+ path: _path2 + ".memberType",
3016
+ expected: '"categorical"',
3017
+ value: input3.memberType
3018
+ }), (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
3019
+ path: _path2 + ".categoryKeys",
3020
+ expected: "Array<CategoryKey>",
3021
+ value: input3.categoryKeys
3022
+ })) && input3.categoryKeys.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3023
+ path: _path2 + ".categoryKeys[" + _index60 + "]",
3024
+ expected: "CategoryKey",
3025
+ value: elem
3026
+ })) && $vo49(elem, _path2 + ".categoryKeys[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3027
+ path: _path2 + ".categoryKeys[" + _index60 + "]",
3028
+ expected: "CategoryKey",
3029
+ value: elem
3030
+ })).every((flag) => flag) || $report(_exceptionable2, {
3031
+ path: _path2 + ".categoryKeys",
3032
+ expected: "Array<CategoryKey>",
3033
+ value: input3.categoryKeys
2436
3034
  })].every((flag) => flag);
2437
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2438
- const value = input3[key];
2439
- if (void 0 === value)
2440
- return true;
2441
- if (RegExp(/(.*)/).test(key))
2442
- return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2443
- path: _path2 + $join(key),
2444
- expected: "__type.o7",
2445
- value
2446
- })) && $vo43(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2447
- path: _path2 + $join(key),
2448
- expected: "__type.o7",
2449
- value
2450
- });
2451
- return true;
2452
- }).every((flag) => flag)].every((flag) => flag);
2453
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2454
- const value = input3[key];
2455
- if (void 0 === value)
2456
- return true;
2457
- if (RegExp(/(.*)/).test(key))
2458
- return true;
2459
- return true;
2460
- }).every((flag) => flag)].every((flag) => flag);
2461
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3035
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3036
+ path: _path2 + ".key",
3037
+ expected: "string",
3038
+ value: input3.key
3039
+ }), "boolean" === typeof input3.shown || $report(_exceptionable2, {
3040
+ path: _path2 + ".shown",
3041
+ expected: "boolean",
3042
+ value: input3.shown
3043
+ })].every((flag) => flag);
3044
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2462
3045
  path: _path2 + ".id",
2463
3046
  expected: "(string | undefined)",
2464
3047
  value: input3.id
@@ -2474,7 +3057,7 @@ var validCorrelationVolcanoRequest = (input) => {
2474
3057
  path: _path2 + ".settings",
2475
3058
  expected: "(__type.o8 | undefined)",
2476
3059
  value: input3.settings
2477
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3060
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2478
3061
  path: _path2 + ".settings",
2479
3062
  expected: "(__type.o8 | undefined)",
2480
3063
  value: input3.settings
@@ -2486,7 +3069,7 @@ var validCorrelationVolcanoRequest = (input) => {
2486
3069
  path: _path2 + ".term",
2487
3070
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2488
3071
  value: input3.term
2489
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3072
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2490
3073
  path: _path2 + ".term",
2491
3074
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2492
3075
  value: input3.term
@@ -2494,7 +3077,7 @@ var validCorrelationVolcanoRequest = (input) => {
2494
3077
  path: _path2 + ".q",
2495
3078
  expected: "ValuesQ",
2496
3079
  value: input3.q
2497
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3080
+ })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2498
3081
  path: _path2 + ".q",
2499
3082
  expected: "ValuesQ",
2500
3083
  value: input3.q
@@ -2503,7 +3086,7 @@ var validCorrelationVolcanoRequest = (input) => {
2503
3086
  expected: '"QualTWValues"',
2504
3087
  value: input3.type
2505
3088
  })].every((flag) => flag);
2506
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3089
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2507
3090
  const value = input3[key];
2508
3091
  if (void 0 === value)
2509
3092
  return true;
@@ -2511,7 +3094,7 @@ var validCorrelationVolcanoRequest = (input) => {
2511
3094
  return true;
2512
3095
  return true;
2513
3096
  }).every((flag) => flag)].every((flag) => flag);
2514
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3097
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2515
3098
  path: _path2 + ".id",
2516
3099
  expected: "string",
2517
3100
  value: input3.id
@@ -2527,8 +3110,8 @@ var validCorrelationVolcanoRequest = (input) => {
2527
3110
  path: _path2 + ".child_types",
2528
3111
  expected: "(Array<string> | undefined)",
2529
3112
  value: input3.child_types
2530
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2531
- path: _path2 + ".child_types[" + _index47 + "]",
3113
+ })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3114
+ path: _path2 + ".child_types[" + _index61 + "]",
2532
3115
  expected: "string",
2533
3116
  value: elem
2534
3117
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2543,8 +3126,8 @@ var validCorrelationVolcanoRequest = (input) => {
2543
3126
  path: _path2 + ".included_types",
2544
3127
  expected: "(Array<string> | undefined)",
2545
3128
  value: input3.included_types
2546
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2547
- path: _path2 + ".included_types[" + _index48 + "]",
3129
+ })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3130
+ path: _path2 + ".included_types[" + _index62 + "]",
2548
3131
  expected: "string",
2549
3132
  value: elem
2550
3133
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2595,8 +3178,8 @@ var validCorrelationVolcanoRequest = (input) => {
2595
3178
  path: _path2 + ".alt",
2596
3179
  expected: "Array<string>",
2597
3180
  value: input3.alt
2598
- })) && input3.alt.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2599
- path: _path2 + ".alt[" + _index49 + "]",
3181
+ })) && input3.alt.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3182
+ path: _path2 + ".alt[" + _index63 + "]",
2600
3183
  expected: "string",
2601
3184
  value: elem
2602
3185
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2612,7 +3195,7 @@ var validCorrelationVolcanoRequest = (input) => {
2612
3195
  expected: "TermGroupSetting",
2613
3196
  value: input3.groupsetting
2614
3197
  })].every((flag) => flag);
2615
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3198
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2616
3199
  path: _path2 + ".id",
2617
3200
  expected: "string",
2618
3201
  value: input3.id
@@ -2628,8 +3211,8 @@ var validCorrelationVolcanoRequest = (input) => {
2628
3211
  path: _path2 + ".child_types",
2629
3212
  expected: "(Array<string> | undefined)",
2630
3213
  value: input3.child_types
2631
- })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2632
- path: _path2 + ".child_types[" + _index50 + "]",
3214
+ })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3215
+ path: _path2 + ".child_types[" + _index64 + "]",
2633
3216
  expected: "string",
2634
3217
  value: elem
2635
3218
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2644,8 +3227,8 @@ var validCorrelationVolcanoRequest = (input) => {
2644
3227
  path: _path2 + ".included_types",
2645
3228
  expected: "(Array<string> | undefined)",
2646
3229
  value: input3.included_types
2647
- })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2648
- path: _path2 + ".included_types[" + _index51 + "]",
3230
+ })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3231
+ path: _path2 + ".included_types[" + _index65 + "]",
2649
3232
  expected: "string",
2650
3233
  value: elem
2651
3234
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2676,9 +3259,13 @@ var validCorrelationVolcanoRequest = (input) => {
2676
3259
  path: _path2 + ".valueConversion",
2677
3260
  expected: "(__type.o1 | undefined)",
2678
3261
  value: input3.valueConversion
2679
- }), "string" === typeof input3.sample || $report(_exceptionable2, {
3262
+ }), ("object" === typeof input3.sample && null !== input3.sample && false === Array.isArray(input3.sample) || $report(_exceptionable2, {
2680
3263
  path: _path2 + ".sample",
2681
- expected: "string",
3264
+ expected: "object",
3265
+ value: input3.sample
3266
+ })) && $vo54(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3267
+ path: _path2 + ".sample",
3268
+ expected: "object",
2682
3269
  value: input3.sample
2683
3270
  }), "string" === typeof input3.plot || $report(_exceptionable2, {
2684
3271
  path: _path2 + ".plot",
@@ -2693,7 +3280,8 @@ var validCorrelationVolcanoRequest = (input) => {
2693
3280
  expected: "TermGroupSetting",
2694
3281
  value: input3.groupsetting
2695
3282
  })].every((flag) => flag);
2696
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3283
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
3284
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2697
3285
  path: _path2 + ".hiddenValues",
2698
3286
  expected: "(HiddenValues | undefined)",
2699
3287
  value: input3.hiddenValues
@@ -2722,7 +3310,7 @@ var validCorrelationVolcanoRequest = (input) => {
2722
3310
  expected: '"values"',
2723
3311
  value: input3.type
2724
3312
  })].every((flag) => flag);
2725
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3313
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2726
3314
  path: _path2 + ".id",
2727
3315
  expected: "(string | undefined)",
2728
3316
  value: input3.id
@@ -2738,7 +3326,7 @@ var validCorrelationVolcanoRequest = (input) => {
2738
3326
  path: _path2 + ".settings",
2739
3327
  expected: "(__type.o8 | undefined)",
2740
3328
  value: input3.settings
2741
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3329
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2742
3330
  path: _path2 + ".settings",
2743
3331
  expected: "(__type.o8 | undefined)",
2744
3332
  value: input3.settings
@@ -2750,7 +3338,7 @@ var validCorrelationVolcanoRequest = (input) => {
2750
3338
  path: _path2 + ".term",
2751
3339
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2752
3340
  value: input3.term
2753
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3341
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2754
3342
  path: _path2 + ".term",
2755
3343
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2756
3344
  value: input3.term
@@ -2758,7 +3346,7 @@ var validCorrelationVolcanoRequest = (input) => {
2758
3346
  path: _path2 + ".q",
2759
3347
  expected: "PredefinedGroupSettingQ",
2760
3348
  value: input3.q
2761
- })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3349
+ })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2762
3350
  path: _path2 + ".q",
2763
3351
  expected: "PredefinedGroupSettingQ",
2764
3352
  value: input3.q
@@ -2767,7 +3355,7 @@ var validCorrelationVolcanoRequest = (input) => {
2767
3355
  expected: '"QualTWPredefinedGS"',
2768
3356
  value: input3.type
2769
3357
  })].every((flag) => flag);
2770
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3358
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2771
3359
  path: _path2 + ".hiddenValues",
2772
3360
  expected: "(HiddenValues | undefined)",
2773
3361
  value: input3.hiddenValues
@@ -2800,7 +3388,7 @@ var validCorrelationVolcanoRequest = (input) => {
2800
3388
  expected: "number",
2801
3389
  value: input3.predefined_groupset_idx
2802
3390
  })].every((flag) => flag);
2803
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3391
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2804
3392
  path: _path2 + ".id",
2805
3393
  expected: "(string | undefined)",
2806
3394
  value: input3.id
@@ -2816,7 +3404,7 @@ var validCorrelationVolcanoRequest = (input) => {
2816
3404
  path: _path2 + ".settings",
2817
3405
  expected: "(__type.o8 | undefined)",
2818
3406
  value: input3.settings
2819
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3407
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2820
3408
  path: _path2 + ".settings",
2821
3409
  expected: "(__type.o8 | undefined)",
2822
3410
  value: input3.settings
@@ -2828,7 +3416,7 @@ var validCorrelationVolcanoRequest = (input) => {
2828
3416
  path: _path2 + ".term",
2829
3417
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2830
3418
  value: input3.term
2831
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3419
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2832
3420
  path: _path2 + ".term",
2833
3421
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2834
3422
  value: input3.term
@@ -2836,7 +3424,7 @@ var validCorrelationVolcanoRequest = (input) => {
2836
3424
  path: _path2 + ".q",
2837
3425
  expected: "CustomGroupSettingQ",
2838
3426
  value: input3.q
2839
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3427
+ })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2840
3428
  path: _path2 + ".q",
2841
3429
  expected: "CustomGroupSettingQ",
2842
3430
  value: input3.q
@@ -2845,7 +3433,7 @@ var validCorrelationVolcanoRequest = (input) => {
2845
3433
  expected: '"QualTWCustomGS"',
2846
3434
  value: input3.type
2847
3435
  })].every((flag) => flag);
2848
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3436
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2849
3437
  path: _path2 + ".hiddenValues",
2850
3438
  expected: "(HiddenValues | undefined)",
2851
3439
  value: input3.hiddenValues
@@ -2877,21 +3465,21 @@ var validCorrelationVolcanoRequest = (input) => {
2877
3465
  path: _path2 + ".customset",
2878
3466
  expected: "BaseGroupSet",
2879
3467
  value: input3.customset
2880
- })) && $vo53(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3468
+ })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2881
3469
  path: _path2 + ".customset",
2882
3470
  expected: "BaseGroupSet",
2883
3471
  value: input3.customset
2884
3472
  })].every((flag) => flag);
2885
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3473
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2886
3474
  path: _path2 + ".groups",
2887
3475
  expected: "Array<GroupEntry>",
2888
3476
  value: input3.groups
2889
- })) && input3.groups.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2890
- path: _path2 + ".groups[" + _index52 + "]",
3477
+ })) && input3.groups.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3478
+ path: _path2 + ".groups[" + _index66 + "]",
2891
3479
  expected: "(FilterGroup | ValuesGroup)",
2892
3480
  value: elem
2893
- })) && $vu1(elem, _path2 + ".groups[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2894
- path: _path2 + ".groups[" + _index52 + "]",
3481
+ })) && $vu1(elem, _path2 + ".groups[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3482
+ path: _path2 + ".groups[" + _index66 + "]",
2895
3483
  expected: "(FilterGroup | ValuesGroup)",
2896
3484
  value: elem
2897
3485
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2899,7 +3487,7 @@ var validCorrelationVolcanoRequest = (input) => {
2899
3487
  expected: "Array<GroupEntry>",
2900
3488
  value: input3.groups
2901
3489
  })].every((flag) => flag);
2902
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3490
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2903
3491
  path: _path2 + ".id",
2904
3492
  expected: "(string | undefined)",
2905
3493
  value: input3.id
@@ -2915,7 +3503,7 @@ var validCorrelationVolcanoRequest = (input) => {
2915
3503
  path: _path2 + ".settings",
2916
3504
  expected: "(__type.o8 | undefined)",
2917
3505
  value: input3.settings
2918
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3506
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2919
3507
  path: _path2 + ".settings",
2920
3508
  expected: "(__type.o8 | undefined)",
2921
3509
  value: input3.settings
@@ -2929,11 +3517,11 @@ var validCorrelationVolcanoRequest = (input) => {
2929
3517
  value: input3.type
2930
3518
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2931
3519
  path: _path2 + ".term",
2932
- 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)',
3520
+ 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)',
2933
3521
  value: input3.term
2934
3522
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2935
3523
  path: _path2 + ".term",
2936
- 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)',
3524
+ 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)',
2937
3525
  value: input3.term
2938
3526
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2939
3527
  path: _path2 + ".q",
@@ -2944,7 +3532,7 @@ var validCorrelationVolcanoRequest = (input) => {
2944
3532
  expected: "RegularNumericBinConfig",
2945
3533
  value: input3.q
2946
3534
  })].every((flag) => flag);
2947
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3535
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2948
3536
  path: _path2 + ".id",
2949
3537
  expected: "(string | undefined)",
2950
3538
  value: input3.id
@@ -2960,7 +3548,7 @@ var validCorrelationVolcanoRequest = (input) => {
2960
3548
  path: _path2 + ".settings",
2961
3549
  expected: "(__type.o8 | undefined)",
2962
3550
  value: input3.settings
2963
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3551
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2964
3552
  path: _path2 + ".settings",
2965
3553
  expected: "(__type.o8 | undefined)",
2966
3554
  value: input3.settings
@@ -2974,11 +3562,11 @@ var validCorrelationVolcanoRequest = (input) => {
2974
3562
  value: input3.type
2975
3563
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2976
3564
  path: _path2 + ".term",
2977
- 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)',
3565
+ 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)',
2978
3566
  value: input3.term
2979
3567
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2980
3568
  path: _path2 + ".term",
2981
- 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)',
3569
+ 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)',
2982
3570
  value: input3.term
2983
3571
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2984
3572
  path: _path2 + ".q",
@@ -2989,7 +3577,7 @@ var validCorrelationVolcanoRequest = (input) => {
2989
3577
  expected: "CustomNumericBinConfig",
2990
3578
  value: input3.q
2991
3579
  })].every((flag) => flag);
2992
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3580
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2993
3581
  path: _path2 + ".id",
2994
3582
  expected: "(string | undefined)",
2995
3583
  value: input3.id
@@ -3005,7 +3593,7 @@ var validCorrelationVolcanoRequest = (input) => {
3005
3593
  path: _path2 + ".settings",
3006
3594
  expected: "(__type.o8 | undefined)",
3007
3595
  value: input3.settings
3008
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3596
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3009
3597
  path: _path2 + ".settings",
3010
3598
  expected: "(__type.o8 | undefined)",
3011
3599
  value: input3.settings
@@ -3019,22 +3607,22 @@ var validCorrelationVolcanoRequest = (input) => {
3019
3607
  value: input3.type
3020
3608
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3021
3609
  path: _path2 + ".term",
3022
- 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)',
3610
+ 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)',
3023
3611
  value: input3.term
3024
3612
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3025
3613
  path: _path2 + ".term",
3026
- 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)',
3614
+ 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)',
3027
3615
  value: input3.term
3028
3616
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3029
3617
  path: _path2 + ".q",
3030
3618
  expected: "BinaryNumericQ",
3031
3619
  value: input3.q
3032
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3620
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3033
3621
  path: _path2 + ".q",
3034
3622
  expected: "BinaryNumericQ",
3035
3623
  value: input3.q
3036
3624
  })].every((flag) => flag);
3037
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3625
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3038
3626
  path: _path2 + ".hiddenValues",
3039
3627
  expected: "(HiddenValues | undefined)",
3040
3628
  value: input3.hiddenValues
@@ -3102,7 +3690,7 @@ var validCorrelationVolcanoRequest = (input) => {
3102
3690
  expected: "(number | undefined)",
3103
3691
  value: input3.cutoffPercentile
3104
3692
  })].every((flag) => flag);
3105
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3693
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3106
3694
  path: _path2 + ".id",
3107
3695
  expected: "(string | undefined)",
3108
3696
  value: input3.id
@@ -3118,7 +3706,7 @@ var validCorrelationVolcanoRequest = (input) => {
3118
3706
  path: _path2 + ".settings",
3119
3707
  expected: "(__type.o8 | undefined)",
3120
3708
  value: input3.settings
3121
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3709
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3122
3710
  path: _path2 + ".settings",
3123
3711
  expected: "(__type.o8 | undefined)",
3124
3712
  value: input3.settings
@@ -3132,22 +3720,22 @@ var validCorrelationVolcanoRequest = (input) => {
3132
3720
  value: input3.type
3133
3721
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3134
3722
  path: _path2 + ".term",
3135
- 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)',
3723
+ 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)',
3136
3724
  value: input3.term
3137
3725
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3138
3726
  path: _path2 + ".term",
3139
- 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)',
3727
+ 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)',
3140
3728
  value: input3.term
3141
3729
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
3142
3730
  path: _path2 + ".q",
3143
3731
  expected: "ContinuousNumericQ",
3144
3732
  value: input3.q
3145
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3733
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3146
3734
  path: _path2 + ".q",
3147
3735
  expected: "ContinuousNumericQ",
3148
3736
  value: input3.q
3149
3737
  })].every((flag) => flag);
3150
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3738
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3151
3739
  path: _path2 + ".hiddenValues",
3152
3740
  expected: "(HiddenValues | undefined)",
3153
3741
  value: input3.hiddenValues
@@ -3188,7 +3776,7 @@ var validCorrelationVolcanoRequest = (input) => {
3188
3776
  expected: "(number | undefined)",
3189
3777
  value: input3.scale
3190
3778
  })].every((flag) => flag);
3191
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3779
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3192
3780
  path: _path2 + ".id",
3193
3781
  expected: "(string | undefined)",
3194
3782
  value: input3.id
@@ -3204,7 +3792,7 @@ var validCorrelationVolcanoRequest = (input) => {
3204
3792
  path: _path2 + ".settings",
3205
3793
  expected: "(__type.o8 | undefined)",
3206
3794
  value: input3.settings
3207
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3795
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3208
3796
  path: _path2 + ".settings",
3209
3797
  expected: "(__type.o8 | undefined)",
3210
3798
  value: input3.settings
@@ -3218,22 +3806,22 @@ var validCorrelationVolcanoRequest = (input) => {
3218
3806
  value: input3.type
3219
3807
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3220
3808
  path: _path2 + ".term",
3221
- 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)',
3809
+ 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)',
3222
3810
  value: input3.term
3223
3811
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3224
3812
  path: _path2 + ".term",
3225
- 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)',
3813
+ 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)',
3226
3814
  value: input3.term
3227
3815
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3228
3816
  path: _path2 + ".q",
3229
3817
  expected: "SplineNumericQ",
3230
3818
  value: input3.q
3231
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3819
+ })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3232
3820
  path: _path2 + ".q",
3233
3821
  expected: "SplineNumericQ",
3234
3822
  value: input3.q
3235
3823
  })].every((flag) => flag);
3236
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3824
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3237
3825
  path: _path2 + ".hiddenValues",
3238
3826
  expected: "(HiddenValues | undefined)",
3239
3827
  value: input3.hiddenValues
@@ -3261,12 +3849,12 @@ var validCorrelationVolcanoRequest = (input) => {
3261
3849
  path: _path2 + ".knots",
3262
3850
  expected: "Array<__type>.o3",
3263
3851
  value: input3.knots
3264
- })) && input3.knots.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3265
- path: _path2 + ".knots[" + _index53 + "]",
3852
+ })) && input3.knots.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3853
+ path: _path2 + ".knots[" + _index67 + "]",
3266
3854
  expected: "__type.o9",
3267
3855
  value: elem
3268
- })) && $vo62(elem, _path2 + ".knots[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3269
- path: _path2 + ".knots[" + _index53 + "]",
3856
+ })) && $vo69(elem, _path2 + ".knots[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3857
+ path: _path2 + ".knots[" + _index67 + "]",
3270
3858
  expected: "__type.o9",
3271
3859
  value: elem
3272
3860
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3282,12 +3870,12 @@ var validCorrelationVolcanoRequest = (input) => {
3282
3870
  expected: "undefined",
3283
3871
  value: input3.type
3284
3872
  }))].every((flag) => flag);
3285
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3873
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3286
3874
  path: _path2 + ".value",
3287
3875
  expected: "number",
3288
3876
  value: input3.value
3289
3877
  })].every((flag) => flag);
3290
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3878
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3291
3879
  path: _path2 + ".id",
3292
3880
  expected: "(string | undefined)",
3293
3881
  value: input3.id
@@ -3303,7 +3891,7 @@ var validCorrelationVolcanoRequest = (input) => {
3303
3891
  path: _path2 + ".settings",
3304
3892
  expected: "(__type.o8 | undefined)",
3305
3893
  value: input3.settings
3306
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3894
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3307
3895
  path: _path2 + ".settings",
3308
3896
  expected: "(__type.o8 | undefined)",
3309
3897
  value: input3.settings
@@ -3319,7 +3907,7 @@ var validCorrelationVolcanoRequest = (input) => {
3319
3907
  path: _path2 + ".term",
3320
3908
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3321
3909
  value: input3.term
3322
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3910
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3323
3911
  path: _path2 + ".term",
3324
3912
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3325
3913
  value: input3.term
@@ -3327,12 +3915,12 @@ var validCorrelationVolcanoRequest = (input) => {
3327
3915
  path: _path2 + ".q",
3328
3916
  expected: "GvValuesQ",
3329
3917
  value: input3.q
3330
- })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3918
+ })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3331
3919
  path: _path2 + ".q",
3332
3920
  expected: "GvValuesQ",
3333
3921
  value: input3.q
3334
3922
  })].every((flag) => flag);
3335
- const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3923
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3336
3924
  path: _path2 + ".id",
3337
3925
  expected: "string",
3338
3926
  value: input3.id
@@ -3348,8 +3936,8 @@ var validCorrelationVolcanoRequest = (input) => {
3348
3936
  path: _path2 + ".child_types",
3349
3937
  expected: "(Array<string> | undefined)",
3350
3938
  value: input3.child_types
3351
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3352
- path: _path2 + ".child_types[" + _index54 + "]",
3939
+ })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3940
+ path: _path2 + ".child_types[" + _index68 + "]",
3353
3941
  expected: "string",
3354
3942
  value: elem
3355
3943
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3364,8 +3952,8 @@ var validCorrelationVolcanoRequest = (input) => {
3364
3952
  path: _path2 + ".included_types",
3365
3953
  expected: "(Array<string> | undefined)",
3366
3954
  value: input3.included_types
3367
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3368
- path: _path2 + ".included_types[" + _index55 + "]",
3955
+ })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3956
+ path: _path2 + ".included_types[" + _index69 + "]",
3369
3957
  expected: "string",
3370
3958
  value: elem
3371
3959
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3420,12 +4008,12 @@ var validCorrelationVolcanoRequest = (input) => {
3420
4008
  path: _path2 + ".genes",
3421
4009
  expected: "Array<GvGeneTerm>",
3422
4010
  value: input3.genes
3423
- })) && input3.genes.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3424
- path: _path2 + ".genes[" + _index56 + "]",
4011
+ })) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4012
+ path: _path2 + ".genes[" + _index70 + "]",
3425
4013
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3426
4014
  value: elem
3427
- })) && $vu3(elem, _path2 + ".genes[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3428
- path: _path2 + ".genes[" + _index56 + "]",
4015
+ })) && $vu3(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4016
+ path: _path2 + ".genes[" + _index70 + "]",
3429
4017
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3430
4018
  value: elem
3431
4019
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3444,12 +4032,12 @@ var validCorrelationVolcanoRequest = (input) => {
3444
4032
  path: _path2 + ".childTerms",
3445
4033
  expected: "Array<DtTerm>",
3446
4034
  value: input3.childTerms
3447
- })) && input3.childTerms.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3448
- path: _path2 + ".childTerms[" + _index57 + "]",
4035
+ })) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4036
+ path: _path2 + ".childTerms[" + _index71 + "]",
3449
4037
  expected: "DtTerm",
3450
4038
  value: elem
3451
- })) && $vo33(elem, _path2 + ".childTerms[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3452
- path: _path2 + ".childTerms[" + _index57 + "]",
4039
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
4040
+ path: _path2 + ".childTerms[" + _index71 + "]",
3453
4041
  expected: "DtTerm",
3454
4042
  value: elem
3455
4043
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3457,7 +4045,7 @@ var validCorrelationVolcanoRequest = (input) => {
3457
4045
  expected: "Array<DtTerm>",
3458
4046
  value: input3.childTerms
3459
4047
  })].every((flag) => flag);
3460
- const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4048
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3461
4049
  path: _path2 + ".id",
3462
4050
  expected: "string",
3463
4051
  value: input3.id
@@ -3473,8 +4061,8 @@ var validCorrelationVolcanoRequest = (input) => {
3473
4061
  path: _path2 + ".child_types",
3474
4062
  expected: "(Array<string> | undefined)",
3475
4063
  value: input3.child_types
3476
- })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3477
- path: _path2 + ".child_types[" + _index58 + "]",
4064
+ })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4065
+ path: _path2 + ".child_types[" + _index72 + "]",
3478
4066
  expected: "string",
3479
4067
  value: elem
3480
4068
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3489,8 +4077,8 @@ var validCorrelationVolcanoRequest = (input) => {
3489
4077
  path: _path2 + ".included_types",
3490
4078
  expected: "(Array<string> | undefined)",
3491
4079
  value: input3.included_types
3492
- })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3493
- path: _path2 + ".included_types[" + _index59 + "]",
4080
+ })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
4081
+ path: _path2 + ".included_types[" + _index73 + "]",
3494
4082
  expected: "string",
3495
4083
  value: elem
3496
4084
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3541,12 +4129,12 @@ var validCorrelationVolcanoRequest = (input) => {
3541
4129
  path: _path2 + ".genes",
3542
4130
  expected: "Array<GvGeneTerm>",
3543
4131
  value: input3.genes
3544
- })) && input3.genes.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3545
- path: _path2 + ".genes[" + _index60 + "]",
4132
+ })) && input3.genes.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4133
+ path: _path2 + ".genes[" + _index74 + "]",
3546
4134
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3547
4135
  value: elem
3548
- })) && $vu3(elem, _path2 + ".genes[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3549
- path: _path2 + ".genes[" + _index60 + "]",
4136
+ })) && $vu3(elem, _path2 + ".genes[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4137
+ path: _path2 + ".genes[" + _index74 + "]",
3550
4138
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3551
4139
  value: elem
3552
4140
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3565,12 +4153,12 @@ var validCorrelationVolcanoRequest = (input) => {
3565
4153
  path: _path2 + ".childTerms",
3566
4154
  expected: "Array<DtTerm>",
3567
4155
  value: input3.childTerms
3568
- })) && input3.childTerms.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3569
- path: _path2 + ".childTerms[" + _index61 + "]",
4156
+ })) && input3.childTerms.map((elem, _index75) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4157
+ path: _path2 + ".childTerms[" + _index75 + "]",
3570
4158
  expected: "DtTerm",
3571
4159
  value: elem
3572
- })) && $vo33(elem, _path2 + ".childTerms[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3573
- path: _path2 + ".childTerms[" + _index61 + "]",
4160
+ })) && $vo37(elem, _path2 + ".childTerms[" + _index75 + "]", _exceptionable2) || $report(_exceptionable2, {
4161
+ path: _path2 + ".childTerms[" + _index75 + "]",
3574
4162
  expected: "DtTerm",
3575
4163
  value: elem
3576
4164
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3578,7 +4166,7 @@ var validCorrelationVolcanoRequest = (input) => {
3578
4166
  expected: "Array<DtTerm>",
3579
4167
  value: input3.childTerms
3580
4168
  })].every((flag) => flag);
3581
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4169
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3582
4170
  path: _path2 + ".hiddenValues",
3583
4171
  expected: "(HiddenValues | undefined)",
3584
4172
  value: input3.hiddenValues
@@ -3619,7 +4207,7 @@ var validCorrelationVolcanoRequest = (input) => {
3619
4207
  expected: '"values"',
3620
4208
  value: input3.type
3621
4209
  })].every((flag) => flag);
3622
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4210
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3623
4211
  path: _path2 + ".id",
3624
4212
  expected: "(string | undefined)",
3625
4213
  value: input3.id
@@ -3635,7 +4223,7 @@ var validCorrelationVolcanoRequest = (input) => {
3635
4223
  path: _path2 + ".settings",
3636
4224
  expected: "(__type.o8 | undefined)",
3637
4225
  value: input3.settings
3638
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4226
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3639
4227
  path: _path2 + ".settings",
3640
4228
  expected: "(__type.o8 | undefined)",
3641
4229
  value: input3.settings
@@ -3651,7 +4239,7 @@ var validCorrelationVolcanoRequest = (input) => {
3651
4239
  path: _path2 + ".term",
3652
4240
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3653
4241
  value: input3.term
3654
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4242
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3655
4243
  path: _path2 + ".term",
3656
4244
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3657
4245
  value: input3.term
@@ -3659,12 +4247,12 @@ var validCorrelationVolcanoRequest = (input) => {
3659
4247
  path: _path2 + ".q",
3660
4248
  expected: "GvPredefinedGsQ",
3661
4249
  value: input3.q
3662
- })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4250
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3663
4251
  path: _path2 + ".q",
3664
4252
  expected: "GvPredefinedGsQ",
3665
4253
  value: input3.q
3666
4254
  })].every((flag) => flag);
3667
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4255
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3668
4256
  path: _path2 + ".hiddenValues",
3669
4257
  expected: "(HiddenValues | undefined)",
3670
4258
  value: input3.hiddenValues
@@ -3713,7 +4301,7 @@ var validCorrelationVolcanoRequest = (input) => {
3713
4301
  expected: "Array<any>",
3714
4302
  value: input3.dtLst
3715
4303
  })].every((flag) => flag);
3716
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4304
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3717
4305
  path: _path2 + ".id",
3718
4306
  expected: "(string | undefined)",
3719
4307
  value: input3.id
@@ -3729,7 +4317,7 @@ var validCorrelationVolcanoRequest = (input) => {
3729
4317
  path: _path2 + ".settings",
3730
4318
  expected: "(__type.o8 | undefined)",
3731
4319
  value: input3.settings
3732
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4320
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3733
4321
  path: _path2 + ".settings",
3734
4322
  expected: "(__type.o8 | undefined)",
3735
4323
  value: input3.settings
@@ -3745,7 +4333,7 @@ var validCorrelationVolcanoRequest = (input) => {
3745
4333
  path: _path2 + ".term",
3746
4334
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3747
4335
  value: input3.term
3748
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4336
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3749
4337
  path: _path2 + ".term",
3750
4338
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3751
4339
  value: input3.term
@@ -3753,12 +4341,12 @@ var validCorrelationVolcanoRequest = (input) => {
3753
4341
  path: _path2 + ".q",
3754
4342
  expected: "GvCustomGsQ",
3755
4343
  value: input3.q
3756
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4344
+ })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3757
4345
  path: _path2 + ".q",
3758
4346
  expected: "GvCustomGsQ",
3759
4347
  value: input3.q
3760
4348
  })].every((flag) => flag);
3761
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4349
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3762
4350
  path: _path2 + ".hiddenValues",
3763
4351
  expected: "(HiddenValues | undefined)",
3764
4352
  value: input3.hiddenValues
@@ -3802,7 +4390,7 @@ var validCorrelationVolcanoRequest = (input) => {
3802
4390
  path: _path2 + ".customset",
3803
4391
  expected: "BaseGroupSet",
3804
4392
  value: input3.customset
3805
- })) && $vo53(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4393
+ })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3806
4394
  path: _path2 + ".customset",
3807
4395
  expected: "BaseGroupSet",
3808
4396
  value: input3.customset
@@ -3811,7 +4399,7 @@ var validCorrelationVolcanoRequest = (input) => {
3811
4399
  expected: "Array<any>",
3812
4400
  value: input3.dtLst
3813
4401
  })].every((flag) => flag);
3814
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4402
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3815
4403
  path: _path2 + ".id",
3816
4404
  expected: "(string | undefined)",
3817
4405
  value: input3.id
@@ -3827,7 +4415,7 @@ var validCorrelationVolcanoRequest = (input) => {
3827
4415
  path: _path2 + ".settings",
3828
4416
  expected: "(__type.o8 | undefined)",
3829
4417
  value: input3.settings
3830
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4418
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3831
4419
  path: _path2 + ".settings",
3832
4420
  expected: "(__type.o8 | undefined)",
3833
4421
  value: input3.settings
@@ -3843,7 +4431,7 @@ var validCorrelationVolcanoRequest = (input) => {
3843
4431
  path: _path2 + ".term",
3844
4432
  expected: "ConditionTerm",
3845
4433
  value: input3.term
3846
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4434
+ })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3847
4435
  path: _path2 + ".term",
3848
4436
  expected: "ConditionTerm",
3849
4437
  value: input3.term
@@ -3851,12 +4439,12 @@ var validCorrelationVolcanoRequest = (input) => {
3851
4439
  path: _path2 + ".q",
3852
4440
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3853
4441
  value: input3.q
3854
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4442
+ })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3855
4443
  path: _path2 + ".q",
3856
4444
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3857
4445
  value: input3.q
3858
4446
  })].every((flag) => flag);
3859
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4447
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3860
4448
  path: _path2 + ".hiddenValues",
3861
4449
  expected: "(HiddenValues | undefined)",
3862
4450
  value: input3.hiddenValues
@@ -3896,8 +4484,8 @@ var validCorrelationVolcanoRequest = (input) => {
3896
4484
  path: _path2 + ".breaks",
3897
4485
  expected: "(Array<number> | undefined)",
3898
4486
  value: input3.breaks
3899
- })) && input3.breaks.map((elem, _index62) => "number" === typeof elem || $report(_exceptionable2, {
3900
- path: _path2 + ".breaks[" + _index62 + "]",
4487
+ })) && input3.breaks.map((elem, _index76) => "number" === typeof elem || $report(_exceptionable2, {
4488
+ path: _path2 + ".breaks[" + _index76 + "]",
3901
4489
  expected: "number",
3902
4490
  value: elem
3903
4491
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3917,7 +4505,7 @@ var validCorrelationVolcanoRequest = (input) => {
3917
4505
  expected: "(boolean | undefined)",
3918
4506
  value: input3.value_by_computable_grade
3919
4507
  }), true].every((flag) => flag);
3920
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4508
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3921
4509
  path: _path2 + ".hiddenValues",
3922
4510
  expected: "(HiddenValues | undefined)",
3923
4511
  value: input3.hiddenValues
@@ -3950,7 +4538,7 @@ var validCorrelationVolcanoRequest = (input) => {
3950
4538
  expected: "true",
3951
4539
  value: input3.bar_by_children
3952
4540
  }), true].every((flag) => flag);
3953
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4541
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3954
4542
  path: _path2 + ".id",
3955
4543
  expected: "(string | undefined)",
3956
4544
  value: input3.id
@@ -3966,7 +4554,7 @@ var validCorrelationVolcanoRequest = (input) => {
3966
4554
  path: _path2 + ".settings",
3967
4555
  expected: "(__type.o8 | undefined)",
3968
4556
  value: input3.settings
3969
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4557
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3970
4558
  path: _path2 + ".settings",
3971
4559
  expected: "(__type.o8 | undefined)",
3972
4560
  value: input3.settings
@@ -3982,7 +4570,7 @@ var validCorrelationVolcanoRequest = (input) => {
3982
4570
  path: _path2 + ".q",
3983
4571
  expected: "SnpsQ",
3984
4572
  value: input3.q
3985
- })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4573
+ })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3986
4574
  path: _path2 + ".q",
3987
4575
  expected: "SnpsQ",
3988
4576
  value: input3.q
@@ -3990,12 +4578,12 @@ var validCorrelationVolcanoRequest = (input) => {
3990
4578
  path: _path2 + ".term",
3991
4579
  expected: "SnpsTerm",
3992
4580
  value: input3.term
3993
- })) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4581
+ })) && $vo84(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3994
4582
  path: _path2 + ".term",
3995
4583
  expected: "SnpsTerm",
3996
4584
  value: input3.term
3997
4585
  })].every((flag) => flag);
3998
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4586
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3999
4587
  path: _path2 + ".hiddenValues",
4000
4588
  expected: "(HiddenValues | undefined)",
4001
4589
  value: input3.hiddenValues
@@ -4043,7 +4631,7 @@ var validCorrelationVolcanoRequest = (input) => {
4043
4631
  path: _path2 + ".restrictAncestry",
4044
4632
  expected: "RestrictAncestry",
4045
4633
  value: input3.restrictAncestry
4046
- })) && $vo76(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4634
+ })) && $vo83(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4047
4635
  path: _path2 + ".restrictAncestry",
4048
4636
  expected: "RestrictAncestry",
4049
4637
  value: input3.restrictAncestry
@@ -4068,7 +4656,7 @@ var validCorrelationVolcanoRequest = (input) => {
4068
4656
  expected: "number",
4069
4657
  value: input3.stop
4070
4658
  })].every((flag) => flag);
4071
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4659
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4072
4660
  path: _path2 + ".name",
4073
4661
  expected: "string",
4074
4662
  value: input3.name
@@ -4081,7 +4669,7 @@ var validCorrelationVolcanoRequest = (input) => {
4081
4669
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4082
4670
  value: input3.tvs
4083
4671
  })].every((flag) => flag);
4084
- const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4672
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4085
4673
  path: _path2 + ".id",
4086
4674
  expected: "string",
4087
4675
  value: input3.id
@@ -4097,8 +4685,8 @@ var validCorrelationVolcanoRequest = (input) => {
4097
4685
  path: _path2 + ".child_types",
4098
4686
  expected: "(Array<string> | undefined)",
4099
4687
  value: input3.child_types
4100
- })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
4101
- path: _path2 + ".child_types[" + _index63 + "]",
4688
+ })) && input3.child_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
4689
+ path: _path2 + ".child_types[" + _index77 + "]",
4102
4690
  expected: "string",
4103
4691
  value: elem
4104
4692
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4113,8 +4701,8 @@ var validCorrelationVolcanoRequest = (input) => {
4113
4701
  path: _path2 + ".included_types",
4114
4702
  expected: "(Array<string> | undefined)",
4115
4703
  value: input3.included_types
4116
- })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
4117
- path: _path2 + ".included_types[" + _index64 + "]",
4704
+ })) && input3.included_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
4705
+ path: _path2 + ".included_types[" + _index78 + "]",
4118
4706
  expected: "string",
4119
4707
  value: elem
4120
4708
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4153,12 +4741,12 @@ var validCorrelationVolcanoRequest = (input) => {
4153
4741
  path: _path2 + ".snps",
4154
4742
  expected: "(Array<SnpsEntry> | undefined)",
4155
4743
  value: input3.snps
4156
- })) && input3.snps.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4157
- path: _path2 + ".snps[" + _index65 + "]",
4744
+ })) && input3.snps.map((elem, _index79) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4745
+ path: _path2 + ".snps[" + _index79 + "]",
4158
4746
  expected: "SnpsEntry",
4159
4747
  value: elem
4160
- })) && $vo78(elem, _path2 + ".snps[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
4161
- path: _path2 + ".snps[" + _index65 + "]",
4748
+ })) && $vo85(elem, _path2 + ".snps[" + _index79 + "]", _exceptionable2) || $report(_exceptionable2, {
4749
+ path: _path2 + ".snps[" + _index79 + "]",
4162
4750
  expected: "SnpsEntry",
4163
4751
  value: elem
4164
4752
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4166,12 +4754,12 @@ var validCorrelationVolcanoRequest = (input) => {
4166
4754
  expected: "(Array<SnpsEntry> | undefined)",
4167
4755
  value: input3.snps
4168
4756
  })].every((flag) => flag);
4169
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4757
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4170
4758
  path: _path2 + ".altAlleles",
4171
4759
  expected: "(Array<string> | undefined)",
4172
4760
  value: input3.altAlleles
4173
- })) && input3.altAlleles.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
4174
- path: _path2 + ".altAlleles[" + _index66 + "]",
4761
+ })) && input3.altAlleles.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4762
+ path: _path2 + ".altAlleles[" + _index80 + "]",
4175
4763
  expected: "string",
4176
4764
  value: elem
4177
4765
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4182,12 +4770,12 @@ var validCorrelationVolcanoRequest = (input) => {
4182
4770
  path: _path2 + ".alleles",
4183
4771
  expected: "(Array<AllelesEntry> | undefined)",
4184
4772
  value: input3.alleles
4185
- })) && input3.alleles.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4186
- path: _path2 + ".alleles[" + _index67 + "]",
4773
+ })) && input3.alleles.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4774
+ path: _path2 + ".alleles[" + _index81 + "]",
4187
4775
  expected: "AllelesEntry",
4188
4776
  value: elem
4189
- })) && $vo79(elem, _path2 + ".alleles[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
4190
- path: _path2 + ".alleles[" + _index67 + "]",
4777
+ })) && $vo86(elem, _path2 + ".alleles[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
4778
+ path: _path2 + ".alleles[" + _index81 + "]",
4191
4779
  expected: "AllelesEntry",
4192
4780
  value: elem
4193
4781
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4202,7 +4790,7 @@ var validCorrelationVolcanoRequest = (input) => {
4202
4790
  path: _path2 + ".gt2count",
4203
4791
  expected: "(__type.o10 | undefined)",
4204
4792
  value: input3.gt2count
4205
- })) && $vo80(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4793
+ })) && $vo87(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4206
4794
  path: _path2 + ".gt2count",
4207
4795
  expected: "(__type.o10 | undefined)",
4208
4796
  value: input3.gt2count
@@ -4231,7 +4819,7 @@ var validCorrelationVolcanoRequest = (input) => {
4231
4819
  expected: "(number | undefined)",
4232
4820
  value: input3.pos
4233
4821
  })].every((flag) => flag);
4234
- const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4822
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4235
4823
  path: _path2 + ".allele",
4236
4824
  expected: "string",
4237
4825
  value: input3.allele
@@ -4244,7 +4832,7 @@ var validCorrelationVolcanoRequest = (input) => {
4244
4832
  expected: "boolean",
4245
4833
  value: input3.isRef
4246
4834
  })].every((flag) => flag);
4247
- const $vo80 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4835
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4248
4836
  path: _path2 + ".k",
4249
4837
  expected: "string",
4250
4838
  value: input3.k
@@ -4253,7 +4841,7 @@ var validCorrelationVolcanoRequest = (input) => {
4253
4841
  expected: "(number | string)",
4254
4842
  value: input3.v
4255
4843
  })].every((flag) => flag);
4256
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4844
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4257
4845
  path: _path2 + ".id",
4258
4846
  expected: "(string | undefined)",
4259
4847
  value: input3.id
@@ -4269,7 +4857,7 @@ var validCorrelationVolcanoRequest = (input) => {
4269
4857
  path: _path2 + ".settings",
4270
4858
  expected: "(__type.o8 | undefined)",
4271
4859
  value: input3.settings
4272
- })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4860
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4273
4861
  path: _path2 + ".settings",
4274
4862
  expected: "(__type.o8 | undefined)",
4275
4863
  value: input3.settings
@@ -4277,28 +4865,28 @@ var validCorrelationVolcanoRequest = (input) => {
4277
4865
  path: _path2 + ".minNumSamples",
4278
4866
  expected: "(number | undefined)",
4279
4867
  value: input3.minNumSamples
4280
- }), true, "TermCollectionTWValues" === input3.type || $report(_exceptionable2, {
4868
+ }), true, "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
4281
4869
  path: _path2 + ".type",
4282
- expected: '"TermCollectionTWValues"',
4870
+ expected: '"TermCollectionTWCont"',
4283
4871
  value: input3.type
4284
4872
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4285
4873
  path: _path2 + ".term",
4286
- expected: "TermCollection",
4874
+ expected: "NumericTermCollection",
4287
4875
  value: input3.term
4288
- })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4876
+ })) && $vo44(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4289
4877
  path: _path2 + ".term",
4290
- expected: "TermCollection",
4878
+ expected: "NumericTermCollection",
4291
4879
  value: input3.term
4292
4880
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4293
4881
  path: _path2 + ".q",
4294
- expected: "TermCollectionQValues",
4882
+ expected: "TermCollectionQCont",
4295
4883
  value: input3.q
4296
- })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4884
+ })) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4297
4885
  path: _path2 + ".q",
4298
- expected: "TermCollectionQValues",
4886
+ expected: "TermCollectionQCont",
4299
4887
  value: input3.q
4300
4888
  })].every((flag) => flag);
4301
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4889
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4302
4890
  path: _path2 + ".hiddenValues",
4303
4891
  expected: "(HiddenValues | undefined)",
4304
4892
  value: input3.hiddenValues
@@ -4330,8 +4918,8 @@ var validCorrelationVolcanoRequest = (input) => {
4330
4918
  path: _path2 + ".lst",
4331
4919
  expected: "Array<string>",
4332
4920
  value: input3.lst
4333
- })) && input3.lst.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
4334
- path: _path2 + ".lst[" + _index68 + "]",
4921
+ })) && input3.lst.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
4922
+ path: _path2 + ".lst[" + _index82 + "]",
4335
4923
  expected: "string",
4336
4924
  value: elem
4337
4925
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4342,8 +4930,8 @@ var validCorrelationVolcanoRequest = (input) => {
4342
4930
  path: _path2 + ".numerators",
4343
4931
  expected: "(Array<string> | undefined)",
4344
4932
  value: input3.numerators
4345
- })) && input3.numerators.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
4346
- path: _path2 + ".numerators[" + _index69 + "]",
4933
+ })) && input3.numerators.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
4934
+ path: _path2 + ".numerators[" + _index83 + "]",
4347
4935
  expected: "string",
4348
4936
  value: elem
4349
4937
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4351,6 +4939,108 @@ var validCorrelationVolcanoRequest = (input) => {
4351
4939
  expected: "(Array<string> | undefined)",
4352
4940
  value: input3.numerators
4353
4941
  })].every((flag) => flag);
4942
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4943
+ path: _path2 + ".id",
4944
+ expected: "(string | undefined)",
4945
+ value: input3.id
4946
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
4947
+ path: _path2 + ".$id",
4948
+ expected: "(string | undefined)",
4949
+ value: input3.$id
4950
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4951
+ path: _path2 + ".isAtomic",
4952
+ expected: "(true | undefined)",
4953
+ value: input3.isAtomic
4954
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4955
+ path: _path2 + ".settings",
4956
+ expected: "(__type.o8 | undefined)",
4957
+ value: input3.settings
4958
+ })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4959
+ path: _path2 + ".settings",
4960
+ expected: "(__type.o8 | undefined)",
4961
+ value: input3.settings
4962
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4963
+ path: _path2 + ".minNumSamples",
4964
+ expected: "(number | undefined)",
4965
+ value: input3.minNumSamples
4966
+ }), true, "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
4967
+ path: _path2 + ".type",
4968
+ expected: '"TermCollectionTWQual"',
4969
+ value: input3.type
4970
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4971
+ path: _path2 + ".term",
4972
+ expected: "CategoricalTermCollection",
4973
+ value: input3.term
4974
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4975
+ path: _path2 + ".term",
4976
+ expected: "CategoricalTermCollection",
4977
+ value: input3.term
4978
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4979
+ path: _path2 + ".q",
4980
+ expected: "TermCollectionQQual",
4981
+ value: input3.q
4982
+ })) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4983
+ path: _path2 + ".q",
4984
+ expected: "TermCollectionQQual",
4985
+ value: input3.q
4986
+ })].every((flag) => flag);
4987
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4988
+ path: _path2 + ".hiddenValues",
4989
+ expected: "(HiddenValues | undefined)",
4990
+ value: input3.hiddenValues
4991
+ })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4992
+ path: _path2 + ".hiddenValues",
4993
+ expected: "(HiddenValues | undefined)",
4994
+ value: input3.hiddenValues
4995
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4996
+ path: _path2 + ".isAtomic",
4997
+ expected: "(true | undefined)",
4998
+ value: input3.isAtomic
4999
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
5000
+ path: _path2 + ".name",
5001
+ expected: "(string | undefined)",
5002
+ value: input3.name
5003
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
5004
+ path: _path2 + ".reuseId",
5005
+ expected: "(string | undefined)",
5006
+ value: input3.reuseId
5007
+ }), "discrete" === input3.mode || $report(_exceptionable2, {
5008
+ path: _path2 + ".mode",
5009
+ expected: '"discrete"',
5010
+ value: input3.mode
5011
+ }), "values" === input3.type || $report(_exceptionable2, {
5012
+ path: _path2 + ".type",
5013
+ expected: '"values"',
5014
+ value: input3.type
5015
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
5016
+ path: _path2 + ".lst",
5017
+ expected: "Array<string>",
5018
+ value: input3.lst
5019
+ })) && input3.lst.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5020
+ path: _path2 + ".lst[" + _index84 + "]",
5021
+ expected: "string",
5022
+ value: elem
5023
+ })).every((flag) => flag) || $report(_exceptionable2, {
5024
+ path: _path2 + ".lst",
5025
+ expected: "Array<string>",
5026
+ value: input3.lst
5027
+ }), void 0 === input3.categoryKeys || (Array.isArray(input3.categoryKeys) || $report(_exceptionable2, {
5028
+ path: _path2 + ".categoryKeys",
5029
+ expected: "(Array<CategoryKey> | undefined)",
5030
+ value: input3.categoryKeys
5031
+ })) && input3.categoryKeys.map((elem, _index85) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5032
+ path: _path2 + ".categoryKeys[" + _index85 + "]",
5033
+ expected: "CategoryKey",
5034
+ value: elem
5035
+ })) && $vo49(elem, _path2 + ".categoryKeys[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
5036
+ path: _path2 + ".categoryKeys[" + _index85 + "]",
5037
+ expected: "CategoryKey",
5038
+ value: elem
5039
+ })).every((flag) => flag) || $report(_exceptionable2, {
5040
+ path: _path2 + ".categoryKeys",
5041
+ expected: "(Array<CategoryKey> | undefined)",
5042
+ value: input3.categoryKeys
5043
+ })].every((flag) => flag);
4354
5044
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
4355
5045
  if ("tvslst" === input3.type)
4356
5046
  return $vo1(input3, _path2, _exceptionable2);
@@ -4382,9 +5072,9 @@ var validCorrelationVolcanoRequest = (input) => {
4382
5072
  })();
4383
5073
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
4384
5074
  if ("gene" === input3.kind)
4385
- return $vo35(input3, _path2, _exceptionable2);
5075
+ return $vo39(input3, _path2, _exceptionable2);
4386
5076
  if ("coord" === input3.kind)
4387
- return $vo36(input3, _path2, _exceptionable2);
5077
+ return $vo40(input3, _path2, _exceptionable2);
4388
5078
  return $report(_exceptionable2, {
4389
5079
  path: _path2,
4390
5080
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -4392,37 +5082,39 @@ var validCorrelationVolcanoRequest = (input) => {
4392
5082
  });
4393
5083
  })();
4394
5084
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
4395
- if ("TermCollectionTWValues" === input3.type)
4396
- return $vo81(input3, _path2, _exceptionable2);
5085
+ if ("TermCollectionTWQual" === input3.type)
5086
+ return $vo90(input3, _path2, _exceptionable2);
5087
+ if ("TermCollectionTWCont" === input3.type)
5088
+ return $vo88(input3, _path2, _exceptionable2);
4397
5089
  if ("SnpsTW" === input3.type)
4398
- return $vo74(input3, _path2, _exceptionable2);
5090
+ return $vo81(input3, _path2, _exceptionable2);
4399
5091
  if ("ConditionTW" === input3.type)
4400
- return $vo71(input3, _path2, _exceptionable2);
5092
+ return $vo78(input3, _path2, _exceptionable2);
4401
5093
  if ("GvCustomGsTW" === input3.type)
4402
- return $vo69(input3, _path2, _exceptionable2);
5094
+ return $vo76(input3, _path2, _exceptionable2);
4403
5095
  if ("GvPredefinedGsTW" === input3.type)
4404
- return $vo67(input3, _path2, _exceptionable2);
5096
+ return $vo74(input3, _path2, _exceptionable2);
4405
5097
  if ("GvValuesTW" === input3.type)
4406
- return $vo63(input3, _path2, _exceptionable2);
5098
+ return $vo70(input3, _path2, _exceptionable2);
4407
5099
  if ("NumTWSpline" === input3.type)
4408
- return $vo60(input3, _path2, _exceptionable2);
5100
+ return $vo67(input3, _path2, _exceptionable2);
4409
5101
  if ("NumTWCont" === input3.type)
4410
- return $vo58(input3, _path2, _exceptionable2);
5102
+ return $vo65(input3, _path2, _exceptionable2);
4411
5103
  if ("NumTWBinary" === input3.type)
4412
- return $vo56(input3, _path2, _exceptionable2);
5104
+ return $vo63(input3, _path2, _exceptionable2);
4413
5105
  if ("NumTWCustomBin" === input3.type)
4414
- return $vo55(input3, _path2, _exceptionable2);
5106
+ return $vo62(input3, _path2, _exceptionable2);
4415
5107
  if ("NumTWRegularBin" === input3.type)
4416
- return $vo54(input3, _path2, _exceptionable2);
5108
+ return $vo61(input3, _path2, _exceptionable2);
4417
5109
  if ("QualTWCustomGS" === input3.type)
4418
- return $vo51(input3, _path2, _exceptionable2);
5110
+ return $vo58(input3, _path2, _exceptionable2);
4419
5111
  if ("QualTWPredefinedGS" === input3.type)
4420
- return $vo49(input3, _path2, _exceptionable2);
5112
+ return $vo56(input3, _path2, _exceptionable2);
4421
5113
  if ("QualTWValues" === input3.type)
4422
- return $vo44(input3, _path2, _exceptionable2);
5114
+ return $vo50(input3, _path2, _exceptionable2);
4423
5115
  return $report(_exceptionable2, {
4424
5116
  path: _path2,
4425
- expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
5117
+ expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4426
5118
  value: input3
4427
5119
  });
4428
5120
  })();
@@ -4452,19 +5144,23 @@ var validCorrelationVolcanoRequest = (input) => {
4452
5144
  if (void 0 !== input3.ranges)
4453
5145
  return $vo13(input3, _path2, _exceptionable2);
4454
5146
  if (void 0 !== input3.ratio)
4455
- return $vo39(input3, _path2, _exceptionable2);
4456
- return $vo3(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
5147
+ return $vo43(input3, _path2, _exceptionable2);
5148
+ return $vo3(input3, _path2, false) || $vo33(input3, _path2, false) || $vo36(input3, _path2, false);
4457
5149
  })();
4458
5150
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4459
5151
  if ("integer" === input3.type || "float" === input3.type)
4460
5152
  return $vo14(input3, _path2, _exceptionable2);
4461
5153
  if ("metaboliteIntensity" === input3.type)
4462
5154
  return $vo25(input3, _path2, _exceptionable2);
4463
- if ("date" === input3.type)
5155
+ if ("wholeProteomeAbundance" === input3.type)
4464
5156
  return $vo26(input3, _path2, _exceptionable2);
4465
- if ("ssGSEA" === input3.type)
5157
+ if ("date" === input3.type)
4466
5158
  return $vo27(input3, _path2, _exceptionable2);
4467
- return $vo24(input3, _path2, false) || $vo23(input3, _path2, false);
5159
+ if ("ssGSEA" === input3.type)
5160
+ return $vo28(input3, _path2, _exceptionable2);
5161
+ if ("dnaMethylation" === input3.type)
5162
+ return $vo29(input3, _path2, _exceptionable2);
5163
+ return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false);
4468
5164
  })();
4469
5165
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
4470
5166
  if ("regular-bin" === input3.type)
@@ -4479,9 +5175,9 @@ var validCorrelationVolcanoRequest = (input) => {
4479
5175
  })();
4480
5176
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4481
5177
  if ("gene" === input3.kind)
4482
- return $vo34(input3, _path2, _exceptionable2);
5178
+ return $vo38(input3, _path2, _exceptionable2);
4483
5179
  if ("coord" === input3.kind)
4484
- return $vo37(input3, _path2, _exceptionable2);
5180
+ return $vo41(input3, _path2, _exceptionable2);
4485
5181
  return $report(_exceptionable2, {
4486
5182
  path: _path2,
4487
5183
  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; })',
@@ -4489,34 +5185,45 @@ var validCorrelationVolcanoRequest = (input) => {
4489
5185
  });
4490
5186
  })();
4491
5187
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5188
+ if ("numeric" === input3.memberType)
5189
+ return $vo44(input3, _path2, _exceptionable2);
5190
+ if ("categorical" === input3.memberType)
5191
+ return $vo48(input3, _path2, _exceptionable2);
5192
+ return $report(_exceptionable2, {
5193
+ path: _path2,
5194
+ expected: "(NumericTermCollection | CategoricalTermCollection)",
5195
+ value: input3
5196
+ });
5197
+ })();
5198
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4492
5199
  if ("categorical" === input3.type)
4493
5200
  return $vo4(input3, _path2, _exceptionable2);
4494
5201
  if ("snp" === input3.type)
4495
- return $vo46(input3, _path2, _exceptionable2);
5202
+ return $vo52(input3, _path2, _exceptionable2);
4496
5203
  if ("singleCellCellType" === input3.type)
4497
- return $vo47(input3, _path2, _exceptionable2);
5204
+ return $vo53(input3, _path2, _exceptionable2);
4498
5205
  return $report(_exceptionable2, {
4499
5206
  path: _path2,
4500
5207
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
4501
5208
  value: input3
4502
5209
  });
4503
5210
  })();
4504
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5211
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4505
5212
  if ("gene" === input3.kind)
4506
- return $vo64(input3, _path2, _exceptionable2);
5213
+ return $vo71(input3, _path2, _exceptionable2);
4507
5214
  if ("coord" === input3.kind)
4508
- return $vo65(input3, _path2, _exceptionable2);
5215
+ return $vo72(input3, _path2, _exceptionable2);
4509
5216
  return $report(_exceptionable2, {
4510
5217
  path: _path2,
4511
5218
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4512
5219
  value: input3
4513
5220
  });
4514
5221
  })();
4515
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5222
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
4516
5223
  if ("grade" === input3.valueFor)
4517
- return $vo72(input3, _path2, _exceptionable2);
5224
+ return $vo79(input3, _path2, _exceptionable2);
4518
5225
  if ("children" === input3.valueFor)
4519
- return $vo73(input3, _path2, _exceptionable2);
5226
+ return $vo80(input3, _path2, _exceptionable2);
4520
5227
  return $report(_exceptionable2, {
4521
5228
  path: _path2,
4522
5229
  expected: "(ConditionGradeQ | ConditionChildrenQ)",