@sjcrh/proteinpaint-types 2.180.1 → 2.182.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 (50) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-XCSFBW4V.js → chunk-2QTCQFYE.js} +1101 -649
  3. package/dist/{chunk-DIKDKRFN.js → chunk-3DA4MJ2U.js} +691 -467
  4. package/dist/{chunk-Y6F7ZVSV.js → chunk-45VA4Y6L.js} +691 -467
  5. package/dist/chunk-7OA6G77M.js +113 -0
  6. package/dist/{chunk-XAGXFLSH.js → chunk-C5ECCXOT.js} +1402 -756
  7. package/dist/{chunk-PZUKZRSI.js → chunk-DDMUMMOL.js} +438 -214
  8. package/dist/{chunk-4DCPDZW4.js → chunk-G6ZTAMGK.js} +13 -1
  9. package/dist/{chunk-DPWX7ORN.js → chunk-J55IQXT7.js} +515 -291
  10. package/dist/{chunk-P75GBHFO.js → chunk-K6W2WEPW.js} +857 -395
  11. package/dist/{chunk-LLBTODL6.js → chunk-KNDCWQJD.js} +691 -467
  12. package/dist/{chunk-NOT62STS.js → chunk-UBAJYDGK.js} +453 -229
  13. package/dist/{chunk-WSKMTIOO.js → chunk-URYAC364.js} +677 -453
  14. package/dist/{chunk-6PTYP7X4.js → chunk-UYKWZWCU.js} +2180 -1062
  15. package/dist/{chunk-OT6W3FNI.js → chunk-VUNM6QTX.js} +438 -214
  16. package/dist/{chunk-ICACMXK2.js → chunk-ZKO7LMCC.js} +438 -214
  17. package/dist/{chunk-KFNXZOED.js → chunk-ZRTB7SRA.js} +653 -425
  18. package/dist/correlationVolcano.js +1 -1
  19. package/dist/grin2.js +1 -1
  20. package/dist/index.js +34 -34
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.chat.js +438 -214
  23. package/dist/termdb.chat2.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.diffMeth.js +1 -1
  27. package/dist/termdb.dmr.js +1 -1
  28. package/dist/termdb.isoformAvailability.js +11 -0
  29. package/dist/termdb.numericcategories.js +1 -1
  30. package/dist/termdb.percentile.js +1 -1
  31. package/dist/termdb.termsbyids.js +1 -1
  32. package/dist/termdb.topTermsByType.js +1 -1
  33. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  34. package/dist/termdb.violinBox.js +11 -0
  35. package/package.json +1 -1
  36. package/src/dataset.ts +92 -58
  37. package/src/index.ts +3 -2
  38. package/src/routes/termdb.cluster.ts +11 -0
  39. package/src/routes/termdb.diffMeth.ts +6 -0
  40. package/src/routes/termdb.dmr.ts +73 -14
  41. package/src/routes/termdb.isoformAvailability.ts +22 -0
  42. package/src/routes/termdb.violinBox.ts +230 -0
  43. package/src/terms/isoformExpression.ts +36 -0
  44. package/src/terms/numeric.ts +2 -0
  45. package/src/vocab.ts +0 -1
  46. package/dist/chunk-R7BNDCKV.js +0 -3722
  47. package/dist/termdb.boxplot.js +0 -11
  48. package/dist/termdb.violin.js +0 -11
  49. package/src/routes/termdb.boxplot.ts +0 -164
  50. package/src/routes/termdb.violin.ts +0 -163
@@ -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) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
47
+ const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(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"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
@@ -63,19 +63,21 @@ var validCorrelationVolcanoRequest = (input) => {
63
63
  const $io22 = (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) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
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
- 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 && "proteomeAbundance" === 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)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
68
- const $io28 = (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 $io29 = (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 $io30 = (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 $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 || "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 $io32 = (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 $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
74
- const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
75
- const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
76
- const $io36 = (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));
77
- const $io37 = (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;
78
- const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
66
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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 || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "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);
67
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === 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.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
68
+ const $io27 = (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));
69
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === 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)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
70
+ const $io30 = (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));
71
+ const $io31 = (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));
72
+ const $io32 = (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));
73
+ const $io33 = (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);
74
+ const $io34 = (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;
75
+ const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
76
+ const $io36 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
77
+ const $io37 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io38(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
78
+ const $io38 = (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));
79
+ const $io39 = (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;
80
+ const $io40 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
79
81
  if (["key", "label"].some((prop) => key === prop))
80
82
  return true;
81
83
  const value = input3[key];
@@ -85,25 +87,25 @@ var validCorrelationVolcanoRequest = (input) => {
85
87
  return true;
86
88
  return true;
87
89
  });
88
- const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io45(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
89
- const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
90
- 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)) && "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 && $io40(elem)));
91
- const $io42 = (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);
92
- const $io43 = (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;
93
- const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $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 && $io40(elem)));
94
- const $io45 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
95
- const $io46 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
96
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io51(input3.valueTransform));
97
- const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
98
- const $io49 = (input3) => Object.keys(input3).every((key) => {
90
+ const $io41 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io47(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
91
+ const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
92
+ const $io43 = (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 && $io42(elem)));
93
+ const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $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);
94
+ 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)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
95
+ const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $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 && $io42(elem)));
96
+ const $io47 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
97
+ const $io48 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
98
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
99
+ const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
100
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
99
101
  const value = input3[key];
100
102
  if (void 0 === value)
101
103
  return true;
102
104
  if (RegExp(/(.*)/).test(key))
103
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io50(value);
105
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
104
106
  return true;
105
107
  });
