@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
@@ -46,7 +46,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
46
46
  const $io12 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io13(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
47
47
  const $io13 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
48
48
  const $io14 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io3(input3.filter)) && "string" === typeof input3.color;
49
- const $io15 = (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 && $iu6(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)));
49
+ const $io15 = (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 && $iu6(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 && $io38(elem)));
50
50
  const $io16 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins));
51
51
  const $io17 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
52
52
  const $io18 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(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);
@@ -65,19 +65,21 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
65
65
  const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io20(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);
66
66
  const $io25 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
67
67
  const $io26 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(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;
68
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
69
- const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
70
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins));
71
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
72
- const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
73
- const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
74
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
75
- const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
76
- const $io36 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
77
- const $io37 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io38(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
78
- const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion));
79
- const $io39 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
80
- const $io40 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
68
+ const $io27 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(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);
69
+ const $io28 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(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;
70
+ const $io29 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
71
+ const $io30 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
72
+ const $io32 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins));
73
+ const $io33 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
74
+ const $io34 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
75
+ const $io35 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(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);
76
+ const $io36 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
77
+ const $io37 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
78
+ const $io38 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
79
+ 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)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
80
+ const $io40 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion));
81
+ const $io41 = (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;
82
+ const $io42 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
81
83
  if (["key", "label"].some((prop) => key === prop))
82
84
  return true;
83
85
  const value = input3[key];
@@ -87,25 +89,25 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
87
89
  return true;
88
90
  return true;
89
91
  });
90
- const $io41 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io47(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
91
- const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values));
92
- const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(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 && $io10(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
93
- const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
94
- const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
95
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(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 && $io10(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
96
- const $io47 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
97
- const $io48 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && "number" === typeof input3.ratio;
98
- const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
99
- const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion));
100
- const $io51 = (input3) => Object.keys(input3).every((key) => {
92
+ const $io43 = (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 && $io44(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io49(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);
93
+ const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values));
94
+ const $io45 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(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 && $io10(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io44(elem)));
95
+ const $io46 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(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);
96
+ const $io47 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
97
+ const $io48 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(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 && $io10(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io44(elem)));
98
+ const $io49 = (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);
99
+ const $io50 = (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 && $iu11(input3.term)) && "number" === typeof input3.ratio;
100
+ const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(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 && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(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) && $io55(input3.valueTransform));
101
+ const $io52 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion));
102
+ const $io53 = (input3) => Object.keys(input3).every((key) => {
101
103
  const value = input3[key];
102
104
  if (void 0 === value)
103
105
  return true;
104
106
  if (RegExp(/(.*)/).test(key))
105
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
107
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io54(value);
106
108
  return true;
107
109
  });
108
- const $io52 = (input3) => Object.keys(input3).every((key) => {
110
+ const $io54 = (input3) => Object.keys(input3).every((key) => {
109
111
  const value = input3[key];
110
112
  if (void 0 === value)
111
113
  return true;
@@ -113,9 +115,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
113
115
  return true;
114
116
  return true;
115
117
  });
116
- const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
117
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
118
- const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
118
+ const $io55 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
119
+ const $io56 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(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 && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io57(elem)));
120
+ const $io57 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
119
121
  const $iu0 = (input3) => (() => {
120
122
  if ("tvslst" === input3.type)
121
123
  return $io3(input3);
@@ -136,14 +138,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
136
138
  if (true === input3.stopunbounded)
137
139
  return $io23(input3);
138
140
  if (void 0 !== input3.value)
139
- return $io35(input3);
141
+ return $io37(input3);
140
142
  return $io22(input3);
141
143
  })();
142
144
  const $iu3 = (input3) => (() => {
143
145
  if ("gene" === input3.kind)
144
- return $io44(input3);
146
+ return $io46(input3);
145
147
  if ("coord" === input3.kind)
146
- return $io45(input3);
148
+ return $io47(input3);
147
149
  return false;
148
150
  })();
149
151
  const $iu4 = (input3) => (() => {
@@ -157,14 +159,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
157
159
  if (void 0 !== input3.ranges)
158
160
  return $io15(input3);
159
161
  if (void 0 !== input3.ratio)
160
- return $io48(input3);
162
+ return $io50(input3);
161
163
  return (() => {
162
164
  if ($io5(input3))
163
165
  return $io5(input3);
164
- if ($io37(input3))
165
- return $io37(input3);
166
- if ($io41(input3))
167
- return $io41(input3);
166
+ if ($io39(input3))
167
+ return $io39(input3);
168
+ if ($io43(input3))
169
+ return $io43(input3);
168
170
  return false;
169
171
  })();
170
172
  })();
@@ -172,24 +174,28 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
172
174
  if ("integer" === input3.type || "float" === input3.type)
173
175
  return $io16(input3);
174
176
  if ("metaboliteIntensity" === input3.type)
175
- return $io27(input3);
177
+ return $io29(input3);
176
178
  if ("proteomeAbundance" === input3.type)
177
- return $io28(input3);
178
- if ("date" === input3.type)
179
179
  return $io30(input3);
180
+ if ("date" === input3.type)
181
+ return $io32(input3);
180
182
  if ("ssGSEA" === input3.type)
181
- return $io31(input3);
183
+ return $io33(input3);
182
184
  if ("dnaMethylation" === input3.type)
183
- return $io32(input3);
185
+ return $io34(input3);
184
186
  return (() => {
185
187
  if ($io26(input3))
186
188
  return $io26(input3);
187
189
  if ($io25(input3))
188
190
  return $io25(input3);
189
- if ($io34(input3))
190
- return $io34(input3);
191
- if ($io33(input3))
192
- return $io33(input3);
191
+ if ($io28(input3))
192
+ return $io28(input3);
193
+ if ($io27(input3))
194
+ return $io27(input3);
195
+ if ($io36(input3))
196
+ return $io36(input3);
197
+ if ($io35(input3))
198
+ return $io35(input3);
193
199
  return false;
194
200
  })();
195
201
  })();
@@ -216,16 +222,16 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
216
222
  })();
217
223
  const $iu10 = (input3) => (() => {
218
224
  if ("gene" === input3.kind)
219
- return $io43(input3);
225
+ return $io45(input3);
220
226
  if ("coord" === input3.kind)
221
- return $io46(input3);
227
+ return $io48(input3);
222
228
  return false;
223
229
  })();
224
230
  const $iu11 = (input3) => (() => {
225
231
  if ("numeric" === input3.memberType)
226
- return $io49(input3);
232
+ return $io51(input3);
227
233
  if ("categorical" === input3.memberType)
228
- return $io54(input3);
234
+ return $io56(input3);
229
235
  return false;
230
236
  })();
