@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
@@ -82,7 +82,7 @@ var validPercentileRequest = (input) => {
82
82
  const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
83
83
  const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
84
84
  const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
85
- const $io14 = (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 && $iu7(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)));
85
+ const $io14 = (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 && $iu7(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)));
86
86
  const $io15 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
87
87
  const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
88
88
  const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(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);
@@ -100,19 +100,21 @@ var validPercentileRequest = (input) => {
100
100
  const $io22 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
101
101
  const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
102
102
  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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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;
103
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
104
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
105
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
106
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
107
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
108
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(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);
109
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
110
- const $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
111
- const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
112
- 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)));
113
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
114
- 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;
115
- const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
103
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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);
104
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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;
105
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
106
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
107
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
108
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
109
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
110
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(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);
111
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
112
+ const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
113
+ const $io36 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
114
+ 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)));
115
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
116
+ 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;
117
+ const $io40 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
116
118
  if (["key", "label"].some((prop) => key === prop))
117
119
  return true;
118
120
  const value = input3[key];
@@ -122,25 +124,25 @@ var validPercentileRequest = (input) => {
122
124
  return true;
123
125
  return true;
124
126
  });
125
- 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);
126
- 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) && $io2(input3.values));
127
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
128
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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);
129
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
130
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
131
- 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);
132
- 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;
133
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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));
134
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
135
- const $io49 = (input3) => Object.keys(input3).every((key) => {
127
+ 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);
128
+ 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) && $io2(input3.values));
129
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
130
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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);
131
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
132
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
133
+ 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);
134
+ 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;
135
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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));
136
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
137
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
136
138
  const value = input3[key];
137
139
  if (void 0 === value)
138
140
  return true;
139
141
  if (RegExp(/(.*)/).test(key))
140
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io50(value);
142
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
141
143
  return true;
142
144
  });
143
- const $io50 = (input3) => Object.keys(input3).every((key) => {
145
+ const $io52 = (input3) => Object.keys(input3).every((key) => {
144
146
  const value = input3[key];
145
147
  if (void 0 === value)
146
148
  return true;
@@ -148,40 +150,40 @@ var validPercentileRequest = (input) => {
148
150
  return true;
149
151
  return true;
150
152
  });
151
- const $io51 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
152
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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)));
153
- const $io53 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
154
- const $io54 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
155
- const $io55 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
156
- const $io56 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
157
- const $io57 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
158
- const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
159
- const $io59 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting));
160
- const $io60 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
161
- const $io62 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
162
- const $io63 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
163
- const $io64 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
164
- const $io65 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
165
- const $io66 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
166
- const $io67 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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));
167
- const $io68 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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)));
168
- const $io69 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io70(elem)));
169
- const $io70 = (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 && $io71(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io72(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);
170
- const $io71 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
171
- const $io72 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
172
- const $io73 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io74(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
173
- const $io74 = (input3) => Object.keys(input3).every((key) => {
153
+ const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
154
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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)));
155
+ const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
156
+ const $io56 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
157
+ const $io57 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
158
+ const $io58 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
159
+ const $io59 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
160
+ const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
161
+ const $io61 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting));
162
+ const $io62 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
163
+ const $io64 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
164
+ const $io65 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
165
+ const $io66 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
166
+ const $io67 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
167
+ const $io68 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
168
+ const $io69 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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));
169
+ const $io70 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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)));
170
+ const $io71 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io72(elem)));
171
+ const $io72 = (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 && $io73(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io74(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);
172
+ const $io73 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
173
+ const $io74 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
174
+ const $io75 = (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) && $io76(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
175
+ const $io76 = (input3) => Object.keys(input3).every((key) => {
174
176
  const value = input3[key];
175
177
  if (void 0 === value)
176
178
  return true;
177
179
  if (RegExp(/(.*)/).test(key))
178
- return "object" === typeof value && null !== value && $io75(value);
180
+ return "object" === typeof value && null !== value && $io77(value);
179
181
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
180
- return "object" === typeof value && null !== value && $io75(value);
182
+ return "object" === typeof value && null !== value && $io77(value);
181
183
  return true;
182
184
  });
183
- const $io75 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io76(elem))) && true;
184
- const $io76 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
185
+ const $io77 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io78(elem))) && true;
186
+ const $io78 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
185
187
  const $iu0 = (input3) => (() => {
186
188
  if ("tvslst" === input3.type)
187
189
  return $io4(input3);
@@ -202,14 +204,14 @@ var validPercentileRequest = (input) => {
202
204
  if (true === input3.stopunbounded)
203
205
  return $io22(input3);
204
206
  if (void 0 !== input3.value)
205
- return $io33(input3);
207
+ return $io35(input3);
206
208
  return $io21(input3);
207
209
  })();
208
210
  const $iu3 = (input3) => (() => {
209
211
  if ("gene" === input3.kind)
210
- return $io42(input3);
212
+ return $io44(input3);
211
213
  if ("coord" === input3.kind)
212
- return $io43(input3);
214
+ return $io45(input3);
213
215
  return false;
214
216
  })();
215
217
  const $iu4 = (input3) => (() => {
@@ -221,46 +223,50 @@ var validPercentileRequest = (input) => {
221
223
  })();
222
224
  const $iu5 = (input3) => (() => {
223
225
  if ("metaboliteIntensity" === input3.type)
224
- return $io56(input3);
226
+ return $io58(input3);
225
227
  if ("proteomeAbundance" === input3.type)
226
- return $io57(input3);
228
+ return $io59(input3);
227
229
  if ("categorical" === input3.type)
228
- return $io58(input3);
230
+ return $io60(input3);
229
231
  if ("snp" === input3.type)
230
- return $io59(input3);
232
+ return $io61(input3);
231
233
  if ("singleCellCellType" === input3.type)
232
- return $io60(input3);
234
+ return $io62(input3);
233
235
  if ("date" === input3.type)
234
- return $io63(input3);
236
+ return $io65(input3);
235
237
  if ("integer" === input3.type || "float" === input3.type)
236
- return $io62(input3);
237
- if ("ssGSEA" === input3.type)
238
238
  return $io64(input3);
239
+ if ("ssGSEA" === input3.type)
240
+ return $io66(input3);
239
241
  if ("dnaMethylation" === input3.type)
240
- return $io65(input3);
242
+ return $io67(input3);
241
243
  if ("condition" === input3.type)
242
- return $io66(input3);
244
+ return $io68(input3);
243
245
  if ("numeric" === input3.memberType)
244
- return $io67(input3);
246
+ return $io69(input3);
245
247
  if ("categorical" === input3.memberType)
246
- return $io68(input3);
248
+ return $io70(input3);
247
249
  return (() => {
248
250
  if ($io24(input3))
249
251
  return $io24(input3);
250
252
  if ($io1(input3))
251
253
  return $io1(input3);
252
- if ($io32(input3))
253
- return $io32(input3);
254
- if ($io31(input3))
255
- return $io31(input3);
256
- if ($io54(input3))
257
- return $io54(input3);
258
- if ($io55(input3))
259
- return $io55(input3);
260
- if ($io69(input3))
261
- return $io69(input3);
262
- if ($io73(input3))
263
- return $io73(input3);
254
+ if ($io26(input3))
255
+ return $io26(input3);
256
+ if ($io25(input3))
257
+ return $io25(input3);
258
+ if ($io34(input3))
259
+ return $io34(input3);
260
+ if ($io33(input3))
261
+ return $io33(input3);
262
+ if ($io56(input3))
263
+ return $io56(input3);
264
+ if ($io57(input3))
265
+ return $io57(input3);
266
+ if ($io71(input3))
267
+ return $io71(input3);
268
+ if ($io75(input3))
269
+ return $io75(input3);
264
270
  return false;
265
271
  })();
266
272
  })();
@@ -268,14 +274,14 @@ var validPercentileRequest = (input) => {
268
274
  if (void 0 !== input3.ranges)
269
275
  return $io14(input3);
270
276
  if (void 0 !== input3.ratio)
271
- return $io46(input3);
277
+ return $io48(input3);
272
278
  return (() => {
273
279
  if ($io6(input3))
274
280
  return $io6(input3);
275
- if ($io35(input3))
276
- return $io35(input3);
277
- if ($io39(input3))
278
- return $io39(input3);
281
+ if ($io37(input3))
282
+ return $io37(input3);
283
+ if ($io41(input3))
284
+ return $io41(input3);
279
285
  return false;
280
286
  })();
281
287
  })();
@@ -283,24 +289,28 @@ var validPercentileRequest = (input) => {
283
289
  if ("integer" === input3.type || "float" === input3.type)
284
290
  return $io15(input3);
285
291
  if ("metaboliteIntensity" === input3.type)
286
- return $io25(input3);
292
+ return $io27(input3);
287
293
  if ("proteomeAbundance" === input3.type)
288
- return $io26(input3);
289
- if ("date" === input3.type)
290
294
  return $io28(input3);
295
+ if ("date" === input3.type)
296
+ return $io30(input3);
291
297
  if ("ssGSEA" === input3.type)
292
- return $io29(input3);
298
+ return $io31(input3);
293
299
  if ("dnaMethylation" === input3.type)
294
- return $io30(input3);
300
+ return $io32(input3);
295
301
  return (() => {
296
302
  if ($io24(input3))
297
303
  return $io24(input3);
298
304
  if ($io1(input3))
299
305
  return $io1(input3);
300
- if ($io32(input3))
301
- return $io32(input3);
302
- if ($io31(input3))
303
- return $io31(input3);
306
+ if ($io26(input3))
307
+ return $io26(input3);
308
+ if ($io25(input3))
309
+ return $io25(input3);
310
+ if ($io34(input3))
311
+ return $io34(input3);
312
+ if ($io33(input3))
313
+ return $io33(input3);
304
314
  return false;
305
315
  })();
306
316
  })();
@@ -327,16 +337,16 @@ var validPercentileRequest = (input) => {
327
337
  })();
328
338
  const $iu11 = (input3) => (() => {
329
339
  if ("gene" === input3.kind)
330
- return $io41(input3);
340
+ return $io43(input3);
331
341
  if ("coord" === input3.kind)
332
- return $io44(input3);
342
+ return $io46(input3);
333
343
  return false;
334
344
  })();
335
345
  const $iu12 = (input3) => (() => {
336
346
  if ("numeric" === input3.memberType)
337
- return $io47(input3);
347
+ return $io49(input3);
338
348
  if ("categorical" === input3.memberType)
339
- return $io52(input3);
349
+ return $io54(input3);
340
350
  return false;
341
351
  })();
342
352
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -371,11 +381,11 @@ var validPercentileRequest = (input) => {
371
381
  value: input3.getpercentile
372
382
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
373
383
  path: _path2 + ".term",
374
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
384
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
375
385
  value: input3.term
376
386
  })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
377
387
  path: _path2 + ".term",
378
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
388
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | 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 | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
379
389
  value: input3.term
380
390
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
381
391
  path: _path2 + ".filter",
@@ -890,11 +900,11 @@ var validPercentileRequest = (input) => {
890
900
  value: input3.value_by_computable_grade
891
901
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
892
902
  path: _path2 + ".term",
893
- 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)',
903
+ 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)',
894
904
  value: input3.term
895
905
  })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
896
906
  path: _path2 + ".term",
897
- 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)',
907
+ 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)',
898
908
  value: input3.term
899
909
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
900
910
  path: _path2 + ".ranges",