106
- const $io50 = (input3) => Object.keys(input3).every((key) => {
108
+ const $io52 = (input3) => Object.keys(input3).every((key) => {
107
109
  const value = input3[key];
108
110
  if (void 0 === value)
109
111
  return true;
@@ -111,11 +113,11 @@ var validCorrelationVolcanoRequest = (input) => {
111
113
  return true;
112
114
  return true;
113
115
  });
114
- const $io51 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
115
- const $io52 = (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.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
116
- const $io53 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
117
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWValues" === input3.type;
118
- const $io55 = (input3) => Object.keys(input3).every((key) => {
116
+ const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
117
+ const $io54 = (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.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
118
+ const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
119
+ 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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWValues" === input3.type;
120
+ const $io57 = (input3) => Object.keys(input3).every((key) => {
119
121
  const value = input3[key];
120
122
  if (void 0 === value)
121
123
  return true;
@@ -123,45 +125,45 @@ var validCorrelationVolcanoRequest = (input) => {
123
125
  return true;
124
126
  return true;
125
127
  });
126
- const $io56 = (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));
127
- const $io57 = (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));
128
- 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) && "values" === input3.type;
129
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWPredefinedGS" === input3.type;
130
- 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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
131
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWCustomGS" === input3.type;
132
- const $io63 = (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 && $io64(input3.customset));
133
- const $io64 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
134
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
135
- const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
136
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
137
- 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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
138
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io70(input3.q));
139
- 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.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);
140
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io72(input3.q));
141
- 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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io73(elem))) && (null !== input3.type && void 0 === input3.type);
142
- const $io73 = (input3) => "number" === typeof input3.value;
143
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
144
- const $io75 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $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 && $io40(elem)));
145
- const $io76 = (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 && $io40(elem)));
146
- 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) && "values" === input3.type;
147
- 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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
148
- 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) && (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);
149
- const $io80 = (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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
150
- const $io81 = (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 && $io64(input3.customset)) && Array.isArray(input3.dtLst);
151
- const $io82 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
152
- const $io83 = (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;
153
- const $io84 = (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;
154
- const $io85 = (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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io86(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io88(input3.term));
155
- const $io86 = (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 && $io87(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;
156
- const $io87 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
157
- const $io88 = (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 && $io89(elem)));
158
- const $io89 = (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 && $io90(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io91(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);
159
- const $io90 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
160
- const $io91 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
161
- const $io92 = (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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io93(input3.q));
162
- const $io93 = (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));
163
- const $io94 = (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) && $io55(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io52(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io95(input3.q));
164
- const $io95 = (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 && $io53(elem)));
128
+ const $io58 = (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));
129
+ const $io59 = (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));
130
+ 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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
131
+ 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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWPredefinedGS" === input3.type;
132
+ const $io63 = (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;
133
+ const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && "QualTWCustomGS" === input3.type;
134
+ const $io65 = (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 && $io66(input3.customset));
135
+ const $io66 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
136
+ 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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
137
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
138
+ 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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
139
+ 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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
140
+ 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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io72(input3.q));
141
+ 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) && (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);
142
+ const $io73 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q));
143
+ const $io74 = (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 && $io75(elem))) && (null !== input3.type && void 0 === input3.type);
144
+ const $io75 = (input3) => "number" === typeof input3.value;
145
+ 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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
146
+ const $io77 = (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 && $io42(elem)));
147
+ const $io78 = (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 && $io42(elem)));
148
+ 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) && (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;
149
+ const $io80 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
150
+ const $io81 = (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);
151
+ const $io82 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
152
+ const $io83 = (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 && $io66(input3.customset)) && Array.isArray(input3.dtLst);
153
+ const $io84 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io38(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
154
+ const $io85 = (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;
155
+ const $io86 = (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;
156
+ const $io87 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io88(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io90(input3.term));
157
+ const $io88 = (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 && $io89(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;
158
+ const $io89 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
159
+ const $io90 = (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 && $io91(elem)));
160
+ const $io91 = (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 && $io92(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io93(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);
161
+ const $io92 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
162
+ const $io93 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
163
+ const $io94 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io95(input3.q));
164
+ const $io95 = (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));
165
+ const $io96 = (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) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io54(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io97(input3.q));
166
+ const $io97 = (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 && $io55(elem)));
165
167
  const $iu0 = (input3) => (() => {
166
168
  if ("tvslst" === input3.type)
167
169
  return $io1(input3);
@@ -182,47 +184,47 @@ var validCorrelationVolcanoRequest = (input) => {
182
184
  if (true === input3.stopunbounded)
183
185
  return $io21(input3);
184
186
  if (void 0 !== input3.value)
185
- return $io33(input3);
187
+ return $io35(input3);
186
188
  return $io20(input3);
187
189
  })();
188
190
  const $iu3 = (input3) => (() => {
189
191
  if ("gene" === input3.kind)
190
- return $io42(input3);
192
+ return $io44(input3);
191
193
  if ("coord" === input3.kind)
192
- return $io43(input3);
194
+ return $io45(input3);
193
195
  return false;
194
196
  })();
195
197
  const $iu4 = (input3) => (() => {
196
198
  if ("TermCollectionTWQual" === input3.type)
197
- return $io94(input3);
199
+ return $io96(input3);
198
200
  if ("TermCollectionTWCont" === input3.type)
199
- return $io92(input3);
201
+ return $io94(input3);
200
202
  if ("SnpsTW" === input3.type)
201
- return $io85(input3);
203
+ return $io87(input3);
202
204
  if ("ConditionTW" === input3.type)
203
- return $io82(input3);
205
+ return $io84(input3);
204
206
  if ("GvCustomGsTW" === input3.type)
205
- return $io80(input3);
207
+ return $io82(input3);
206
208
  if ("GvPredefinedGsTW" === input3.type)
207
- return $io78(input3);
209
+ return $io80(input3);
208
210
  if ("GvValuesTW" === input3.type)
209
- return $io74(input3);
211
+ return $io76(input3);
210
212
  if ("NumTWSpline" === input3.type)
211
- return $io71(input3);
213
+ return $io73(input3);
212
214
  if ("NumTWCont" === input3.type)
213
- return $io69(input3);
215
+ return $io71(input3);
214
216
  if ("NumTWBinary" === input3.type)
215
- return $io67(input3);
217
+ return $io69(input3);
216
218
  if ("NumTWCustomBin" === input3.type)
217
- return $io66(input3);
219
+ return $io68(input3);
218
220
  if ("NumTWRegularBin" === input3.type)
219
- return $io65(input3);
221
+ return $io67(input3);
220
222
  if ("QualTWCustomGS" === input3.type)
221
- return $io62(input3);
223
+ return $io64(input3);
222
224
  if ("QualTWPredefinedGS" === input3.type)
223
- return $io60(input3);
225
+ return $io62(input3);
224
226
  if ("QualTWValues" === input3.type)
225
- return $io54(input3);
227
+ return $io56(input3);
226
228
  return false;
227
229
  })();
228
230
  const $iu5 = (input3) => (() => {
@@ -250,14 +252,14 @@ var validCorrelationVolcanoRequest = (input) => {
250
252
  if (void 0 !== input3.ranges)
251
253
  return $io13(input3);
252
254
  if (void 0 !== input3.ratio)
253
- return $io46(input3);
255
+ return $io48(input3);
254
256
  return (() => {
255
257
  if ($io3(input3))
256
258
  return $io3(input3);
257
- if ($io35(input3))
258
- return $io35(input3);
259
- if ($io39(input3))
260
- return $io39(input3);
259
+ if ($io37(input3))
260
+ return $io37(input3);
261
+ if ($io41(input3))
262
+ return $io41(input3);
261
263
  return false;
262
264
  })();
263
265
  })();
@@ -265,24 +267,28 @@ var validCorrelationVolcanoRequest = (input) => {
265
267
  if ("integer" === input3.type || "float" === input3.type)
266
268
  return $io14(input3);
267
269
  if ("metaboliteIntensity" === input3.type)
268
- return $io25(input3);
270
+ return $io27(input3);
269
271
  if ("proteomeAbundance" === input3.type)
270
- return $io26(input3);
271
- if ("date" === input3.type)
272
272
  return $io28(input3);
273
+ if ("date" === input3.type)
274
+ return $io30(input3);
273
275
  if ("ssGSEA" === input3.type)
274
- return $io29(input3);
276
+ return $io31(input3);
275
277
  if ("dnaMethylation" === input3.type)
276
- return $io30(input3);
278
+ return $io32(input3);
277
279
  return (() => {
278
280
  if ($io24(input3))
279
281
  return $io24(input3);
280
282
  if ($io23(input3))
281
283
  return $io23(input3);
282
- if ($io32(input3))
283
- return $io32(input3);
284
- if ($io31(input3))
285
- return $io31(input3);
284
+ if ($io26(input3))
285
+ return $io26(input3);
286
+ if ($io25(input3))
287
+ return $io25(input3);
288
+ if ($io34(input3))
289
+ return $io34(input3);
290
+ if ($io33(input3))
291
+ return $io33(input3);
286
292
  return false;
287
293
  })();
288
294
  })();
@@ -295,39 +301,39 @@ var validCorrelationVolcanoRequest = (input) => {
295
301
  })();
296
302
  const $iu11 = (input3) => (() => {
297
303
  if ("gene" === input3.kind)
298
- return $io41(input3);
304
+ return $io43(input3);
299
305
  if ("coord" === input3.kind)
300
- return $io44(input3);
306
+ return $io46(input3);
301
307
  return false;
302
308
  })();
303
309
  const $iu12 = (input3) => (() => {
304
310
  if ("numeric" === input3.memberType)
305
- return $io47(input3);
311
+ return $io49(input3);
306
312
  if ("categorical" === input3.memberType)
307
- return $io52(input3);
313
+ return $io54(input3);
308
314
  return false;
309
315
  })();
310
316
  const $iu13 = (input3) => (() => {
311
317
  if ("categorical" === input3.type)
312
318
  return $io4(input3);
313
319
  if ("snp" === input3.type)
314
- return $io56(input3);
320
+ return $io58(input3);
315
321
  if ("singleCellCellType" === input3.type)
316
- return $io57(input3);
322
+ return $io59(input3);
317
323
  return false;
318
324
  })();
319
325
  const $iu14 = (input3) => (() => {
320
326
  if ("gene" === input3.kind)
321
- return $io75(input3);
327
+ return $io77(input3);
322
328
  if ("coord" === input3.kind)
323
- return $io76(input3);
329
+ return $io78(input3);
324
330
  return false;
325
331
  })();
326
332
  const $iu15 = (input3) => (() => {
327
333
  if ("grade" === input3.valueFor)
328
- return $io83(input3);
334
+ return $io85(input3);
329
335
  if ("children" === input3.valueFor)
330
- return $io84(input3);
336
+ return $io86(input3);
331
337
  return false;
332
338
  })();
333
339
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -780,11 +786,11 @@ var validCorrelationVolcanoRequest = (input) => {
780
786
  value: input3.value_by_computable_grade
781
787
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
782
788
  path: _path2 + ".term",
783
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
789
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
784
790
  value: input3.term
785
791
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
786
792
  path: _path2 + ".term",
787
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
793
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
788
794
  value: input3.term
789
795
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
790
796
  path: _path2 + ".ranges",
@@ -810,7 +816,7 @@ var validCorrelationVolcanoRequest = (input) => {
810
816
  path: _path2 + ".values[" + _index10 + "]",
811
817
  expected: "__type.o5",
812
818
  value: elem
813
- })) && $vo34(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
819
+ })) && $vo36(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
814
820
  path: _path2 + ".values[" + _index10 + "]",
815
821
  expected: "__type.o5",
816
822
  value: elem
@@ -1411,9 +1417,9 @@ var validCorrelationVolcanoRequest = (input) => {
1411
1417
  path: _path2 + ".name",
1412
1418
  expected: "string",
1413
1419
  value: input3.name
1414
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1420
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1415
1421
  path: _path2 + ".type",
1416
- expected: '"metaboliteIntensity"',
1422
+ expected: '"isoformExpression"',
1417
1423
  value: input3.type
1418
1424
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1419
1425
  path: _path2 + ".child_types",
@@ -1479,6 +1485,224 @@ var validCorrelationVolcanoRequest = (input) => {
1479
1485
  path: _path2 + ".unit",
1480
1486
  expected: "(string | undefined)",
1481
1487
  value: input3.unit
1488
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1489
+ path: _path2 + ".bins",
1490
+ expected: "(PresetNumericBins | undefined)",
1491
+ value: input3.bins
1492
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1493
+ path: _path2 + ".bins",
1494
+ expected: "(PresetNumericBins | undefined)",
1495
+ value: input3.bins
1496
+ }), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
1497
+ path: _path2 + ".kind",
1498
+ expected: '("isoform" | undefined)',
1499
+ value: input3.kind
1500
+ }), "string" === typeof input3.isoform || $report(_exceptionable2, {
1501
+ path: _path2 + ".isoform",
1502
+ expected: "string",
1503
+ value: input3.isoform
1504
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1505
+ path: _path2 + ".gene",
1506
+ expected: "(string | undefined)",
1507
+ value: input3.gene
1508
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1509
+ path: _path2 + ".chr",
1510
+ expected: "(string | undefined)",
1511
+ value: input3.chr
1512
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1513
+ path: _path2 + ".start",
1514
+ expected: "(number | undefined)",
1515
+ value: input3.start
1516
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1517
+ path: _path2 + ".stop",
1518
+ expected: "(number | undefined)",
1519
+ value: input3.stop
1520
+ })].every((flag) => flag);
1521
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1522
+ path: _path2 + ".id",
1523
+ expected: "string",
1524
+ value: input3.id
1525
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1526
+ path: _path2 + ".name",
1527
+ expected: "string",
1528
+ value: input3.name
1529
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1530
+ path: _path2 + ".type",
1531
+ expected: '"isoformExpression"',
1532
+ value: input3.type
1533
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1534
+ path: _path2 + ".child_types",
1535
+ expected: "(Array<string> | undefined)",
1536
+ value: input3.child_types
1537
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1538
+ path: _path2 + ".child_types[" + _index20 + "]",
1539
+ expected: "string",
1540
+ value: elem
1541
+ })).every((flag) => flag) || $report(_exceptionable2, {
1542
+ path: _path2 + ".child_types",
1543
+ expected: "(Array<string> | undefined)",
1544
+ value: input3.child_types
1545
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1546
+ path: _path2 + ".hashtmldetail",
1547
+ expected: "(boolean | undefined)",
1548
+ value: input3.hashtmldetail
1549
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1550
+ path: _path2 + ".included_types",
1551
+ expected: "(Array<string> | undefined)",
1552
+ value: input3.included_types
1553
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1554
+ path: _path2 + ".included_types[" + _index21 + "]",
1555
+ expected: "string",
1556
+ value: elem
1557
+ })).every((flag) => flag) || $report(_exceptionable2, {
1558
+ path: _path2 + ".included_types",
1559
+ expected: "(Array<string> | undefined)",
1560
+ value: input3.included_types
1561
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1562
+ path: _path2 + ".isleaf",
1563
+ expected: "(boolean | undefined)",
1564
+ value: input3.isleaf
1565
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1566
+ path: _path2 + ".values",
1567
+ expected: "(TermValues | undefined)",
1568
+ value: input3.values
1569
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1570
+ path: _path2 + ".values",
1571
+ expected: "(TermValues | undefined)",
1572
+ value: input3.values
1573
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1574
+ path: _path2 + ".skipValuesBuild",
1575
+ expected: "(boolean | undefined)",
1576
+ value: input3.skipValuesBuild
1577
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1578
+ path: _path2 + ".valueConversion",
1579
+ expected: "(__type.o1 | undefined)",
1580
+ value: input3.valueConversion
1581
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1582
+ path: _path2 + ".valueConversion",
1583
+ expected: "(__type.o1 | undefined)",
1584
+ value: input3.valueConversion
1585
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1586
+ path: _path2 + ".continuousColorScale",
1587
+ expected: "(__type.o3 | undefined)",
1588
+ value: input3.continuousColorScale
1589
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1590
+ path: _path2 + ".continuousColorScale",
1591
+ expected: "(__type.o3 | undefined)",
1592
+ value: input3.continuousColorScale
1593
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1594
+ path: _path2 + ".unit",
1595
+ expected: "(string | undefined)",
1596
+ value: input3.unit
1597
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1598
+ path: _path2 + ".bins",
1599
+ expected: "(PresetNumericBins | undefined)",
1600
+ value: input3.bins
1601
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1602
+ path: _path2 + ".bins",
1603
+ expected: "(PresetNumericBins | undefined)",
1604
+ value: input3.bins
1605
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1606
+ path: _path2 + ".kind",
1607
+ expected: '("coord" | undefined)',
1608
+ value: input3.kind
1609
+ }), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
1610
+ path: _path2 + ".isoform",
1611
+ expected: "(string | undefined)",
1612
+ value: input3.isoform
1613
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1614
+ path: _path2 + ".gene",
1615
+ expected: "(string | undefined)",
1616
+ value: input3.gene
1617
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1618
+ path: _path2 + ".chr",
1619
+ expected: "string",
1620
+ value: input3.chr
1621
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1622
+ path: _path2 + ".start",
1623
+ expected: "number",
1624
+ value: input3.start
1625
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1626
+ path: _path2 + ".stop",
1627
+ expected: "number",
1628
+ value: input3.stop
1629
+ })].every((flag) => flag);
1630
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1631
+ path: _path2 + ".id",
1632
+ expected: "string",
1633
+ value: input3.id
1634
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1635
+ path: _path2 + ".name",
1636
+ expected: "string",
1637
+ value: input3.name
1638
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1639
+ path: _path2 + ".type",
1640
+ expected: '"metaboliteIntensity"',
1641
+ value: input3.type
1642
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1643
+ path: _path2 + ".child_types",
1644
+ expected: "(Array<string> | undefined)",
1645
+ value: input3.child_types
1646
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1647
+ path: _path2 + ".child_types[" + _index22 + "]",
1648
+ expected: "string",
1649
+ value: elem
1650
+ })).every((flag) => flag) || $report(_exceptionable2, {
1651
+ path: _path2 + ".child_types",
1652
+ expected: "(Array<string> | undefined)",
1653
+ value: input3.child_types
1654
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1655
+ path: _path2 + ".hashtmldetail",
1656
+ expected: "(boolean | undefined)",
1657
+ value: input3.hashtmldetail
1658
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1659
+ path: _path2 + ".included_types",
1660
+ expected: "(Array<string> | undefined)",
1661
+ value: input3.included_types
1662
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1663
+ path: _path2 + ".included_types[" + _index23 + "]",
1664
+ expected: "string",
1665
+ value: elem
1666
+ })).every((flag) => flag) || $report(_exceptionable2, {
1667
+ path: _path2 + ".included_types",
1668
+ expected: "(Array<string> | undefined)",
1669
+ value: input3.included_types
1670
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1671
+ path: _path2 + ".isleaf",
1672
+ expected: "(boolean | undefined)",
1673
+ value: input3.isleaf
1674
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1675
+ path: _path2 + ".values",
1676
+ expected: "(TermValues | undefined)",
1677
+ value: input3.values
1678
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1679
+ path: _path2 + ".values",
1680
+ expected: "(TermValues | undefined)",
1681
+ value: input3.values
1682
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1683
+ path: _path2 + ".skipValuesBuild",
1684
+ expected: "(boolean | undefined)",
1685
+ value: input3.skipValuesBuild
1686
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1687
+ path: _path2 + ".valueConversion",
1688
+ expected: "(__type.o1 | undefined)",
1689
+ value: input3.valueConversion
1690
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1691
+ path: _path2 + ".valueConversion",
1692
+ expected: "(__type.o1 | undefined)",
1693
+ value: input3.valueConversion
1694
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1695
+ path: _path2 + ".continuousColorScale",
1696
+ expected: "(__type.o3 | undefined)",
1697
+ value: input3.continuousColorScale
1698
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1699
+ path: _path2 + ".continuousColorScale",
1700
+ expected: "(__type.o3 | undefined)",
1701
+ value: input3.continuousColorScale
1702
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1703
+ path: _path2 + ".unit",
1704
+ expected: "(string | undefined)",
1705
+ value: input3.unit
1482
1706
  }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1483
1707
  path: _path2 + ".metabolite",
1484
1708
  expected: "string",
@@ -1492,7 +1716,7 @@ var validCorrelationVolcanoRequest = (input) => {
1492
1716
  expected: "(PresetNumericBins | undefined)",
1493
1717
  value: input3.bins
1494
1718
  })].every((flag) => flag);
1495
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1719
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1496
1720
  path: _path2 + ".id",
1497
1721
  expected: "string",
1498
1722
  value: input3.id
@@ -1508,8 +1732,8 @@ var validCorrelationVolcanoRequest = (input) => {
1508
1732
  path: _path2 + ".child_types",
1509
1733
  expected: "(Array<string> | undefined)",
1510
1734
  value: input3.child_types
1511
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1512
- path: _path2 + ".child_types[" + _index20 + "]",
1735
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1736
+ path: _path2 + ".child_types[" + _index24 + "]",
1513
1737
  expected: "string",
1514
1738
  value: elem
1515
1739
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1524,8 +1748,8 @@ var validCorrelationVolcanoRequest = (input) => {
1524
1748
  path: _path2 + ".included_types",
1525
1749
  expected: "(Array<string> | undefined)",
1526
1750
  value: input3.included_types
1527
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1528
- path: _path2 + ".included_types[" + _index21 + "]",
1751
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1752
+ path: _path2 + ".included_types[" + _index25 + "]",
1529
1753
  expected: "string",
1530
1754
  value: elem
1531
1755
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1584,12 +1808,12 @@ var validCorrelationVolcanoRequest = (input) => {
1584
1808
  path: _path2 + ".proteomeDetails",
1585
1809
  expected: "ProteomeDetails",
1586
1810
  value: input3.proteomeDetails
1587
- })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1811
+ })) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1588
1812
  path: _path2 + ".proteomeDetails",
1589
1813
  expected: "ProteomeDetails",
1590
1814
  value: input3.proteomeDetails
1591
1815
  })].every((flag) => flag);
1592
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1816
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1593
1817
  path: _path2 + ".assay",
1594
1818
  expected: "string",
1595
1819
  value: input3.assay
@@ -1598,7 +1822,7 @@ var validCorrelationVolcanoRequest = (input) => {
1598
1822
  expected: "string",
1599
1823
  value: input3.cohort
1600
1824
  })].every((flag) => flag);
1601
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1825
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1602
1826
  path: _path2 + ".id",
1603
1827
  expected: "string",
1604
1828
  value: input3.id
@@ -1614,8 +1838,8 @@ var validCorrelationVolcanoRequest = (input) => {
1614
1838
  path: _path2 + ".child_types",
1615
1839
  expected: "(Array<string> | undefined)",
1616
1840
  value: input3.child_types
1617
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1618
- path: _path2 + ".child_types[" + _index22 + "]",
1841
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1842
+ path: _path2 + ".child_types[" + _index26 + "]",
1619
1843
  expected: "string",
1620
1844
  value: elem
1621
1845
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1630,8 +1854,8 @@ var validCorrelationVolcanoRequest = (input) => {
1630
1854
  path: _path2 + ".included_types",
1631
1855
  expected: "(Array<string> | undefined)",
1632
1856
  value: input3.included_types
1633
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1634
- path: _path2 + ".included_types[" + _index23 + "]",
1857
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1858
+ path: _path2 + ".included_types[" + _index27 + "]",
1635
1859
  expected: "string",
1636
1860
  value: elem
1637
1861
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1683,7 +1907,7 @@ var validCorrelationVolcanoRequest = (input) => {
1683
1907
  expected: "(PresetNumericBins | undefined)",
1684
1908
  value: input3.bins
1685
1909
  })].every((flag) => flag);
1686
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1910
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1687
1911
  path: _path2 + ".id",
1688
1912
  expected: "string",
1689
1913
  value: input3.id