231
237
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -708,11 +714,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
708
714
  value: input3.value_by_computable_grade
709
715
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
710
716
  path: _path2 + ".term",
711
- 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)',
717
+ 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)',
712
718
  value: input3.term
713
719
  })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
714
720
  path: _path2 + ".term",
715
- 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)',
721
+ 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)',
716
722
  value: input3.term
717
723
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
718
724
  path: _path2 + ".ranges",
@@ -738,7 +744,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
738
744
  path: _path2 + ".values[" + _index10 + "]",
739
745
  expected: "__type.o7",
740
746
  value: elem
741
- })) && $vo36(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
747
+ })) && $vo38(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
742
748
  path: _path2 + ".values[" + _index10 + "]",
743
749
  expected: "__type.o7",
744
750
  value: elem
@@ -1339,9 +1345,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1339
1345
  path: _path2 + ".name",
1340
1346
  expected: "string",
1341
1347
  value: input3.name
1342
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1348
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1343
1349
  path: _path2 + ".type",
1344
- expected: '"metaboliteIntensity"',
1350
+ expected: '"isoformExpression"',
1345
1351
  value: input3.type
1346
1352
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1347
1353
  path: _path2 + ".child_types",
@@ -1407,6 +1413,224 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1407
1413
  path: _path2 + ".unit",
1408
1414
  expected: "(string | undefined)",
1409
1415
  value: input3.unit
1416
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1417
+ path: _path2 + ".bins",
1418
+ expected: "(PresetNumericBins | undefined)",
1419
+ value: input3.bins
1420
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1421
+ path: _path2 + ".bins",
1422
+ expected: "(PresetNumericBins | undefined)",
1423
+ value: input3.bins
1424
+ }), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
1425
+ path: _path2 + ".kind",
1426
+ expected: '("isoform" | undefined)',
1427
+ value: input3.kind
1428
+ }), "string" === typeof input3.isoform || $report(_exceptionable2, {
1429
+ path: _path2 + ".isoform",
1430
+ expected: "string",
1431
+ value: input3.isoform
1432
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1433
+ path: _path2 + ".gene",
1434
+ expected: "(string | undefined)",
1435
+ value: input3.gene
1436
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1437
+ path: _path2 + ".chr",
1438
+ expected: "(string | undefined)",
1439
+ value: input3.chr
1440
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1441
+ path: _path2 + ".start",
1442
+ expected: "(number | undefined)",
1443
+ value: input3.start
1444
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1445
+ path: _path2 + ".stop",
1446
+ expected: "(number | undefined)",
1447
+ value: input3.stop
1448
+ })].every((flag) => flag);
1449
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1450
+ path: _path2 + ".id",
1451
+ expected: "string",
1452
+ value: input3.id
1453
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1454
+ path: _path2 + ".name",
1455
+ expected: "string",
1456
+ value: input3.name
1457
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1458
+ path: _path2 + ".type",
1459
+ expected: '"isoformExpression"',
1460
+ value: input3.type
1461
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1462
+ path: _path2 + ".child_types",
1463
+ expected: "(Array<string> | undefined)",
1464
+ value: input3.child_types
1465
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1466
+ path: _path2 + ".child_types[" + _index20 + "]",
1467
+ expected: "string",
1468
+ value: elem
1469
+ })).every((flag) => flag) || $report(_exceptionable2, {
1470
+ path: _path2 + ".child_types",
1471
+ expected: "(Array<string> | undefined)",
1472
+ value: input3.child_types
1473
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1474
+ path: _path2 + ".hashtmldetail",
1475
+ expected: "(boolean | undefined)",
1476
+ value: input3.hashtmldetail
1477
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1478
+ path: _path2 + ".included_types",
1479
+ expected: "(Array<string> | undefined)",
1480
+ value: input3.included_types
1481
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1482
+ path: _path2 + ".included_types[" + _index21 + "]",
1483
+ expected: "string",
1484
+ value: elem
1485
+ })).every((flag) => flag) || $report(_exceptionable2, {
1486
+ path: _path2 + ".included_types",
1487
+ expected: "(Array<string> | undefined)",
1488
+ value: input3.included_types
1489
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1490
+ path: _path2 + ".isleaf",
1491
+ expected: "(boolean | undefined)",
1492
+ value: input3.isleaf
1493
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1494
+ path: _path2 + ".values",
1495
+ expected: "(TermValues | undefined)",
1496
+ value: input3.values
1497
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1498
+ path: _path2 + ".values",
1499
+ expected: "(TermValues | undefined)",
1500
+ value: input3.values
1501
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1502
+ path: _path2 + ".skipValuesBuild",
1503
+ expected: "(boolean | undefined)",
1504
+ value: input3.skipValuesBuild
1505
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1506
+ path: _path2 + ".valueConversion",
1507
+ expected: "(__type.o3 | undefined)",
1508
+ value: input3.valueConversion
1509
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1510
+ path: _path2 + ".valueConversion",
1511
+ expected: "(__type.o3 | undefined)",
1512
+ value: input3.valueConversion
1513
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1514
+ path: _path2 + ".continuousColorScale",
1515
+ expected: "(__type.o5 | undefined)",
1516
+ value: input3.continuousColorScale
1517
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1518
+ path: _path2 + ".continuousColorScale",
1519
+ expected: "(__type.o5 | undefined)",
1520
+ value: input3.continuousColorScale
1521
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1522
+ path: _path2 + ".unit",
1523
+ expected: "(string | undefined)",
1524
+ value: input3.unit
1525
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1526
+ path: _path2 + ".bins",
1527
+ expected: "(PresetNumericBins | undefined)",
1528
+ value: input3.bins
1529
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1530
+ path: _path2 + ".bins",
1531
+ expected: "(PresetNumericBins | undefined)",
1532
+ value: input3.bins
1533
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1534
+ path: _path2 + ".kind",
1535
+ expected: '("coord" | undefined)',
1536
+ value: input3.kind
1537
+ }), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
1538
+ path: _path2 + ".isoform",
1539
+ expected: "(string | undefined)",
1540
+ value: input3.isoform
1541
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1542
+ path: _path2 + ".gene",
1543
+ expected: "(string | undefined)",
1544
+ value: input3.gene
1545
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1546
+ path: _path2 + ".chr",
1547
+ expected: "string",
1548
+ value: input3.chr
1549
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1550
+ path: _path2 + ".start",
1551
+ expected: "number",
1552
+ value: input3.start
1553
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1554
+ path: _path2 + ".stop",
1555
+ expected: "number",
1556
+ value: input3.stop
1557
+ })].every((flag) => flag);
1558
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1559
+ path: _path2 + ".id",
1560
+ expected: "string",
1561
+ value: input3.id
1562
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1563
+ path: _path2 + ".name",
1564
+ expected: "string",
1565
+ value: input3.name
1566
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1567
+ path: _path2 + ".type",
1568
+ expected: '"metaboliteIntensity"',
1569
+ value: input3.type
1570
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1571
+ path: _path2 + ".child_types",
1572
+ expected: "(Array<string> | undefined)",
1573
+ value: input3.child_types
1574
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1575
+ path: _path2 + ".child_types[" + _index22 + "]",
1576
+ expected: "string",
1577
+ value: elem
1578
+ })).every((flag) => flag) || $report(_exceptionable2, {
1579
+ path: _path2 + ".child_types",
1580
+ expected: "(Array<string> | undefined)",
1581
+ value: input3.child_types
1582
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1583
+ path: _path2 + ".hashtmldetail",
1584
+ expected: "(boolean | undefined)",
1585
+ value: input3.hashtmldetail
1586
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1587
+ path: _path2 + ".included_types",
1588
+ expected: "(Array<string> | undefined)",
1589
+ value: input3.included_types
1590
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1591
+ path: _path2 + ".included_types[" + _index23 + "]",
1592
+ expected: "string",
1593
+ value: elem
1594
+ })).every((flag) => flag) || $report(_exceptionable2, {
1595
+ path: _path2 + ".included_types",
1596
+ expected: "(Array<string> | undefined)",
1597
+ value: input3.included_types
1598
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1599
+ path: _path2 + ".isleaf",
1600
+ expected: "(boolean | undefined)",
1601
+ value: input3.isleaf
1602
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1603
+ path: _path2 + ".values",
1604
+ expected: "(TermValues | undefined)",
1605
+ value: input3.values
1606
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1607
+ path: _path2 + ".values",
1608
+ expected: "(TermValues | undefined)",
1609
+ value: input3.values
1610
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1611
+ path: _path2 + ".skipValuesBuild",
1612
+ expected: "(boolean | undefined)",
1613
+ value: input3.skipValuesBuild
1614
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1615
+ path: _path2 + ".valueConversion",
1616
+ expected: "(__type.o3 | undefined)",
1617
+ value: input3.valueConversion
1618
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1619
+ path: _path2 + ".valueConversion",
1620
+ expected: "(__type.o3 | undefined)",
1621
+ value: input3.valueConversion
1622
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1623
+ path: _path2 + ".continuousColorScale",
1624
+ expected: "(__type.o5 | undefined)",
1625
+ value: input3.continuousColorScale
1626
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1627
+ path: _path2 + ".continuousColorScale",
1628
+ expected: "(__type.o5 | undefined)",
1629
+ value: input3.continuousColorScale
1630
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1631
+ path: _path2 + ".unit",
1632
+ expected: "(string | undefined)",
1633
+ value: input3.unit
1410
1634
  }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1411
1635
  path: _path2 + ".metabolite",
1412
1636
  expected: "string",
@@ -1420,7 +1644,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1420
1644
  expected: "(PresetNumericBins | undefined)",
1421
1645
  value: input3.bins
1422
1646
  })].every((flag) => flag);