@@ -920,7 +930,7 @@ var validPercentileRequest = (input) => {
920
930
  path: _path2 + ".values[" + _index12 + "]",
921
931
  expected: "__type.o5",
922
932
  value: elem
923
- })) && $vo34(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
933
+ })) && $vo36(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
924
934
  path: _path2 + ".values[" + _index12 + "]",
925
935
  expected: "__type.o5",
926
936
  value: elem
@@ -1416,9 +1426,9 @@ var validPercentileRequest = (input) => {
1416
1426
  path: _path2 + ".name",
1417
1427
  expected: "string",
1418
1428
  value: input3.name
1419
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1429
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1420
1430
  path: _path2 + ".type",
1421
- expected: '"metaboliteIntensity"',
1431
+ expected: '"isoformExpression"',
1422
1432
  value: input3.type
1423
1433
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1424
1434
  path: _path2 + ".child_types",
@@ -1484,6 +1494,224 @@ var validPercentileRequest = (input) => {
1484
1494
  path: _path2 + ".unit",
1485
1495
  expected: "(string | undefined)",
1486
1496
  value: input3.unit
1497
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1498
+ path: _path2 + ".bins",
1499
+ expected: "(PresetNumericBins | undefined)",
1500
+ value: input3.bins
1501
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1502
+ path: _path2 + ".bins",
1503
+ expected: "(PresetNumericBins | undefined)",
1504
+ value: input3.bins
1505
+ }), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
1506
+ path: _path2 + ".kind",
1507
+ expected: '("isoform" | undefined)',
1508
+ value: input3.kind
1509
+ }), "string" === typeof input3.isoform || $report(_exceptionable2, {
1510
+ path: _path2 + ".isoform",
1511
+ expected: "string",
1512
+ value: input3.isoform
1513
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1514
+ path: _path2 + ".gene",
1515
+ expected: "(string | undefined)",
1516
+ value: input3.gene
1517
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1518
+ path: _path2 + ".chr",
1519
+ expected: "(string | undefined)",
1520
+ value: input3.chr
1521
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1522
+ path: _path2 + ".start",
1523
+ expected: "(number | undefined)",
1524
+ value: input3.start
1525
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1526
+ path: _path2 + ".stop",
1527
+ expected: "(number | undefined)",
1528
+ value: input3.stop
1529
+ })].every((flag) => flag);
1530
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1531
+ path: _path2 + ".id",
1532
+ expected: "string",
1533
+ value: input3.id
1534
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1535
+ path: _path2 + ".name",
1536
+ expected: "string",
1537
+ value: input3.name
1538
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1539
+ path: _path2 + ".type",
1540
+ expected: '"isoformExpression"',
1541
+ value: input3.type
1542
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1543
+ path: _path2 + ".child_types",
1544
+ expected: "(Array<string> | undefined)",
1545
+ value: input3.child_types
1546
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1547
+ path: _path2 + ".child_types[" + _index20 + "]",
1548
+ expected: "string",
1549
+ value: elem
1550
+ })).every((flag) => flag) || $report(_exceptionable2, {
1551
+ path: _path2 + ".child_types",
1552
+ expected: "(Array<string> | undefined)",
1553
+ value: input3.child_types
1554
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1555
+ path: _path2 + ".hashtmldetail",
1556
+ expected: "(boolean | undefined)",
1557
+ value: input3.hashtmldetail
1558
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1559
+ path: _path2 + ".included_types",
1560
+ expected: "(Array<string> | undefined)",
1561
+ value: input3.included_types
1562
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1563
+ path: _path2 + ".included_types[" + _index21 + "]",
1564
+ expected: "string",
1565
+ value: elem
1566
+ })).every((flag) => flag) || $report(_exceptionable2, {
1567
+ path: _path2 + ".included_types",
1568
+ expected: "(Array<string> | undefined)",
1569
+ value: input3.included_types
1570
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1571
+ path: _path2 + ".isleaf",
1572
+ expected: "(boolean | undefined)",
1573
+ value: input3.isleaf
1574
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1575
+ path: _path2 + ".values",
1576
+ expected: "(TermValues | undefined)",
1577
+ value: input3.values
1578
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1579
+ path: _path2 + ".values",
1580
+ expected: "(TermValues | undefined)",
1581
+ value: input3.values
1582
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1583
+ path: _path2 + ".skipValuesBuild",
1584
+ expected: "(boolean | undefined)",
1585
+ value: input3.skipValuesBuild
1586
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1587
+ path: _path2 + ".valueConversion",
1588
+ expected: "(__type.o1 | undefined)",
1589
+ value: input3.valueConversion
1590
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1591
+ path: _path2 + ".valueConversion",
1592
+ expected: "(__type.o1 | undefined)",
1593
+ value: input3.valueConversion
1594
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1595
+ path: _path2 + ".continuousColorScale",
1596
+ expected: "(__type.o3 | undefined)",
1597
+ value: input3.continuousColorScale
1598
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1599
+ path: _path2 + ".continuousColorScale",
1600
+ expected: "(__type.o3 | undefined)",
1601
+ value: input3.continuousColorScale
1602
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1603
+ path: _path2 + ".unit",
1604
+ expected: "(string | undefined)",
1605
+ value: input3.unit
1606
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1607
+ path: _path2 + ".bins",
1608
+ expected: "(PresetNumericBins | undefined)",
1609
+ value: input3.bins
1610
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1611
+ path: _path2 + ".bins",
1612
+ expected: "(PresetNumericBins | undefined)",
1613
+ value: input3.bins
1614
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1615
+ path: _path2 + ".kind",
1616
+ expected: '("coord" | undefined)',
1617
+ value: input3.kind
1618
+ }), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
1619
+ path: _path2 + ".isoform",
1620
+ expected: "(string | undefined)",
1621
+ value: input3.isoform
1622
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1623
+ path: _path2 + ".gene",
1624
+ expected: "(string | undefined)",
1625
+ value: input3.gene
1626
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1627
+ path: _path2 + ".chr",
1628
+ expected: "string",
1629
+ value: input3.chr
1630
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1631
+ path: _path2 + ".start",
1632
+ expected: "number",
1633
+ value: input3.start
1634
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1635
+ path: _path2 + ".stop",
1636
+ expected: "number",
1637
+ value: input3.stop
1638
+ })].every((flag) => flag);
1639
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1640
+ path: _path2 + ".id",
1641
+ expected: "string",
1642
+ value: input3.id
1643
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1644
+ path: _path2 + ".name",
1645
+ expected: "string",
1646
+ value: input3.name
1647
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1648
+ path: _path2 + ".type",
1649
+ expected: '"metaboliteIntensity"',
1650
+ value: input3.type
1651
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1652
+ path: _path2 + ".child_types",
1653
+ expected: "(Array<string> | undefined)",
1654
+ value: input3.child_types
1655
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1656
+ path: _path2 + ".child_types[" + _index22 + "]",
1657
+ expected: "string",
1658
+ value: elem
1659
+ })).every((flag) => flag) || $report(_exceptionable2, {
1660
+ path: _path2 + ".child_types",
1661
+ expected: "(Array<string> | undefined)",
1662
+ value: input3.child_types
1663
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1664
+ path: _path2 + ".hashtmldetail",
1665
+ expected: "(boolean | undefined)",
1666
+ value: input3.hashtmldetail
1667
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1668
+ path: _path2 + ".included_types",
1669
+ expected: "(Array<string> | undefined)",
1670
+ value: input3.included_types
1671
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1672
+ path: _path2 + ".included_types[" + _index23 + "]",
1673
+ expected: "string",
1674
+ value: elem
1675
+ })).every((flag) => flag) || $report(_exceptionable2, {
1676
+ path: _path2 + ".included_types",
1677
+ expected: "(Array<string> | undefined)",
1678
+ value: input3.included_types
1679
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1680
+ path: _path2 + ".isleaf",
1681
+ expected: "(boolean | undefined)",
1682
+ value: input3.isleaf
1683
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1684
+ path: _path2 + ".values",
1685
+ expected: "(TermValues | undefined)",
1686
+ value: input3.values
1687
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1688
+ path: _path2 + ".values",
1689
+ expected: "(TermValues | undefined)",
1690
+ value: input3.values
1691
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1692
+ path: _path2 + ".skipValuesBuild",
1693
+ expected: "(boolean | undefined)",
1694
+ value: input3.skipValuesBuild
1695
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1696
+ path: _path2 + ".valueConversion",
1697
+ expected: "(__type.o1 | undefined)",
1698
+ value: input3.valueConversion
1699
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1700
+ path: _path2 + ".valueConversion",
1701
+ expected: "(__type.o1 | undefined)",
1702
+ value: input3.valueConversion
1703
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1704
+ path: _path2 + ".continuousColorScale",
1705
+ expected: "(__type.o3 | undefined)",
1706
+ value: input3.continuousColorScale
1707
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1708
+ path: _path2 + ".continuousColorScale",
1709
+ expected: "(__type.o3 | undefined)",
1710
+ value: input3.continuousColorScale
1711
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1712
+ path: _path2 + ".unit",
1713
+ expected: "(string | undefined)",
1714
+ value: input3.unit
1487
1715
  }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1488
1716
  path: _path2 + ".metabolite",
1489
1717
  expected: "string",
@@ -1497,7 +1725,7 @@ var validPercentileRequest = (input) => {
1497
1725
  expected: "(PresetNumericBins | undefined)",
1498
1726
  value: input3.bins
1499
1727
  })].every((flag) => flag);
1500
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1728
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1501
1729
  path: _path2 + ".id",
1502
1730
  expected: "string",
1503
1731
  value: input3.id
@@ -1513,8 +1741,8 @@ var validPercentileRequest = (input) => {
1513
1741
  path: _path2 + ".child_types",
1514
1742
  expected: "(Array<string> | undefined)",
1515
1743
  value: input3.child_types
1516
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1517
- path: _path2 + ".child_types[" + _index20 + "]",
1744
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1745
+ path: _path2 + ".child_types[" + _index24 + "]",
1518
1746
  expected: "string",
1519
1747
  value: elem
1520
1748
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1529,8 +1757,8 @@ var validPercentileRequest = (input) => {
1529
1757
  path: _path2 + ".included_types",
1530
1758
  expected: "(Array<string> | undefined)",
1531
1759
  value: input3.included_types
1532
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1533
- path: _path2 + ".included_types[" + _index21 + "]",
1760
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1761
+ path: _path2 + ".included_types[" + _index25 + "]",
1534
1762
  expected: "string",
1535
1763
  value: elem
1536
1764
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1589,12 +1817,12 @@ var validPercentileRequest = (input) => {
1589
1817
  path: _path2 + ".proteomeDetails",
1590
1818
  expected: "ProteomeDetails",
1591
1819
  value: input3.proteomeDetails
1592
- })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1820
+ })) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1593
1821
  path: _path2 + ".proteomeDetails",
1594
1822
  expected: "ProteomeDetails",
1595
1823
  value: input3.proteomeDetails
1596
1824
  })].every((flag) => flag);
1597
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1825
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1598
1826
  path: _path2 + ".assay",
1599
1827
  expected: "string",
1600
1828
  value: input3.assay
@@ -1603,7 +1831,7 @@ var validPercentileRequest = (input) => {
1603
1831
  expected: "string",
1604
1832
  value: input3.cohort
1605
1833
  })].every((flag) => flag);
1606
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1834
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1607
1835
  path: _path2 + ".id",
1608
1836
  expected: "string",
1609
1837
  value: input3.id
@@ -1619,8 +1847,8 @@ var validPercentileRequest = (input) => {
1619
1847
  path: _path2 + ".child_types",
1620
1848
  expected: "(Array<string> | undefined)",
1621
1849
  value: input3.child_types
1622
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1623
- path: _path2 + ".child_types[" + _index22 + "]",
1850
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1851
+ path: _path2 + ".child_types[" + _index26 + "]",
1624
1852
  expected: "string",
1625
1853
  value: elem
1626
1854
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1635,8 +1863,8 @@ var validPercentileRequest = (input) => {
1635
1863
  path: _path2 + ".included_types",
1636
1864
  expected: "(Array<string> | undefined)",
1637
1865
  value: input3.included_types
1638
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1639
- path: _path2 + ".included_types[" + _index23 + "]",
1866
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1867
+ path: _path2 + ".included_types[" + _index27 + "]",
1640
1868
  expected: "string",
1641
1869
  value: elem
1642
1870
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1688,7 +1916,7 @@ var validPercentileRequest = (input) => {
1688
1916
  expected: "(PresetNumericBins | undefined)",
1689
1917
  value: input3.bins
1690
1918
  })].every((flag) => flag);
1691
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1919
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1692
1920
  path: _path2 + ".id",
1693
1921
  expected: "string",
1694
1922
  value: input3.id
@@ -1704,8 +1932,8 @@ var validPercentileRequest = (input) => {
1704
1932
  path: _path2 + ".child_types",
1705
1933
  expected: "(Array<string> | undefined)",
1706
1934
  value: input3.child_types
1707
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1708
- path: _path2 + ".child_types[" + _index24 + "]",
1935
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1936
+ path: _path2 + ".child_types[" + _index28 + "]",
1709
1937
  expected: "string",
1710
1938
  value: elem
1711
1939
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1720,8 +1948,8 @@ var validPercentileRequest = (input) => {
1720
1948
  path: _path2 + ".included_types",
1721
1949
  expected: "(Array<string> | undefined)",
1722
1950
  value: input3.included_types
1723
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1724
- path: _path2 + ".included_types[" + _index25 + "]",
1951
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1952
+ path: _path2 + ".included_types[" + _index29 + "]",
1725
1953
  expected: "string",
1726
1954
  value: elem
1727
1955
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1768,8 +1996,8 @@ var validPercentileRequest = (input) => {
1768
1996
  path: _path2 + ".genes",
1769
1997
  expected: "(Array<string> | undefined)",
1770
1998
  value: input3.genes
1771
- })) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1772
- path: _path2 + ".genes[" + _index26 + "]",
1999
+ })) && input3.genes.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2000
+ path: _path2 + ".genes[" + _index30 + "]",
1773
2001
  expected: "string",
1774
2002
  value: elem
1775
2003
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1785,7 +2013,7 @@ var validPercentileRequest = (input) => {
1785
2013
  expected: "(PresetNumericBins | undefined)",
1786
2014
  value: input3.bins
1787
2015
  })].every((flag) => flag);
1788
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2016
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1789
2017
  path: _path2 + ".id",
1790
2018
  expected: "string",
1791
2019
  value: input3.id
@@ -1801,8 +2029,8 @@ var validPercentileRequest = (input) => {
1801
2029
  path: _path2 + ".child_types",
1802
2030
  expected: "(Array<string> | undefined)",
1803
2031
  value: input3.child_types
1804
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1805
- path: _path2 + ".child_types[" + _index27 + "]",
2032
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2033
+ path: _path2 + ".child_types[" + _index31 + "]",
1806
2034
  expected: "string",
1807
2035
  value: elem
1808
2036
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1817,8 +2045,8 @@ var validPercentileRequest = (input) => {
1817
2045
  path: _path2 + ".included_types",
1818
2046
  expected: "(Array<string> | undefined)",
1819
2047
  value: input3.included_types
1820
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1821
- path: _path2 + ".included_types[" + _index28 + "]",
2048
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2049
+ path: _path2 + ".included_types[" + _index32 + "]",
1822
2050
  expected: "string",
1823
2051
  value: elem
1824
2052
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1882,7 +2110,7 @@ var validPercentileRequest = (input) => {
1882
2110
  expected: "(PresetNumericBins | undefined)",
1883
2111
  value: input3.bins
1884
2112
  })].every((flag) => flag);