@@ -1699,8 +1923,8 @@ var validCorrelationVolcanoRequest = (input) => {
1699
1923
  path: _path2 + ".child_types",
1700
1924
  expected: "(Array<string> | undefined)",
1701
1925
  value: input3.child_types
1702
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1703
- path: _path2 + ".child_types[" + _index24 + "]",
1926
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1927
+ path: _path2 + ".child_types[" + _index28 + "]",
1704
1928
  expected: "string",
1705
1929
  value: elem
1706
1930
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1715,8 +1939,8 @@ var validCorrelationVolcanoRequest = (input) => {
1715
1939
  path: _path2 + ".included_types",
1716
1940
  expected: "(Array<string> | undefined)",
1717
1941
  value: input3.included_types
1718
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1719
- path: _path2 + ".included_types[" + _index25 + "]",
1942
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1943
+ path: _path2 + ".included_types[" + _index29 + "]",
1720
1944
  expected: "string",
1721
1945
  value: elem
1722
1946
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1763,8 +1987,8 @@ var validCorrelationVolcanoRequest = (input) => {
1763
1987
  path: _path2 + ".genes",
1764
1988
  expected: "(Array<string> | undefined)",
1765
1989
  value: input3.genes
1766
- })) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1767
- path: _path2 + ".genes[" + _index26 + "]",
1990
+ })) && input3.genes.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1991
+ path: _path2 + ".genes[" + _index30 + "]",
1768
1992
  expected: "string",
1769
1993
  value: elem
1770
1994
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1780,7 +2004,7 @@ var validCorrelationVolcanoRequest = (input) => {
1780
2004
  expected: "(PresetNumericBins | undefined)",
1781
2005
  value: input3.bins
1782
2006
  })].every((flag) => flag);
1783
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2007
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1784
2008
  path: _path2 + ".id",
1785
2009
  expected: "string",
1786
2010
  value: input3.id
@@ -1796,8 +2020,8 @@ var validCorrelationVolcanoRequest = (input) => {
1796
2020
  path: _path2 + ".child_types",
1797
2021
  expected: "(Array<string> | undefined)",
1798
2022
  value: input3.child_types
1799
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1800
- path: _path2 + ".child_types[" + _index27 + "]",
2023
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2024
+ path: _path2 + ".child_types[" + _index31 + "]",
1801
2025
  expected: "string",
1802
2026
  value: elem
1803
2027
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1812,8 +2036,8 @@ var validCorrelationVolcanoRequest = (input) => {
1812
2036
  path: _path2 + ".included_types",
1813
2037
  expected: "(Array<string> | undefined)",
1814
2038
  value: input3.included_types
1815
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1816
- path: _path2 + ".included_types[" + _index28 + "]",
2039
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2040
+ path: _path2 + ".included_types[" + _index32 + "]",
1817
2041
  expected: "string",
1818
2042
  value: elem
1819
2043
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1877,7 +2101,7 @@ var validCorrelationVolcanoRequest = (input) => {
1877
2101
  expected: "(PresetNumericBins | undefined)",
1878
2102
  value: input3.bins
1879
2103
  })].every((flag) => flag);
1880
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2104
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1881
2105
  path: _path2 + ".id",
1882
2106
  expected: "string",
1883
2107
  value: input3.id
@@ -1893,8 +2117,8 @@ var validCorrelationVolcanoRequest = (input) => {
1893
2117
  path: _path2 + ".child_types",
1894
2118
  expected: "(Array<string> | undefined)",
1895
2119
  value: input3.child_types
1896
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1897
- path: _path2 + ".child_types[" + _index29 + "]",
2120
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2121
+ path: _path2 + ".child_types[" + _index33 + "]",
1898
2122
  expected: "string",
1899
2123
  value: elem
1900
2124
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1909,8 +2133,8 @@ var validCorrelationVolcanoRequest = (input) => {
1909
2133
  path: _path2 + ".included_types",
1910
2134
  expected: "(Array<string> | undefined)",
1911
2135
  value: input3.included_types
1912
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1913
- path: _path2 + ".included_types[" + _index30 + "]",
2136
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2137
+ path: _path2 + ".included_types[" + _index34 + "]",
1914
2138
  expected: "string",
1915
2139
  value: elem
1916
2140
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1986,7 +2210,7 @@ var validCorrelationVolcanoRequest = (input) => {
1986
2210
  expected: "(number | undefined)",
1987
2211
  value: input3.stop
1988
2212
  })].every((flag) => flag);
1989
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2213
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1990
2214
  path: _path2 + ".id",
1991
2215
  expected: "string",
1992
2216
  value: input3.id
@@ -2002,8 +2226,8 @@ var validCorrelationVolcanoRequest = (input) => {
2002
2226
  path: _path2 + ".child_types",
2003
2227
  expected: "(Array<string> | undefined)",
2004
2228
  value: input3.child_types
2005
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2006
- path: _path2 + ".child_types[" + _index31 + "]",
2229
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2230
+ path: _path2 + ".child_types[" + _index35 + "]",
2007
2231
  expected: "string",
2008
2232
  value: elem
2009
2233
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2018,8 +2242,8 @@ var validCorrelationVolcanoRequest = (input) => {
2018
2242
  path: _path2 + ".included_types",
2019
2243
  expected: "(Array<string> | undefined)",
2020
2244
  value: input3.included_types
2021
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2022
- path: _path2 + ".included_types[" + _index32 + "]",
2245
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2246
+ path: _path2 + ".included_types[" + _index36 + "]",
2023
2247
  expected: "string",
2024
2248
  value: elem
2025
2249
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2095,7 +2319,7 @@ var validCorrelationVolcanoRequest = (input) => {
2095
2319
  expected: "number",
2096
2320
  value: input3.stop
2097
2321
  })].every((flag) => flag);
2098
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2322
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2099
2323
  path: _path2 + ".value",
2100
2324
  expected: "number",
2101
2325
  value: input3.value
@@ -2108,7 +2332,7 @@ var validCorrelationVolcanoRequest = (input) => {
2108
2332
  expected: "(string | undefined)",
2109
2333
  value: input3.name
2110
2334
  })].every((flag) => flag);
2111
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2335
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2112
2336
  path: _path2 + ".key",
2113
2337
  expected: "string",
2114
2338
  value: input3.key
@@ -2125,7 +2349,7 @@ var validCorrelationVolcanoRequest = (input) => {
2125
2349
  expected: "(string | undefined)",
2126
2350
  value: input3.label
2127
2351
  })].every((flag) => flag);
2128
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2352
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2129
2353
  path: _path2 + ".join",
2130
2354
  expected: "(string | undefined)",
2131
2355
  value: input3.join
@@ -2157,7 +2381,7 @@ var validCorrelationVolcanoRequest = (input) => {
2157
2381
  path: _path2 + ".term",
2158
2382
  expected: "ConditionTerm",
2159
2383
  value: input3.term
2160
- })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2384
+ })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2161
2385
  path: _path2 + ".term",
2162
2386
  expected: "ConditionTerm",
2163
2387
  value: input3.term
@@ -2165,12 +2389,12 @@ var validCorrelationVolcanoRequest = (input) => {
2165
2389
  path: _path2 + ".grade_and_child",
2166
2390
  expected: "(Array<GradeAndChildEntry> | undefined)",
2167
2391
  value: input3.grade_and_child
2168
- })) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2169
- path: _path2 + ".grade_and_child[" + _index33 + "]",
2392
+ })) && input3.grade_and_child.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2393
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
2170
2394
  expected: "GradeAndChildEntry",
2171
2395
  value: elem
2172
- })) && $vo37(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2173
- path: _path2 + ".grade_and_child[" + _index33 + "]",
2396
+ })) && $vo39(elem, _path2 + ".grade_and_child[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2397
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
2174
2398
  expected: "GradeAndChildEntry",
2175
2399
  value: elem
2176
2400
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2181,12 +2405,12 @@ var validCorrelationVolcanoRequest = (input) => {
2181
2405
  path: _path2 + ".values",
2182
2406
  expected: "Array<__type>.o2",
2183
2407
  value: input3.values
2184
- })) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2185
- path: _path2 + ".values[" + _index34 + "]",
2408
+ })) && input3.values.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2409
+ path: _path2 + ".values[" + _index38 + "]",
2186
2410
  expected: "__type.o6",
2187
2411
  value: elem
2188
- })) && $vo38(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2189
- path: _path2 + ".values[" + _index34 + "]",
2412
+ })) && $vo40(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2413
+ path: _path2 + ".values[" + _index38 + "]",
2190
2414
  expected: "__type.o6",
2191
2415
  value: elem
2192
2416
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2194,7 +2418,7 @@ var validCorrelationVolcanoRequest = (input) => {
2194
2418
  expected: "Array<__type>.o2",
2195
2419
  value: input3.values
2196
2420
  })].every((flag) => flag);
2197
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2421
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2198
2422
  path: _path2 + ".id",
2199
2423
  expected: "string",
2200
2424
  value: input3.id
@@ -2210,8 +2434,8 @@ var validCorrelationVolcanoRequest = (input) => {
2210
2434
  path: _path2 + ".child_types",
2211
2435
  expected: "(Array<string> | undefined)",
2212
2436
  value: input3.child_types
2213
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2214
- path: _path2 + ".child_types[" + _index35 + "]",
2437
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2438
+ path: _path2 + ".child_types[" + _index39 + "]",
2215
2439
  expected: "string",
2216
2440
  value: elem
2217
2441
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2226,8 +2450,8 @@ var validCorrelationVolcanoRequest = (input) => {
2226
2450
  path: _path2 + ".included_types",
2227
2451
  expected: "(Array<string> | undefined)",
2228
2452
  value: input3.included_types
2229
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2230
- path: _path2 + ".included_types[" + _index36 + "]",
2453
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2454
+ path: _path2 + ".included_types[" + _index40 + "]",
2231
2455
  expected: "string",
2232
2456
  value: elem
2233
2457
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2259,7 +2483,7 @@ var validCorrelationVolcanoRequest = (input) => {
2259
2483
  expected: "(__type.o1 | undefined)",
2260
2484
  value: input3.valueConversion
2261
2485
  })].every((flag) => flag);
2262
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2486
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2263
2487
  path: _path2 + ".grade",
2264
2488
  expected: "number",
2265
2489
  value: input3.grade
@@ -2276,7 +2500,7 @@ var validCorrelationVolcanoRequest = (input) => {
2276
2500
  expected: "string",
2277
2501
  value: input3.child_label
2278
2502
  })].every((flag) => flag);
2279
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2503
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2280
2504
  path: _path2 + ".key",
2281
2505
  expected: "(number | string)",
2282
2506
  value: input3.key
@@ -2294,7 +2518,7 @@ var validCorrelationVolcanoRequest = (input) => {
2294
2518
  return true;
2295
2519
  return true;
2296
2520
  }).every((flag) => flag)].every((flag) => flag);
2297
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2521
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2298
2522
  path: _path2 + ".join",
2299
2523
  expected: "(string | undefined)",
2300
2524
  value: input3.join
@@ -2326,7 +2550,7 @@ var validCorrelationVolcanoRequest = (input) => {
2326
2550
  path: _path2 + ".term",
2327
2551
  expected: "DtTerm",
2328
2552
  value: input3.term
2329
- })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2553
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2330
2554
  path: _path2 + ".term",
2331
2555
  expected: "DtTerm",
2332
2556
  value: input3.term
@@ -2334,12 +2558,12 @@ var validCorrelationVolcanoRequest = (input) => {
2334
2558
  path: _path2 + ".values",
2335
2559
  expected: "Array<GeneVariantValue>",
2336
2560
  value: input3.values
2337
- })) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2338
- path: _path2 + ".values[" + _index37 + "]",
2561
+ })) && input3.values.map((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2562
+ path: _path2 + ".values[" + _index41 + "]",
2339
2563
  expected: "GeneVariantValue",
2340
2564
  value: elem
2341
- })) && $vo45(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2342
- path: _path2 + ".values[" + _index37 + "]",
2565
+ })) && $vo47(elem, _path2 + ".values[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2566
+ path: _path2 + ".values[" + _index41 + "]",
2343
2567
  expected: "GeneVariantValue",
2344
2568
  value: elem
2345
2569
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2387,7 +2611,7 @@ var validCorrelationVolcanoRequest = (input) => {
2387
2611
  expected: "(number | undefined)",
2388
2612
  value: input3.fractionOverlap
2389
2613
  })].every((flag) => flag);
2390
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2614
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2391
2615
  path: _path2 + ".id",
2392
2616
  expected: "string",
2393
2617
  value: input3.id
@@ -2436,7 +2660,7 @@ var validCorrelationVolcanoRequest = (input) => {
2436
2660
  expected: "TermValues",
2437
2661
  value: input3.values
2438
2662
  })].every((flag) => flag);
2439
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2663
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2440
2664
  path: _path2 + ".id",
2441
2665
  expected: "string",
2442
2666
  value: input3.id
@@ -2452,8 +2676,8 @@ var validCorrelationVolcanoRequest = (input) => {
2452
2676
  path: _path2 + ".child_types",
2453
2677
  expected: "(Array<string> | undefined)",
2454
2678
  value: input3.child_types
2455
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2456
- path: _path2 + ".child_types[" + _index38 + "]",
2679
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2680
+ path: _path2 + ".child_types[" + _index42 + "]",
2457
2681
  expected: "string",
2458
2682
  value: elem
2459
2683
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2468,8 +2692,8 @@ var validCorrelationVolcanoRequest = (input) => {
2468
2692
  path: _path2 + ".included_types",
2469
2693
  expected: "(Array<string> | undefined)",
2470
2694
  value: input3.included_types
2471
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2472
- path: _path2 + ".included_types[" + _index39 + "]",
2695
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2696
+ path: _path2 + ".included_types[" + _index43 + "]",
2473
2697
  expected: "string",
2474
2698
  value: elem
2475
2699
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2524,12 +2748,12 @@ var validCorrelationVolcanoRequest = (input) => {
2524
2748
  path: _path2 + ".genes",
2525
2749
  expected: "Array<GvGeneTerm>",
2526
2750
  value: input3.genes
2527
- })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2528
- path: _path2 + ".genes[" + _index40 + "]",
2751
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2752
+ path: _path2 + ".genes[" + _index44 + "]",
2529
2753
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2530
2754
  value: elem
2531
- })) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2532
- path: _path2 + ".genes[" + _index40 + "]",
2755
+ })) && $vu3(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2756
+ path: _path2 + ".genes[" + _index44 + "]",
2533
2757
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2534
2758
  value: elem
2535
2759
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2548,12 +2772,12 @@ var validCorrelationVolcanoRequest = (input) => {
2548
2772
  path: _path2 + ".childTerms",
2549
2773
  expected: "(Array<DtTerm> | undefined)",
2550
2774
  value: input3.childTerms
2551
- })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2552
- path: _path2 + ".childTerms[" + _index41 + "]",
2775
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2776
+ path: _path2 + ".childTerms[" + _index45 + "]",
2553
2777
  expected: "DtTerm",
2554
2778
  value: elem