1423
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1647
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1424
1648
  path: _path2 + ".id",
1425
1649
  expected: "string",
1426
1650
  value: input3.id
@@ -1436,8 +1660,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1436
1660
  path: _path2 + ".child_types",
1437
1661
  expected: "(Array<string> | undefined)",
1438
1662
  value: input3.child_types
1439
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1440
- path: _path2 + ".child_types[" + _index20 + "]",
1663
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1664
+ path: _path2 + ".child_types[" + _index24 + "]",
1441
1665
  expected: "string",
1442
1666
  value: elem
1443
1667
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1452,8 +1676,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1452
1676
  path: _path2 + ".included_types",
1453
1677
  expected: "(Array<string> | undefined)",
1454
1678
  value: input3.included_types
1455
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1456
- path: _path2 + ".included_types[" + _index21 + "]",
1679
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1680
+ path: _path2 + ".included_types[" + _index25 + "]",
1457
1681
  expected: "string",
1458
1682
  value: elem
1459
1683
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1512,12 +1736,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1512
1736
  path: _path2 + ".proteomeDetails",
1513
1737
  expected: "ProteomeDetails",
1514
1738
  value: input3.proteomeDetails
1515
- })) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1739
+ })) && $vo31(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1516
1740
  path: _path2 + ".proteomeDetails",
1517
1741
  expected: "ProteomeDetails",
1518
1742
  value: input3.proteomeDetails
1519
1743
  })].every((flag) => flag);
1520
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1744
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1521
1745
  path: _path2 + ".assay",
1522
1746
  expected: "string",
1523
1747
  value: input3.assay
@@ -1526,7 +1750,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1526
1750
  expected: "string",
1527
1751
  value: input3.cohort
1528
1752
  })].every((flag) => flag);
1529
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1753
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1530
1754
  path: _path2 + ".id",
1531
1755
  expected: "string",
1532
1756
  value: input3.id
@@ -1542,8 +1766,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1542
1766
  path: _path2 + ".child_types",
1543
1767
  expected: "(Array<string> | undefined)",
1544
1768
  value: input3.child_types
1545
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1546
- path: _path2 + ".child_types[" + _index22 + "]",
1769
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1770
+ path: _path2 + ".child_types[" + _index26 + "]",
1547
1771
  expected: "string",
1548
1772
  value: elem
1549
1773
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1558,8 +1782,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1558
1782
  path: _path2 + ".included_types",
1559
1783
  expected: "(Array<string> | undefined)",
1560
1784
  value: input3.included_types
1561
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1562
- path: _path2 + ".included_types[" + _index23 + "]",
1785
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1786
+ path: _path2 + ".included_types[" + _index27 + "]",
1563
1787
  expected: "string",
1564
1788
  value: elem
1565
1789
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1611,7 +1835,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1611
1835
  expected: "(PresetNumericBins | undefined)",
1612
1836
  value: input3.bins
1613
1837
  })].every((flag) => flag);
1614
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1838
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1615
1839
  path: _path2 + ".id",
1616
1840
  expected: "string",
1617
1841
  value: input3.id
@@ -1627,8 +1851,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1627
1851
  path: _path2 + ".child_types",
1628
1852
  expected: "(Array<string> | undefined)",
1629
1853
  value: input3.child_types
1630
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1631
- path: _path2 + ".child_types[" + _index24 + "]",
1854
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1855
+ path: _path2 + ".child_types[" + _index28 + "]",
1632
1856
  expected: "string",
1633
1857
  value: elem
1634
1858
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1643,8 +1867,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1643
1867
  path: _path2 + ".included_types",
1644
1868
  expected: "(Array<string> | undefined)",