1885
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2113
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1886
2114
  path: _path2 + ".id",
1887
2115
  expected: "string",
1888
2116
  value: input3.id
@@ -1898,8 +2126,8 @@ var validPercentileRequest = (input) => {
1898
2126
  path: _path2 + ".child_types",
1899
2127
  expected: "(Array<string> | undefined)",
1900
2128
  value: input3.child_types
1901
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1902
- path: _path2 + ".child_types[" + _index29 + "]",
2129
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2130
+ path: _path2 + ".child_types[" + _index33 + "]",
1903
2131
  expected: "string",
1904
2132
  value: elem
1905
2133
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1914,8 +2142,8 @@ var validPercentileRequest = (input) => {
1914
2142
  path: _path2 + ".included_types",
1915
2143
  expected: "(Array<string> | undefined)",
1916
2144
  value: input3.included_types
1917
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1918
- path: _path2 + ".included_types[" + _index30 + "]",
2145
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2146
+ path: _path2 + ".included_types[" + _index34 + "]",
1919
2147
  expected: "string",
1920
2148
  value: elem
1921
2149
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1991,7 +2219,7 @@ var validPercentileRequest = (input) => {
1991
2219
  expected: "(number | undefined)",
1992
2220
  value: input3.stop
1993
2221
  })].every((flag) => flag);
1994
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2222
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1995
2223
  path: _path2 + ".id",
1996
2224
  expected: "string",
1997
2225
  value: input3.id
@@ -2007,8 +2235,8 @@ var validPercentileRequest = (input) => {
2007
2235
  path: _path2 + ".child_types",
2008
2236
  expected: "(Array<string> | undefined)",
2009
2237
  value: input3.child_types
2010
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2011
- path: _path2 + ".child_types[" + _index31 + "]",
2238
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2239
+ path: _path2 + ".child_types[" + _index35 + "]",
2012
2240
  expected: "string",
2013
2241
  value: elem
2014
2242
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2023,8 +2251,8 @@ var validPercentileRequest = (input) => {
2023
2251
  path: _path2 + ".included_types",
2024
2252
  expected: "(Array<string> | undefined)",
2025
2253
  value: input3.included_types
2026
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2027
- path: _path2 + ".included_types[" + _index32 + "]",
2254
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2255
+ path: _path2 + ".included_types[" + _index36 + "]",
2028
2256
  expected: "string",
2029
2257
  value: elem
2030
2258
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2100,7 +2328,7 @@ var validPercentileRequest = (input) => {
2100
2328
  expected: "number",
2101
2329
  value: input3.stop
2102
2330
  })].every((flag) => flag);
2103
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2331
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2104
2332
  path: _path2 + ".value",
2105
2333
  expected: "number",
2106
2334
  value: input3.value
@@ -2113,7 +2341,7 @@ var validPercentileRequest = (input) => {
2113
2341
  expected: "(string | undefined)",
2114
2342
  value: input3.name
2115
2343
  })].every((flag) => flag);
2116
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2344
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2117
2345
  path: _path2 + ".key",
2118
2346
  expected: "string",
2119
2347
  value: input3.key
@@ -2130,7 +2358,7 @@ var validPercentileRequest = (input) => {
2130
2358
  expected: "(string | undefined)",
2131
2359
  value: input3.label
2132
2360
  })].every((flag) => flag);
2133
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2361
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2134
2362
  path: _path2 + ".join",
2135
2363
  expected: "(string | undefined)",
2136
2364
  value: input3.join
@@ -2162,7 +2390,7 @@ var validPercentileRequest = (input) => {
2162
2390
  path: _path2 + ".term",
2163
2391
  expected: "ConditionTerm",
2164
2392
  value: input3.term
2165
- })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2393
+ })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2166
2394
  path: _path2 + ".term",
2167
2395
  expected: "ConditionTerm",
2168
2396
  value: input3.term
@@ -2170,12 +2398,12 @@ var validPercentileRequest = (input) => {
2170
2398
  path: _path2 + ".grade_and_child",
2171
2399
  expected: "(Array<GradeAndChildEntry> | undefined)",
2172
2400
  value: input3.grade_and_child
2173
- })) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2174
- path: _path2 + ".grade_and_child[" + _index33 + "]",
2401
+ })) && input3.grade_and_child.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2402
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
2175
2403
  expected: "GradeAndChildEntry",
2176
2404
  value: elem
2177
- })) && $vo37(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2178
- path: _path2 + ".grade_and_child[" + _index33 + "]",
2405
+ })) && $vo39(elem, _path2 + ".grade_and_child[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2406
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
2179
2407
  expected: "GradeAndChildEntry",
2180
2408
  value: elem
2181
2409
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2186,12 +2414,12 @@ var validPercentileRequest = (input) => {
2186
2414
  path: _path2 + ".values",
2187
2415
  expected: "Array<__type>.o2",
2188
2416
  value: input3.values
2189
- })) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2190
- path: _path2 + ".values[" + _index34 + "]",
2417
+ })) && input3.values.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2418
+ path: _path2 + ".values[" + _index38 + "]",
2191
2419
  expected: "__type.o6",
2192
2420
  value: elem
2193
- })) && $vo38(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2194
- path: _path2 + ".values[" + _index34 + "]",
2421
+ })) && $vo40(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2422
+ path: _path2 + ".values[" + _index38 + "]",
2195
2423
  expected: "__type.o6",
2196
2424
  value: elem
2197
2425
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2199,7 +2427,7 @@ var validPercentileRequest = (input) => {
2199
2427
  expected: "Array<__type>.o2",
2200
2428
  value: input3.values
2201
2429
  })].every((flag) => flag);
2202
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2430
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2203
2431
  path: _path2 + ".id",
2204
2432
  expected: "string",
2205
2433
  value: input3.id
@@ -2215,8 +2443,8 @@ var validPercentileRequest = (input) => {
2215
2443
  path: _path2 + ".child_types",
2216
2444
  expected: "(Array<string> | undefined)",
2217
2445
  value: input3.child_types
2218
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2219
- path: _path2 + ".child_types[" + _index35 + "]",
2446
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2447
+ path: _path2 + ".child_types[" + _index39 + "]",
2220
2448
  expected: "string",
2221
2449
  value: elem
2222
2450
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2231,8 +2459,8 @@ var validPercentileRequest = (input) => {
2231
2459
  path: _path2 + ".included_types",
2232
2460
  expected: "(Array<string> | undefined)",
2233
2461
  value: input3.included_types
2234
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2235
- path: _path2 + ".included_types[" + _index36 + "]",
2462
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2463
+ path: _path2 + ".included_types[" + _index40 + "]",
2236
2464
  expected: "string",
2237
2465
  value: elem
2238
2466
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2264,7 +2492,7 @@ var validPercentileRequest = (input) => {
2264
2492
  expected: "(__type.o1 | undefined)",
2265
2493
  value: input3.valueConversion
2266
2494
  })].every((flag) => flag);
2267
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2495
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2268
2496
  path: _path2 + ".grade",
2269
2497
  expected: "number",
2270
2498
  value: input3.grade
@@ -2281,7 +2509,7 @@ var validPercentileRequest = (input) => {
2281
2509
  expected: "string",
2282
2510
  value: input3.child_label
2283
2511
  })].every((flag) => flag);
2284
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2512
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2285
2513
  path: _path2 + ".key",
2286
2514
  expected: "(number | string)",
2287
2515
  value: input3.key
@@ -2299,7 +2527,7 @@ var validPercentileRequest = (input) => {
2299
2527
  return true;
2300
2528
  return true;
2301
2529
  }).every((flag) => flag)].every((flag) => flag);
2302
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2530
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2303
2531
  path: _path2 + ".join",
2304
2532
  expected: "(string | undefined)",
2305
2533
  value: input3.join
@@ -2331,7 +2559,7 @@ var validPercentileRequest = (input) => {
2331
2559
  path: _path2 + ".term",
2332
2560
  expected: "DtTerm",
2333
2561
  value: input3.term
2334
- })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2562
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2335
2563
  path: _path2 + ".term",
2336
2564
  expected: "DtTerm",
2337
2565
  value: input3.term
@@ -2339,12 +2567,12 @@ var validPercentileRequest = (input) => {
2339
2567
  path: _path2 + ".values",
2340
2568
  expected: "Array<GeneVariantValue>",
2341
2569
  value: input3.values
2342
- })) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2343
- path: _path2 + ".values[" + _index37 + "]",
2570
+ })) && input3.values.map((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2571
+ path: _path2 + ".values[" + _index41 + "]",
2344
2572
  expected: "GeneVariantValue",
2345
2573
  value: elem
2346
- })) && $vo45(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2347
- path: _path2 + ".values[" + _index37 + "]",
2574
+ })) && $vo47(elem, _path2 + ".values[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2575
+ path: _path2 + ".values[" + _index41 + "]",
2348
2576
  expected: "GeneVariantValue",
2349
2577
  value: elem
2350
2578
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2392,7 +2620,7 @@ var validPercentileRequest = (input) => {
2392
2620
  expected: "(number | undefined)",
2393
2621
  value: input3.fractionOverlap
2394
2622
  })].every((flag) => flag);
2395
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2623
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2396
2624
  path: _path2 + ".id",
2397
2625
  expected: "string",
2398
2626
  value: input3.id
@@ -2441,7 +2669,7 @@ var validPercentileRequest = (input) => {
2441
2669
  expected: "TermValues",
2442
2670
  value: input3.values
2443
2671
  })].every((flag) => flag);
2444
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2672
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2445
2673
  path: _path2 + ".id",
2446
2674
  expected: "string",
2447
2675
  value: input3.id
@@ -2457,8 +2685,8 @@ var validPercentileRequest = (input) => {
2457
2685
  path: _path2 + ".child_types",
2458
2686
  expected: "(Array<string> | undefined)",
2459
2687
  value: input3.child_types
2460
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2461
- path: _path2 + ".child_types[" + _index38 + "]",
2688
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2689
+ path: _path2 + ".child_types[" + _index42 + "]",
2462
2690
  expected: "string",
2463
2691
  value: elem
2464
2692
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2473,8 +2701,8 @@ var validPercentileRequest = (input) => {
2473
2701
  path: _path2 + ".included_types",
2474
2702
  expected: "(Array<string> | undefined)",
2475
2703
  value: input3.included_types
2476
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2477
- path: _path2 + ".included_types[" + _index39 + "]",
2704
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2705
+ path: _path2 + ".included_types[" + _index43 + "]",
2478
2706
  expected: "string",
2479
2707
  value: elem
2480
2708
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2529,12 +2757,12 @@ var validPercentileRequest = (input) => {
2529
2757
  path: _path2 + ".genes",
2530
2758
  expected: "Array<GvGeneTerm>",
2531
2759
  value: input3.genes
2532
- })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2533
- path: _path2 + ".genes[" + _index40 + "]",
2760
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2761
+ path: _path2 + ".genes[" + _index44 + "]",
2534
2762
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2535
2763
  value: elem
2536
- })) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2537
- path: _path2 + ".genes[" + _index40 + "]",
2764
+ })) && $vu3(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2765
+ path: _path2 + ".genes[" + _index44 + "]",
2538
2766
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2539
2767
  value: elem
2540
2768
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2553,12 +2781,12 @@ var validPercentileRequest = (input) => {
2553
2781
  path: _path2 + ".childTerms",
2554
2782
  expected: "(Array<DtTerm> | undefined)",
2555
2783
  value: input3.childTerms
2556
- })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2557
- path: _path2 + ".childTerms[" + _index41 + "]",
2784
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2785
+ path: _path2 + ".childTerms[" + _index45 + "]",
2558
2786
  expected: "DtTerm",
2559
2787
  value: elem
2560
- })) && $vo40(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2561
- path: _path2 + ".childTerms[" + _index41 + "]",
2788
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2789
+ path: _path2 + ".childTerms[" + _index45 + "]",
2562
2790
  expected: "DtTerm",
2563
2791
  value: elem
2564
2792
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2566,7 +2794,7 @@ var validPercentileRequest = (input) => {
2566
2794
  expected: "(Array<DtTerm> | undefined)",
2567
2795
  value: input3.childTerms
2568
2796
  })].every((flag) => flag);
2569
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2797
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2570
2798
  path: _path2 + ".id",
2571
2799
  expected: "string",
2572
2800
  value: input3.id