2555
- })) && $vo40(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2556
- path: _path2 + ".childTerms[" + _index41 + "]",
2779
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2780
+ path: _path2 + ".childTerms[" + _index45 + "]",
2557
2781
  expected: "DtTerm",
2558
2782
  value: elem
2559
2783
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2561,7 +2785,7 @@ var validCorrelationVolcanoRequest = (input) => {
2561
2785
  expected: "(Array<DtTerm> | undefined)",
2562
2786
  value: input3.childTerms
2563
2787
  })].every((flag) => flag);
2564
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2788
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2565
2789
  path: _path2 + ".id",
2566
2790
  expected: "string",
2567
2791
  value: input3.id
@@ -2577,8 +2801,8 @@ var validCorrelationVolcanoRequest = (input) => {
2577
2801
  path: _path2 + ".child_types",
2578
2802
  expected: "(Array<string> | undefined)",
2579
2803
  value: input3.child_types
2580
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2581
- path: _path2 + ".child_types[" + _index42 + "]",
2804
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2805
+ path: _path2 + ".child_types[" + _index46 + "]",
2582
2806
  expected: "string",
2583
2807
  value: elem
2584
2808
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2593,8 +2817,8 @@ var validCorrelationVolcanoRequest = (input) => {
2593
2817
  path: _path2 + ".included_types",
2594
2818
  expected: "(Array<string> | undefined)",
2595
2819
  value: input3.included_types
2596
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2597
- path: _path2 + ".included_types[" + _index43 + "]",
2820
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2821
+ path: _path2 + ".included_types[" + _index47 + "]",
2598
2822
  expected: "string",
2599
2823
  value: elem
2600
2824
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2646,7 +2870,7 @@ var validCorrelationVolcanoRequest = (input) => {
2646
2870
  expected: "(number | undefined)",
2647
2871
  value: input3.stop
2648
2872
  })].every((flag) => flag);
2649
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2873
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2650
2874
  path: _path2 + ".id",
2651
2875
  expected: "string",
2652
2876
  value: input3.id
@@ -2662,8 +2886,8 @@ var validCorrelationVolcanoRequest = (input) => {
2662
2886
  path: _path2 + ".child_types",
2663
2887
  expected: "(Array<string> | undefined)",
2664
2888
  value: input3.child_types
2665
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2666
- path: _path2 + ".child_types[" + _index44 + "]",
2889
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2890
+ path: _path2 + ".child_types[" + _index48 + "]",
2667
2891
  expected: "string",
2668
2892
  value: elem
2669
2893
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2678,8 +2902,8 @@ var validCorrelationVolcanoRequest = (input) => {
2678
2902
  path: _path2 + ".included_types",
2679
2903
  expected: "(Array<string> | undefined)",
2680
2904
  value: input3.included_types
2681
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2682
- path: _path2 + ".included_types[" + _index45 + "]",
2905
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2906
+ path: _path2 + ".included_types[" + _index49 + "]",
2683
2907
  expected: "string",
2684
2908
  value: elem
2685
2909
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2727,7 +2951,7 @@ var validCorrelationVolcanoRequest = (input) => {
2727
2951
  expected: "number",
2728
2952
  value: input3.stop
2729
2953
  })].every((flag) => flag);
2730
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2954
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2731
2955
  path: _path2 + ".id",
2732
2956
  expected: "string",
2733
2957
  value: input3.id
@@ -2743,8 +2967,8 @@ var validCorrelationVolcanoRequest = (input) => {
2743
2967
  path: _path2 + ".child_types",
2744
2968
  expected: "(Array<string> | undefined)",
2745
2969
  value: input3.child_types
2746
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2747
- path: _path2 + ".child_types[" + _index46 + "]",
2970
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2971
+ path: _path2 + ".child_types[" + _index50 + "]",
2748
2972
  expected: "string",
2749
2973
  value: elem
2750
2974
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2759,8 +2983,8 @@ var validCorrelationVolcanoRequest = (input) => {
2759
2983
  path: _path2 + ".included_types",
2760
2984
  expected: "(Array<string> | undefined)",
2761
2985
  value: input3.included_types
2762
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2763
- path: _path2 + ".included_types[" + _index47 + "]",
2986
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2987
+ path: _path2 + ".included_types[" + _index51 + "]",
2764
2988
  expected: "string",
2765
2989
  value: elem
2766
2990
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2811,12 +3035,12 @@ var validCorrelationVolcanoRequest = (input) => {
2811
3035
  path: _path2 + ".genes",
2812
3036
  expected: "Array<GvGeneTerm>",
2813
3037
  value: input3.genes
2814
- })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2815
- path: _path2 + ".genes[" + _index48 + "]",
3038
+ })) && input3.genes.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3039
+ path: _path2 + ".genes[" + _index52 + "]",
2816
3040
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2817
3041
  value: elem
2818
- })) && $vu3(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2819
- path: _path2 + ".genes[" + _index48 + "]",
3042
+ })) && $vu3(elem, _path2 + ".genes[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
3043
+ path: _path2 + ".genes[" + _index52 + "]",
2820
3044
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2821
3045
  value: elem
2822
3046
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2835,12 +3059,12 @@ var validCorrelationVolcanoRequest = (input) => {
2835
3059
  path: _path2 + ".childTerms",
2836
3060
  expected: "(Array<DtTerm> | undefined)",
2837
3061
  value: input3.childTerms
2838
- })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2839
- path: _path2 + ".childTerms[" + _index49 + "]",
3062
+ })) && input3.childTerms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3063
+ path: _path2 + ".childTerms[" + _index53 + "]",
2840
3064
  expected: "DtTerm",
2841
3065
  value: elem
2842
- })) && $vo40(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2843
- path: _path2 + ".childTerms[" + _index49 + "]",
3066
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3067
+ path: _path2 + ".childTerms[" + _index53 + "]",
2844
3068
  expected: "DtTerm",
2845
3069
  value: elem
2846
3070
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2848,7 +3072,7 @@ var validCorrelationVolcanoRequest = (input) => {
2848
3072
  expected: "(Array<DtTerm> | undefined)",
2849
3073
  value: input3.childTerms
2850
3074
  })].every((flag) => flag);
2851
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3075
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2852
3076
  path: _path2 + ".key",
2853
3077
  expected: "(string | undefined)",
2854
3078
  value: input3.key
@@ -2868,8 +3092,8 @@ var validCorrelationVolcanoRequest = (input) => {
2868
3092
  path: _path2 + ".mclasslst",
2869
3093
  expected: "(Array<string> | undefined)",
2870
3094
  value: input3.mclasslst
2871
- })) && input3.mclasslst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2872
- path: _path2 + ".mclasslst[" + _index50 + "]",
3095
+ })) && input3.mclasslst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3096
+ path: _path2 + ".mclasslst[" + _index54 + "]",
2873
3097
  expected: "string",
2874
3098
  value: elem
2875
3099
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2880,8 +3104,8 @@ var validCorrelationVolcanoRequest = (input) => {
2880
3104
  path: _path2 + ".mclassExcludeLst",
2881
3105
  expected: "(Array<string> | undefined)",
2882
3106
  value: input3.mclassExcludeLst
2883
- })) && input3.mclassExcludeLst.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2884
- path: _path2 + ".mclassExcludeLst[" + _index51 + "]",
3107
+ })) && input3.mclassExcludeLst.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3108
+ path: _path2 + ".mclassExcludeLst[" + _index55 + "]",
2885
3109
  expected: "string",
2886
3110
  value: elem
2887
3111
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2893,7 +3117,7 @@ var validCorrelationVolcanoRequest = (input) => {
2893
3117
  expected: "(string | undefined)",
2894
3118
  value: input3.origin
2895
3119
  })].every((flag) => flag);
2896
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3120
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2897
3121
  path: _path2 + ".join",
2898
3122
  expected: "(string | undefined)",
2899
3123
  value: input3.join
@@ -2934,7 +3158,7 @@ var validCorrelationVolcanoRequest = (input) => {
2934
3158
  expected: "number",
2935
3159
  value: input3.ratio
2936
3160
  })].every((flag) => flag);
2937
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3161
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2938
3162
  path: _path2 + ".id",
2939
3163
  expected: "string",
2940
3164
  value: input3.id
@@ -2950,8 +3174,8 @@ var validCorrelationVolcanoRequest = (input) => {
2950
3174
  path: _path2 + ".child_types",
2951
3175
  expected: "(Array<string> | undefined)",
2952
3176
  value: input3.child_types
2953
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2954
- path: _path2 + ".child_types[" + _index52 + "]",
3177
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3178
+ path: _path2 + ".child_types[" + _index56 + "]",
2955
3179
  expected: "string",
2956
3180
  value: elem
2957
3181
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2966,8 +3190,8 @@ var validCorrelationVolcanoRequest = (input) => {
2966
3190
  path: _path2 + ".included_types",
2967
3191
  expected: "(Array<string> | undefined)",
2968
3192
  value: input3.included_types
2969
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2970
- path: _path2 + ".included_types[" + _index53 + "]",
3193
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3194
+ path: _path2 + ".included_types[" + _index57 + "]",
2971
3195
  expected: "string",
2972
3196
  value: elem
2973
3197
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3002,8 +3226,8 @@ var validCorrelationVolcanoRequest = (input) => {
3002
3226
  path: _path2 + ".termIds",
3003
3227
  expected: "(Array<string> | undefined)",
3004
3228
  value: input3.termIds
3005
- })) && input3.termIds.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3006
- path: _path2 + ".termIds[" + _index54 + "]",
3229
+ })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3230
+ path: _path2 + ".termIds[" + _index58 + "]",
3007
3231
  expected: "string",
3008
3232
  value: elem
3009
3233
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3014,12 +3238,12 @@ var validCorrelationVolcanoRequest = (input) => {
3014
3238
  path: _path2 + ".termlst",
3015
3239
  expected: "Array<BaseTerm>",
3016
3240
  value: input3.termlst
3017
- })) && input3.termlst.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3018
- path: _path2 + ".termlst[" + _index55 + "]",
3241
+ })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3242
+ path: _path2 + ".termlst[" + _index59 + "]",
3019
3243
  expected: "BaseTerm",
3020
3244
  value: elem
3021
- })) && $vo48(elem, _path2 + ".termlst[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3022
- path: _path2 + ".termlst[" + _index55 + "]",
3245
+ })) && $vo50(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3246
+ path: _path2 + ".termlst[" + _index59 + "]",
3023
3247
  expected: "BaseTerm",
3024
3248
  value: elem
3025
3249
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3034,7 +3258,7 @@ var validCorrelationVolcanoRequest = (input) => {
3034
3258
  path: _path2 + ".propsByTermId",
3035
3259
  expected: "__type.o7",
3036
3260
  value: input3.propsByTermId
3037
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3261
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3038
3262
  path: _path2 + ".propsByTermId",
3039
3263
  expected: "__type.o7",
3040
3264
  value: input3.propsByTermId
@@ -3046,8 +3270,8 @@ var validCorrelationVolcanoRequest = (input) => {
3046
3270
  path: _path2 + ".numerators",
3047
3271
  expected: "(Array<string> | undefined)",
3048
3272
  value: input3.numerators
3049
- })) && input3.numerators.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3050
- path: _path2 + ".numerators[" + _index56 + "]",
3273
+ })) && input3.numerators.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3274
+ path: _path2 + ".numerators[" + _index60 + "]",
3051
3275
  expected: "string",
3052
3276
  value: elem
3053
3277
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3058,12 +3282,12 @@ var validCorrelationVolcanoRequest = (input) => {
3058
3282
  path: _path2 + ".valueTransform",
3059
3283
  expected: "(__type.o9 | undefined)",
3060
3284
  value: input3.valueTransform
3061
- })) && $vo51(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3285
+ })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3062
3286
  path: _path2 + ".valueTransform",
3063
3287
  expected: "(__type.o9 | undefined)",
3064
3288
  value: input3.valueTransform
3065
3289
  })].every((flag) => flag);
3066
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3290
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3067
3291
  path: _path2 + ".id",
3068
3292
  expected: "string",
3069
3293
  value: input3.id
@@ -3079,8 +3303,8 @@ var validCorrelationVolcanoRequest = (input) => {
3079
3303
  path: _path2 + ".child_types",
3080
3304
  expected: "(Array<string> | undefined)",
3081
3305
  value: input3.child_types
3082
- })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3083
- path: _path2 + ".child_types[" + _index57 + "]",
3306
+ })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3307
+ path: _path2 + ".child_types[" + _index61 + "]",
3084
3308
  expected: "string",
3085
3309
  value: elem
3086
3310
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3095,8 +3319,8 @@ var validCorrelationVolcanoRequest = (input) => {
3095
3319
  path: _path2 + ".included_types",
3096
3320
  expected: "(Array<string> | undefined)",
3097
3321
  value: input3.included_types
3098
- })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3099
- path: _path2 + ".included_types[" + _index58 + "]",
3322
+ })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3323
+ path: _path2 + ".included_types[" + _index62 + "]",
3100
3324
  expected: "string",
3101
3325
  value: elem
3102
3326
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3128,7 +3352,7 @@ var validCorrelationVolcanoRequest = (input) => {
3128
3352
  expected: "(__type.o1 | undefined)",
3129
3353
  value: input3.valueConversion
3130
3354
  })].every((flag) => flag);
3131
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3355
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3132
3356
  const value = input3[key];
3133
3357
  if (void 0 === value)
3134
3358
  return true;
@@ -3137,14 +3361,14 @@ var validCorrelationVolcanoRequest = (input) => {
3137
3361
  path: _path2 + $join(key),
3138
3362
  expected: "__type.o8",
3139
3363
  value
3140
- })) && $vo50(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3364
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3141
3365
  path: _path2 + $join(key),
3142
3366
  expected: "__type.o8",
3143
3367
  value
3144
3368
  });
3145
3369
  return true;
3146
3370
  }).every((flag) => flag)].every((flag) => flag);
3147
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3371
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3148
3372
  const value = input3[key];
3149
3373
  if (void 0 === value)
3150
3374
  return true;
@@ -3152,12 +3376,12 @@ var validCorrelationVolcanoRequest = (input) => {
3152
3376
  return true;
3153
3377
  return true;
3154
3378
  }).every((flag) => flag)].every((flag) => flag);
3155
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3379
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3156
3380
  path: _path2 + ".offset",
3157
3381
  expected: "(number | undefined)",
3158
3382
  value: input3.offset
3159
3383
  })].every((flag) => flag);
3160
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3384
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3161
3385
  path: _path2 + ".id",
3162
3386
  expected: "string",
3163
3387
  value: input3.id
@@ -3173,8 +3397,8 @@ var validCorrelationVolcanoRequest = (input) => {
3173
3397
  path: _path2 + ".child_types",
3174
3398
  expected: "(Array<string> | undefined)",
3175
3399
  value: input3.child_types
3176
- })) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3177
- path: _path2 + ".child_types[" + _index59 + "]",
3400
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3401
+ path: _path2 + ".child_types[" + _index63 + "]",
3178
3402
  expected: "string",