1645
1869
  value: input3.included_types
1646
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1647
- path: _path2 + ".included_types[" + _index25 + "]",
1870
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1871
+ path: _path2 + ".included_types[" + _index29 + "]",
1648
1872
  expected: "string",
1649
1873
  value: elem
1650
1874
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1691,8 +1915,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1691
1915
  path: _path2 + ".genes",
1692
1916
  expected: "(Array<string> | undefined)",
1693
1917
  value: input3.genes
1694
- })) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1695
- path: _path2 + ".genes[" + _index26 + "]",
1918
+ })) && input3.genes.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1919
+ path: _path2 + ".genes[" + _index30 + "]",
1696
1920
  expected: "string",
1697
1921
  value: elem
1698
1922
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1708,7 +1932,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1708
1932
  expected: "(PresetNumericBins | undefined)",
1709
1933
  value: input3.bins
1710
1934
  })].every((flag) => flag);
1711
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1935
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1712
1936
  path: _path2 + ".id",
1713
1937
  expected: "string",
1714
1938
  value: input3.id
@@ -1724,8 +1948,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1724
1948
  path: _path2 + ".child_types",
1725
1949
  expected: "(Array<string> | undefined)",
1726
1950
  value: input3.child_types
1727
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1728
- path: _path2 + ".child_types[" + _index27 + "]",
1951
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1952
+ path: _path2 + ".child_types[" + _index31 + "]",
1729
1953
  expected: "string",
1730
1954
  value: elem
1731
1955
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1740,8 +1964,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1740
1964
  path: _path2 + ".included_types",
1741
1965
  expected: "(Array<string> | undefined)",
1742
1966
  value: input3.included_types
1743
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1744
- path: _path2 + ".included_types[" + _index28 + "]",
1967
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1968
+ path: _path2 + ".included_types[" + _index32 + "]",
1745
1969
  expected: "string",
1746
1970
  value: elem
1747
1971
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1805,7 +2029,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1805
2029
  expected: "(PresetNumericBins | undefined)",
1806
2030
  value: input3.bins
1807
2031
  })].every((flag) => flag);
1808
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2032
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1809
2033
  path: _path2 + ".id",
1810
2034
  expected: "string",
1811
2035
  value: input3.id
@@ -1821,8 +2045,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1821
2045
  path: _path2 + ".child_types",
1822
2046
  expected: "(Array<string> | undefined)",
1823
2047
  value: input3.child_types
1824
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1825
- path: _path2 + ".child_types[" + _index29 + "]",
2048
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2049
+ path: _path2 + ".child_types[" + _index33 + "]",
1826
2050
  expected: "string",
1827
2051
  value: elem
1828
2052
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1837,8 +2061,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1837
2061
  path: _path2 + ".included_types",
1838
2062
  expected: "(Array<string> | undefined)",
1839
2063
  value: input3.included_types
1840
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1841
- path: _path2 + ".included_types[" + _index30 + "]",
2064
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2065
+ path: _path2 + ".included_types[" + _index34 + "]",
1842
2066
  expected: "string",
1843
2067
  value: elem
1844
2068
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1914,7 +2138,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1914
2138
  expected: "(number | undefined)",
1915
2139
  value: input3.stop
1916
2140
  })].every((flag) => flag);
1917
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2141
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1918
2142
  path: _path2 + ".id",
1919
2143
  expected: "string",
1920
2144
  value: input3.id
@@ -1930,8 +2154,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1930
2154
  path: _path2 + ".child_types",
1931
2155
  expected: "(Array<string> | undefined)",
1932
2156
  value: input3.child_types
1933
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1934
- path: _path2 + ".child_types[" + _index31 + "]",
2157
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2158
+ path: _path2 + ".child_types[" + _index35 + "]",
1935
2159
  expected: "string",
1936
2160
  value: elem
1937
2161
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1946,8 +2170,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1946
2170
  path: _path2 + ".included_types",
1947
2171
  expected: "(Array<string> | undefined)",
1948
2172
  value: input3.included_types
1949
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1950
- path: _path2 + ".included_types[" + _index32 + "]",
2173
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2174
+ path: _path2 + ".included_types[" + _index36 + "]",
1951
2175
  expected: "string",
1952
2176
  value: elem
1953
2177
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2023,7 +2247,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2023
2247
  expected: "number",
2024
2248
  value: input3.stop
2025
2249
  })].every((flag) => flag);
2026
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2250
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2027
2251
  path: _path2 + ".value",
2028
2252
  expected: "number",
2029
2253
  value: input3.value
@@ -2036,7 +2260,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2036
2260
  expected: "(string | undefined)",
2037
2261
  value: input3.name
2038
2262
  })].every((flag) => flag);
2039
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2263
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2040
2264
  path: _path2 + ".key",
2041
2265
  expected: "string",
2042
2266
  value: input3.key
@@ -2053,7 +2277,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2053
2277
  expected: "(string | undefined)",
2054
2278
  value: input3.label
2055
2279
  })].every((flag) => flag);
2056
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2280
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2057
2281
  path: _path2 + ".join",
2058
2282
  expected: "(string | undefined)",
2059
2283
  value: input3.join
@@ -2085,7 +2309,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2085
2309
  path: _path2 + ".term",
2086
2310
  expected: "ConditionTerm",
2087
2311
  value: input3.term
2088
- })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2312
+ })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2089
2313
  path: _path2 + ".term",
2090
2314
  expected: "ConditionTerm",
2091
2315
  value: input3.term
@@ -2093,12 +2317,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2093
2317
  path: _path2 + ".grade_and_child",
2094
2318
  expected: "(Array<GradeAndChildEntry> | undefined)",
2095
2319
  value: input3.grade_and_child
2096
- })) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2097
- path: _path2 + ".grade_and_child[" + _index33 + "]",
2320
+ })) && input3.grade_and_child.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2321
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
2098
2322
  expected: "GradeAndChildEntry",
2099
2323
  value: elem
2100
- })) && $vo39(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2101
- path: _path2 + ".grade_and_child[" + _index33 + "]",
2324
+ })) && $vo41(elem, _path2 + ".grade_and_child[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2325
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
2102
2326
  expected: "GradeAndChildEntry",
2103
2327
  value: elem
2104
2328
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2109,12 +2333,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2109
2333
  path: _path2 + ".values",
2110
2334
  expected: "Array<__type>.o2",
2111
2335
  value: input3.values
2112
- })) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2113
- path: _path2 + ".values[" + _index34 + "]",
2336
+ })) && input3.values.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2337
+ path: _path2 + ".values[" + _index38 + "]",
2114
2338
  expected: "__type.o8",
2115
2339
  value: elem