@@ -2582,8 +2810,8 @@ var validPercentileRequest = (input) => {
2582
2810
  path: _path2 + ".child_types",
2583
2811
  expected: "(Array<string> | undefined)",
2584
2812
  value: input3.child_types
2585
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2586
- path: _path2 + ".child_types[" + _index42 + "]",
2813
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2814
+ path: _path2 + ".child_types[" + _index46 + "]",
2587
2815
  expected: "string",
2588
2816
  value: elem
2589
2817
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2598,8 +2826,8 @@ var validPercentileRequest = (input) => {
2598
2826
  path: _path2 + ".included_types",
2599
2827
  expected: "(Array<string> | undefined)",
2600
2828
  value: input3.included_types
2601
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2602
- path: _path2 + ".included_types[" + _index43 + "]",
2829
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2830
+ path: _path2 + ".included_types[" + _index47 + "]",
2603
2831
  expected: "string",
2604
2832
  value: elem
2605
2833
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2651,7 +2879,7 @@ var validPercentileRequest = (input) => {
2651
2879
  expected: "(number | undefined)",
2652
2880
  value: input3.stop
2653
2881
  })].every((flag) => flag);
2654
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2882
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2655
2883
  path: _path2 + ".id",
2656
2884
  expected: "string",
2657
2885
  value: input3.id
@@ -2667,8 +2895,8 @@ var validPercentileRequest = (input) => {
2667
2895
  path: _path2 + ".child_types",
2668
2896
  expected: "(Array<string> | undefined)",
2669
2897
  value: input3.child_types
2670
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2671
- path: _path2 + ".child_types[" + _index44 + "]",
2898
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2899
+ path: _path2 + ".child_types[" + _index48 + "]",
2672
2900
  expected: "string",
2673
2901
  value: elem
2674
2902
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2683,8 +2911,8 @@ var validPercentileRequest = (input) => {
2683
2911
  path: _path2 + ".included_types",
2684
2912
  expected: "(Array<string> | undefined)",
2685
2913
  value: input3.included_types
2686
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2687
- path: _path2 + ".included_types[" + _index45 + "]",
2914
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2915
+ path: _path2 + ".included_types[" + _index49 + "]",
2688
2916
  expected: "string",
2689
2917
  value: elem
2690
2918
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2732,7 +2960,7 @@ var validPercentileRequest = (input) => {
2732
2960
  expected: "number",
2733
2961
  value: input3.stop
2734
2962
  })].every((flag) => flag);
2735
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2963
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2736
2964
  path: _path2 + ".id",
2737
2965
  expected: "string",
2738
2966
  value: input3.id
@@ -2748,8 +2976,8 @@ var validPercentileRequest = (input) => {
2748
2976
  path: _path2 + ".child_types",
2749
2977
  expected: "(Array<string> | undefined)",
2750
2978
  value: input3.child_types
2751
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2752
- path: _path2 + ".child_types[" + _index46 + "]",
2979
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2980
+ path: _path2 + ".child_types[" + _index50 + "]",
2753
2981
  expected: "string",
2754
2982
  value: elem
2755
2983
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2764,8 +2992,8 @@ var validPercentileRequest = (input) => {
2764
2992
  path: _path2 + ".included_types",
2765
2993
  expected: "(Array<string> | undefined)",
2766
2994
  value: input3.included_types
2767
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2768
- path: _path2 + ".included_types[" + _index47 + "]",
2995
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2996
+ path: _path2 + ".included_types[" + _index51 + "]",
2769
2997
  expected: "string",
2770
2998
  value: elem
2771
2999
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2816,12 +3044,12 @@ var validPercentileRequest = (input) => {
2816
3044
  path: _path2 + ".genes",
2817
3045
  expected: "Array<GvGeneTerm>",
2818
3046
  value: input3.genes
2819
- })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2820
- path: _path2 + ".genes[" + _index48 + "]",
3047
+ })) && input3.genes.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3048
+ path: _path2 + ".genes[" + _index52 + "]",
2821
3049
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2822
3050
  value: elem
2823
- })) && $vu3(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2824
- path: _path2 + ".genes[" + _index48 + "]",
3051
+ })) && $vu3(elem, _path2 + ".genes[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
3052
+ path: _path2 + ".genes[" + _index52 + "]",
2825
3053
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2826
3054
  value: elem
2827
3055
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2840,12 +3068,12 @@ var validPercentileRequest = (input) => {
2840
3068
  path: _path2 + ".childTerms",
2841
3069
  expected: "(Array<DtTerm> | undefined)",
2842
3070
  value: input3.childTerms
2843
- })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2844
- path: _path2 + ".childTerms[" + _index49 + "]",
3071
+ })) && input3.childTerms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3072
+ path: _path2 + ".childTerms[" + _index53 + "]",
2845
3073
  expected: "DtTerm",
2846
3074
  value: elem
2847
- })) && $vo40(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2848
- path: _path2 + ".childTerms[" + _index49 + "]",
3075
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3076
+ path: _path2 + ".childTerms[" + _index53 + "]",
2849
3077
  expected: "DtTerm",
2850
3078
  value: elem
2851
3079
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2853,7 +3081,7 @@ var validPercentileRequest = (input) => {
2853
3081
  expected: "(Array<DtTerm> | undefined)",
2854
3082
  value: input3.childTerms
2855
3083
  })].every((flag) => flag);
2856
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3084
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2857
3085
  path: _path2 + ".key",
2858
3086
  expected: "(string | undefined)",
2859
3087
  value: input3.key
@@ -2873,8 +3101,8 @@ var validPercentileRequest = (input) => {
2873
3101
  path: _path2 + ".mclasslst",
2874
3102
  expected: "(Array<string> | undefined)",
2875
3103
  value: input3.mclasslst
2876
- })) && input3.mclasslst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2877
- path: _path2 + ".mclasslst[" + _index50 + "]",
3104
+ })) && input3.mclasslst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3105
+ path: _path2 + ".mclasslst[" + _index54 + "]",
2878
3106
  expected: "string",
2879
3107
  value: elem
2880
3108
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2885,8 +3113,8 @@ var validPercentileRequest = (input) => {
2885
3113
  path: _path2 + ".mclassExcludeLst",
2886
3114
  expected: "(Array<string> | undefined)",
2887
3115
  value: input3.mclassExcludeLst
2888
- })) && input3.mclassExcludeLst.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2889
- path: _path2 + ".mclassExcludeLst[" + _index51 + "]",
3116
+ })) && input3.mclassExcludeLst.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3117
+ path: _path2 + ".mclassExcludeLst[" + _index55 + "]",
2890
3118
  expected: "string",
2891
3119
  value: elem
2892
3120
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2898,7 +3126,7 @@ var validPercentileRequest = (input) => {
2898
3126
  expected: "(string | undefined)",
2899
3127
  value: input3.origin
2900
3128
  })].every((flag) => flag);
2901
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3129
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2902
3130
  path: _path2 + ".join",
2903
3131
  expected: "(string | undefined)",
2904
3132
  value: input3.join
@@ -2939,7 +3167,7 @@ var validPercentileRequest = (input) => {
2939
3167
  expected: "number",
2940
3168
  value: input3.ratio
2941
3169
  })].every((flag) => flag);
2942
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3170
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2943
3171
  path: _path2 + ".id",
2944
3172
  expected: "string",
2945
3173
  value: input3.id
@@ -2955,8 +3183,8 @@ var validPercentileRequest = (input) => {
2955
3183
  path: _path2 + ".child_types",
2956
3184
  expected: "(Array<string> | undefined)",
2957
3185
  value: input3.child_types
2958
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2959
- path: _path2 + ".child_types[" + _index52 + "]",
3186
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3187
+ path: _path2 + ".child_types[" + _index56 + "]",
2960
3188
  expected: "string",
2961
3189
  value: elem
2962
3190
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2971,8 +3199,8 @@ var validPercentileRequest = (input) => {
2971
3199
  path: _path2 + ".included_types",
2972
3200
  expected: "(Array<string> | undefined)",
2973
3201
  value: input3.included_types
2974
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2975
- path: _path2 + ".included_types[" + _index53 + "]",
3202
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3203
+ path: _path2 + ".included_types[" + _index57 + "]",
2976
3204
  expected: "string",
2977
3205
  value: elem
2978
3206
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3007,8 +3235,8 @@ var validPercentileRequest = (input) => {
3007
3235
  path: _path2 + ".termIds",
3008
3236
  expected: "(Array<string> | undefined)",
3009
3237
  value: input3.termIds
3010
- })) && input3.termIds.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3011
- path: _path2 + ".termIds[" + _index54 + "]",
3238
+ })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3239
+ path: _path2 + ".termIds[" + _index58 + "]",
3012
3240
  expected: "string",
3013
3241
  value: elem
3014
3242
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3019,12 +3247,12 @@ var validPercentileRequest = (input) => {
3019
3247
  path: _path2 + ".termlst",
3020
3248
  expected: "Array<BaseTerm>",
3021
3249
  value: input3.termlst
3022
- })) && input3.termlst.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3023
- path: _path2 + ".termlst[" + _index55 + "]",
3250
+ })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3251
+ path: _path2 + ".termlst[" + _index59 + "]",
3024
3252
  expected: "BaseTerm",
3025
3253
  value: elem
3026
- })) && $vo48(elem, _path2 + ".termlst[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3027
- path: _path2 + ".termlst[" + _index55 + "]",
3254
+ })) && $vo50(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3255
+ path: _path2 + ".termlst[" + _index59 + "]",
3028
3256
  expected: "BaseTerm",
3029
3257
  value: elem
3030
3258
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3039,7 +3267,7 @@ var validPercentileRequest = (input) => {
3039
3267
  path: _path2 + ".propsByTermId",
3040
3268
  expected: "__type.o7",
3041
3269
  value: input3.propsByTermId
3042
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3270
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3043
3271
  path: _path2 + ".propsByTermId",
3044
3272
  expected: "__type.o7",
3045
3273
  value: input3.propsByTermId
@@ -3051,8 +3279,8 @@ var validPercentileRequest = (input) => {
3051
3279
  path: _path2 + ".numerators",
3052
3280
  expected: "(Array<string> | undefined)",
3053
3281
  value: input3.numerators
3054
- })) && input3.numerators.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3055
- path: _path2 + ".numerators[" + _index56 + "]",
3282
+ })) && input3.numerators.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3283
+ path: _path2 + ".numerators[" + _index60 + "]",
3056
3284
  expected: "string",
3057
3285
  value: elem
3058
3286
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3063,12 +3291,12 @@ var validPercentileRequest = (input) => {
3063
3291
  path: _path2 + ".valueTransform",
3064
3292
  expected: "(__type.o9 | undefined)",
3065
3293
  value: input3.valueTransform
3066
- })) && $vo51(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3294
+ })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3067
3295
  path: _path2 + ".valueTransform",
3068
3296
  expected: "(__type.o9 | undefined)",
3069
3297
  value: input3.valueTransform
3070
3298
  })].every((flag) => flag);
3071
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3299
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3072
3300
  path: _path2 + ".id",
3073
3301
  expected: "string",
3074
3302
  value: input3.id
@@ -3084,8 +3312,8 @@ var validPercentileRequest = (input) => {
3084
3312
  path: _path2 + ".child_types",
3085
3313
  expected: "(Array<string> | undefined)",
3086
3314
  value: input3.child_types
3087
- })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3088
- path: _path2 + ".child_types[" + _index57 + "]",
3315
+ })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3316
+ path: _path2 + ".child_types[" + _index61 + "]",
3089
3317
  expected: "string",
3090
3318
  value: elem
3091
3319
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3100,8 +3328,8 @@ var validPercentileRequest = (input) => {
3100
3328
  path: _path2 + ".included_types",
3101
3329
  expected: "(Array<string> | undefined)",
3102
3330
  value: input3.included_types
3103
- })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3104
- path: _path2 + ".included_types[" + _index58 + "]",
3331
+ })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3332
+ path: _path2 + ".included_types[" + _index62 + "]",
3105
3333
  expected: "string",
3106
3334
  value: elem
3107
3335
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3133,7 +3361,7 @@ var validPercentileRequest = (input) => {
3133
3361
  expected: "(__type.o1 | undefined)",
3134
3362
  value: input3.valueConversion
3135
3363
  })].every((flag) => flag);
3136
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3364
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3137
3365
  const value = input3[key];
3138
3366
  if (void 0 === value)
3139
3367
  return true;
@@ -3142,14 +3370,14 @@ var validPercentileRequest = (input) => {
3142
3370
  path: _path2 + $join(key),
3143
3371
  expected: "__type.o8",
3144
3372
  value
3145
- })) && $vo50(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3373
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3146
3374
  path: _path2 + $join(key),
3147
3375
  expected: "__type.o8",
3148
3376
  value
3149
3377
  });
3150
3378
  return true;
3151
3379
  }).every((flag) => flag)].every((flag) => flag);
3152
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3380
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3153
3381
  const value = input3[key];
3154
3382
  if (void 0 === value)
3155
3383
  return true;
@@ -3157,12 +3385,12 @@ var validPercentileRequest = (input) => {
3157
3385
  return true;
3158
3386
  return true;
3159
3387
  }).every((flag) => flag)].every((flag) => flag);
3160
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3388
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3161
3389
  path: _path2 + ".offset",
3162
3390
  expected: "(number | undefined)",
3163
3391
  value: input3.offset
3164
3392
  })].every((flag) => flag);
3165
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3393
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3166
3394
  path: _path2 + ".id",
3167
3395
  expected: "string",
3168
3396
  value: input3.id