3179
3403
  value: elem
3180
3404
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3189,8 +3413,8 @@ var validCorrelationVolcanoRequest = (input) => {
3189
3413
  path: _path2 + ".included_types",
3190
3414
  expected: "(Array<string> | undefined)",
3191
3415
  value: input3.included_types
3192
- })) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3193
- path: _path2 + ".included_types[" + _index60 + "]",
3416
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3417
+ path: _path2 + ".included_types[" + _index64 + "]",
3194
3418
  expected: "string",
3195
3419
  value: elem
3196
3420
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3225,8 +3449,8 @@ var validCorrelationVolcanoRequest = (input) => {
3225
3449
  path: _path2 + ".termIds",
3226
3450
  expected: "(Array<string> | undefined)",
3227
3451
  value: input3.termIds
3228
- })) && input3.termIds.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3229
- path: _path2 + ".termIds[" + _index61 + "]",
3452
+ })) && input3.termIds.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3453
+ path: _path2 + ".termIds[" + _index65 + "]",
3230
3454
  expected: "string",
3231
3455
  value: elem
3232
3456
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3237,12 +3461,12 @@ var validCorrelationVolcanoRequest = (input) => {
3237
3461
  path: _path2 + ".termlst",
3238
3462
  expected: "Array<BaseTerm>",
3239
3463
  value: input3.termlst
3240
- })) && input3.termlst.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3241
- path: _path2 + ".termlst[" + _index62 + "]",
3464
+ })) && input3.termlst.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3465
+ path: _path2 + ".termlst[" + _index66 + "]",
3242
3466
  expected: "BaseTerm",
3243
3467
  value: elem
3244
- })) && $vo48(elem, _path2 + ".termlst[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3245
- path: _path2 + ".termlst[" + _index62 + "]",
3468
+ })) && $vo50(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3469
+ path: _path2 + ".termlst[" + _index66 + "]",
3246
3470
  expected: "BaseTerm",
3247
3471
  value: elem
3248
3472
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3257,7 +3481,7 @@ var validCorrelationVolcanoRequest = (input) => {
3257
3481
  path: _path2 + ".propsByTermId",
3258
3482
  expected: "__type.o7",
3259
3483
  value: input3.propsByTermId
3260
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3484
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3261
3485
  path: _path2 + ".propsByTermId",
3262
3486
  expected: "__type.o7",
3263
3487
  value: input3.propsByTermId
@@ -3269,12 +3493,12 @@ var validCorrelationVolcanoRequest = (input) => {
3269
3493
  path: _path2 + ".categoryKeys",
3270
3494
  expected: "Array<CategoryKey>",
3271
3495
  value: input3.categoryKeys
3272
- })) && input3.categoryKeys.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3273
- path: _path2 + ".categoryKeys[" + _index63 + "]",
3496
+ })) && input3.categoryKeys.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3497
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3274
3498
  expected: "CategoryKey",
3275
3499
  value: elem
3276
- })) && $vo53(elem, _path2 + ".categoryKeys[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
3277
- path: _path2 + ".categoryKeys[" + _index63 + "]",
3500
+ })) && $vo55(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3501
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3278
3502
  expected: "CategoryKey",
3279
3503
  value: elem
3280
3504
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3282,7 +3506,7 @@ var validCorrelationVolcanoRequest = (input) => {
3282
3506
  expected: "Array<CategoryKey>",
3283
3507
  value: input3.categoryKeys
3284
3508
  })].every((flag) => flag);
3285
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3509
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3286
3510
  path: _path2 + ".key",
3287
3511
  expected: "string",
3288
3512
  value: input3.key
@@ -3291,7 +3515,7 @@ var validCorrelationVolcanoRequest = (input) => {
3291
3515
  expected: "boolean",
3292
3516
  value: input3.shown
3293
3517
  })].every((flag) => flag);
3294
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3518
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3295
3519
  path: _path2 + ".id",
3296
3520
  expected: "(string | undefined)",
3297
3521
  value: input3.id
@@ -3307,7 +3531,7 @@ var validCorrelationVolcanoRequest = (input) => {
3307
3531
  path: _path2 + ".settings",
3308
3532
  expected: "(__type.o10 | undefined)",
3309
3533
  value: input3.settings
3310
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3534
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3311
3535
  path: _path2 + ".settings",
3312
3536
  expected: "(__type.o10 | undefined)",
3313
3537
  value: input3.settings
@@ -3327,7 +3551,7 @@ var validCorrelationVolcanoRequest = (input) => {
3327
3551
  path: _path2 + ".q",
3328
3552
  expected: "ValuesQ",
3329
3553
  value: input3.q
3330
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3554
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3331
3555
  path: _path2 + ".q",
3332
3556
  expected: "ValuesQ",
3333
3557
  value: input3.q
@@ -3336,7 +3560,7 @@ var validCorrelationVolcanoRequest = (input) => {
3336
3560
  expected: '"QualTWValues"',
3337
3561
  value: input3.type
3338
3562
  })].every((flag) => flag);
3339
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3563
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3340
3564
  const value = input3[key];
3341
3565
  if (void 0 === value)
3342
3566
  return true;
@@ -3344,7 +3568,7 @@ var validCorrelationVolcanoRequest = (input) => {
3344
3568
  return true;
3345
3569
  return true;
3346
3570
  }).every((flag) => flag)].every((flag) => flag);
3347
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3571
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3348
3572
  path: _path2 + ".id",
3349
3573
  expected: "string",
3350
3574
  value: input3.id
@@ -3360,8 +3584,8 @@ var validCorrelationVolcanoRequest = (input) => {
3360
3584
  path: _path2 + ".child_types",
3361
3585
  expected: "(Array<string> | undefined)",
3362
3586
  value: input3.child_types
3363
- })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3364
- path: _path2 + ".child_types[" + _index64 + "]",
3587
+ })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3588
+ path: _path2 + ".child_types[" + _index68 + "]",
3365
3589
  expected: "string",
3366
3590
  value: elem
3367
3591
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3376,8 +3600,8 @@ var validCorrelationVolcanoRequest = (input) => {
3376
3600
  path: _path2 + ".included_types",
3377
3601
  expected: "(Array<string> | undefined)",
3378
3602
  value: input3.included_types
3379
- })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3380
- path: _path2 + ".included_types[" + _index65 + "]",
3603
+ })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3604
+ path: _path2 + ".included_types[" + _index69 + "]",
3381
3605
  expected: "string",
3382
3606
  value: elem
3383
3607
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3428,8 +3652,8 @@ var validCorrelationVolcanoRequest = (input) => {
3428
3652
  path: _path2 + ".alt",
3429
3653
  expected: "Array<string>",
3430
3654
  value: input3.alt
3431
- })) && input3.alt.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3432
- path: _path2 + ".alt[" + _index66 + "]",
3655
+ })) && input3.alt.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
3656
+ path: _path2 + ".alt[" + _index70 + "]",
3433
3657
  expected: "string",
3434
3658
  value: elem
3435
3659
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3445,7 +3669,7 @@ var validCorrelationVolcanoRequest = (input) => {
3445
3669
  expected: "TermGroupSetting",
3446
3670
  value: input3.groupsetting
3447
3671
  })].every((flag) => flag);
3448
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3672
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3449
3673
  path: _path2 + ".id",
3450
3674
  expected: "string",
3451
3675
  value: input3.id
@@ -3461,8 +3685,8 @@ var validCorrelationVolcanoRequest = (input) => {
3461
3685
  path: _path2 + ".child_types",
3462
3686
  expected: "(Array<string> | undefined)",
3463
3687
  value: input3.child_types
3464
- })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3465
- path: _path2 + ".child_types[" + _index67 + "]",
3688
+ })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
3689
+ path: _path2 + ".child_types[" + _index71 + "]",
3466
3690
  expected: "string",
3467
3691
  value: elem
3468
3692
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3477,8 +3701,8 @@ var validCorrelationVolcanoRequest = (input) => {
3477
3701
  path: _path2 + ".included_types",
3478
3702
  expected: "(Array<string> | undefined)",
3479
3703
  value: input3.included_types
3480
- })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3481
- path: _path2 + ".included_types[" + _index68 + "]",
3704
+ })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
3705
+ path: _path2 + ".included_types[" + _index72 + "]",
3482
3706
  expected: "string",
3483
3707
  value: elem
3484
3708
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3513,7 +3737,7 @@ var validCorrelationVolcanoRequest = (input) => {
3513
3737
  path: _path2 + ".sample",
3514
3738
  expected: "object",
3515
3739
  value: input3.sample
3516
- })) && $vo58(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3740
+ })) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3517
3741
  path: _path2 + ".sample",
3518
3742
  expected: "object",
3519
3743
  value: input3.sample
@@ -3530,8 +3754,8 @@ var validCorrelationVolcanoRequest = (input) => {
3530
3754
  expected: "TermGroupSetting",
3531
3755
  value: input3.groupsetting
3532
3756
  })].every((flag) => flag);
3533
- const $vo58 = (input3, _path2, _exceptionable2 = true) => true;
3534
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3757
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
3758
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3535
3759
  path: _path2 + ".hiddenValues",
3536
3760
  expected: "(HiddenValues | undefined)",
3537
3761
  value: input3.hiddenValues
@@ -3560,7 +3784,7 @@ var validCorrelationVolcanoRequest = (input) => {
3560
3784
  expected: '"values"',
3561
3785
  value: input3.type
3562
3786
  })].every((flag) => flag);
3563
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3787
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3564
3788
  path: _path2 + ".id",
3565
3789
  expected: "(string | undefined)",
3566
3790
  value: input3.id
@@ -3576,7 +3800,7 @@ var validCorrelationVolcanoRequest = (input) => {
3576
3800
  path: _path2 + ".settings",
3577
3801
  expected: "(__type.o10 | undefined)",
3578
3802
  value: input3.settings
3579
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3803
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3580
3804
  path: _path2 + ".settings",
3581
3805
  expected: "(__type.o10 | undefined)",
3582
3806
  value: input3.settings
@@ -3596,7 +3820,7 @@ var validCorrelationVolcanoRequest = (input) => {
3596
3820
  path: _path2 + ".q",
3597
3821
  expected: "PredefinedGroupSettingQ",
3598
3822
  value: input3.q
3599
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3823
+ })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3600
3824
  path: _path2 + ".q",
3601
3825
  expected: "PredefinedGroupSettingQ",
3602
3826
  value: input3.q
@@ -3605,7 +3829,7 @@ var validCorrelationVolcanoRequest = (input) => {
3605
3829
  expected: '"QualTWPredefinedGS"',
3606
3830
  value: input3.type
3607
3831
  })].every((flag) => flag);
3608
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3832
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3609
3833
  path: _path2 + ".hiddenValues",
3610
3834
  expected: "(HiddenValues | undefined)",
3611
3835
  value: input3.hiddenValues
@@ -3638,7 +3862,7 @@ var validCorrelationVolcanoRequest = (input) => {
3638
3862
  expected: "number",
3639
3863
  value: input3.predefined_groupset_idx
3640
3864
  })].every((flag) => flag);
3641
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3865
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3642
3866
  path: _path2 + ".id",
3643
3867
  expected: "(string | undefined)",
3644
3868
  value: input3.id
@@ -3654,7 +3878,7 @@ var validCorrelationVolcanoRequest = (input) => {
3654
3878
  path: _path2 + ".settings",
3655
3879
  expected: "(__type.o10 | undefined)",
3656
3880
  value: input3.settings
3657
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3881
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3658
3882
  path: _path2 + ".settings",
3659
3883
  expected: "(__type.o10 | undefined)",
3660
3884
  value: input3.settings
@@ -3674,7 +3898,7 @@ var validCorrelationVolcanoRequest = (input) => {
3674
3898
  path: _path2 + ".q",
3675
3899
  expected: "CustomGroupSettingQ",
3676
3900
  value: input3.q
3677
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3901
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3678
3902
  path: _path2 + ".q",
3679
3903
  expected: "CustomGroupSettingQ",
3680
3904
  value: input3.q
@@ -3683,7 +3907,7 @@ var validCorrelationVolcanoRequest = (input) => {
3683
3907
  expected: '"QualTWCustomGS"',
3684
3908
  value: input3.type
3685
3909
  })].every((flag) => flag);
3686
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3910
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3687
3911
  path: _path2 + ".hiddenValues",
3688
3912
  expected: "(HiddenValues | undefined)",
3689
3913
  value: input3.hiddenValues
@@ -3715,21 +3939,21 @@ var validCorrelationVolcanoRequest = (input) => {
3715
3939
  path: _path2 + ".customset",
3716
3940
  expected: "BaseGroupSet",
3717
3941
  value: input3.customset
3718
- })) && $vo64(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3942
+ })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3719
3943
  path: _path2 + ".customset",
3720
3944
  expected: "BaseGroupSet",
3721
3945
  value: input3.customset
3722
3946
  })].every((flag) => flag);
3723
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3947
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3724
3948
  path: _path2 + ".groups",
3725
3949
  expected: "Array<GroupEntry>",
3726
3950
  value: input3.groups
3727
- })) && input3.groups.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3728
- path: _path2 + ".groups[" + _index69 + "]",
3951
+ })) && input3.groups.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3952
+ path: _path2 + ".groups[" + _index73 + "]",
3729
3953
  expected: "(FilterGroup | ValuesGroup)",
3730
3954
  value: elem
3731
- })) && $vu1(elem, _path2 + ".groups[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
3732
- path: _path2 + ".groups[" + _index69 + "]",
3955
+ })) && $vu1(elem, _path2 + ".groups[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
3956
+ path: _path2 + ".groups[" + _index73 + "]",
3733
3957
  expected: "(FilterGroup | ValuesGroup)",
3734
3958
  value: elem
3735
3959
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3737,7 +3961,7 @@ var validCorrelationVolcanoRequest = (input) => {
3737
3961
  expected: "Array<GroupEntry>",
3738
3962
  value: input3.groups
3739
3963
  })].every((flag) => flag);
3740
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3964
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3741
3965
  path: _path2 + ".id",
3742
3966
  expected: "(string | undefined)",
3743
3967
  value: input3.id
@@ -3753,7 +3977,7 @@ var validCorrelationVolcanoRequest = (input) => {
3753
3977
  path: _path2 + ".settings",
3754
3978
  expected: "(__type.o10 | undefined)",
3755
3979
  value: input3.settings
3756
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3980
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3757
3981
  path: _path2 + ".settings",
3758
3982
  expected: "(__type.o10 | undefined)",
3759
3983
  value: input3.settings
@@ -3767,11 +3991,11 @@ var validCorrelationVolcanoRequest = (input) => {
3767
3991
  value: input3.type
3768
3992
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3769
3993
  path: _path2 + ".term",
3770
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3994
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3771
3995
  value: input3.term
3772
3996
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3773
3997
  path: _path2 + ".term",
3774
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3998
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3775
3999
  value: input3.term
3776
4000
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3777
4001
  path: _path2 + ".q",
@@ -3782,7 +4006,7 @@ var validCorrelationVolcanoRequest = (input) => {
3782
4006
  expected: "RegularNumericBinConfig",
3783
4007
  value: input3.q
3784
4008
  })].every((flag) => flag);