2116
- })) && $vo40(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2117
- path: _path2 + ".values[" + _index34 + "]",
2340
+ })) && $vo42(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2341
+ path: _path2 + ".values[" + _index38 + "]",
2118
2342
  expected: "__type.o8",
2119
2343
  value: elem
2120
2344
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2122,7 +2346,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2122
2346
  expected: "Array<__type>.o2",
2123
2347
  value: input3.values
2124
2348
  })].every((flag) => flag);
2125
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2349
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2126
2350
  path: _path2 + ".id",
2127
2351
  expected: "string",
2128
2352
  value: input3.id
@@ -2138,8 +2362,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2138
2362
  path: _path2 + ".child_types",
2139
2363
  expected: "(Array<string> | undefined)",
2140
2364
  value: input3.child_types
2141
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2142
- path: _path2 + ".child_types[" + _index35 + "]",
2365
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2366
+ path: _path2 + ".child_types[" + _index39 + "]",
2143
2367
  expected: "string",
2144
2368
  value: elem
2145
2369
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2154,8 +2378,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2154
2378
  path: _path2 + ".included_types",
2155
2379
  expected: "(Array<string> | undefined)",
2156
2380
  value: input3.included_types
2157
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2158
- path: _path2 + ".included_types[" + _index36 + "]",
2381
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2382
+ path: _path2 + ".included_types[" + _index40 + "]",
2159
2383
  expected: "string",
2160
2384
  value: elem
2161
2385
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2187,7 +2411,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2187
2411
  expected: "(__type.o3 | undefined)",
2188
2412
  value: input3.valueConversion
2189
2413
  })].every((flag) => flag);
2190
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2414
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2191
2415
  path: _path2 + ".grade",
2192
2416
  expected: "number",
2193
2417
  value: input3.grade
@@ -2204,7 +2428,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2204
2428
  expected: "string",
2205
2429
  value: input3.child_label
2206
2430
  })].every((flag) => flag);
2207
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2431
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2208
2432
  path: _path2 + ".key",
2209
2433
  expected: "(number | string)",
2210
2434
  value: input3.key
@@ -2222,7 +2446,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2222
2446
  return true;
2223
2447
  return true;
2224
2448
  }).every((flag) => flag)].every((flag) => flag);
2225
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2449
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2226
2450
  path: _path2 + ".join",
2227
2451
  expected: "(string | undefined)",
2228
2452
  value: input3.join
@@ -2254,7 +2478,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2254
2478
  path: _path2 + ".term",
2255
2479
  expected: "DtTerm",
2256
2480
  value: input3.term
2257
- })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2481
+ })) && $vo44(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2258
2482
  path: _path2 + ".term",
2259
2483
  expected: "DtTerm",
2260
2484
  value: input3.term
@@ -2262,12 +2486,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2262
2486
  path: _path2 + ".values",
2263
2487
  expected: "Array<GeneVariantValue>",
2264
2488
  value: input3.values
2265
- })) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2266
- path: _path2 + ".values[" + _index37 + "]",
2489
+ })) && input3.values.map((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2490
+ path: _path2 + ".values[" + _index41 + "]",
2267
2491
  expected: "GeneVariantValue",
2268
2492
  value: elem
2269
- })) && $vo47(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2270
- path: _path2 + ".values[" + _index37 + "]",
2493
+ })) && $vo49(elem, _path2 + ".values[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2494
+ path: _path2 + ".values[" + _index41 + "]",
2271
2495
  expected: "GeneVariantValue",
2272
2496
  value: elem
2273
2497
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2315,7 +2539,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2315
2539
  expected: "(number | undefined)",
2316
2540
  value: input3.fractionOverlap
2317
2541
  })].every((flag) => flag);
2318
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2542
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2319
2543
  path: _path2 + ".id",
2320
2544
  expected: "string",
2321
2545
  value: input3.id
@@ -2364,7 +2588,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2364
2588
  expected: "TermValues",
2365
2589
  value: input3.values
2366
2590
  })].every((flag) => flag);
2367
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2591
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2368
2592
  path: _path2 + ".id",
2369
2593
  expected: "string",
2370
2594
  value: input3.id
@@ -2380,8 +2604,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2380
2604
  path: _path2 + ".child_types",
2381
2605
  expected: "(Array<string> | undefined)",
2382
2606
  value: input3.child_types
2383
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2384
- path: _path2 + ".child_types[" + _index38 + "]",
2607
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2608
+ path: _path2 + ".child_types[" + _index42 + "]",
2385
2609
  expected: "string",
2386
2610
  value: elem
2387
2611
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2396,8 +2620,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2396
2620
  path: _path2 + ".included_types",
2397
2621
  expected: "(Array<string> | undefined)",
2398
2622
  value: input3.included_types
2399
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2400
- path: _path2 + ".included_types[" + _index39 + "]",
2623
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2624
+ path: _path2 + ".included_types[" + _index43 + "]",
2401
2625
  expected: "string",
2402
2626
  value: elem
2403
2627
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2452,12 +2676,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2452
2676
  path: _path2 + ".genes",
2453
2677
  expected: "Array<GvGeneTerm>",
2454
2678
  value: input3.genes
2455
- })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2456
- path: _path2 + ".genes[" + _index40 + "]",
2679
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2680
+ path: _path2 + ".genes[" + _index44 + "]",
2457
2681
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2458
2682
  value: elem
2459
- })) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2460
- path: _path2 + ".genes[" + _index40 + "]",
2683
+ })) && $vu3(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2684
+ path: _path2 + ".genes[" + _index44 + "]",
2461
2685
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2462
2686
  value: elem
2463
2687
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2476,12 +2700,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2476
2700
  path: _path2 + ".childTerms",
2477
2701
  expected: "(Array<DtTerm> | undefined)",
2478
2702
  value: input3.childTerms
2479
- })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2480
- path: _path2 + ".childTerms[" + _index41 + "]",
2703
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2704
+ path: _path2 + ".childTerms[" + _index45 + "]",
2481
2705
  expected: "DtTerm",
2482
2706
  value: elem
2483
- })) && $vo42(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2484
- path: _path2 + ".childTerms[" + _index41 + "]",
2707
+ })) && $vo44(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2708
+ path: _path2 + ".childTerms[" + _index45 + "]",
2485
2709
  expected: "DtTerm",
2486
2710
  value: elem
2487
2711
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2489,7 +2713,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2489
2713
  expected: "(Array<DtTerm> | undefined)",
2490
2714
  value: input3.childTerms
2491
2715
  })].every((flag) => flag);
2492
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2716
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2493
2717
  path: _path2 + ".id",
2494
2718
  expected: "string",
2495
2719
  value: input3.id
@@ -2505,8 +2729,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2505
2729
  path: _path2 + ".child_types",