@@ -3178,8 +3406,8 @@ var validPercentileRequest = (input) => {
3178
3406
  path: _path2 + ".child_types",
3179
3407
  expected: "(Array<string> | undefined)",
3180
3408
  value: input3.child_types
3181
- })) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3182
- path: _path2 + ".child_types[" + _index59 + "]",
3409
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3410
+ path: _path2 + ".child_types[" + _index63 + "]",
3183
3411
  expected: "string",
3184
3412
  value: elem
3185
3413
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3194,8 +3422,8 @@ var validPercentileRequest = (input) => {
3194
3422
  path: _path2 + ".included_types",
3195
3423
  expected: "(Array<string> | undefined)",
3196
3424
  value: input3.included_types
3197
- })) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3198
- path: _path2 + ".included_types[" + _index60 + "]",
3425
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3426
+ path: _path2 + ".included_types[" + _index64 + "]",
3199
3427
  expected: "string",
3200
3428
  value: elem
3201
3429
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3230,8 +3458,8 @@ var validPercentileRequest = (input) => {
3230
3458
  path: _path2 + ".termIds",
3231
3459
  expected: "(Array<string> | undefined)",
3232
3460
  value: input3.termIds
3233
- })) && input3.termIds.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3234
- path: _path2 + ".termIds[" + _index61 + "]",
3461
+ })) && input3.termIds.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3462
+ path: _path2 + ".termIds[" + _index65 + "]",
3235
3463
  expected: "string",
3236
3464
  value: elem
3237
3465
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3242,12 +3470,12 @@ var validPercentileRequest = (input) => {
3242
3470
  path: _path2 + ".termlst",
3243
3471
  expected: "Array<BaseTerm>",
3244
3472
  value: input3.termlst
3245
- })) && input3.termlst.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3246
- path: _path2 + ".termlst[" + _index62 + "]",
3473
+ })) && input3.termlst.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3474
+ path: _path2 + ".termlst[" + _index66 + "]",
3247
3475
  expected: "BaseTerm",
3248
3476
  value: elem
3249
- })) && $vo48(elem, _path2 + ".termlst[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3250
- path: _path2 + ".termlst[" + _index62 + "]",
3477
+ })) && $vo50(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3478
+ path: _path2 + ".termlst[" + _index66 + "]",
3251
3479
  expected: "BaseTerm",
3252
3480
  value: elem
3253
3481
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3262,7 +3490,7 @@ var validPercentileRequest = (input) => {
3262
3490
  path: _path2 + ".propsByTermId",
3263
3491
  expected: "__type.o7",
3264
3492
  value: input3.propsByTermId
3265
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3493
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3266
3494
  path: _path2 + ".propsByTermId",
3267
3495
  expected: "__type.o7",
3268
3496
  value: input3.propsByTermId
@@ -3274,12 +3502,12 @@ var validPercentileRequest = (input) => {
3274
3502
  path: _path2 + ".categoryKeys",
3275
3503
  expected: "Array<CategoryKey>",
3276
3504
  value: input3.categoryKeys
3277
- })) && input3.categoryKeys.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3278
- path: _path2 + ".categoryKeys[" + _index63 + "]",
3505
+ })) && input3.categoryKeys.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3506
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3279
3507
  expected: "CategoryKey",
3280
3508
  value: elem
3281
- })) && $vo53(elem, _path2 + ".categoryKeys[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
3282
- path: _path2 + ".categoryKeys[" + _index63 + "]",
3509
+ })) && $vo55(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3510
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3283
3511
  expected: "CategoryKey",
3284
3512
  value: elem
3285
3513
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3287,7 +3515,7 @@ var validPercentileRequest = (input) => {
3287
3515
  expected: "Array<CategoryKey>",
3288
3516
  value: input3.categoryKeys
3289
3517
  })].every((flag) => flag);
3290
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3518
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3291
3519
  path: _path2 + ".key",
3292
3520
  expected: "string",
3293
3521
  value: input3.key
@@ -3296,7 +3524,7 @@ var validPercentileRequest = (input) => {
3296
3524
  expected: "boolean",
3297
3525
  value: input3.shown
3298
3526
  })].every((flag) => flag);
3299
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3527
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3300
3528
  path: _path2 + ".id",
3301
3529
  expected: "string",
3302
3530
  value: input3.id
@@ -3312,8 +3540,8 @@ var validPercentileRequest = (input) => {
3312
3540
  path: _path2 + ".child_types",
3313
3541
  expected: "(Array<string> | undefined)",
3314
3542
  value: input3.child_types
3315
- })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3316
- path: _path2 + ".child_types[" + _index64 + "]",
3543
+ })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3544
+ path: _path2 + ".child_types[" + _index68 + "]",
3317
3545
  expected: "string",
3318
3546
  value: elem
3319
3547
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3328,8 +3556,8 @@ var validPercentileRequest = (input) => {
3328
3556
  path: _path2 + ".included_types",
3329
3557
  expected: "(Array<string> | undefined)",
3330
3558
  value: input3.included_types
3331
- })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3332
- path: _path2 + ".included_types[" + _index65 + "]",
3559
+ })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3560
+ path: _path2 + ".included_types[" + _index69 + "]",
3333
3561
  expected: "string",
3334
3562
  value: elem
3335
3563
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3384,12 +3612,12 @@ var validPercentileRequest = (input) => {
3384
3612
  path: _path2 + ".genes",
3385
3613
  expected: "Array<GvGeneTerm>",
3386
3614
  value: input3.genes
3387
- })) && input3.genes.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3388
- path: _path2 + ".genes[" + _index66 + "]",
3615
+ })) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3616
+ path: _path2 + ".genes[" + _index70 + "]",
3389
3617
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3390
3618
  value: elem
3391
- })) && $vu3(elem, _path2 + ".genes[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3392
- path: _path2 + ".genes[" + _index66 + "]",
3619
+ })) && $vu3(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
3620
+ path: _path2 + ".genes[" + _index70 + "]",
3393
3621
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3394
3622
  value: elem
3395
3623
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3408,12 +3636,12 @@ var validPercentileRequest = (input) => {
3408
3636
  path: _path2 + ".childTerms",
3409
3637
  expected: "Array<DtTerm>",
3410
3638
  value: input3.childTerms
3411
- })) && input3.childTerms.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3412
- path: _path2 + ".childTerms[" + _index67 + "]",
3639
+ })) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3640
+ path: _path2 + ".childTerms[" + _index71 + "]",
3413
3641
  expected: "DtTerm",
3414
3642
  value: elem
3415
- })) && $vo40(elem, _path2 + ".childTerms[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3416
- path: _path2 + ".childTerms[" + _index67 + "]",
3643
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
3644
+ path: _path2 + ".childTerms[" + _index71 + "]",
3417
3645
  expected: "DtTerm",
3418
3646
  value: elem
3419
3647
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3421,7 +3649,7 @@ var validPercentileRequest = (input) => {
3421
3649
  expected: "Array<DtTerm>",
3422
3650
  value: input3.childTerms
3423
3651
  })].every((flag) => flag);
3424
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3652
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3425
3653
  path: _path2 + ".id",
3426
3654
  expected: "string",
3427
3655
  value: input3.id
@@ -3437,8 +3665,8 @@ var validPercentileRequest = (input) => {
3437
3665
  path: _path2 + ".child_types",
3438
3666
  expected: "(Array<string> | undefined)",
3439
3667
  value: input3.child_types
3440
- })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3441
- path: _path2 + ".child_types[" + _index68 + "]",
3668
+ })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
3669
+ path: _path2 + ".child_types[" + _index72 + "]",
3442
3670
  expected: "string",
3443
3671
  value: elem
3444
3672
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3453,8 +3681,8 @@ var validPercentileRequest = (input) => {
3453
3681
  path: _path2 + ".included_types",
3454
3682
  expected: "(Array<string> | undefined)",
3455
3683
  value: input3.included_types
3456
- })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3457
- path: _path2 + ".included_types[" + _index69 + "]",
3684
+ })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
3685
+ path: _path2 + ".included_types[" + _index73 + "]",
3458
3686
  expected: "string",
3459
3687
  value: elem
3460
3688
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3505,12 +3733,12 @@ var validPercentileRequest = (input) => {
3505
3733
  path: _path2 + ".genes",
3506
3734
  expected: "Array<GvGeneTerm>",
3507
3735
  value: input3.genes
3508
- })) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3509
- path: _path2 + ".genes[" + _index70 + "]",
3736
+ })) && input3.genes.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3737
+ path: _path2 + ".genes[" + _index74 + "]",
3510
3738
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3511
3739
  value: elem
3512
- })) && $vu3(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
3513
- path: _path2 + ".genes[" + _index70 + "]",
3740
+ })) && $vu3(elem, _path2 + ".genes[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
3741
+ path: _path2 + ".genes[" + _index74 + "]",
3514
3742
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3515
3743
  value: elem
3516
3744
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3529,12 +3757,12 @@ var validPercentileRequest = (input) => {
3529
3757
  path: _path2 + ".childTerms",
3530
3758
  expected: "Array<DtTerm>",
3531
3759
  value: input3.childTerms
3532
- })) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3533
- path: _path2 + ".childTerms[" + _index71 + "]",
3760
+ })) && input3.childTerms.map((elem, _index75) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3761
+ path: _path2 + ".childTerms[" + _index75 + "]",
3534
3762
  expected: "DtTerm",
3535
3763
  value: elem
3536
- })) && $vo40(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
3537
- path: _path2 + ".childTerms[" + _index71 + "]",
3764
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index75 + "]", _exceptionable2) || $report(_exceptionable2, {
3765
+ path: _path2 + ".childTerms[" + _index75 + "]",
3538
3766
  expected: "DtTerm",
3539
3767
  value: elem
3540
3768
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3542,7 +3770,7 @@ var validPercentileRequest = (input) => {
3542
3770
  expected: "Array<DtTerm>",
3543
3771
  value: input3.childTerms
3544
3772
  })].every((flag) => flag);
3545
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3773
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3546
3774
  path: _path2 + ".id",
3547
3775
  expected: "string",
3548
3776
  value: input3.id
@@ -3558,8 +3786,8 @@ var validPercentileRequest = (input) => {
3558
3786
  path: _path2 + ".child_types",
3559
3787
  expected: "(Array<string> | undefined)",
3560
3788
  value: input3.child_types
3561
- })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
3562
- path: _path2 + ".child_types[" + _index72 + "]",
3789
+ })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
3790
+ path: _path2 + ".child_types[" + _index76 + "]",
3563
3791
  expected: "string",
3564
3792
  value: elem
3565
3793
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3574,8 +3802,8 @@ var validPercentileRequest = (input) => {
3574
3802
  path: _path2 + ".included_types",
3575
3803
  expected: "(Array<string> | undefined)",
3576
3804
  value: input3.included_types
3577
- })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
3578
- path: _path2 + ".included_types[" + _index73 + "]",
3805
+ })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
3806
+ path: _path2 + ".included_types[" + _index77 + "]",
3579
3807
  expected: "string",
3580
3808
  value: elem
3581
3809
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3631,7 +3859,7 @@ var validPercentileRequest = (input) => {
3631
3859
  expected: "(PresetNumericBins | undefined)",
3632
3860
  value: input3.bins
3633
3861
  })].every((flag) => flag);
3634
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3862
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3635
3863
  path: _path2 + ".id",
3636
3864
  expected: "string",
3637
3865
  value: input3.id
@@ -3647,8 +3875,8 @@ var validPercentileRequest = (input) => {
3647
3875
  path: _path2 + ".child_types",
3648
3876
  expected: "(Array<string> | undefined)",
3649
3877
  value: input3.child_types
3650
- })) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
3651
- path: _path2 + ".child_types[" + _index74 + "]",
3878
+ })) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
3879
+ path: _path2 + ".child_types[" + _index78 + "]",
3652
3880
  expected: "string",
3653
3881
  value: elem
3654
3882
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3663,8 +3891,8 @@ var validPercentileRequest = (input) => {
3663
3891
  path: _path2 + ".included_types",
3664
3892
  expected: "(Array<string> | undefined)",
3665
3893
  value: input3.included_types
3666
- })) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
3667
- path: _path2 + ".included_types[" + _index75 + "]",
3894
+ })) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
3895
+ path: _path2 + ".included_types[" + _index79 + "]",
3668
3896
  expected: "string",
3669
3897
  value: elem
3670
3898
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3723,12 +3951,12 @@ var validPercentileRequest = (input) => {
3723
3951
  path: _path2 + ".proteomeDetails",
3724
3952
  expected: "ProteomeDetails",
3725
3953
  value: input3.proteomeDetails
3726
- })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
3954
+ })) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
3727
3955
  path: _path2 + ".proteomeDetails",
3728
3956
  expected: "ProteomeDetails",
3729
3957
  value: input3.proteomeDetails
3730
3958
  })].every((flag) => flag);
3731
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3959
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3732
3960
  path: _path2 + ".id",
3733
3961
  expected: "string",
3734
3962
  value: input3.id
@@ -3744,8 +3972,8 @@ var validPercentileRequest = (input) => {
3744
3972
  path: _path2 + ".child_types",
3745
3973
  expected: "(Array<string> | undefined)",
3746
3974
  value: input3.child_types
3747
- })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
3748
- path: _path2 + ".child_types[" + _index76 + "]",
3975
+ })) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
3976
+ path: _path2 + ".child_types[" + _index80 + "]",
3749
3977
  expected: "string",