3785
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4009
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3786
4010
  path: _path2 + ".id",
3787
4011
  expected: "(string | undefined)",
3788
4012
  value: input3.id
@@ -3798,7 +4022,7 @@ var validCorrelationVolcanoRequest = (input) => {
3798
4022
  path: _path2 + ".settings",
3799
4023
  expected: "(__type.o10 | undefined)",
3800
4024
  value: input3.settings
3801
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4025
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3802
4026
  path: _path2 + ".settings",
3803
4027
  expected: "(__type.o10 | undefined)",
3804
4028
  value: input3.settings
@@ -3812,11 +4036,11 @@ var validCorrelationVolcanoRequest = (input) => {
3812
4036
  value: input3.type
3813
4037
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3814
4038
  path: _path2 + ".term",
3815
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4039
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3816
4040
  value: input3.term
3817
4041
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3818
4042
  path: _path2 + ".term",
3819
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4043
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3820
4044
  value: input3.term
3821
4045
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3822
4046
  path: _path2 + ".q",
@@ -3827,7 +4051,7 @@ var validCorrelationVolcanoRequest = (input) => {
3827
4051
  expected: "CustomNumericBinConfig",
3828
4052
  value: input3.q
3829
4053
  })].every((flag) => flag);
3830
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4054
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3831
4055
  path: _path2 + ".id",
3832
4056
  expected: "(string | undefined)",
3833
4057
  value: input3.id
@@ -3843,7 +4067,7 @@ var validCorrelationVolcanoRequest = (input) => {
3843
4067
  path: _path2 + ".settings",
3844
4068
  expected: "(__type.o10 | undefined)",
3845
4069
  value: input3.settings
3846
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4070
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3847
4071
  path: _path2 + ".settings",
3848
4072
  expected: "(__type.o10 | undefined)",
3849
4073
  value: input3.settings
@@ -3857,22 +4081,22 @@ var validCorrelationVolcanoRequest = (input) => {
3857
4081
  value: input3.type
3858
4082
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3859
4083
  path: _path2 + ".term",
3860
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4084
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3861
4085
  value: input3.term
3862
4086
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3863
4087
  path: _path2 + ".term",
3864
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4088
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3865
4089
  value: input3.term
3866
4090
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3867
4091
  path: _path2 + ".q",
3868
4092
  expected: "BinaryNumericQ",
3869
4093
  value: input3.q
3870
- })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4094
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3871
4095
  path: _path2 + ".q",
3872
4096
  expected: "BinaryNumericQ",
3873
4097
  value: input3.q
3874
4098
  })].every((flag) => flag);
3875
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4099
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3876
4100
  path: _path2 + ".hiddenValues",
3877
4101
  expected: "(HiddenValues | undefined)",
3878
4102
  value: input3.hiddenValues
@@ -3940,7 +4164,7 @@ var validCorrelationVolcanoRequest = (input) => {
3940
4164
  expected: "(number | undefined)",
3941
4165
  value: input3.cutoffPercentile
3942
4166
  })].every((flag) => flag);
3943
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4167
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3944
4168
  path: _path2 + ".id",
3945
4169
  expected: "(string | undefined)",
3946
4170
  value: input3.id
@@ -3956,7 +4180,7 @@ var validCorrelationVolcanoRequest = (input) => {
3956
4180
  path: _path2 + ".settings",
3957
4181
  expected: "(__type.o10 | undefined)",
3958
4182
  value: input3.settings
3959
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4183
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3960
4184
  path: _path2 + ".settings",
3961
4185
  expected: "(__type.o10 | undefined)",
3962
4186
  value: input3.settings
@@ -3970,22 +4194,22 @@ var validCorrelationVolcanoRequest = (input) => {
3970
4194
  value: input3.type
3971
4195
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3972
4196
  path: _path2 + ".term",
3973
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4197
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3974
4198
  value: input3.term
3975
4199
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3976
4200
  path: _path2 + ".term",
3977
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4201
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
3978
4202
  value: input3.term
3979
4203
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
3980
4204
  path: _path2 + ".q",
3981
4205
  expected: "ContinuousNumericQ",
3982
4206
  value: input3.q
3983
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4207
+ })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3984
4208
  path: _path2 + ".q",
3985
4209
  expected: "ContinuousNumericQ",
3986
4210
  value: input3.q
3987
4211
  })].every((flag) => flag);
3988
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4212
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3989
4213
  path: _path2 + ".hiddenValues",
3990
4214
  expected: "(HiddenValues | undefined)",
3991
4215
  value: input3.hiddenValues
@@ -4026,7 +4250,7 @@ var validCorrelationVolcanoRequest = (input) => {
4026
4250
  expected: "(number | undefined)",
4027
4251
  value: input3.scale
4028
4252
  })].every((flag) => flag);
4029
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4253
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4030
4254
  path: _path2 + ".id",
4031
4255
  expected: "(string | undefined)",
4032
4256
  value: input3.id
@@ -4042,7 +4266,7 @@ var validCorrelationVolcanoRequest = (input) => {
4042
4266
  path: _path2 + ".settings",
4043
4267
  expected: "(__type.o10 | undefined)",
4044
4268
  value: input3.settings
4045
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4269
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4046
4270
  path: _path2 + ".settings",
4047
4271
  expected: "(__type.o10 | undefined)",
4048
4272
  value: input3.settings
@@ -4056,22 +4280,22 @@ var validCorrelationVolcanoRequest = (input) => {
4056
4280
  value: input3.type
4057
4281
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4058
4282
  path: _path2 + ".term",
4059
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4283
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4060
4284
  value: input3.term
4061
4285
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4062
4286
  path: _path2 + ".term",
4063
- 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4287
+ 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: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | 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 | ProteomeAbundanceTerm | SsGSEATerm)',
4064
4288
  value: input3.term
4065
4289
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4066
4290
  path: _path2 + ".q",
4067
4291
  expected: "SplineNumericQ",
4068
4292
  value: input3.q
4069
- })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4293
+ })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4070
4294
  path: _path2 + ".q",
4071
4295
  expected: "SplineNumericQ",
4072
4296
  value: input3.q
4073
4297
  })].every((flag) => flag);
4074
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4298
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4075
4299
  path: _path2 + ".hiddenValues",
4076
4300
  expected: "(HiddenValues | undefined)",
4077
4301
  value: input3.hiddenValues
@@ -4099,12 +4323,12 @@ var validCorrelationVolcanoRequest = (input) => {
4099
4323
  path: _path2 + ".knots",
4100
4324
  expected: "Array<__type>.o3",
4101
4325
  value: input3.knots
4102
- })) && input3.knots.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4103
- path: _path2 + ".knots[" + _index70 + "]",
4326
+ })) && input3.knots.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4327
+ path: _path2 + ".knots[" + _index74 + "]",
4104
4328
  expected: "__type.o11",
4105
4329
  value: elem
4106
- })) && $vo73(elem, _path2 + ".knots[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4107
- path: _path2 + ".knots[" + _index70 + "]",
4330
+ })) && $vo75(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4331
+ path: _path2 + ".knots[" + _index74 + "]",
4108
4332
  expected: "__type.o11",
4109
4333
  value: elem
4110
4334
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4120,12 +4344,12 @@ var validCorrelationVolcanoRequest = (input) => {
4120
4344
  expected: "undefined",
4121
4345
  value: input3.type
4122
4346
  }))].every((flag) => flag);
4123
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4347
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4124
4348
  path: _path2 + ".value",
4125
4349
  expected: "number",
4126
4350
  value: input3.value
4127
4351
  })].every((flag) => flag);
4128
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4352
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4129
4353
  path: _path2 + ".id",
4130
4354
  expected: "(string | undefined)",
4131
4355
  value: input3.id
@@ -4141,7 +4365,7 @@ var validCorrelationVolcanoRequest = (input) => {
4141
4365
  path: _path2 + ".settings",
4142
4366
  expected: "(__type.o10 | undefined)",
4143
4367
  value: input3.settings
4144
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4368
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4145
4369
  path: _path2 + ".settings",
4146
4370
  expected: "(__type.o10 | undefined)",
4147
4371
  value: input3.settings
@@ -4165,12 +4389,12 @@ var validCorrelationVolcanoRequest = (input) => {
4165
4389
  path: _path2 + ".q",
4166
4390
  expected: "GvValuesQ",
4167
4391
  value: input3.q
4168
- })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4392
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4169
4393
  path: _path2 + ".q",
4170
4394
  expected: "GvValuesQ",
4171
4395
  value: input3.q
4172
4396
  })].every((flag) => flag);
4173
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4397
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4174
4398
  path: _path2 + ".id",
4175
4399
  expected: "string",
4176
4400
  value: input3.id
@@ -4186,8 +4410,8 @@ var validCorrelationVolcanoRequest = (input) => {
4186
4410
  path: _path2 + ".child_types",
4187
4411
  expected: "(Array<string> | undefined)",
4188
4412
  value: input3.child_types
4189
- })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4190
- path: _path2 + ".child_types[" + _index71 + "]",
4413
+ })) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4414
+ path: _path2 + ".child_types[" + _index75 + "]",
4191
4415
  expected: "string",
4192
4416
  value: elem
4193
4417
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4202,8 +4426,8 @@ var validCorrelationVolcanoRequest = (input) => {
4202
4426
  path: _path2 + ".included_types",
4203
4427
  expected: "(Array<string> | undefined)",
4204
4428
  value: input3.included_types
4205
- })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4206
- path: _path2 + ".included_types[" + _index72 + "]",
4429
+ })) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4430
+ path: _path2 + ".included_types[" + _index76 + "]",
4207
4431
  expected: "string",
4208
4432
  value: elem
4209
4433
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4258,12 +4482,12 @@ var validCorrelationVolcanoRequest = (input) => {
4258
4482
  path: _path2 + ".genes",
4259
4483
  expected: "Array<GvGeneTerm>",
4260
4484
  value: input3.genes
4261
- })) && input3.genes.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4262
- path: _path2 + ".genes[" + _index73 + "]",
4485
+ })) && input3.genes.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4486
+ path: _path2 + ".genes[" + _index77 + "]",
4263
4487
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4264
4488
  value: elem
4265
- })) && $vu3(elem, _path2 + ".genes[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4266
- path: _path2 + ".genes[" + _index73 + "]",
4489
+ })) && $vu3(elem, _path2 + ".genes[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4490
+ path: _path2 + ".genes[" + _index77 + "]",
4267
4491
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4268
4492
  value: elem
4269
4493
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4282,12 +4506,12 @@ var validCorrelationVolcanoRequest = (input) => {
4282
4506
  path: _path2 + ".childTerms",
4283
4507
  expected: "Array<DtTerm>",
4284
4508
  value: input3.childTerms
4285
- })) && input3.childTerms.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4286
- path: _path2 + ".childTerms[" + _index74 + "]",
4509
+ })) && input3.childTerms.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4510
+ path: _path2 + ".childTerms[" + _index78 + "]",
4287
4511
  expected: "DtTerm",
4288
4512
  value: elem
4289
- })) && $vo40(elem, _path2 + ".childTerms[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4290
- path: _path2 + ".childTerms[" + _index74 + "]",
4513
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4514
+ path: _path2 + ".childTerms[" + _index78 + "]",
4291
4515
  expected: "DtTerm",
4292
4516
  value: elem
4293
4517
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4295,7 +4519,7 @@ var validCorrelationVolcanoRequest = (input) => {
4295
4519
  expected: "Array<DtTerm>",
4296
4520
  value: input3.childTerms
4297
4521
  })].every((flag) => flag);
4298
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4522
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4299
4523
  path: _path2 + ".id",
4300
4524
  expected: "string",
4301
4525
  value: input3.id
@@ -4311,8 +4535,8 @@ var validCorrelationVolcanoRequest = (input) => {
4311
4535
  path: _path2 + ".child_types",
4312
4536
  expected: "(Array<string> | undefined)",
4313
4537
  value: input3.child_types
4314
- })) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4315
- path: _path2 + ".child_types[" + _index75 + "]",
4538
+ })) && input3.child_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
4539
+ path: _path2 + ".child_types[" + _index79 + "]",
4316
4540
  expected: "string",
4317
4541
  value: elem
4318
4542
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4327,8 +4551,8 @@ var validCorrelationVolcanoRequest = (input) => {
4327
4551
  path: _path2 + ".included_types",
4328
4552
  expected: "(Array<string> | undefined)",
4329
4553
  value: input3.included_types
4330
- })) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4331
- path: _path2 + ".included_types[" + _index76 + "]",
4554
+ })) && input3.included_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4555
+ path: _path2 + ".included_types[" + _index80 + "]",
4332
4556
  expected: "string",
4333
4557
  value: elem
4334
4558
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4379,12 +4603,12 @@ var validCorrelationVolcanoRequest = (input) => {
4379
4603
  path: _path2 + ".genes",
4380
4604
  expected: "Array<GvGeneTerm>",
4381
4605
  value: input3.genes
4382
- })) && input3.genes.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4383
- path: _path2 + ".genes[" + _index77 + "]",
4606
+ })) && input3.genes.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4607
+ path: _path2 + ".genes[" + _index81 + "]",
4384
4608
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4385
4609
  value: elem
4386
- })) && $vu3(elem, _path2 + ".genes[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4387
- path: _path2 + ".genes[" + _index77 + "]",
4610
+ })) && $vu3(elem, _path2 + ".genes[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
4611
+ path: _path2 + ".genes[" + _index81 + "]",
4388
4612
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4389
4613
  value: elem
4390
4614
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4403,12 +4627,12 @@ var validCorrelationVolcanoRequest = (input) => {
4403
4627
  path: _path2 + ".childTerms",
4404
4628
  expected: "Array<DtTerm>",
4405
4629
  value: input3.childTerms
4406
- })) && input3.childTerms.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4407
- path: _path2 + ".childTerms[" + _index78 + "]",
4630
+ })) && input3.childTerms.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4631
+ path: _path2 + ".childTerms[" + _index82 + "]",
4408
4632
  expected: "DtTerm",
4409
4633
  value: elem
4410
- })) && $vo40(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4411
- path: _path2 + ".childTerms[" + _index78 + "]",
4634
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4635
+ path: _path2 + ".childTerms[" + _index82 + "]",
4412
4636
  expected: "DtTerm",
4413
4637
  value: elem
4414
4638
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4416,7 +4640,7 @@ var validCorrelationVolcanoRequest = (input) => {
4416
4640
  expected: "Array<DtTerm>",
4417
4641
  value: input3.childTerms
4418
4642
  })].every((flag) => flag);