2506
2730
  expected: "(Array<string> | undefined)",
2507
2731
  value: input3.child_types
2508
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2509
- path: _path2 + ".child_types[" + _index42 + "]",
2732
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2733
+ path: _path2 + ".child_types[" + _index46 + "]",
2510
2734
  expected: "string",
2511
2735
  value: elem
2512
2736
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2521,8 +2745,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2521
2745
  path: _path2 + ".included_types",
2522
2746
  expected: "(Array<string> | undefined)",
2523
2747
  value: input3.included_types
2524
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2525
- path: _path2 + ".included_types[" + _index43 + "]",
2748
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2749
+ path: _path2 + ".included_types[" + _index47 + "]",
2526
2750
  expected: "string",
2527
2751
  value: elem
2528
2752
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2574,7 +2798,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2574
2798
  expected: "(number | undefined)",
2575
2799
  value: input3.stop
2576
2800
  })].every((flag) => flag);
2577
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2801
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2578
2802
  path: _path2 + ".id",
2579
2803
  expected: "string",
2580
2804
  value: input3.id
@@ -2590,8 +2814,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2590
2814
  path: _path2 + ".child_types",
2591
2815
  expected: "(Array<string> | undefined)",
2592
2816
  value: input3.child_types
2593
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2594
- path: _path2 + ".child_types[" + _index44 + "]",
2817
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2818
+ path: _path2 + ".child_types[" + _index48 + "]",
2595
2819
  expected: "string",
2596
2820
  value: elem
2597
2821
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2606,8 +2830,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2606
2830
  path: _path2 + ".included_types",
2607
2831
  expected: "(Array<string> | undefined)",
2608
2832
  value: input3.included_types
2609
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2610
- path: _path2 + ".included_types[" + _index45 + "]",
2833
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2834
+ path: _path2 + ".included_types[" + _index49 + "]",
2611
2835
  expected: "string",
2612
2836
  value: elem
2613
2837
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2655,7 +2879,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2655
2879
  expected: "number",
2656
2880
  value: input3.stop
2657
2881
  })].every((flag) => flag);
2658
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2882
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2659
2883
  path: _path2 + ".id",
2660
2884
  expected: "string",
2661
2885
  value: input3.id
@@ -2671,8 +2895,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2671
2895
  path: _path2 + ".child_types",
2672
2896
  expected: "(Array<string> | undefined)",
2673
2897
  value: input3.child_types
2674
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2675
- path: _path2 + ".child_types[" + _index46 + "]",
2898
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2899
+ path: _path2 + ".child_types[" + _index50 + "]",
2676
2900
  expected: "string",
2677
2901
  value: elem
2678
2902
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2687,8 +2911,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2687
2911
  path: _path2 + ".included_types",
2688
2912
  expected: "(Array<string> | undefined)",
2689
2913
  value: input3.included_types
2690
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2691
- path: _path2 + ".included_types[" + _index47 + "]",
2914
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2915
+ path: _path2 + ".included_types[" + _index51 + "]",
2692
2916
  expected: "string",
2693
2917
  value: elem
2694
2918
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2739,12 +2963,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2739
2963
  path: _path2 + ".genes",
2740
2964
  expected: "Array<GvGeneTerm>",
2741
2965
  value: input3.genes
2742
- })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2743
- path: _path2 + ".genes[" + _index48 + "]",
2966
+ })) && input3.genes.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2967
+ path: _path2 + ".genes[" + _index52 + "]",
2744
2968
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2745
2969
  value: elem
2746
- })) && $vu3(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2747
- path: _path2 + ".genes[" + _index48 + "]",
2970
+ })) && $vu3(elem, _path2 + ".genes[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2971
+ path: _path2 + ".genes[" + _index52 + "]",
2748
2972
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2749
2973
  value: elem
2750
2974
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2763,12 +2987,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2763
2987
  path: _path2 + ".childTerms",
2764
2988
  expected: "(Array<DtTerm> | undefined)",
2765
2989
  value: input3.childTerms
2766
- })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2767
- path: _path2 + ".childTerms[" + _index49 + "]",
2990
+ })) && input3.childTerms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2991
+ path: _path2 + ".childTerms[" + _index53 + "]",
2768
2992
  expected: "DtTerm",
2769
2993
  value: elem
2770
- })) && $vo42(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2771
- path: _path2 + ".childTerms[" + _index49 + "]",
2994
+ })) && $vo44(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
2995
+ path: _path2 + ".childTerms[" + _index53 + "]",
2772
2996
  expected: "DtTerm",
2773
2997
  value: elem
2774
2998
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2776,7 +3000,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2776
3000
  expected: "(Array<DtTerm> | undefined)",
2777
3001
  value: input3.childTerms
2778
3002
  })].every((flag) => flag);
2779
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3003
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2780
3004
  path: _path2 + ".key",
2781
3005
  expected: "(string | undefined)",
2782
3006
  value: input3.key
@@ -2796,8 +3020,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2796
3020
  path: _path2 + ".mclasslst",
2797
3021
  expected: "(Array<string> | undefined)",
2798
3022
  value: input3.mclasslst
2799
- })) && input3.mclasslst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2800
- path: _path2 + ".mclasslst[" + _index50 + "]",
3023
+ })) && input3.mclasslst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3024
+ path: _path2 + ".mclasslst[" + _index54 + "]",
2801
3025
  expected: "string",
2802
3026
  value: elem
2803
3027
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2808,8 +3032,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2808
3032
  path: _path2 + ".mclassExcludeLst",
2809
3033
  expected: "(Array<string> | undefined)",
2810
3034
  value: input3.mclassExcludeLst
2811
- })) && input3.mclassExcludeLst.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2812
- path: _path2 + ".mclassExcludeLst[" + _index51 + "]",
3035
+ })) && input3.mclassExcludeLst.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3036
+ path: _path2 + ".mclassExcludeLst[" + _index55 + "]",
2813
3037
  expected: "string",
2814
3038
  value: elem
2815
3039
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2821,7 +3045,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2821
3045
  expected: "(string | undefined)",
2822
3046
  value: input3.origin
2823
3047
  })].every((flag) => flag);
2824
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3048
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2825
3049
  path: _path2 + ".join",
2826
3050
  expected: "(string | undefined)",
2827
3051
  value: input3.join
@@ -2862,7 +3086,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2862
3086
  expected: "number",
2863
3087
  value: input3.ratio
2864
3088
  })].every((flag) => flag);
2865
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3089
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2866
3090
  path: _path2 + ".id",
2867
3091
  expected: "string",
2868
3092
  value: input3.id
@@ -2878,8 +3102,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2878
3102
  path: _path2 + ".child_types",