3750
3978
  value: elem
3751
3979
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3760,8 +3988,8 @@ var validPercentileRequest = (input) => {
3760
3988
  path: _path2 + ".included_types",
3761
3989
  expected: "(Array<string> | undefined)",
3762
3990
  value: input3.included_types
3763
- })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
3764
- path: _path2 + ".included_types[" + _index77 + "]",
3991
+ })) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
3992
+ path: _path2 + ".included_types[" + _index81 + "]",
3765
3993
  expected: "string",
3766
3994
  value: elem
3767
3995
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3801,7 +4029,7 @@ var validPercentileRequest = (input) => {
3801
4029
  expected: "TermGroupSetting",
3802
4030
  value: input3.groupsetting
3803
4031
  })].every((flag) => flag);
3804
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4032
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3805
4033
  path: _path2 + ".id",
3806
4034
  expected: "string",
3807
4035
  value: input3.id
@@ -3817,8 +4045,8 @@ var validPercentileRequest = (input) => {
3817
4045
  path: _path2 + ".child_types",
3818
4046
  expected: "(Array<string> | undefined)",
3819
4047
  value: input3.child_types
3820
- })) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
3821
- path: _path2 + ".child_types[" + _index78 + "]",
4048
+ })) && input3.child_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
4049
+ path: _path2 + ".child_types[" + _index82 + "]",
3822
4050
  expected: "string",
3823
4051
  value: elem
3824
4052
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3833,8 +4061,8 @@ var validPercentileRequest = (input) => {
3833
4061
  path: _path2 + ".included_types",
3834
4062
  expected: "(Array<string> | undefined)",
3835
4063
  value: input3.included_types
3836
- })) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
3837
- path: _path2 + ".included_types[" + _index79 + "]",
4064
+ })) && input3.included_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
4065
+ path: _path2 + ".included_types[" + _index83 + "]",
3838
4066
  expected: "string",
3839
4067
  value: elem
3840
4068
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3885,8 +4113,8 @@ var validPercentileRequest = (input) => {
3885
4113
  path: _path2 + ".alt",
3886
4114
  expected: "Array<string>",
3887
4115
  value: input3.alt
3888
- })) && input3.alt.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
3889
- path: _path2 + ".alt[" + _index80 + "]",
4116
+ })) && input3.alt.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
4117
+ path: _path2 + ".alt[" + _index84 + "]",
3890
4118
  expected: "string",
3891
4119
  value: elem
3892
4120
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3902,7 +4130,7 @@ var validPercentileRequest = (input) => {
3902
4130
  expected: "TermGroupSetting",
3903
4131
  value: input3.groupsetting
3904
4132
  })].every((flag) => flag);
3905
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4133
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3906
4134
  path: _path2 + ".id",
3907
4135
  expected: "string",
3908
4136
  value: input3.id
@@ -3918,8 +4146,8 @@ var validPercentileRequest = (input) => {
3918
4146
  path: _path2 + ".child_types",
3919
4147
  expected: "(Array<string> | undefined)",
3920
4148
  value: input3.child_types
3921
- })) && input3.child_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
3922
- path: _path2 + ".child_types[" + _index81 + "]",
4149
+ })) && input3.child_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
4150
+ path: _path2 + ".child_types[" + _index85 + "]",
3923
4151
  expected: "string",
3924
4152
  value: elem
3925
4153
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3934,8 +4162,8 @@ var validPercentileRequest = (input) => {
3934
4162
  path: _path2 + ".included_types",
3935
4163
  expected: "(Array<string> | undefined)",
3936
4164
  value: input3.included_types
3937
- })) && input3.included_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
3938
- path: _path2 + ".included_types[" + _index82 + "]",
4165
+ })) && input3.included_types.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
4166
+ path: _path2 + ".included_types[" + _index86 + "]",
3939
4167
  expected: "string",
3940
4168
  value: elem
3941
4169
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3970,7 +4198,7 @@ var validPercentileRequest = (input) => {
3970
4198
  path: _path2 + ".sample",
3971
4199
  expected: "object",
3972
4200
  value: input3.sample
3973
- })) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
4201
+ })) && $vo63(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3974
4202
  path: _path2 + ".sample",
3975
4203
  expected: "object",
3976
4204
  value: input3.sample
@@ -3987,8 +4215,8 @@ var validPercentileRequest = (input) => {
3987
4215
  expected: "TermGroupSetting",
3988
4216
  value: input3.groupsetting
3989
4217
  })].every((flag) => flag);
3990
- const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
3991
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4218
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => true;
4219
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3992
4220
  path: _path2 + ".id",
3993
4221
  expected: "string",
3994
4222
  value: input3.id
@@ -4004,8 +4232,8 @@ var validPercentileRequest = (input) => {
4004
4232
  path: _path2 + ".child_types",
4005
4233
  expected: "(Array<string> | undefined)",
4006
4234
  value: input3.child_types
4007
- })) && input3.child_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
4008
- path: _path2 + ".child_types[" + _index83 + "]",
4235
+ })) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
4236
+ path: _path2 + ".child_types[" + _index87 + "]",
4009
4237
  expected: "string",
4010
4238
  value: elem
4011
4239
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4020,8 +4248,8 @@ var validPercentileRequest = (input) => {
4020
4248
  path: _path2 + ".included_types",
4021
4249
  expected: "(Array<string> | undefined)",
4022
4250
  value: input3.included_types
4023
- })) && input3.included_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
4024
- path: _path2 + ".included_types[" + _index84 + "]",
4251
+ })) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
4252
+ path: _path2 + ".included_types[" + _index88 + "]",
4025
4253
  expected: "string",
4026
4254
  value: elem
4027
4255
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4073,7 +4301,7 @@ var validPercentileRequest = (input) => {
4073
4301
  expected: "PresetNumericBins",
4074
4302
  value: input3.bins
4075
4303
  })].every((flag) => flag);
4076
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4304
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4077
4305
  path: _path2 + ".id",
4078
4306
  expected: "string",
4079
4307
  value: input3.id
@@ -4089,8 +4317,8 @@ var validPercentileRequest = (input) => {
4089
4317
  path: _path2 + ".child_types",
4090
4318
  expected: "(Array<string> | undefined)",
4091
4319
  value: input3.child_types
4092
- })) && input3.child_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
4093
- path: _path2 + ".child_types[" + _index85 + "]",
4320
+ })) && input3.child_types.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
4321
+ path: _path2 + ".child_types[" + _index89 + "]",
4094
4322
  expected: "string",
4095
4323
  value: elem
4096
4324
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4105,8 +4333,8 @@ var validPercentileRequest = (input) => {
4105
4333
  path: _path2 + ".included_types",
4106
4334
  expected: "(Array<string> | undefined)",
4107
4335
  value: input3.included_types
4108
- })) && input3.included_types.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
4109
- path: _path2 + ".included_types[" + _index86 + "]",
4336
+ })) && input3.included_types.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
4337
+ path: _path2 + ".included_types[" + _index90 + "]",
4110
4338
  expected: "string",
4111
4339
  value: elem
4112
4340
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4158,7 +4386,7 @@ var validPercentileRequest = (input) => {
4158
4386
  expected: "(PresetNumericBins | undefined)",
4159
4387
  value: input3.bins
4160
4388
  })].every((flag) => flag);
4161
- const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4389
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4162
4390
  path: _path2 + ".id",
4163
4391
  expected: "string",
4164
4392
  value: input3.id
@@ -4174,8 +4402,8 @@ var validPercentileRequest = (input) => {
4174
4402
  path: _path2 + ".child_types",
4175
4403
  expected: "(Array<string> | undefined)",
4176
4404
  value: input3.child_types
4177
- })) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
4178
- path: _path2 + ".child_types[" + _index87 + "]",
4405
+ })) && input3.child_types.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
4406
+ path: _path2 + ".child_types[" + _index91 + "]",
4179
4407
  expected: "string",
4180
4408
  value: elem
4181
4409
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4190,8 +4418,8 @@ var validPercentileRequest = (input) => {
4190
4418
  path: _path2 + ".included_types",
4191
4419
  expected: "(Array<string> | undefined)",
4192
4420
  value: input3.included_types
4193
- })) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
4194
- path: _path2 + ".included_types[" + _index88 + "]",
4421
+ })) && input3.included_types.map((elem, _index92) => "string" === typeof elem || $report(_exceptionable2, {
4422
+ path: _path2 + ".included_types[" + _index92 + "]",
4195
4423
  expected: "string",
4196
4424
  value: elem
4197
4425
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4238,8 +4466,8 @@ var validPercentileRequest = (input) => {
4238
4466
  path: _path2 + ".genes",
4239
4467
  expected: "(Array<string> | undefined)",
4240
4468
  value: input3.genes
4241
- })) && input3.genes.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
4242
- path: _path2 + ".genes[" + _index89 + "]",
4469
+ })) && input3.genes.map((elem, _index93) => "string" === typeof elem || $report(_exceptionable2, {
4470
+ path: _path2 + ".genes[" + _index93 + "]",
4243
4471
  expected: "string",
4244
4472
  value: elem
4245
4473
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4255,7 +4483,7 @@ var validPercentileRequest = (input) => {
4255
4483
  expected: "(PresetNumericBins | undefined)",
4256
4484
  value: input3.bins
4257
4485
  })].every((flag) => flag);
4258
- const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4486
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4259
4487
  path: _path2 + ".id",
4260
4488
  expected: "string",
4261
4489
  value: input3.id
@@ -4271,8 +4499,8 @@ var validPercentileRequest = (input) => {
4271
4499
  path: _path2 + ".child_types",
4272
4500
  expected: "(Array<string> | undefined)",
4273
4501
  value: input3.child_types
4274
- })) && input3.child_types.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
4275
- path: _path2 + ".child_types[" + _index90 + "]",
4502
+ })) && input3.child_types.map((elem, _index94) => "string" === typeof elem || $report(_exceptionable2, {
4503
+ path: _path2 + ".child_types[" + _index94 + "]",
4276
4504
  expected: "string",
4277
4505
  value: elem
4278
4506
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4287,8 +4515,8 @@ var validPercentileRequest = (input) => {
4287
4515
  path: _path2 + ".included_types",
4288
4516
  expected: "(Array<string> | undefined)",
4289
4517
  value: input3.included_types
4290
- })) && input3.included_types.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
4291
- path: _path2 + ".included_types[" + _index91 + "]",
4518
+ })) && input3.included_types.map((elem, _index95) => "string" === typeof elem || $report(_exceptionable2, {
4519
+ path: _path2 + ".included_types[" + _index95 + "]",
4292
4520
  expected: "string",
4293
4521
  value: elem
4294
4522
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4352,7 +4580,7 @@ var validPercentileRequest = (input) => {
4352
4580
  expected: "(PresetNumericBins | undefined)",
4353
4581
  value: input3.bins
4354
4582
  })].every((flag) => flag);
4355
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4583
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4356
4584
  path: _path2 + ".id",
4357
4585
  expected: "string",
4358
4586
  value: input3.id
@@ -4368,8 +4596,8 @@ var validPercentileRequest = (input) => {
4368
4596
  path: _path2 + ".child_types",
4369
4597
  expected: "(Array<string> | undefined)",
4370
4598
  value: input3.child_types
4371
- })) && input3.child_types.map((elem, _index92) => "string" === typeof elem || $report(_exceptionable2, {
4372
- path: _path2 + ".child_types[" + _index92 + "]",
4599
+ })) && input3.child_types.map((elem, _index96) => "string" === typeof elem || $report(_exceptionable2, {
4600
+ path: _path2 + ".child_types[" + _index96 + "]",
4373
4601
  expected: "string",
4374
4602
  value: elem
4375
4603
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4384,8 +4612,8 @@ var validPercentileRequest = (input) => {
4384
4612
  path: _path2 + ".included_types",
4385
4613
  expected: "(Array<string> | undefined)",
4386
4614
  value: input3.included_types
4387
- })) && input3.included_types.map((elem, _index93) => "string" === typeof elem || $report(_exceptionable2, {
4388
- path: _path2 + ".included_types[" + _index93 + "]",
4615
+ })) && input3.included_types.map((elem, _index97) => "string" === typeof elem || $report(_exceptionable2, {
4616
+ path: _path2 + ".included_types[" + _index97 + "]",
4389
4617
  expected: "string",
4390
4618
  value: elem
4391
4619
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4417,7 +4645,7 @@ var validPercentileRequest = (input) => {
4417
4645
  expected: "(__type.o1 | undefined)",
4418
4646
  value: input3.valueConversion
4419
4647
  })].every((flag) => flag);
4420
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4648
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4421
4649
  path: _path2 + ".id",
4422
4650
  expected: "string",
4423
4651
  value: input3.id
@@ -4433,8 +4661,8 @@ var validPercentileRequest = (input) => {
4433
4661
  path: _path2 + ".child_types",
4434
4662
  expected: "(Array<string> | undefined)",
4435
4663
  value: input3.child_types
4436
- })) && input3.child_types.map((elem, _index94) => "string" === typeof elem || $report(_exceptionable2, {
4437
- path: _path2 + ".child_types[" + _index94 + "]",
4664
+ })) && input3.child_types.map((elem, _index98) => "string" === typeof elem || $report(_exceptionable2, {
4665
+ path: _path2 + ".child_types[" + _index98 + "]",
4438
4666
  expected: "string",
4439
4667
  value: elem
4440
4668
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4449,8 +4677,8 @@ var validPercentileRequest = (input) => {
4449
4677
  path: _path2 + ".included_types",
4450
4678
  expected: "(Array<string> | undefined)",
4451
4679
  value: input3.included_types
4452
- })) && input3.included_types.map((elem, _index95) => "string" === typeof elem || $report(_exceptionable2, {
4453
- path: _path2 + ".included_types[" + _index95 + "]",
4680
+ })) && input3.included_types.map((elem, _index99) => "string" === typeof elem || $report(_exceptionable2, {
4681
+ path: _path2 + ".included_types[" + _index99 + "]",
4454
4682
  expected: "string",
4455
4683
  value: elem
4456
4684
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4485,8 +4713,8 @@ var validPercentileRequest = (input) => {
4485
4713
  path: _path2 + ".termIds",
4486
4714
  expected: "(Array<string> | undefined)",
4487
4715
  value: input3.termIds
4488
- })) && input3.termIds.map((elem, _index96) => "string" === typeof elem || $report(_exceptionable2, {
4489
- path: _path2 + ".termIds[" + _index96 + "]",
4716
+ })) && input3.termIds.map((elem, _index100) => "string" === typeof elem || $report(_exceptionable2, {
4717
+ path: _path2 + ".termIds[" + _index100 + "]",
4490
4718
  expected: "string",
4491
4719
  value: elem
4492
4720
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4497,12 +4725,12 @@ var validPercentileRequest = (input) => {
4497
4725
  path: _path2 + ".termlst",
4498
4726
  expected: "Array<BaseTerm>",
4499
4727
  value: input3.termlst
4500
- })) && input3.termlst.map((elem, _index97) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4501
- path: _path2 + ".termlst[" + _index97 + "]",
4728
+ })) && input3.termlst.map((elem, _index101) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4729
+ path: _path2 + ".termlst[" + _index101 + "]",
4502
4730
  expected: "BaseTerm",
4503
4731
  value: elem
4504
- })) && $vo48(elem, _path2 + ".termlst[" + _index97 + "]", _exceptionable2) || $report(_exceptionable2, {
4505
- path: _path2 + ".termlst[" + _index97 + "]",
4732
+ })) && $vo50(elem, _path2 + ".termlst[" + _index101 + "]", _exceptionable2) || $report(_exceptionable2, {
4733
+ path: _path2 + ".termlst[" + _index101 + "]",
4506
4734
  expected: "BaseTerm",
4507
4735
  value: elem
4508
4736
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4517,7 +4745,7 @@ var validPercentileRequest = (input) => {
4517
4745
  path: _path2 + ".propsByTermId",
4518
4746
  expected: "__type.o7",
4519
4747
  value: input3.propsByTermId
4520
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
4748
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
4521
4749
  path: _path2 + ".propsByTermId",
4522
4750
  expected: "__type.o7",
4523
4751
  value: input3.propsByTermId
@@ -4529,8 +4757,8 @@ var validPercentileRequest = (input) => {
4529
4757
  path: _path2 + ".numerators",
4530
4758
  expected: "(Array<string> | undefined)",
4531
4759
  value: input3.numerators
4532
- })) && input3.numerators.map((elem, _index98) => "string" === typeof elem || $report(_exceptionable2, {
4533
- path: _path2 + ".numerators[" + _index98 + "]",
4760
+ })) && input3.numerators.map((elem, _index102) => "string" === typeof elem || $report(_exceptionable2, {
4761
+ path: _path2 + ".numerators[" + _index102 + "]",
4534
4762
  expected: "string",
4535
4763
  value: elem
4536
4764
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4541,12 +4769,12 @@ var validPercentileRequest = (input) => {
4541
4769
  path: _path2 + ".valueTransform",
4542
4770
  expected: "(__type.o9 | undefined)",
4543
4771
  value: input3.valueTransform
4544
- })) && $vo51(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
4772
+ })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
4545
4773
  path: _path2 + ".valueTransform",
4546
4774
  expected: "(__type.o9 | undefined)",
4547
4775
  value: input3.valueTransform
4548
4776
  })].every((flag) => flag);