4419
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4643
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4420
4644
  path: _path2 + ".hiddenValues",
4421
4645
  expected: "(HiddenValues | undefined)",
4422
4646
  value: input3.hiddenValues
@@ -4457,7 +4681,7 @@ var validCorrelationVolcanoRequest = (input) => {
4457
4681
  expected: '"values"',
4458
4682
  value: input3.type
4459
4683
  })].every((flag) => flag);
4460
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4684
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4461
4685
  path: _path2 + ".id",
4462
4686
  expected: "(string | undefined)",
4463
4687
  value: input3.id
@@ -4473,7 +4697,7 @@ var validCorrelationVolcanoRequest = (input) => {
4473
4697
  path: _path2 + ".settings",
4474
4698
  expected: "(__type.o10 | undefined)",
4475
4699
  value: input3.settings
4476
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4700
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4477
4701
  path: _path2 + ".settings",
4478
4702
  expected: "(__type.o10 | undefined)",
4479
4703
  value: input3.settings
@@ -4497,12 +4721,12 @@ var validCorrelationVolcanoRequest = (input) => {
4497
4721
  path: _path2 + ".q",
4498
4722
  expected: "GvPredefinedGsQ",
4499
4723
  value: input3.q
4500
- })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4724
+ })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4501
4725
  path: _path2 + ".q",
4502
4726
  expected: "GvPredefinedGsQ",
4503
4727
  value: input3.q
4504
4728
  })].every((flag) => flag);
4505
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4729
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4506
4730
  path: _path2 + ".hiddenValues",
4507
4731
  expected: "(HiddenValues | undefined)",
4508
4732
  value: input3.hiddenValues
@@ -4551,7 +4775,7 @@ var validCorrelationVolcanoRequest = (input) => {
4551
4775
  expected: "Array<any>",
4552
4776
  value: input3.dtLst
4553
4777
  })].every((flag) => flag);
4554
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4778
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4555
4779
  path: _path2 + ".id",
4556
4780
  expected: "(string | undefined)",
4557
4781
  value: input3.id
@@ -4567,7 +4791,7 @@ var validCorrelationVolcanoRequest = (input) => {
4567
4791
  path: _path2 + ".settings",
4568
4792
  expected: "(__type.o10 | undefined)",
4569
4793
  value: input3.settings
4570
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4794
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4571
4795
  path: _path2 + ".settings",
4572
4796
  expected: "(__type.o10 | undefined)",
4573
4797
  value: input3.settings
@@ -4591,12 +4815,12 @@ var validCorrelationVolcanoRequest = (input) => {
4591
4815
  path: _path2 + ".q",
4592
4816
  expected: "GvCustomGsQ",
4593
4817
  value: input3.q
4594
- })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4818
+ })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4595
4819
  path: _path2 + ".q",
4596
4820
  expected: "GvCustomGsQ",
4597
4821
  value: input3.q
4598
4822
  })].every((flag) => flag);
4599
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4823
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4600
4824
  path: _path2 + ".hiddenValues",
4601
4825
  expected: "(HiddenValues | undefined)",
4602
4826
  value: input3.hiddenValues
@@ -4640,7 +4864,7 @@ var validCorrelationVolcanoRequest = (input) => {
4640
4864
  path: _path2 + ".customset",
4641
4865
  expected: "BaseGroupSet",
4642
4866
  value: input3.customset
4643
- })) && $vo64(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4867
+ })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4644
4868
  path: _path2 + ".customset",
4645
4869
  expected: "BaseGroupSet",
4646
4870
  value: input3.customset
@@ -4649,7 +4873,7 @@ var validCorrelationVolcanoRequest = (input) => {
4649
4873
  expected: "Array<any>",
4650
4874
  value: input3.dtLst
4651
4875
  })].every((flag) => flag);
4652
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4876
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4653
4877
  path: _path2 + ".id",
4654
4878
  expected: "(string | undefined)",
4655
4879
  value: input3.id
@@ -4665,7 +4889,7 @@ var validCorrelationVolcanoRequest = (input) => {
4665
4889
  path: _path2 + ".settings",
4666
4890
  expected: "(__type.o10 | undefined)",
4667
4891
  value: input3.settings
4668
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4892
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4669
4893
  path: _path2 + ".settings",
4670
4894
  expected: "(__type.o10 | undefined)",
4671
4895
  value: input3.settings
@@ -4681,7 +4905,7 @@ var validCorrelationVolcanoRequest = (input) => {
4681
4905
  path: _path2 + ".term",
4682
4906
  expected: "ConditionTerm",
4683
4907
  value: input3.term
4684
- })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4908
+ })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4685
4909
  path: _path2 + ".term",
4686
4910
  expected: "ConditionTerm",
4687
4911
  value: input3.term
@@ -4694,7 +4918,7 @@ var validCorrelationVolcanoRequest = (input) => {
4694
4918
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4695
4919
  value: input3.q
4696
4920
  })].every((flag) => flag);
4697
- const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4921
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4698
4922
  path: _path2 + ".hiddenValues",
4699
4923
  expected: "(HiddenValues | undefined)",
4700
4924
  value: input3.hiddenValues
@@ -4734,8 +4958,8 @@ var validCorrelationVolcanoRequest = (input) => {
4734
4958
  path: _path2 + ".breaks",
4735
4959
  expected: "(Array<number> | undefined)",
4736
4960
  value: input3.breaks
4737
- })) && input3.breaks.map((elem, _index79) => "number" === typeof elem || $report(_exceptionable2, {
4738
- path: _path2 + ".breaks[" + _index79 + "]",
4961
+ })) && input3.breaks.map((elem, _index83) => "number" === typeof elem || $report(_exceptionable2, {
4962
+ path: _path2 + ".breaks[" + _index83 + "]",
4739
4963
  expected: "number",
4740
4964
  value: elem
4741
4965
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4755,7 +4979,7 @@ var validCorrelationVolcanoRequest = (input) => {
4755
4979
  expected: "(boolean | undefined)",
4756
4980
  value: input3.value_by_computable_grade
4757
4981
  }), true].every((flag) => flag);
4758
- const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4982
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4759
4983
  path: _path2 + ".hiddenValues",
4760
4984
  expected: "(HiddenValues | undefined)",
4761
4985
  value: input3.hiddenValues
@@ -4788,7 +5012,7 @@ var validCorrelationVolcanoRequest = (input) => {
4788
5012
  expected: "true",
4789
5013
  value: input3.bar_by_children
4790
5014
  }), true].every((flag) => flag);
4791
- const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5015
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4792
5016
  path: _path2 + ".id",
4793
5017
  expected: "(string | undefined)",
4794
5018
  value: input3.id
@@ -4804,7 +5028,7 @@ var validCorrelationVolcanoRequest = (input) => {
4804
5028
  path: _path2 + ".settings",
4805
5029
  expected: "(__type.o10 | undefined)",
4806
5030
  value: input3.settings
4807
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
5031
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4808
5032
  path: _path2 + ".settings",
4809
5033
  expected: "(__type.o10 | undefined)",
4810
5034
  value: input3.settings
@@ -4820,7 +5044,7 @@ var validCorrelationVolcanoRequest = (input) => {
4820
5044
  path: _path2 + ".q",
4821
5045
  expected: "SnpsQ",
4822
5046
  value: input3.q
4823
- })) && $vo86(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5047
+ })) && $vo88(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4824
5048
  path: _path2 + ".q",
4825
5049
  expected: "SnpsQ",
4826
5050
  value: input3.q
@@ -4828,12 +5052,12 @@ var validCorrelationVolcanoRequest = (input) => {
4828
5052
  path: _path2 + ".term",
4829
5053
  expected: "SnpsTerm",
4830
5054
  value: input3.term
4831
- })) && $vo88(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5055
+ })) && $vo90(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4832
5056
  path: _path2 + ".term",
4833
5057
  expected: "SnpsTerm",
4834
5058
  value: input3.term
4835
5059
  })].every((flag) => flag);
4836
- const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5060
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4837
5061
  path: _path2 + ".hiddenValues",
4838
5062
  expected: "(HiddenValues | undefined)",
4839
5063
  value: input3.hiddenValues
@@ -4881,7 +5105,7 @@ var validCorrelationVolcanoRequest = (input) => {
4881
5105
  path: _path2 + ".restrictAncestry",
4882
5106
  expected: "RestrictAncestry",
4883
5107
  value: input3.restrictAncestry
4884
- })) && $vo87(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5108
+ })) && $vo89(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4885
5109
  path: _path2 + ".restrictAncestry",
4886
5110
  expected: "RestrictAncestry",
4887
5111
  value: input3.restrictAncestry
@@ -4906,7 +5130,7 @@ var validCorrelationVolcanoRequest = (input) => {
4906
5130
  expected: "number",
4907
5131
  value: input3.stop
4908
5132
  })].every((flag) => flag);
4909
- const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
5133
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4910
5134
  path: _path2 + ".name",
4911
5135
  expected: "string",
4912
5136
  value: input3.name
@@ -4919,7 +5143,7 @@ var validCorrelationVolcanoRequest = (input) => {
4919
5143
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4920
5144
  value: input3.tvs
4921
5145
  })].every((flag) => flag);
4922
- const $vo88 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5146
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4923
5147
  path: _path2 + ".id",
4924
5148
  expected: "string",
4925
5149
  value: input3.id
@@ -4935,8 +5159,8 @@ var validCorrelationVolcanoRequest = (input) => {
4935
5159
  path: _path2 + ".child_types",
4936
5160
  expected: "(Array<string> | undefined)",
4937
5161
  value: input3.child_types
4938
- })) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4939
- path: _path2 + ".child_types[" + _index80 + "]",
5162
+ })) && input3.child_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5163
+ path: _path2 + ".child_types[" + _index84 + "]",
4940
5164
  expected: "string",
4941
5165
  value: elem
4942
5166
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4951,8 +5175,8 @@ var validCorrelationVolcanoRequest = (input) => {
4951
5175
  path: _path2 + ".included_types",
4952
5176
  expected: "(Array<string> | undefined)",
4953
5177
  value: input3.included_types
4954
- })) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
4955
- path: _path2 + ".included_types[" + _index81 + "]",
5178
+ })) && input3.included_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5179
+ path: _path2 + ".included_types[" + _index85 + "]",
4956
5180
  expected: "string",
4957
5181
  value: elem
4958
5182
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4991,12 +5215,12 @@ var validCorrelationVolcanoRequest = (input) => {
4991
5215
  path: _path2 + ".snps",
4992
5216
  expected: "(Array<SnpsEntry> | undefined)",
4993
5217
  value: input3.snps
4994
- })) && input3.snps.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4995
- path: _path2 + ".snps[" + _index82 + "]",
5218
+ })) && input3.snps.map((elem, _index86) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5219
+ path: _path2 + ".snps[" + _index86 + "]",
4996
5220
  expected: "SnpsEntry",
4997
5221
  value: elem
4998
- })) && $vo89(elem, _path2 + ".snps[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4999
- path: _path2 + ".snps[" + _index82 + "]",
5222
+ })) && $vo91(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5223
+ path: _path2 + ".snps[" + _index86 + "]",
5000
5224
  expected: "SnpsEntry",
5001
5225
  value: elem
5002
5226
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5004,12 +5228,12 @@ var validCorrelationVolcanoRequest = (input) => {
5004
5228
  expected: "(Array<SnpsEntry> | undefined)",
5005
5229
  value: input3.snps
5006
5230
  })].every((flag) => flag);
5007
- const $vo89 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5231
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5008
5232
  path: _path2 + ".altAlleles",
5009
5233
  expected: "(Array<string> | undefined)",
5010
5234
  value: input3.altAlleles
5011
- })) && input3.altAlleles.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
5012
- path: _path2 + ".altAlleles[" + _index83 + "]",
5235
+ })) && input3.altAlleles.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
5236
+ path: _path2 + ".altAlleles[" + _index87 + "]",
5013
5237
  expected: "string",
5014
5238
  value: elem
5015
5239
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5020,12 +5244,12 @@ var validCorrelationVolcanoRequest = (input) => {
5020
5244
  path: _path2 + ".alleles",
5021
5245
  expected: "(Array<AllelesEntry> | undefined)",
5022
5246
  value: input3.alleles
5023
- })) && input3.alleles.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5024
- path: _path2 + ".alleles[" + _index84 + "]",
5247
+ })) && input3.alleles.map((elem, _index88) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5248
+ path: _path2 + ".alleles[" + _index88 + "]",
5025
5249
  expected: "AllelesEntry",
5026
5250
  value: elem
5027
- })) && $vo90(elem, _path2 + ".alleles[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
5028
- path: _path2 + ".alleles[" + _index84 + "]",
5251
+ })) && $vo92(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5252
+ path: _path2 + ".alleles[" + _index88 + "]",
5029
5253
  expected: "AllelesEntry",
5030
5254
  value: elem
5031
5255
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5040,7 +5264,7 @@ var validCorrelationVolcanoRequest = (input) => {
5040
5264
  path: _path2 + ".gt2count",
5041
5265
  expected: "(__type.o12 | undefined)",
5042
5266
  value: input3.gt2count
5043
- })) && $vo91(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5267
+ })) && $vo93(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5044
5268
  path: _path2 + ".gt2count",
5045
5269
  expected: "(__type.o12 | undefined)",
5046
5270
  value: input3.gt2count
@@ -5069,7 +5293,7 @@ var validCorrelationVolcanoRequest = (input) => {
5069
5293
  expected: "(number | undefined)",
5070
5294
  value: input3.pos
5071
5295
  })].every((flag) => flag);
5072
- const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5296
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5073
5297
  path: _path2 + ".allele",
5074
5298
  expected: "string",
5075
5299
  value: input3.allele
@@ -5082,7 +5306,7 @@ var validCorrelationVolcanoRequest = (input) => {
5082
5306
  expected: "boolean",
5083
5307
  value: input3.isRef
5084
5308
  })].every((flag) => flag);
5085
- const $vo91 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5309
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5086
5310
  path: _path2 + ".k",
5087
5311
  expected: "string",
5088
5312
  value: input3.k
@@ -5091,7 +5315,7 @@ var validCorrelationVolcanoRequest = (input) => {
5091
5315
  expected: "(number | string)",
5092
5316
  value: input3.v
5093
5317
  })].every((flag) => flag);
5094
- const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5318
+ const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5095
5319
  path: _path2 + ".id",
5096
5320
  expected: "(string | undefined)",
5097
5321
  value: input3.id
@@ -5107,7 +5331,7 @@ var validCorrelationVolcanoRequest = (input) => {
5107
5331
  path: _path2 + ".settings",
5108
5332
  expected: "(__type.o10 | undefined)",
5109
5333
  value: input3.settings
5110
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
5334
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
5111
5335
  path: _path2 + ".settings",
5112
5336
  expected: "(__type.o10 | undefined)",
5113
5337
  value: input3.settings
@@ -5123,7 +5347,7 @@ var validCorrelationVolcanoRequest = (input) => {
5123
5347
  path: _path2 + ".term",
5124
5348
  expected: "NumericTermCollection",
5125
5349
  value: input3.term
5126
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5350
+ })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5127
5351
  path: _path2 + ".term",