2879
3103
  expected: "(Array<string> | undefined)",
2880
3104
  value: input3.child_types
2881
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2882
- path: _path2 + ".child_types[" + _index52 + "]",
3105
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3106
+ path: _path2 + ".child_types[" + _index56 + "]",
2883
3107
  expected: "string",
2884
3108
  value: elem
2885
3109
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2894,8 +3118,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2894
3118
  path: _path2 + ".included_types",
2895
3119
  expected: "(Array<string> | undefined)",
2896
3120
  value: input3.included_types
2897
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2898
- path: _path2 + ".included_types[" + _index53 + "]",
3121
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3122
+ path: _path2 + ".included_types[" + _index57 + "]",
2899
3123
  expected: "string",
2900
3124
  value: elem
2901
3125
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2930,8 +3154,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2930
3154
  path: _path2 + ".termIds",
2931
3155
  expected: "(Array<string> | undefined)",
2932
3156
  value: input3.termIds
2933
- })) && input3.termIds.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2934
- path: _path2 + ".termIds[" + _index54 + "]",
3157
+ })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3158
+ path: _path2 + ".termIds[" + _index58 + "]",
2935
3159
  expected: "string",
2936
3160
  value: elem
2937
3161
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2942,12 +3166,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2942
3166
  path: _path2 + ".termlst",
2943
3167
  expected: "Array<BaseTerm>",
2944
3168
  value: input3.termlst
2945
- })) && input3.termlst.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2946
- path: _path2 + ".termlst[" + _index55 + "]",
3169
+ })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3170
+ path: _path2 + ".termlst[" + _index59 + "]",
2947
3171
  expected: "BaseTerm",
2948
3172
  value: elem
2949
- })) && $vo50(elem, _path2 + ".termlst[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
2950
- path: _path2 + ".termlst[" + _index55 + "]",
3173
+ })) && $vo52(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3174
+ path: _path2 + ".termlst[" + _index59 + "]",
2951
3175
  expected: "BaseTerm",
2952
3176
  value: elem
2953
3177
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2962,7 +3186,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2962
3186
  path: _path2 + ".propsByTermId",
2963
3187
  expected: "__type.o9",
2964
3188
  value: input3.propsByTermId
2965
- })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3189
+ })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2966
3190
  path: _path2 + ".propsByTermId",
2967
3191
  expected: "__type.o9",
2968
3192
  value: input3.propsByTermId
@@ -2974,8 +3198,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2974
3198
  path: _path2 + ".numerators",
2975
3199
  expected: "(Array<string> | undefined)",
2976
3200
  value: input3.numerators
2977
- })) && input3.numerators.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2978
- path: _path2 + ".numerators[" + _index56 + "]",
3201
+ })) && input3.numerators.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3202
+ path: _path2 + ".numerators[" + _index60 + "]",
2979
3203
  expected: "string",
2980
3204
  value: elem
2981
3205
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2986,12 +3210,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2986
3210
  path: _path2 + ".valueTransform",
2987
3211
  expected: "(__type.o11 | undefined)",
2988
3212
  value: input3.valueTransform
2989
- })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3213
+ })) && $vo55(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
2990
3214
  path: _path2 + ".valueTransform",
2991
3215
  expected: "(__type.o11 | undefined)",
2992
3216
  value: input3.valueTransform
2993
3217
  })].every((flag) => flag);
2994
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3218
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2995
3219
  path: _path2 + ".id",
2996
3220
  expected: "string",
2997
3221
  value: input3.id
@@ -3007,8 +3231,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3007
3231
  path: _path2 + ".child_types",
3008
3232
  expected: "(Array<string> | undefined)",
3009
3233
  value: input3.child_types
3010
- })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3011
- path: _path2 + ".child_types[" + _index57 + "]",
3234
+ })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3235
+ path: _path2 + ".child_types[" + _index61 + "]",
3012
3236
  expected: "string",
3013
3237
  value: elem
3014
3238
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3023,8 +3247,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3023
3247
  path: _path2 + ".included_types",
3024
3248
  expected: "(Array<string> | undefined)",
3025
3249
  value: input3.included_types
3026
- })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3027
- path: _path2 + ".included_types[" + _index58 + "]",
3250
+ })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3251
+ path: _path2 + ".included_types[" + _index62 + "]",
3028
3252
  expected: "string",
3029
3253
  value: elem
3030
3254
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3056,7 +3280,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3056
3280
  expected: "(__type.o3 | undefined)",
3057
3281
  value: input3.valueConversion
3058
3282
  })].every((flag) => flag);
3059
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3283
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3060
3284
  const value = input3[key];
3061
3285
  if (void 0 === value)
3062
3286
  return true;
@@ -3065,14 +3289,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3065
3289
  path: _path2 + $join(key),
3066
3290
  expected: "__type.o10",
3067
3291
  value
3068
- })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3292
+ })) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3069
3293
  path: _path2 + $join(key),
3070
3294
  expected: "__type.o10",
3071
3295
  value
3072
3296
  });
3073
3297
  return true;
3074
3298
  }).every((flag) => flag)].every((flag) => flag);
3075
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3299
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3076
3300
  const value = input3[key];
3077
3301
  if (void 0 === value)
3078
3302
  return true;
@@ -3080,12 +3304,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3080
3304
  return true;
3081
3305
  return true;
3082
3306
  }).every((flag) => flag)].every((flag) => flag);
3083
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3307
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3084
3308
  path: _path2 + ".offset",
3085
3309
  expected: "(number | undefined)",
3086
3310
  value: input3.offset
3087
3311
  })].every((flag) => flag);
3088
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3312
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3089
3313
  path: _path2 + ".id",
3090
3314
  expected: "string",
3091
3315
  value: input3.id
@@ -3101,8 +3325,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3101
3325
  path: _path2 + ".child_types",
3102
3326
  expected: "(Array<string> | undefined)",
3103
3327
  value: input3.child_types
3104
- })) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3105
- path: _path2 + ".child_types[" + _index59 + "]",
3328
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3329
+ path: _path2 + ".child_types[" + _index63 + "]",
3106
3330
  expected: "string",
3107
3331
  value: elem
3108
3332
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3117,8 +3341,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3117
3341
  path: _path2 + ".included_types",
3118
3342
  expected: "(Array<string> | undefined)",
3119
3343
  value: input3.included_types
3120
- })) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3121
- path: _path2 + ".included_types[" + _index60 + "]",
3344
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3345
+ path: _path2 + ".included_types[" + _index64 + "]",
3122
3346
  expected: "string",
3123
3347
  value: elem
3124
3348
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3153,8 +3377,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3153
3377
  path: _path2 + ".termIds",
3154
3378
  expected: "(Array<string> | undefined)",