4549
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4777
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4550
4778
  path: _path2 + ".id",
4551
4779
  expected: "string",
4552
4780
  value: input3.id
@@ -4562,8 +4790,8 @@ var validPercentileRequest = (input) => {
4562
4790
  path: _path2 + ".child_types",
4563
4791
  expected: "(Array<string> | undefined)",
4564
4792
  value: input3.child_types
4565
- })) && input3.child_types.map((elem, _index99) => "string" === typeof elem || $report(_exceptionable2, {
4566
- path: _path2 + ".child_types[" + _index99 + "]",
4793
+ })) && input3.child_types.map((elem, _index103) => "string" === typeof elem || $report(_exceptionable2, {
4794
+ path: _path2 + ".child_types[" + _index103 + "]",
4567
4795
  expected: "string",
4568
4796
  value: elem
4569
4797
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4578,8 +4806,8 @@ var validPercentileRequest = (input) => {
4578
4806
  path: _path2 + ".included_types",
4579
4807
  expected: "(Array<string> | undefined)",
4580
4808
  value: input3.included_types
4581
- })) && input3.included_types.map((elem, _index100) => "string" === typeof elem || $report(_exceptionable2, {
4582
- path: _path2 + ".included_types[" + _index100 + "]",
4809
+ })) && input3.included_types.map((elem, _index104) => "string" === typeof elem || $report(_exceptionable2, {
4810
+ path: _path2 + ".included_types[" + _index104 + "]",
4583
4811
  expected: "string",
4584
4812
  value: elem
4585
4813
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4614,8 +4842,8 @@ var validPercentileRequest = (input) => {
4614
4842
  path: _path2 + ".termIds",
4615
4843
  expected: "(Array<string> | undefined)",
4616
4844
  value: input3.termIds
4617
- })) && input3.termIds.map((elem, _index101) => "string" === typeof elem || $report(_exceptionable2, {
4618
- path: _path2 + ".termIds[" + _index101 + "]",
4845
+ })) && input3.termIds.map((elem, _index105) => "string" === typeof elem || $report(_exceptionable2, {
4846
+ path: _path2 + ".termIds[" + _index105 + "]",
4619
4847
  expected: "string",
4620
4848
  value: elem
4621
4849
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4626,12 +4854,12 @@ var validPercentileRequest = (input) => {
4626
4854
  path: _path2 + ".termlst",
4627
4855
  expected: "Array<BaseTerm>",
4628
4856
  value: input3.termlst
4629
- })) && input3.termlst.map((elem, _index102) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4630
- path: _path2 + ".termlst[" + _index102 + "]",
4857
+ })) && input3.termlst.map((elem, _index106) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4858
+ path: _path2 + ".termlst[" + _index106 + "]",
4631
4859
  expected: "BaseTerm",
4632
4860
  value: elem
4633
- })) && $vo48(elem, _path2 + ".termlst[" + _index102 + "]", _exceptionable2) || $report(_exceptionable2, {
4634
- path: _path2 + ".termlst[" + _index102 + "]",
4861
+ })) && $vo50(elem, _path2 + ".termlst[" + _index106 + "]", _exceptionable2) || $report(_exceptionable2, {
4862
+ path: _path2 + ".termlst[" + _index106 + "]",
4635
4863
  expected: "BaseTerm",
4636
4864
  value: elem
4637
4865
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4646,7 +4874,7 @@ var validPercentileRequest = (input) => {
4646
4874
  path: _path2 + ".propsByTermId",
4647
4875
  expected: "__type.o7",
4648
4876
  value: input3.propsByTermId
4649
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
4877
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
4650
4878
  path: _path2 + ".propsByTermId",
4651
4879
  expected: "__type.o7",
4652
4880
  value: input3.propsByTermId
@@ -4658,12 +4886,12 @@ var validPercentileRequest = (input) => {
4658
4886
  path: _path2 + ".categoryKeys",
4659
4887
  expected: "Array<CategoryKey>",
4660
4888
  value: input3.categoryKeys
4661
- })) && input3.categoryKeys.map((elem, _index103) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4662
- path: _path2 + ".categoryKeys[" + _index103 + "]",
4889
+ })) && input3.categoryKeys.map((elem, _index107) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4890
+ path: _path2 + ".categoryKeys[" + _index107 + "]",
4663
4891
  expected: "CategoryKey",
4664
4892
  value: elem
4665
- })) && $vo53(elem, _path2 + ".categoryKeys[" + _index103 + "]", _exceptionable2) || $report(_exceptionable2, {
4666
- path: _path2 + ".categoryKeys[" + _index103 + "]",
4893
+ })) && $vo55(elem, _path2 + ".categoryKeys[" + _index107 + "]", _exceptionable2) || $report(_exceptionable2, {
4894
+ path: _path2 + ".categoryKeys[" + _index107 + "]",
4667
4895
  expected: "CategoryKey",
4668
4896
  value: elem
4669
4897
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4671,7 +4899,7 @@ var validPercentileRequest = (input) => {
4671
4899
  expected: "Array<CategoryKey>",
4672
4900
  value: input3.categoryKeys
4673
4901
  })].every((flag) => flag);
4674
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4902
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4675
4903
  path: _path2 + ".id",
4676
4904
  expected: "string",
4677
4905
  value: input3.id
@@ -4687,8 +4915,8 @@ var validPercentileRequest = (input) => {
4687
4915
  path: _path2 + ".child_types",
4688
4916
  expected: "(Array<string> | undefined)",
4689
4917
  value: input3.child_types
4690
- })) && input3.child_types.map((elem, _index104) => "string" === typeof elem || $report(_exceptionable2, {
4691
- path: _path2 + ".child_types[" + _index104 + "]",
4918
+ })) && input3.child_types.map((elem, _index108) => "string" === typeof elem || $report(_exceptionable2, {
4919
+ path: _path2 + ".child_types[" + _index108 + "]",
4692
4920
  expected: "string",
4693
4921
  value: elem
4694
4922
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4703,8 +4931,8 @@ var validPercentileRequest = (input) => {
4703
4931
  path: _path2 + ".included_types",
4704
4932
  expected: "(Array<string> | undefined)",
4705
4933
  value: input3.included_types
4706
- })) && input3.included_types.map((elem, _index105) => "string" === typeof elem || $report(_exceptionable2, {
4707
- path: _path2 + ".included_types[" + _index105 + "]",
4934
+ })) && input3.included_types.map((elem, _index109) => "string" === typeof elem || $report(_exceptionable2, {
4935
+ path: _path2 + ".included_types[" + _index109 + "]",
4708
4936
  expected: "string",
4709
4937
  value: elem
4710
4938
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4743,12 +4971,12 @@ var validPercentileRequest = (input) => {
4743
4971
  path: _path2 + ".snps",
4744
4972
  expected: "(Array<SnpsEntry> | undefined)",
4745
4973
  value: input3.snps
4746
- })) && input3.snps.map((elem, _index106) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4747
- path: _path2 + ".snps[" + _index106 + "]",
4974
+ })) && input3.snps.map((elem, _index110) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4975
+ path: _path2 + ".snps[" + _index110 + "]",
4748
4976
  expected: "SnpsEntry",
4749
4977
  value: elem
4750
- })) && $vo70(elem, _path2 + ".snps[" + _index106 + "]", _exceptionable2) || $report(_exceptionable2, {
4751
- path: _path2 + ".snps[" + _index106 + "]",
4978
+ })) && $vo72(elem, _path2 + ".snps[" + _index110 + "]", _exceptionable2) || $report(_exceptionable2, {
4979
+ path: _path2 + ".snps[" + _index110 + "]",
4752
4980
  expected: "SnpsEntry",
4753
4981
  value: elem
4754
4982
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4756,12 +4984,12 @@ var validPercentileRequest = (input) => {
4756
4984
  expected: "(Array<SnpsEntry> | undefined)",
4757
4985
  value: input3.snps
4758
4986
  })].every((flag) => flag);
4759
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4987
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4760
4988
  path: _path2 + ".altAlleles",
4761
4989
  expected: "(Array<string> | undefined)",
4762
4990
  value: input3.altAlleles