5128
5352
  expected: "NumericTermCollection",
5129
5353
  value: input3.term
@@ -5131,12 +5355,12 @@ var validCorrelationVolcanoRequest = (input) => {
5131
5355
  path: _path2 + ".q",
5132
5356
  expected: "TermCollectionQCont",
5133
5357
  value: input3.q
5134
- })) && $vo93(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5358
+ })) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5135
5359
  path: _path2 + ".q",
5136
5360
  expected: "TermCollectionQCont",
5137
5361
  value: input3.q
5138
5362
  })].every((flag) => flag);
5139
- const $vo93 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5363
+ const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5140
5364
  path: _path2 + ".hiddenValues",
5141
5365
  expected: "(HiddenValues | undefined)",
5142
5366
  value: input3.hiddenValues
@@ -5168,8 +5392,8 @@ var validCorrelationVolcanoRequest = (input) => {
5168
5392
  path: _path2 + ".lst",
5169
5393
  expected: "Array<string>",
5170
5394
  value: input3.lst
5171
- })) && input3.lst.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5172
- path: _path2 + ".lst[" + _index85 + "]",
5395
+ })) && input3.lst.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
5396
+ path: _path2 + ".lst[" + _index89 + "]",
5173
5397
  expected: "string",
5174
5398
  value: elem
5175
5399
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5180,8 +5404,8 @@ var validCorrelationVolcanoRequest = (input) => {
5180
5404
  path: _path2 + ".numerators",
5181
5405
  expected: "(Array<string> | undefined)",
5182
5406
  value: input3.numerators
5183
- })) && input3.numerators.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
5184
- path: _path2 + ".numerators[" + _index86 + "]",
5407
+ })) && input3.numerators.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
5408
+ path: _path2 + ".numerators[" + _index90 + "]",
5185
5409
  expected: "string",
5186
5410
  value: elem
5187
5411
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5189,7 +5413,7 @@ var validCorrelationVolcanoRequest = (input) => {
5189
5413
  expected: "(Array<string> | undefined)",
5190
5414
  value: input3.numerators
5191
5415
  })].every((flag) => flag);
5192
- const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5416
+ const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5193
5417
  path: _path2 + ".id",
5194
5418
  expected: "(string | undefined)",
5195
5419
  value: input3.id
@@ -5205,7 +5429,7 @@ var validCorrelationVolcanoRequest = (input) => {
5205
5429
  path: _path2 + ".settings",
5206
5430
  expected: "(__type.o10 | undefined)",
5207
5431
  value: input3.settings
5208
- })) && $vo55(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
5432
+ })) && $vo57(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
5209
5433
  path: _path2 + ".settings",
5210
5434
  expected: "(__type.o10 | undefined)",
5211
5435
  value: input3.settings
@@ -5221,7 +5445,7 @@ var validCorrelationVolcanoRequest = (input) => {
5221
5445
  path: _path2 + ".term",
5222
5446
  expected: "CategoricalTermCollection",
5223
5447
  value: input3.term
5224
- })) && $vo52(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5448
+ })) && $vo54(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5225
5449
  path: _path2 + ".term",
5226
5450
  expected: "CategoricalTermCollection",
5227
5451
  value: input3.term
@@ -5229,12 +5453,12 @@ var validCorrelationVolcanoRequest = (input) => {
5229
5453
  path: _path2 + ".q",
5230
5454
  expected: "TermCollectionQQual",
5231
5455
  value: input3.q
5232
- })) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5456
+ })) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5233
5457
  path: _path2 + ".q",
5234
5458
  expected: "TermCollectionQQual",
5235
5459
  value: input3.q
5236
5460
  })].every((flag) => flag);
5237
- const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5461
+ const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5238
5462
  path: _path2 + ".hiddenValues",
5239
5463
  expected: "(HiddenValues | undefined)",
5240
5464
  value: input3.hiddenValues
@@ -5266,8 +5490,8 @@ var validCorrelationVolcanoRequest = (input) => {
5266
5490
  path: _path2 + ".lst",
5267
5491
  expected: "Array<string>",
5268
5492
  value: input3.lst
5269
- })) && input3.lst.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
5270
- path: _path2 + ".lst[" + _index87 + "]",
5493
+ })) && input3.lst.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
5494
+ path: _path2 + ".lst[" + _index91 + "]",
5271
5495
  expected: "string",
5272
5496
  value: elem
5273
5497
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5278,12 +5502,12 @@ var validCorrelationVolcanoRequest = (input) => {
5278
5502
  path: _path2 + ".categoryKeys",
5279
5503
  expected: "(Array<CategoryKey> | undefined)",
5280
5504
  value: input3.categoryKeys
5281
- })) && input3.categoryKeys.map((elem, _index88) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5282
- path: _path2 + ".categoryKeys[" + _index88 + "]",
5505
+ })) && input3.categoryKeys.map((elem, _index92) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5506
+ path: _path2 + ".categoryKeys[" + _index92 + "]",
5283
5507
  expected: "CategoryKey",
5284
5508
  value: elem
5285
- })) && $vo53(elem, _path2 + ".categoryKeys[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5286
- path: _path2 + ".categoryKeys[" + _index88 + "]",
5509
+ })) && $vo55(elem, _path2 + ".categoryKeys[" + _index92 + "]", _exceptionable2) || $report(_exceptionable2, {
5510
+ path: _path2 + ".categoryKeys[" + _index92 + "]",
5287
5511
  expected: "CategoryKey",
5288
5512
  value: elem
5289
5513
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5319,14 +5543,14 @@ var validCorrelationVolcanoRequest = (input) => {
5319
5543
  if (true === input3.stopunbounded)
5320
5544
  return $vo21(input3, _path2, _exceptionable2);
5321
5545
  if (void 0 !== input3.value)
5322
- return $vo33(input3, _path2, _exceptionable2);
5546
+ return $vo35(input3, _path2, _exceptionable2);
5323
5547
  return $vo20(input3, _path2, _exceptionable2);
5324
5548
  })();
5325
5549
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5326
5550
  if ("gene" === input3.kind)
5327
- return $vo42(input3, _path2, _exceptionable2);
5551
+ return $vo44(input3, _path2, _exceptionable2);
5328
5552
  if ("coord" === input3.kind)
5329
- return $vo43(input3, _path2, _exceptionable2);
5553
+ return $vo45(input3, _path2, _exceptionable2);
5330
5554
  return $report(_exceptionable2, {
5331
5555
  path: _path2,
5332
5556
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5335,35 +5559,35 @@ var validCorrelationVolcanoRequest = (input) => {
5335
5559
  })();
5336
5560
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5337
5561
  if ("TermCollectionTWQual" === input3.type)
5338
- return $vo94(input3, _path2, _exceptionable2);
5562
+ return $vo96(input3, _path2, _exceptionable2);
5339
5563
  if ("TermCollectionTWCont" === input3.type)
5340
- return $vo92(input3, _path2, _exceptionable2);
5564
+ return $vo94(input3, _path2, _exceptionable2);
5341
5565
  if ("SnpsTW" === input3.type)
5342
- return $vo85(input3, _path2, _exceptionable2);
5566
+ return $vo87(input3, _path2, _exceptionable2);
5343
5567
  if ("ConditionTW" === input3.type)
5344
- return $vo82(input3, _path2, _exceptionable2);
5568
+ return $vo84(input3, _path2, _exceptionable2);
5345
5569
  if ("GvCustomGsTW" === input3.type)
5346
- return $vo80(input3, _path2, _exceptionable2);
5570
+ return $vo82(input3, _path2, _exceptionable2);
5347
5571
  if ("GvPredefinedGsTW" === input3.type)
5348
- return $vo78(input3, _path2, _exceptionable2);
5572
+ return $vo80(input3, _path2, _exceptionable2);
5349
5573
  if ("GvValuesTW" === input3.type)
5350
- return $vo74(input3, _path2, _exceptionable2);
5574
+ return $vo76(input3, _path2, _exceptionable2);
5351
5575
  if ("NumTWSpline" === input3.type)
5352
- return $vo71(input3, _path2, _exceptionable2);
5576
+ return $vo73(input3, _path2, _exceptionable2);
5353
5577
  if ("NumTWCont" === input3.type)
5354
- return $vo69(input3, _path2, _exceptionable2);
5578
+ return $vo71(input3, _path2, _exceptionable2);
5355
5579
  if ("NumTWBinary" === input3.type)
5356
- return $vo67(input3, _path2, _exceptionable2);
5580
+ return $vo69(input3, _path2, _exceptionable2);
5357
5581
  if ("NumTWCustomBin" === input3.type)
5358
- return $vo66(input3, _path2, _exceptionable2);
5582
+ return $vo68(input3, _path2, _exceptionable2);
5359
5583
  if ("NumTWRegularBin" === input3.type)
5360
- return $vo65(input3, _path2, _exceptionable2);
5584
+ return $vo67(input3, _path2, _exceptionable2);
5361
5585
  if ("QualTWCustomGS" === input3.type)
5362
- return $vo62(input3, _path2, _exceptionable2);
5586
+ return $vo64(input3, _path2, _exceptionable2);
5363
5587
  if ("QualTWPredefinedGS" === input3.type)
5364
- return $vo60(input3, _path2, _exceptionable2);
5588
+ return $vo62(input3, _path2, _exceptionable2);
5365
5589
  if ("QualTWValues" === input3.type)
5366
- return $vo54(input3, _path2, _exceptionable2);
5590
+ return $vo56(input3, _path2, _exceptionable2);
5367
5591
  return $report(_exceptionable2, {
5368
5592
  path: _path2,
5369
5593
  expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
@@ -5403,23 +5627,23 @@ var validCorrelationVolcanoRequest = (input) => {
5403
5627
  if (void 0 !== input3.ranges)
5404
5628
  return $vo13(input3, _path2, _exceptionable2);
5405
5629
  if (void 0 !== input3.ratio)
5406
- return $vo46(input3, _path2, _exceptionable2);
5407
- return $vo3(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
5630
+ return $vo48(input3, _path2, _exceptionable2);
5631
+ return $vo3(input3, _path2, false) || $vo37(input3, _path2, false) || $vo41(input3, _path2, false);
5408
5632
  })();
5409
5633
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5410
5634
  if ("integer" === input3.type || "float" === input3.type)
5411
5635
  return $vo14(input3, _path2, _exceptionable2);
5412
5636
  if ("metaboliteIntensity" === input3.type)
5413
- return $vo25(input3, _path2, _exceptionable2);
5637
+ return $vo27(input3, _path2, _exceptionable2);
5414
5638
  if ("proteomeAbundance" === input3.type)
5415
- return $vo26(input3, _path2, _exceptionable2);
5416
- if ("date" === input3.type)
5417
5639
  return $vo28(input3, _path2, _exceptionable2);
5640
+ if ("date" === input3.type)
5641
+ return $vo30(input3, _path2, _exceptionable2);
5418
5642
  if ("ssGSEA" === input3.type)
5419
- return $vo29(input3, _path2, _exceptionable2);
5643
+ return $vo31(input3, _path2, _exceptionable2);
5420
5644
  if ("dnaMethylation" === input3.type)
5421
- return $vo30(input3, _path2, _exceptionable2);
5422
- return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false);
5645
+ return $vo32(input3, _path2, _exceptionable2);
5646
+ return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false);
5423
5647
  })();
5424
5648
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5425
5649
  if ("regular-bin" === input3.type)
@@ -5434,9 +5658,9 @@ var validCorrelationVolcanoRequest = (input) => {
5434
5658
  })();
5435
5659
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5436
5660
  if ("gene" === input3.kind)
5437
- return $vo41(input3, _path2, _exceptionable2);
5661
+ return $vo43(input3, _path2, _exceptionable2);
5438
5662
  if ("coord" === input3.kind)
5439
- return $vo44(input3, _path2, _exceptionable2);
5663
+ return $vo46(input3, _path2, _exceptionable2);
5440
5664
  return $report(_exceptionable2, {
5441
5665
  path: _path2,
5442
5666
  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; })',
@@ -5445,9 +5669,9 @@ var validCorrelationVolcanoRequest = (input) => {
5445
5669
  })();
5446
5670
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5447
5671
  if ("numeric" === input3.memberType)
5448
- return $vo47(input3, _path2, _exceptionable2);
5672
+ return $vo49(input3, _path2, _exceptionable2);
5449
5673
  if ("categorical" === input3.memberType)
5450
- return $vo52(input3, _path2, _exceptionable2);
5674
+ return $vo54(input3, _path2, _exceptionable2);
5451
5675
  return $report(_exceptionable2, {
5452
5676
  path: _path2,
5453
5677
  expected: "(NumericTermCollection | CategoricalTermCollection)",
@@ -5458,9 +5682,9 @@ var validCorrelationVolcanoRequest = (input) => {
5458
5682
  if ("categorical" === input3.type)
5459
5683
  return $vo4(input3, _path2, _exceptionable2);
5460
5684
  if ("snp" === input3.type)
5461
- return $vo56(input3, _path2, _exceptionable2);
5685
+ return $vo58(input3, _path2, _exceptionable2);
5462
5686
  if ("singleCellCellType" === input3.type)
5463
- return $vo57(input3, _path2, _exceptionable2);
5687
+ return $vo59(input3, _path2, _exceptionable2);
5464
5688
  return $report(_exceptionable2, {
5465
5689
  path: _path2,
5466
5690
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -5469,9 +5693,9 @@ var validCorrelationVolcanoRequest = (input) => {
5469
5693
  })();
5470
5694
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5471
5695
  if ("gene" === input3.kind)
5472
- return $vo75(input3, _path2, _exceptionable2);
5696
+ return $vo77(input3, _path2, _exceptionable2);
5473
5697
  if ("coord" === input3.kind)
5474
- return $vo76(input3, _path2, _exceptionable2);
5698
+ return $vo78(input3, _path2, _exceptionable2);
5475
5699
  return $report(_exceptionable2, {
5476
5700
  path: _path2,
5477
5701
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -5480,9 +5704,9 @@ var validCorrelationVolcanoRequest = (input) => {
5480
5704
  })();
5481
5705
  const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5482
5706
  if ("grade" === input3.valueFor)
5483
- return $vo83(input3, _path2, _exceptionable2);
5707
+ return $vo85(input3, _path2, _exceptionable2);
5484
5708
  if ("children" === input3.valueFor)
5485
- return $vo84(input3, _path2, _exceptionable2);
5709
+ return $vo86(input3, _path2, _exceptionable2);
5486
5710
  return $report(_exceptionable2, {
5487
5711
  path: _path2,
5488
5712
  expected: "(ConditionGradeQ | ConditionChildrenQ)",