3155
3379
  value: input3.termIds
3156
- })) && input3.termIds.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3157
- path: _path2 + ".termIds[" + _index61 + "]",
3380
+ })) && input3.termIds.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3381
+ path: _path2 + ".termIds[" + _index65 + "]",
3158
3382
  expected: "string",
3159
3383
  value: elem
3160
3384
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3165,12 +3389,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3165
3389
  path: _path2 + ".termlst",
3166
3390
  expected: "Array<BaseTerm>",
3167
3391
  value: input3.termlst
3168
- })) && input3.termlst.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3169
- path: _path2 + ".termlst[" + _index62 + "]",
3392
+ })) && input3.termlst.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3393
+ path: _path2 + ".termlst[" + _index66 + "]",
3170
3394
  expected: "BaseTerm",
3171
3395
  value: elem
3172
- })) && $vo50(elem, _path2 + ".termlst[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3173
- path: _path2 + ".termlst[" + _index62 + "]",
3396
+ })) && $vo52(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3397
+ path: _path2 + ".termlst[" + _index66 + "]",
3174
3398
  expected: "BaseTerm",
3175
3399
  value: elem
3176
3400
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3185,7 +3409,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3185
3409
  path: _path2 + ".propsByTermId",
3186
3410
  expected: "__type.o9",
3187
3411
  value: input3.propsByTermId
3188
- })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3412
+ })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3189
3413
  path: _path2 + ".propsByTermId",
3190
3414
  expected: "__type.o9",
3191
3415
  value: input3.propsByTermId
@@ -3197,12 +3421,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3197
3421
  path: _path2 + ".categoryKeys",
3198
3422
  expected: "Array<CategoryKey>",
3199
3423
  value: input3.categoryKeys
3200
- })) && input3.categoryKeys.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3201
- path: _path2 + ".categoryKeys[" + _index63 + "]",
3424
+ })) && input3.categoryKeys.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3425
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3202
3426
  expected: "CategoryKey",
3203
3427
  value: elem
3204
- })) && $vo55(elem, _path2 + ".categoryKeys[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
3205
- path: _path2 + ".categoryKeys[" + _index63 + "]",
3428
+ })) && $vo57(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3429
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3206
3430
  expected: "CategoryKey",
3207
3431
  value: elem
3208
3432
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3210,7 +3434,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3210
3434
  expected: "Array<CategoryKey>",
3211
3435
  value: input3.categoryKeys
3212
3436
  })].every((flag) => flag);
3213
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3437
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3214
3438
  path: _path2 + ".key",
3215
3439
  expected: "string",
3216
3440
  value: input3.key
@@ -3247,14 +3471,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3247
3471
  if (true === input3.stopunbounded)
3248
3472
  return $vo23(input3, _path2, _exceptionable2);
3249
3473
  if (void 0 !== input3.value)
3250
- return $vo35(input3, _path2, _exceptionable2);
3474
+ return $vo37(input3, _path2, _exceptionable2);
3251
3475
  return $vo22(input3, _path2, _exceptionable2);
3252
3476
  })();
3253
3477
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3254
3478
  if ("gene" === input3.kind)
3255
- return $vo44(input3, _path2, _exceptionable2);
3479
+ return $vo46(input3, _path2, _exceptionable2);
3256
3480
  if ("coord" === input3.kind)
3257
- return $vo45(input3, _path2, _exceptionable2);
3481
+ return $vo47(input3, _path2, _exceptionable2);
3258
3482
  return $report(_exceptionable2, {
3259
3483
  path: _path2,
3260
3484
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3272,23 +3496,23 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3272
3496
  if (void 0 !== input3.ranges)
3273
3497
  return $vo15(input3, _path2, _exceptionable2);
3274
3498
  if (void 0 !== input3.ratio)
3275
- return $vo48(input3, _path2, _exceptionable2);
3276
- return $vo5(input3, _path2, false) || $vo37(input3, _path2, false) || $vo41(input3, _path2, false);
3499
+ return $vo50(input3, _path2, _exceptionable2);
3500
+ return $vo5(input3, _path2, false) || $vo39(input3, _path2, false) || $vo43(input3, _path2, false);
3277
3501
  })();
3278
3502
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3279
3503
  if ("integer" === input3.type || "float" === input3.type)
3280
3504
  return $vo16(input3, _path2, _exceptionable2);
3281
3505
  if ("metaboliteIntensity" === input3.type)
3282
- return $vo27(input3, _path2, _exceptionable2);
3506
+ return $vo29(input3, _path2, _exceptionable2);
3283
3507
  if ("proteomeAbundance" === input3.type)
3284
- return $vo28(input3, _path2, _exceptionable2);
3285
- if ("date" === input3.type)
3286
3508
  return $vo30(input3, _path2, _exceptionable2);
3509
+ if ("date" === input3.type)
3510
+ return $vo32(input3, _path2, _exceptionable2);
3287
3511
  if ("ssGSEA" === input3.type)
3288
- return $vo31(input3, _path2, _exceptionable2);
3512
+ return $vo33(input3, _path2, _exceptionable2);
3289
3513
  if ("dnaMethylation" === input3.type)
3290
- return $vo32(input3, _path2, _exceptionable2);
3291
- return $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false);
3514
+ return $vo34(input3, _path2, _exceptionable2);
3515
+ return $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false) || $vo27(input3, _path2, false) || $vo36(input3, _path2, false) || $vo35(input3, _path2, false);
3292
3516
  })();
3293
3517
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3294
3518
  if ("regular-bin" === input3.type)
@@ -3325,9 +3549,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3325
3549
  })();
3326
3550
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3327
3551
  if ("gene" === input3.kind)
3328
- return $vo43(input3, _path2, _exceptionable2);
3552
+ return $vo45(input3, _path2, _exceptionable2);
3329
3553
  if ("coord" === input3.kind)
3330
- return $vo46(input3, _path2, _exceptionable2);
3554
+ return $vo48(input3, _path2, _exceptionable2);
3331
3555
  return $report(_exceptionable2, {
3332
3556
  path: _path2,
3333
3557
  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; })',
@@ -3336,9 +3560,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
3336
3560
  })();
3337
3561
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3338
3562
  if ("numeric" === input3.memberType)
3339
- return $vo49(input3, _path2, _exceptionable2);
3563
+ return $vo51(input3, _path2, _exceptionable2);
3340
3564
  if ("categorical" === input3.memberType)
3341
- return $vo54(input3, _path2, _exceptionable2);
3565
+ return $vo56(input3, _path2, _exceptionable2);
3342
3566
  return $report(_exceptionable2, {
3343
3567
  path: _path2,
3344
3568
  expected: "(NumericTermCollection | CategoricalTermCollection)",