4763
- })) && input3.altAlleles.map((elem, _index107) => "string" === typeof elem || $report(_exceptionable2, {
4764
- path: _path2 + ".altAlleles[" + _index107 + "]",
4991
+ })) && input3.altAlleles.map((elem, _index111) => "string" === typeof elem || $report(_exceptionable2, {
4992
+ path: _path2 + ".altAlleles[" + _index111 + "]",
4765
4993
  expected: "string",
4766
4994
  value: elem
4767
4995
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4772,12 +5000,12 @@ var validPercentileRequest = (input) => {
4772
5000
  path: _path2 + ".alleles",
4773
5001
  expected: "(Array<AllelesEntry> | undefined)",
4774
5002
  value: input3.alleles
4775
- })) && input3.alleles.map((elem, _index108) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4776
- path: _path2 + ".alleles[" + _index108 + "]",
5003
+ })) && input3.alleles.map((elem, _index112) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5004
+ path: _path2 + ".alleles[" + _index112 + "]",
4777
5005
  expected: "AllelesEntry",
4778
5006
  value: elem
4779
- })) && $vo71(elem, _path2 + ".alleles[" + _index108 + "]", _exceptionable2) || $report(_exceptionable2, {
4780
- path: _path2 + ".alleles[" + _index108 + "]",
5007
+ })) && $vo73(elem, _path2 + ".alleles[" + _index112 + "]", _exceptionable2) || $report(_exceptionable2, {
5008
+ path: _path2 + ".alleles[" + _index112 + "]",
4781
5009
  expected: "AllelesEntry",
4782
5010
  value: elem
4783
5011
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4792,7 +5020,7 @@ var validPercentileRequest = (input) => {
4792
5020
  path: _path2 + ".gt2count",
4793
5021
  expected: "(__type.o10 | undefined)",
4794
5022
  value: input3.gt2count
4795
- })) && $vo72(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5023
+ })) && $vo74(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4796
5024
  path: _path2 + ".gt2count",
4797
5025
  expected: "(__type.o10 | undefined)",
4798
5026
  value: input3.gt2count
@@ -4821,7 +5049,7 @@ var validPercentileRequest = (input) => {
4821
5049
  expected: "(number | undefined)",
4822
5050
  value: input3.pos
4823
5051
  })].every((flag) => flag);
4824
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5052
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4825
5053
  path: _path2 + ".allele",
4826
5054
  expected: "string",
4827
5055
  value: input3.allele
@@ -4834,7 +5062,7 @@ var validPercentileRequest = (input) => {
4834
5062
  expected: "boolean",
4835
5063
  value: input3.isRef
4836
5064
  })].every((flag) => flag);
4837
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5065
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4838
5066
  path: _path2 + ".k",
4839
5067
  expected: "string",
4840
5068
  value: input3.k
@@ -4843,7 +5071,7 @@ var validPercentileRequest = (input) => {
4843
5071
  expected: "(number | string)",
4844
5072
  value: input3.v
4845
5073
  })].every((flag) => flag);
4846
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5074
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4847
5075
  path: _path2 + ".id",
4848
5076
  expected: "string",
4849
5077
  value: input3.id
@@ -4859,8 +5087,8 @@ var validPercentileRequest = (input) => {
4859
5087
  path: _path2 + ".child_types",
4860
5088
  expected: "(Array<string> | undefined)",
4861
5089
  value: input3.child_types
4862
- })) && input3.child_types.map((elem, _index109) => "string" === typeof elem || $report(_exceptionable2, {
4863
- path: _path2 + ".child_types[" + _index109 + "]",
5090
+ })) && input3.child_types.map((elem, _index113) => "string" === typeof elem || $report(_exceptionable2, {
5091
+ path: _path2 + ".child_types[" + _index113 + "]",
4864
5092
  expected: "string",
4865
5093
  value: elem
4866
5094
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4875,8 +5103,8 @@ var validPercentileRequest = (input) => {
4875
5103
  path: _path2 + ".included_types",
4876
5104
  expected: "(Array<string> | undefined)",
4877
5105
  value: input3.included_types
4878
- })) && input3.included_types.map((elem, _index110) => "string" === typeof elem || $report(_exceptionable2, {
4879
- path: _path2 + ".included_types[" + _index110 + "]",
5106
+ })) && input3.included_types.map((elem, _index114) => "string" === typeof elem || $report(_exceptionable2, {
5107
+ path: _path2 + ".included_types[" + _index114 + "]",
4880
5108
  expected: "string",
4881
5109
  value: elem
4882
5110
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4891,7 +5119,7 @@ var validPercentileRequest = (input) => {
4891
5119
  path: _path2 + ".values",
4892
5120
  expected: "(TermValues & SampleLstTermValues | undefined)",
4893
5121
  value: input3.values
4894
- })) && $vo74(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5122
+ })) && $vo76(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4895
5123
  path: _path2 + ".values",
4896
5124
  expected: "(TermValues & SampleLstTermValues | undefined)",
4897
5125
  value: input3.values
@@ -4908,7 +5136,7 @@ var validPercentileRequest = (input) => {
4908
5136
  expected: "(__type.o1 | undefined)",
4909
5137
  value: input3.valueConversion
4910
5138
  })].every((flag) => flag);
4911
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
5139
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
4912
5140
  const value = input3[key];
4913
5141
  if (void 0 === value)
4914
5142
  return true;
@@ -4917,7 +5145,7 @@ var validPercentileRequest = (input) => {
4917
5145
  path: _path2 + $join(key),
4918
5146
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
4919
5147
  value
4920
- })) && $vo75(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
5148
+ })) && $vo77(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
4921
5149
  path: _path2 + $join(key),
4922
5150
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
4923
5151
  value
@@ -4927,14 +5155,14 @@ var validPercentileRequest = (input) => {
4927
5155
  path: _path2 + $join(key),
4928
5156
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
4929
5157
  value
4930
- })) && $vo75(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
5158
+ })) && $vo77(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
4931
5159
  path: _path2 + $join(key),
4932
5160
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
4933
5161
  value
4934
5162
  });
4935
5163
  return true;
4936
5164
  }).every((flag) => flag)].every((flag) => flag);
4937
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
5165
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
4938
5166
  path: _path2 + ".key",
4939
5167
  expected: "(string | undefined)",
4940
5168
  value: input3.key
@@ -4978,12 +5206,12 @@ var validPercentileRequest = (input) => {
4978
5206
  path: _path2 + ".list",
4979
5207
  expected: "Array<__type>.o3",
4980
5208
  value: input3.list
4981
- })) && input3.list.map((elem, _index111) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4982
- path: _path2 + ".list[" + _index111 + "]",
5209
+ })) && input3.list.map((elem, _index115) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5210
+ path: _path2 + ".list[" + _index115 + "]",
4983
5211
  expected: "__type.o11",
4984
5212
  value: elem
4985
- })) && $vo76(elem, _path2 + ".list[" + _index111 + "]", _exceptionable2) || $report(_exceptionable2, {
4986
- path: _path2 + ".list[" + _index111 + "]",
5213
+ })) && $vo78(elem, _path2 + ".list[" + _index115 + "]", _exceptionable2) || $report(_exceptionable2, {
5214
+ path: _path2 + ".list[" + _index115 + "]",
4987
5215
  expected: "__type.o11",
4988
5216
  value: elem
4989
5217
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4991,7 +5219,7 @@ var validPercentileRequest = (input) => {
4991
5219
  expected: "Array<__type>.o3",
4992
5220
  value: input3.list
4993
5221
  }), true].every((flag) => flag);
4994
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
5222
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
4995
5223
  path: _path2 + ".sampleId",
4996
5224
  expected: "string",
4997
5225
  value: input3.sampleId
@@ -5028,14 +5256,14 @@ var validPercentileRequest = (input) => {
5028
5256
  if (true === input3.stopunbounded)
5029
5257
  return $vo22(input3, _path2, _exceptionable2);
5030
5258
  if (void 0 !== input3.value)
5031
- return $vo33(input3, _path2, _exceptionable2);
5259
+ return $vo35(input3, _path2, _exceptionable2);
5032
5260
  return $vo21(input3, _path2, _exceptionable2);
5033
5261
  })();
5034
5262
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5035
5263
  if ("gene" === input3.kind)
5036
- return $vo42(input3, _path2, _exceptionable2);
5264
+ return $vo44(input3, _path2, _exceptionable2);
5037
5265
  if ("coord" === input3.kind)
5038
- return $vo43(input3, _path2, _exceptionable2);
5266
+ return $vo45(input3, _path2, _exceptionable2);
5039
5267
  return $report(_exceptionable2, {
5040
5268
  path: _path2,
5041
5269
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5051,52 +5279,52 @@ var validPercentileRequest = (input) => {
5051
5279
  })();
5052
5280
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5053
5281
  if ("metaboliteIntensity" === input3.type)
5054
- return $vo56(input3, _path2, _exceptionable2);
5282
+ return $vo58(input3, _path2, _exceptionable2);
5055
5283
  if ("proteomeAbundance" === input3.type)
5056
- return $vo57(input3, _path2, _exceptionable2);
5284
+ return $vo59(input3, _path2, _exceptionable2);
5057
5285
  if ("categorical" === input3.type)
5058
- return $vo58(input3, _path2, _exceptionable2);
5286
+ return $vo60(input3, _path2, _exceptionable2);
5059
5287
  if ("snp" === input3.type)
5060
- return $vo59(input3, _path2, _exceptionable2);
5288
+ return $vo61(input3, _path2, _exceptionable2);
5061
5289
  if ("singleCellCellType" === input3.type)
5062
- return $vo60(input3, _path2, _exceptionable2);
5290
+ return $vo62(input3, _path2, _exceptionable2);
5063
5291
  if ("date" === input3.type)
5064
- return $vo63(input3, _path2, _exceptionable2);
5292
+ return $vo65(input3, _path2, _exceptionable2);
5065
5293
  if ("integer" === input3.type || "float" === input3.type)
5066
- return $vo62(input3, _path2, _exceptionable2);
5067
- if ("ssGSEA" === input3.type)
5068
5294
  return $vo64(input3, _path2, _exceptionable2);
5295
+ if ("ssGSEA" === input3.type)
5296
+ return $vo66(input3, _path2, _exceptionable2);
5069
5297
  if ("dnaMethylation" === input3.type)
5070
- return $vo65(input3, _path2, _exceptionable2);
5298
+ return $vo67(input3, _path2, _exceptionable2);
5071
5299
  if ("condition" === input3.type)
5072
- return $vo66(input3, _path2, _exceptionable2);
5300
+ return $vo68(input3, _path2, _exceptionable2);
5073
5301
  if ("numeric" === input3.memberType)
5074
- return $vo67(input3, _path2, _exceptionable2);
5302
+ return $vo69(input3, _path2, _exceptionable2);
5075
5303
  if ("categorical" === input3.memberType)
5076
- return $vo68(input3, _path2, _exceptionable2);
5077
- return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false) || $vo54(input3, _path2, false) || $vo55(input3, _path2, false) || $vo69(input3, _path2, false) || $vo73(input3, _path2, false);
5304
+ return $vo70(input3, _path2, _exceptionable2);
5305
+ return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false) || $vo56(input3, _path2, false) || $vo57(input3, _path2, false) || $vo71(input3, _path2, false) || $vo75(input3, _path2, false);
5078
5306
  })();
5079
5307
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5080
5308
  if (void 0 !== input3.ranges)
5081
5309
  return $vo14(input3, _path2, _exceptionable2);
5082
5310
  if (void 0 !== input3.ratio)
5083
- return $vo46(input3, _path2, _exceptionable2);
5084
- return $vo6(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
5311
+ return $vo48(input3, _path2, _exceptionable2);
5312
+ return $vo6(input3, _path2, false) || $vo37(input3, _path2, false) || $vo41(input3, _path2, false);
5085
5313
  })();
5086
5314
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5087
5315
  if ("integer" === input3.type || "float" === input3.type)
5088
5316
  return $vo15(input3, _path2, _exceptionable2);
5089
5317
  if ("metaboliteIntensity" === input3.type)
5090
- return $vo25(input3, _path2, _exceptionable2);
5318
+ return $vo27(input3, _path2, _exceptionable2);
5091
5319
  if ("proteomeAbundance" === input3.type)
5092
- return $vo26(input3, _path2, _exceptionable2);
5093
- if ("date" === input3.type)
5094
5320
  return $vo28(input3, _path2, _exceptionable2);
5321
+ if ("date" === input3.type)
5322
+ return $vo30(input3, _path2, _exceptionable2);
5095
5323
  if ("ssGSEA" === input3.type)
5096
- return $vo29(input3, _path2, _exceptionable2);
5324
+ return $vo31(input3, _path2, _exceptionable2);
5097
5325
  if ("dnaMethylation" === input3.type)
5098
- return $vo30(input3, _path2, _exceptionable2);
5099
- return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false);
5326
+ return $vo32(input3, _path2, _exceptionable2);
5327
+ return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false);
5100
5328
  })();
5101
5329
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5102
5330
  if ("regular-bin" === input3.type)
@@ -5133,9 +5361,9 @@ var validPercentileRequest = (input) => {
5133
5361
  })();
5134
5362
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5135
5363
  if ("gene" === input3.kind)
5136
- return $vo41(input3, _path2, _exceptionable2);
5364
+ return $vo43(input3, _path2, _exceptionable2);
5137
5365
  if ("coord" === input3.kind)
5138
- return $vo44(input3, _path2, _exceptionable2);
5366
+ return $vo46(input3, _path2, _exceptionable2);
5139
5367
  return $report(_exceptionable2, {
5140
5368
  path: _path2,
5141
5369
  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; })',
@@ -5144,9 +5372,9 @@ var validPercentileRequest = (input) => {
5144
5372
  })();
5145
5373
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5146
5374
  if ("numeric" === input3.memberType)
5147
- return $vo47(input3, _path2, _exceptionable2);
5375
+ return $vo49(input3, _path2, _exceptionable2);
5148
5376
  if ("categorical" === input3.memberType)
5149
- return $vo52(input3, _path2, _exceptionable2);
5377
+ return $vo54(input3, _path2, _exceptionable2);
5150
5378
  return $report(_exceptionable2, {
5151
5379
  path: _path2,
5152
5380
  expected: "(NumericTermCollection | CategoricalTermCollection)",