@sjcrh/proteinpaint-types 2.180.1 → 2.182.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-XCSFBW4V.js → chunk-2QTCQFYE.js} +1101 -649
  3. package/dist/{chunk-DIKDKRFN.js → chunk-3DA4MJ2U.js} +691 -467
  4. package/dist/{chunk-Y6F7ZVSV.js → chunk-45VA4Y6L.js} +691 -467
  5. package/dist/chunk-7OA6G77M.js +113 -0
  6. package/dist/{chunk-XAGXFLSH.js → chunk-C5ECCXOT.js} +1402 -756
  7. package/dist/{chunk-PZUKZRSI.js → chunk-DDMUMMOL.js} +438 -214
  8. package/dist/{chunk-4DCPDZW4.js → chunk-G6ZTAMGK.js} +13 -1
  9. package/dist/{chunk-DPWX7ORN.js → chunk-J55IQXT7.js} +515 -291
  10. package/dist/{chunk-P75GBHFO.js → chunk-K6W2WEPW.js} +857 -395
  11. package/dist/{chunk-LLBTODL6.js → chunk-KNDCWQJD.js} +691 -467
  12. package/dist/{chunk-NOT62STS.js → chunk-UBAJYDGK.js} +453 -229
  13. package/dist/{chunk-WSKMTIOO.js → chunk-URYAC364.js} +677 -453
  14. package/dist/{chunk-6PTYP7X4.js → chunk-UYKWZWCU.js} +2180 -1062
  15. package/dist/{chunk-OT6W3FNI.js → chunk-VUNM6QTX.js} +438 -214
  16. package/dist/{chunk-ICACMXK2.js → chunk-ZKO7LMCC.js} +438 -214
  17. package/dist/{chunk-KFNXZOED.js → chunk-ZRTB7SRA.js} +653 -425
  18. package/dist/correlationVolcano.js +1 -1
  19. package/dist/grin2.js +1 -1
  20. package/dist/index.js +34 -34
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.chat.js +438 -214
  23. package/dist/termdb.chat2.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.diffMeth.js +1 -1
  27. package/dist/termdb.dmr.js +1 -1
  28. package/dist/termdb.isoformAvailability.js +11 -0
  29. package/dist/termdb.numericcategories.js +1 -1
  30. package/dist/termdb.percentile.js +1 -1
  31. package/dist/termdb.termsbyids.js +1 -1
  32. package/dist/termdb.topTermsByType.js +1 -1
  33. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  34. package/dist/termdb.violinBox.js +11 -0
  35. package/package.json +1 -1
  36. package/src/dataset.ts +92 -58
  37. package/src/index.ts +3 -2
  38. package/src/routes/termdb.cluster.ts +11 -0
  39. package/src/routes/termdb.diffMeth.ts +6 -0
  40. package/src/routes/termdb.dmr.ts +73 -14
  41. package/src/routes/termdb.isoformAvailability.ts +22 -0
  42. package/src/routes/termdb.violinBox.ts +230 -0
  43. package/src/terms/isoformExpression.ts +36 -0
  44. package/src/terms/numeric.ts +2 -0
  45. package/src/vocab.ts +0 -1
  46. package/dist/chunk-R7BNDCKV.js +0 -3722
  47. package/dist/termdb.boxplot.js +0 -11
  48. package/dist/termdb.violin.js +0 -11
  49. package/src/routes/termdb.boxplot.ts +0 -164
  50. package/src/routes/termdb.violin.ts +0 -163
@@ -44,7 +44,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
44
44
  const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
45
45
  const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
46
46
  const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
47
- const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $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 && $io34(elem)));
47
+ const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $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)));
48
48
  const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
49
49
  const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
50
50
  const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $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);
@@ -63,19 +63,21 @@ var validTermdbTopTermsByTypeRequest = (input) => {
63
63
  const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $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);
64
64
  const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
65
65
  const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
66
- const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
67
- const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
68
- const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
69
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
70
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
71
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
72
- const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
73
- const $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
74
- const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
75
- const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
76
- const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
77
- const $io37 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
78
- const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
66
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "string" === typeof input3.gene) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
67
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
68
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
69
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
70
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
71
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
72
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
73
+ const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
74
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
75
+ const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
76
+ const $io36 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
77
+ const $io37 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io38(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
78
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
79
+ const $io39 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
80
+ const $io40 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
79
81
  if (["key", "label"].some((prop) => key === prop))
80
82
  return true;
81
83
  const value = input3[key];
@@ -85,25 +87,25 @@ var validTermdbTopTermsByTypeRequest = (input) => {
85
87
  return true;
86
88
  return true;
87
89
  });
88
- const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io45(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
89
- const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
90
- const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
91
- const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
92
- const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
93
- const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
94
- const $io45 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
95
- const $io46 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && "number" === typeof input3.ratio;
96
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io51(input3.valueTransform));
97
- const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
98
- const $io49 = (input3) => Object.keys(input3).every((key) => {
90
+ const $io41 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io47(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
91
+ const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
92
+ const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
93
+ const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
94
+ const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
95
+ const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
96
+ const $io47 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
97
+ const $io48 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
99
+ const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
100
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
99
101
  const value = input3[key];
100
102
  if (void 0 === value)
101
103
  return true;
102
104
  if (RegExp(/(.*)/).test(key))
103
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io50(value);
105
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
104
106
  return true;
105
107
  });
106
- const $io50 = (input3) => Object.keys(input3).every((key) => {
108
+ const $io52 = (input3) => Object.keys(input3).every((key) => {
107
109
  const value = input3[key];
108
110
  if (void 0 === value)
109
111
  return true;
@@ -111,9 +113,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
111
113
  return true;
112
114
  return true;
113
115
  });
114
- const $io51 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
115
- const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
116
- const $io53 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
116
+ const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
117
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
118
+ const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
117
119
  const $iu0 = (input3) => (() => {
118
120
  if ("tvslst" === input3.type)
119
121
  return $io1(input3);
@@ -134,14 +136,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
134
136
  if (true === input3.stopunbounded)
135
137
  return $io21(input3);
136
138
  if (void 0 !== input3.value)
137
- return $io33(input3);
139
+ return $io35(input3);
138
140
  return $io20(input3);
139
141
  })();
140
142
  const $iu3 = (input3) => (() => {
141
143
  if ("gene" === input3.kind)
142
- return $io42(input3);
144
+ return $io44(input3);
143
145
  if ("coord" === input3.kind)
144
- return $io43(input3);
146
+ return $io45(input3);
145
147
  return false;
146
148
  })();
147
149
  const $iu4 = (input3) => (() => {
@@ -155,14 +157,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
155
157
  if (void 0 !== input3.ranges)
156
158
  return $io13(input3);
157
159
  if (void 0 !== input3.ratio)
158
- return $io46(input3);
160
+ return $io48(input3);
159
161
  return (() => {
160
162
  if ($io3(input3))
161
163
  return $io3(input3);
162
- if ($io35(input3))
163
- return $io35(input3);
164
- if ($io39(input3))
165
- return $io39(input3);
164
+ if ($io37(input3))
165
+ return $io37(input3);
166
+ if ($io41(input3))
167
+ return $io41(input3);
166
168
  return false;
167
169
  })();
168
170
  })();
@@ -170,24 +172,28 @@ var validTermdbTopTermsByTypeRequest = (input) => {
170
172
  if ("integer" === input3.type || "float" === input3.type)
171
173
  return $io14(input3);
172
174
  if ("metaboliteIntensity" === input3.type)
173
- return $io25(input3);
175
+ return $io27(input3);
174
176
  if ("proteomeAbundance" === input3.type)
175
- return $io26(input3);
176
- if ("date" === input3.type)
177
177
  return $io28(input3);
178
+ if ("date" === input3.type)
179
+ return $io30(input3);
178
180
  if ("ssGSEA" === input3.type)
179
- return $io29(input3);
181
+ return $io31(input3);
180
182
  if ("dnaMethylation" === input3.type)
181
- return $io30(input3);
183
+ return $io32(input3);
182
184
  return (() => {
183
185
  if ($io24(input3))
184
186
  return $io24(input3);
185
187
  if ($io23(input3))
186
188
  return $io23(input3);
187
- if ($io32(input3))
188
- return $io32(input3);
189
- if ($io31(input3))
190
- return $io31(input3);
189
+ if ($io26(input3))
190
+ return $io26(input3);
191
+ if ($io25(input3))
192
+ return $io25(input3);
193
+ if ($io34(input3))
194
+ return $io34(input3);
195
+ if ($io33(input3))
196
+ return $io33(input3);
191
197
  return false;
192
198
  })();
193
199
  })();
@@ -214,16 +220,16 @@ var validTermdbTopTermsByTypeRequest = (input) => {
214
220
  })();
215
221
  const $iu10 = (input3) => (() => {
216
222
  if ("gene" === input3.kind)
217
- return $io41(input3);
223
+ return $io43(input3);
218
224
  if ("coord" === input3.kind)
219
- return $io44(input3);
225
+ return $io46(input3);
220
226
  return false;
221
227
  })();
222
228
  const $iu11 = (input3) => (() => {
223
229
  if ("numeric" === input3.memberType)
224
- return $io47(input3);
230
+ return $io49(input3);
225
231
  if ("categorical" === input3.memberType)
226
- return $io52(input3);
232
+ return $io54(input3);
227
233
  return false;
228
234
  })();
229
235
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -652,11 +658,11 @@ var validTermdbTopTermsByTypeRequest = (input) => {
652
658
  value: input3.value_by_computable_grade
653
659
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
654
660
  path: _path2 + ".term",
655
- 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)',
661
+ 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)',
656
662
  value: input3.term
657
663
  })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
658
664
  path: _path2 + ".term",
659
- 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)',
665
+ 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)',
660
666
  value: input3.term
661
667
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
662
668
  path: _path2 + ".ranges",
@@ -682,7 +688,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
682
688
  path: _path2 + ".values[" + _index9 + "]",
683
689
  expected: "__type.o5",
684
690
  value: elem
685
- })) && $vo34(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
691
+ })) && $vo36(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
686
692
  path: _path2 + ".values[" + _index9 + "]",
687
693
  expected: "__type.o5",
688
694
  value: elem
@@ -1283,9 +1289,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1283
1289
  path: _path2 + ".name",
1284
1290
  expected: "string",
1285
1291
  value: input3.name
1286
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1292
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1287
1293
  path: _path2 + ".type",
1288
- expected: '"metaboliteIntensity"',
1294
+ expected: '"isoformExpression"',
1289
1295
  value: input3.type
1290
1296
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1291
1297
  path: _path2 + ".child_types",
@@ -1351,6 +1357,224 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1351
1357
  path: _path2 + ".unit",
1352
1358
  expected: "(string | undefined)",
1353
1359
  value: input3.unit
1360
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1361
+ path: _path2 + ".bins",
1362
+ expected: "(PresetNumericBins | undefined)",
1363
+ value: input3.bins
1364
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1365
+ path: _path2 + ".bins",
1366
+ expected: "(PresetNumericBins | undefined)",
1367
+ value: input3.bins
1368
+ }), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
1369
+ path: _path2 + ".kind",
1370
+ expected: '("isoform" | undefined)',
1371
+ value: input3.kind
1372
+ }), "string" === typeof input3.isoform || $report(_exceptionable2, {
1373
+ path: _path2 + ".isoform",
1374
+ expected: "string",
1375
+ value: input3.isoform
1376
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1377
+ path: _path2 + ".gene",
1378
+ expected: "(string | undefined)",
1379
+ value: input3.gene
1380
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1381
+ path: _path2 + ".chr",
1382
+ expected: "(string | undefined)",
1383
+ value: input3.chr
1384
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1385
+ path: _path2 + ".start",
1386
+ expected: "(number | undefined)",
1387
+ value: input3.start
1388
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1389
+ path: _path2 + ".stop",
1390
+ expected: "(number | undefined)",
1391
+ value: input3.stop
1392
+ })].every((flag) => flag);
1393
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1394
+ path: _path2 + ".id",
1395
+ expected: "string",
1396
+ value: input3.id
1397
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1398
+ path: _path2 + ".name",
1399
+ expected: "string",
1400
+ value: input3.name
1401
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1402
+ path: _path2 + ".type",
1403
+ expected: '"isoformExpression"',
1404
+ value: input3.type
1405
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1406
+ path: _path2 + ".child_types",
1407
+ expected: "(Array<string> | undefined)",
1408
+ value: input3.child_types
1409
+ })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1410
+ path: _path2 + ".child_types[" + _index19 + "]",
1411
+ expected: "string",
1412
+ value: elem
1413
+ })).every((flag) => flag) || $report(_exceptionable2, {
1414
+ path: _path2 + ".child_types",
1415
+ expected: "(Array<string> | undefined)",
1416
+ value: input3.child_types
1417
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1418
+ path: _path2 + ".hashtmldetail",
1419
+ expected: "(boolean | undefined)",
1420
+ value: input3.hashtmldetail
1421
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1422
+ path: _path2 + ".included_types",
1423
+ expected: "(Array<string> | undefined)",
1424
+ value: input3.included_types
1425
+ })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1426
+ path: _path2 + ".included_types[" + _index20 + "]",
1427
+ expected: "string",
1428
+ value: elem
1429
+ })).every((flag) => flag) || $report(_exceptionable2, {
1430
+ path: _path2 + ".included_types",
1431
+ expected: "(Array<string> | undefined)",
1432
+ value: input3.included_types
1433
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1434
+ path: _path2 + ".isleaf",
1435
+ expected: "(boolean | undefined)",
1436
+ value: input3.isleaf
1437
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1438
+ path: _path2 + ".values",
1439
+ expected: "(TermValues | undefined)",
1440
+ value: input3.values
1441
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1442
+ path: _path2 + ".values",
1443
+ expected: "(TermValues | undefined)",
1444
+ value: input3.values
1445
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1446
+ path: _path2 + ".skipValuesBuild",
1447
+ expected: "(boolean | undefined)",
1448
+ value: input3.skipValuesBuild
1449
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1450
+ path: _path2 + ".valueConversion",
1451
+ expected: "(__type.o1 | undefined)",
1452
+ value: input3.valueConversion
1453
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1454
+ path: _path2 + ".valueConversion",
1455
+ expected: "(__type.o1 | undefined)",
1456
+ value: input3.valueConversion
1457
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1458
+ path: _path2 + ".continuousColorScale",
1459
+ expected: "(__type.o3 | undefined)",
1460
+ value: input3.continuousColorScale
1461
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1462
+ path: _path2 + ".continuousColorScale",
1463
+ expected: "(__type.o3 | undefined)",
1464
+ value: input3.continuousColorScale
1465
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1466
+ path: _path2 + ".unit",
1467
+ expected: "(string | undefined)",
1468
+ value: input3.unit
1469
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1470
+ path: _path2 + ".bins",
1471
+ expected: "(PresetNumericBins | undefined)",
1472
+ value: input3.bins
1473
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1474
+ path: _path2 + ".bins",
1475
+ expected: "(PresetNumericBins | undefined)",
1476
+ value: input3.bins
1477
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1478
+ path: _path2 + ".kind",
1479
+ expected: '("coord" | undefined)',
1480
+ value: input3.kind
1481
+ }), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
1482
+ path: _path2 + ".isoform",
1483
+ expected: "(string | undefined)",
1484
+ value: input3.isoform
1485
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1486
+ path: _path2 + ".gene",
1487
+ expected: "(string | undefined)",
1488
+ value: input3.gene
1489
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1490
+ path: _path2 + ".chr",
1491
+ expected: "string",
1492
+ value: input3.chr
1493
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1494
+ path: _path2 + ".start",
1495
+ expected: "number",
1496
+ value: input3.start
1497
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1498
+ path: _path2 + ".stop",
1499
+ expected: "number",
1500
+ value: input3.stop
1501
+ })].every((flag) => flag);
1502
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1503
+ path: _path2 + ".id",
1504
+ expected: "string",
1505
+ value: input3.id
1506
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1507
+ path: _path2 + ".name",
1508
+ expected: "string",
1509
+ value: input3.name
1510
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1511
+ path: _path2 + ".type",
1512
+ expected: '"metaboliteIntensity"',
1513
+ value: input3.type
1514
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1515
+ path: _path2 + ".child_types",
1516
+ expected: "(Array<string> | undefined)",
1517
+ value: input3.child_types
1518
+ })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1519
+ path: _path2 + ".child_types[" + _index21 + "]",
1520
+ expected: "string",
1521
+ value: elem
1522
+ })).every((flag) => flag) || $report(_exceptionable2, {
1523
+ path: _path2 + ".child_types",
1524
+ expected: "(Array<string> | undefined)",
1525
+ value: input3.child_types
1526
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1527
+ path: _path2 + ".hashtmldetail",
1528
+ expected: "(boolean | undefined)",
1529
+ value: input3.hashtmldetail
1530
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1531
+ path: _path2 + ".included_types",
1532
+ expected: "(Array<string> | undefined)",
1533
+ value: input3.included_types
1534
+ })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1535
+ path: _path2 + ".included_types[" + _index22 + "]",
1536
+ expected: "string",
1537
+ value: elem
1538
+ })).every((flag) => flag) || $report(_exceptionable2, {
1539
+ path: _path2 + ".included_types",
1540
+ expected: "(Array<string> | undefined)",
1541
+ value: input3.included_types
1542
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1543
+ path: _path2 + ".isleaf",
1544
+ expected: "(boolean | undefined)",
1545
+ value: input3.isleaf
1546
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1547
+ path: _path2 + ".values",
1548
+ expected: "(TermValues | undefined)",
1549
+ value: input3.values
1550
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1551
+ path: _path2 + ".values",
1552
+ expected: "(TermValues | undefined)",
1553
+ value: input3.values
1554
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1555
+ path: _path2 + ".skipValuesBuild",
1556
+ expected: "(boolean | undefined)",
1557
+ value: input3.skipValuesBuild
1558
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1559
+ path: _path2 + ".valueConversion",
1560
+ expected: "(__type.o1 | undefined)",
1561
+ value: input3.valueConversion
1562
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1563
+ path: _path2 + ".valueConversion",
1564
+ expected: "(__type.o1 | undefined)",
1565
+ value: input3.valueConversion
1566
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1567
+ path: _path2 + ".continuousColorScale",
1568
+ expected: "(__type.o3 | undefined)",
1569
+ value: input3.continuousColorScale
1570
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1571
+ path: _path2 + ".continuousColorScale",
1572
+ expected: "(__type.o3 | undefined)",
1573
+ value: input3.continuousColorScale
1574
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1575
+ path: _path2 + ".unit",
1576
+ expected: "(string | undefined)",
1577
+ value: input3.unit
1354
1578
  }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1355
1579
  path: _path2 + ".metabolite",
1356
1580
  expected: "string",
@@ -1364,7 +1588,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1364
1588
  expected: "(PresetNumericBins | undefined)",
1365
1589
  value: input3.bins
1366
1590
  })].every((flag) => flag);
1367
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1591
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1368
1592
  path: _path2 + ".id",
1369
1593
  expected: "string",
1370
1594
  value: input3.id
@@ -1380,8 +1604,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1380
1604
  path: _path2 + ".child_types",
1381
1605
  expected: "(Array<string> | undefined)",
1382
1606
  value: input3.child_types
1383
- })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1384
- path: _path2 + ".child_types[" + _index19 + "]",
1607
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1608
+ path: _path2 + ".child_types[" + _index23 + "]",
1385
1609
  expected: "string",
1386
1610
  value: elem
1387
1611
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1396,8 +1620,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1396
1620
  path: _path2 + ".included_types",
1397
1621
  expected: "(Array<string> | undefined)",
1398
1622
  value: input3.included_types
1399
- })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1400
- path: _path2 + ".included_types[" + _index20 + "]",
1623
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1624
+ path: _path2 + ".included_types[" + _index24 + "]",
1401
1625
  expected: "string",
1402
1626
  value: elem
1403
1627
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1456,12 +1680,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1456
1680
  path: _path2 + ".proteomeDetails",
1457
1681
  expected: "ProteomeDetails",
1458
1682
  value: input3.proteomeDetails
1459
- })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1683
+ })) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1460
1684
  path: _path2 + ".proteomeDetails",
1461
1685
  expected: "ProteomeDetails",
1462
1686
  value: input3.proteomeDetails
1463
1687
  })].every((flag) => flag);
1464
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1688
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1465
1689
  path: _path2 + ".assay",
1466
1690
  expected: "string",
1467
1691
  value: input3.assay
@@ -1470,7 +1694,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1470
1694
  expected: "string",
1471
1695
  value: input3.cohort
1472
1696
  })].every((flag) => flag);
1473
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1697
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1474
1698
  path: _path2 + ".id",
1475
1699
  expected: "string",
1476
1700
  value: input3.id
@@ -1486,8 +1710,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1486
1710
  path: _path2 + ".child_types",
1487
1711
  expected: "(Array<string> | undefined)",
1488
1712
  value: input3.child_types
1489
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1490
- path: _path2 + ".child_types[" + _index21 + "]",
1713
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1714
+ path: _path2 + ".child_types[" + _index25 + "]",
1491
1715
  expected: "string",
1492
1716
  value: elem
1493
1717
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1502,8 +1726,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1502
1726
  path: _path2 + ".included_types",
1503
1727
  expected: "(Array<string> | undefined)",
1504
1728
  value: input3.included_types
1505
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1506
- path: _path2 + ".included_types[" + _index22 + "]",
1729
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1730
+ path: _path2 + ".included_types[" + _index26 + "]",
1507
1731
  expected: "string",
1508
1732
  value: elem
1509
1733
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1555,7 +1779,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1555
1779
  expected: "(PresetNumericBins | undefined)",
1556
1780
  value: input3.bins
1557
1781
  })].every((flag) => flag);
1558
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1782
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1559
1783
  path: _path2 + ".id",
1560
1784
  expected: "string",
1561
1785
  value: input3.id
@@ -1571,8 +1795,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1571
1795
  path: _path2 + ".child_types",
1572
1796
  expected: "(Array<string> | undefined)",
1573
1797
  value: input3.child_types
1574
- })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1575
- path: _path2 + ".child_types[" + _index23 + "]",
1798
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1799
+ path: _path2 + ".child_types[" + _index27 + "]",
1576
1800
  expected: "string",
1577
1801
  value: elem
1578
1802
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1587,8 +1811,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1587
1811
  path: _path2 + ".included_types",
1588
1812
  expected: "(Array<string> | undefined)",
1589
1813
  value: input3.included_types
1590
- })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1591
- path: _path2 + ".included_types[" + _index24 + "]",
1814
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1815
+ path: _path2 + ".included_types[" + _index28 + "]",
1592
1816
  expected: "string",
1593
1817
  value: elem
1594
1818
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1635,8 +1859,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1635
1859
  path: _path2 + ".genes",
1636
1860
  expected: "(Array<string> | undefined)",
1637
1861
  value: input3.genes
1638
- })) && input3.genes.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1639
- path: _path2 + ".genes[" + _index25 + "]",
1862
+ })) && input3.genes.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1863
+ path: _path2 + ".genes[" + _index29 + "]",
1640
1864
  expected: "string",
1641
1865
  value: elem
1642
1866
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1652,7 +1876,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1652
1876
  expected: "(PresetNumericBins | undefined)",
1653
1877
  value: input3.bins
1654
1878
  })].every((flag) => flag);
1655
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1879
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1656
1880
  path: _path2 + ".id",
1657
1881
  expected: "string",
1658
1882
  value: input3.id
@@ -1668,8 +1892,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1668
1892
  path: _path2 + ".child_types",
1669
1893
  expected: "(Array<string> | undefined)",
1670
1894
  value: input3.child_types
1671
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1672
- path: _path2 + ".child_types[" + _index26 + "]",
1895
+ })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1896
+ path: _path2 + ".child_types[" + _index30 + "]",
1673
1897
  expected: "string",
1674
1898
  value: elem
1675
1899
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1684,8 +1908,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1684
1908
  path: _path2 + ".included_types",
1685
1909
  expected: "(Array<string> | undefined)",
1686
1910
  value: input3.included_types
1687
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1688
- path: _path2 + ".included_types[" + _index27 + "]",
1911
+ })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1912
+ path: _path2 + ".included_types[" + _index31 + "]",
1689
1913
  expected: "string",
1690
1914
  value: elem
1691
1915
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1749,7 +1973,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1749
1973
  expected: "(PresetNumericBins | undefined)",
1750
1974
  value: input3.bins
1751
1975
  })].every((flag) => flag);
1752
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1976
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1753
1977
  path: _path2 + ".id",
1754
1978
  expected: "string",
1755
1979
  value: input3.id
@@ -1765,8 +1989,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1765
1989
  path: _path2 + ".child_types",
1766
1990
  expected: "(Array<string> | undefined)",
1767
1991
  value: input3.child_types
1768
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1769
- path: _path2 + ".child_types[" + _index28 + "]",
1992
+ })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1993
+ path: _path2 + ".child_types[" + _index32 + "]",
1770
1994
  expected: "string",
1771
1995
  value: elem
1772
1996
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1781,8 +2005,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1781
2005
  path: _path2 + ".included_types",
1782
2006
  expected: "(Array<string> | undefined)",
1783
2007
  value: input3.included_types
1784
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1785
- path: _path2 + ".included_types[" + _index29 + "]",
2008
+ })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2009
+ path: _path2 + ".included_types[" + _index33 + "]",
1786
2010
  expected: "string",
1787
2011
  value: elem
1788
2012
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1858,7 +2082,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1858
2082
  expected: "(number | undefined)",
1859
2083
  value: input3.stop
1860
2084
  })].every((flag) => flag);
1861
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2085
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1862
2086
  path: _path2 + ".id",
1863
2087
  expected: "string",
1864
2088
  value: input3.id
@@ -1874,8 +2098,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1874
2098
  path: _path2 + ".child_types",
1875
2099
  expected: "(Array<string> | undefined)",
1876
2100
  value: input3.child_types
1877
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1878
- path: _path2 + ".child_types[" + _index30 + "]",
2101
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2102
+ path: _path2 + ".child_types[" + _index34 + "]",
1879
2103
  expected: "string",
1880
2104
  value: elem
1881
2105
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1890,8 +2114,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1890
2114
  path: _path2 + ".included_types",
1891
2115
  expected: "(Array<string> | undefined)",
1892
2116
  value: input3.included_types
1893
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1894
- path: _path2 + ".included_types[" + _index31 + "]",
2117
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2118
+ path: _path2 + ".included_types[" + _index35 + "]",
1895
2119
  expected: "string",
1896
2120
  value: elem
1897
2121
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1967,7 +2191,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1967
2191
  expected: "number",
1968
2192
  value: input3.stop
1969
2193
  })].every((flag) => flag);
1970
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2194
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1971
2195
  path: _path2 + ".value",
1972
2196
  expected: "number",
1973
2197
  value: input3.value
@@ -1980,7 +2204,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1980
2204
  expected: "(string | undefined)",
1981
2205
  value: input3.name
1982
2206
  })].every((flag) => flag);
1983
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2207
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1984
2208
  path: _path2 + ".key",
1985
2209
  expected: "string",
1986
2210
  value: input3.key
@@ -1997,7 +2221,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
1997
2221
  expected: "(string | undefined)",
1998
2222
  value: input3.label
1999
2223
  })].every((flag) => flag);
2000
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2224
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2001
2225
  path: _path2 + ".join",
2002
2226
  expected: "(string | undefined)",
2003
2227
  value: input3.join
@@ -2029,7 +2253,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2029
2253
  path: _path2 + ".term",
2030
2254
  expected: "ConditionTerm",
2031
2255
  value: input3.term
2032
- })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2256
+ })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2033
2257
  path: _path2 + ".term",
2034
2258
  expected: "ConditionTerm",
2035
2259
  value: input3.term
@@ -2037,12 +2261,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2037
2261
  path: _path2 + ".grade_and_child",
2038
2262
  expected: "(Array<GradeAndChildEntry> | undefined)",
2039
2263
  value: input3.grade_and_child
2040
- })) && input3.grade_and_child.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2041
- path: _path2 + ".grade_and_child[" + _index32 + "]",
2264
+ })) && input3.grade_and_child.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2265
+ path: _path2 + ".grade_and_child[" + _index36 + "]",
2042
2266
  expected: "GradeAndChildEntry",
2043
2267
  value: elem
2044
- })) && $vo37(elem, _path2 + ".grade_and_child[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2045
- path: _path2 + ".grade_and_child[" + _index32 + "]",
2268
+ })) && $vo39(elem, _path2 + ".grade_and_child[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2269
+ path: _path2 + ".grade_and_child[" + _index36 + "]",
2046
2270
  expected: "GradeAndChildEntry",
2047
2271
  value: elem
2048
2272
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2053,12 +2277,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2053
2277
  path: _path2 + ".values",
2054
2278
  expected: "Array<__type>.o2",
2055
2279
  value: input3.values
2056
- })) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2057
- path: _path2 + ".values[" + _index33 + "]",
2280
+ })) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2281
+ path: _path2 + ".values[" + _index37 + "]",
2058
2282
  expected: "__type.o6",
2059
2283
  value: elem
2060
- })) && $vo38(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2061
- path: _path2 + ".values[" + _index33 + "]",
2284
+ })) && $vo40(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2285
+ path: _path2 + ".values[" + _index37 + "]",
2062
2286
  expected: "__type.o6",
2063
2287
  value: elem
2064
2288
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2066,7 +2290,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2066
2290
  expected: "Array<__type>.o2",
2067
2291
  value: input3.values
2068
2292
  })].every((flag) => flag);
2069
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2293
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2070
2294
  path: _path2 + ".id",
2071
2295
  expected: "string",
2072
2296
  value: input3.id
@@ -2082,8 +2306,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2082
2306
  path: _path2 + ".child_types",
2083
2307
  expected: "(Array<string> | undefined)",
2084
2308
  value: input3.child_types
2085
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2086
- path: _path2 + ".child_types[" + _index34 + "]",
2309
+ })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2310
+ path: _path2 + ".child_types[" + _index38 + "]",
2087
2311
  expected: "string",
2088
2312
  value: elem
2089
2313
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2098,8 +2322,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2098
2322
  path: _path2 + ".included_types",
2099
2323
  expected: "(Array<string> | undefined)",
2100
2324
  value: input3.included_types
2101
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2102
- path: _path2 + ".included_types[" + _index35 + "]",
2325
+ })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2326
+ path: _path2 + ".included_types[" + _index39 + "]",
2103
2327
  expected: "string",
2104
2328
  value: elem
2105
2329
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2131,7 +2355,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2131
2355
  expected: "(__type.o1 | undefined)",
2132
2356
  value: input3.valueConversion
2133
2357
  })].every((flag) => flag);
2134
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2358
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2135
2359
  path: _path2 + ".grade",
2136
2360
  expected: "number",
2137
2361
  value: input3.grade
@@ -2148,7 +2372,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2148
2372
  expected: "string",
2149
2373
  value: input3.child_label
2150
2374
  })].every((flag) => flag);
2151
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2375
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2152
2376
  path: _path2 + ".key",
2153
2377
  expected: "(number | string)",
2154
2378
  value: input3.key
@@ -2166,7 +2390,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2166
2390
  return true;
2167
2391
  return true;
2168
2392
  }).every((flag) => flag)].every((flag) => flag);
2169
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2393
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2170
2394
  path: _path2 + ".join",
2171
2395
  expected: "(string | undefined)",
2172
2396
  value: input3.join
@@ -2198,7 +2422,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2198
2422
  path: _path2 + ".term",
2199
2423
  expected: "DtTerm",
2200
2424
  value: input3.term
2201
- })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2425
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2202
2426
  path: _path2 + ".term",
2203
2427
  expected: "DtTerm",
2204
2428
  value: input3.term
@@ -2206,12 +2430,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2206
2430
  path: _path2 + ".values",
2207
2431
  expected: "Array<GeneVariantValue>",
2208
2432
  value: input3.values
2209
- })) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2210
- path: _path2 + ".values[" + _index36 + "]",
2433
+ })) && input3.values.map((elem, _index40) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2434
+ path: _path2 + ".values[" + _index40 + "]",
2211
2435
  expected: "GeneVariantValue",
2212
2436
  value: elem
2213
- })) && $vo45(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2214
- path: _path2 + ".values[" + _index36 + "]",
2437
+ })) && $vo47(elem, _path2 + ".values[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2438
+ path: _path2 + ".values[" + _index40 + "]",
2215
2439
  expected: "GeneVariantValue",
2216
2440
  value: elem
2217
2441
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2259,7 +2483,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2259
2483
  expected: "(number | undefined)",
2260
2484
  value: input3.fractionOverlap
2261
2485
  })].every((flag) => flag);
2262
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2486
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2263
2487
  path: _path2 + ".id",
2264
2488
  expected: "string",
2265
2489
  value: input3.id
@@ -2308,7 +2532,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2308
2532
  expected: "TermValues",
2309
2533
  value: input3.values
2310
2534
  })].every((flag) => flag);
2311
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2535
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2312
2536
  path: _path2 + ".id",
2313
2537
  expected: "string",
2314
2538
  value: input3.id
@@ -2324,8 +2548,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2324
2548
  path: _path2 + ".child_types",
2325
2549
  expected: "(Array<string> | undefined)",
2326
2550
  value: input3.child_types
2327
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2328
- path: _path2 + ".child_types[" + _index37 + "]",
2551
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2552
+ path: _path2 + ".child_types[" + _index41 + "]",
2329
2553
  expected: "string",
2330
2554
  value: elem
2331
2555
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2340,8 +2564,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2340
2564
  path: _path2 + ".included_types",
2341
2565
  expected: "(Array<string> | undefined)",
2342
2566
  value: input3.included_types
2343
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2344
- path: _path2 + ".included_types[" + _index38 + "]",
2567
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2568
+ path: _path2 + ".included_types[" + _index42 + "]",
2345
2569
  expected: "string",
2346
2570
  value: elem
2347
2571
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2396,12 +2620,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2396
2620
  path: _path2 + ".genes",
2397
2621
  expected: "Array<GvGeneTerm>",
2398
2622
  value: input3.genes
2399
- })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2400
- path: _path2 + ".genes[" + _index39 + "]",
2623
+ })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2624
+ path: _path2 + ".genes[" + _index43 + "]",
2401
2625
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2402
2626
  value: elem
2403
- })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2404
- path: _path2 + ".genes[" + _index39 + "]",
2627
+ })) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2628
+ path: _path2 + ".genes[" + _index43 + "]",
2405
2629
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2406
2630
  value: elem
2407
2631
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2420,12 +2644,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2420
2644
  path: _path2 + ".childTerms",
2421
2645
  expected: "(Array<DtTerm> | undefined)",
2422
2646
  value: input3.childTerms
2423
- })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2424
- path: _path2 + ".childTerms[" + _index40 + "]",
2647
+ })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2648
+ path: _path2 + ".childTerms[" + _index44 + "]",
2425
2649
  expected: "DtTerm",
2426
2650
  value: elem
2427
- })) && $vo40(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2428
- path: _path2 + ".childTerms[" + _index40 + "]",
2651
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2652
+ path: _path2 + ".childTerms[" + _index44 + "]",
2429
2653
  expected: "DtTerm",
2430
2654
  value: elem
2431
2655
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2433,7 +2657,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2433
2657
  expected: "(Array<DtTerm> | undefined)",
2434
2658
  value: input3.childTerms
2435
2659
  })].every((flag) => flag);
2436
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2660
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2437
2661
  path: _path2 + ".id",
2438
2662
  expected: "string",
2439
2663
  value: input3.id
@@ -2449,8 +2673,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2449
2673
  path: _path2 + ".child_types",
2450
2674
  expected: "(Array<string> | undefined)",
2451
2675
  value: input3.child_types
2452
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2453
- path: _path2 + ".child_types[" + _index41 + "]",
2676
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2677
+ path: _path2 + ".child_types[" + _index45 + "]",
2454
2678
  expected: "string",
2455
2679
  value: elem
2456
2680
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2465,8 +2689,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2465
2689
  path: _path2 + ".included_types",
2466
2690
  expected: "(Array<string> | undefined)",
2467
2691
  value: input3.included_types
2468
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2469
- path: _path2 + ".included_types[" + _index42 + "]",
2692
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2693
+ path: _path2 + ".included_types[" + _index46 + "]",
2470
2694
  expected: "string",
2471
2695
  value: elem
2472
2696
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2518,7 +2742,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2518
2742
  expected: "(number | undefined)",
2519
2743
  value: input3.stop
2520
2744
  })].every((flag) => flag);
2521
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2745
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2522
2746
  path: _path2 + ".id",
2523
2747
  expected: "string",
2524
2748
  value: input3.id
@@ -2534,8 +2758,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2534
2758
  path: _path2 + ".child_types",
2535
2759
  expected: "(Array<string> | undefined)",
2536
2760
  value: input3.child_types
2537
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2538
- path: _path2 + ".child_types[" + _index43 + "]",
2761
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2762
+ path: _path2 + ".child_types[" + _index47 + "]",
2539
2763
  expected: "string",
2540
2764
  value: elem
2541
2765
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2550,8 +2774,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2550
2774
  path: _path2 + ".included_types",
2551
2775
  expected: "(Array<string> | undefined)",
2552
2776
  value: input3.included_types
2553
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2554
- path: _path2 + ".included_types[" + _index44 + "]",
2777
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2778
+ path: _path2 + ".included_types[" + _index48 + "]",
2555
2779
  expected: "string",
2556
2780
  value: elem
2557
2781
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2599,7 +2823,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2599
2823
  expected: "number",
2600
2824
  value: input3.stop
2601
2825
  })].every((flag) => flag);
2602
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2826
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2603
2827
  path: _path2 + ".id",
2604
2828
  expected: "string",
2605
2829
  value: input3.id
@@ -2615,8 +2839,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2615
2839
  path: _path2 + ".child_types",
2616
2840
  expected: "(Array<string> | undefined)",
2617
2841
  value: input3.child_types
2618
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2619
- path: _path2 + ".child_types[" + _index45 + "]",
2842
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2843
+ path: _path2 + ".child_types[" + _index49 + "]",
2620
2844
  expected: "string",
2621
2845
  value: elem
2622
2846
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2631,8 +2855,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2631
2855
  path: _path2 + ".included_types",
2632
2856
  expected: "(Array<string> | undefined)",
2633
2857
  value: input3.included_types
2634
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2635
- path: _path2 + ".included_types[" + _index46 + "]",
2858
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2859
+ path: _path2 + ".included_types[" + _index50 + "]",
2636
2860
  expected: "string",
2637
2861
  value: elem
2638
2862
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2683,12 +2907,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2683
2907
  path: _path2 + ".genes",
2684
2908
  expected: "Array<GvGeneTerm>",
2685
2909
  value: input3.genes
2686
- })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2687
- path: _path2 + ".genes[" + _index47 + "]",
2910
+ })) && input3.genes.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2911
+ path: _path2 + ".genes[" + _index51 + "]",
2688
2912
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2689
2913
  value: elem
2690
- })) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2691
- path: _path2 + ".genes[" + _index47 + "]",
2914
+ })) && $vu3(elem, _path2 + ".genes[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2915
+ path: _path2 + ".genes[" + _index51 + "]",
2692
2916
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2693
2917
  value: elem
2694
2918
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2707,12 +2931,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2707
2931
  path: _path2 + ".childTerms",
2708
2932
  expected: "(Array<DtTerm> | undefined)",
2709
2933
  value: input3.childTerms
2710
- })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2711
- path: _path2 + ".childTerms[" + _index48 + "]",
2934
+ })) && input3.childTerms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2935
+ path: _path2 + ".childTerms[" + _index52 + "]",
2712
2936
  expected: "DtTerm",
2713
2937
  value: elem
2714
- })) && $vo40(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2715
- path: _path2 + ".childTerms[" + _index48 + "]",
2938
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2939
+ path: _path2 + ".childTerms[" + _index52 + "]",
2716
2940
  expected: "DtTerm",
2717
2941
  value: elem
2718
2942
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2720,7 +2944,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2720
2944
  expected: "(Array<DtTerm> | undefined)",
2721
2945
  value: input3.childTerms
2722
2946
  })].every((flag) => flag);
2723
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2947
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2724
2948
  path: _path2 + ".key",
2725
2949
  expected: "(string | undefined)",
2726
2950
  value: input3.key
@@ -2740,8 +2964,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2740
2964
  path: _path2 + ".mclasslst",
2741
2965
  expected: "(Array<string> | undefined)",
2742
2966
  value: input3.mclasslst
2743
- })) && input3.mclasslst.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2744
- path: _path2 + ".mclasslst[" + _index49 + "]",
2967
+ })) && input3.mclasslst.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2968
+ path: _path2 + ".mclasslst[" + _index53 + "]",
2745
2969
  expected: "string",
2746
2970
  value: elem
2747
2971
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2752,8 +2976,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2752
2976
  path: _path2 + ".mclassExcludeLst",
2753
2977
  expected: "(Array<string> | undefined)",
2754
2978
  value: input3.mclassExcludeLst
2755
- })) && input3.mclassExcludeLst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2756
- path: _path2 + ".mclassExcludeLst[" + _index50 + "]",
2979
+ })) && input3.mclassExcludeLst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2980
+ path: _path2 + ".mclassExcludeLst[" + _index54 + "]",
2757
2981
  expected: "string",
2758
2982
  value: elem
2759
2983
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2765,7 +2989,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2765
2989
  expected: "(string | undefined)",
2766
2990
  value: input3.origin
2767
2991
  })].every((flag) => flag);
2768
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2992
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2769
2993
  path: _path2 + ".join",
2770
2994
  expected: "(string | undefined)",
2771
2995
  value: input3.join
@@ -2806,7 +3030,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2806
3030
  expected: "number",
2807
3031
  value: input3.ratio
2808
3032
  })].every((flag) => flag);
2809
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3033
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2810
3034
  path: _path2 + ".id",
2811
3035
  expected: "string",
2812
3036
  value: input3.id
@@ -2822,8 +3046,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2822
3046
  path: _path2 + ".child_types",
2823
3047
  expected: "(Array<string> | undefined)",
2824
3048
  value: input3.child_types
2825
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2826
- path: _path2 + ".child_types[" + _index51 + "]",
3049
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3050
+ path: _path2 + ".child_types[" + _index55 + "]",
2827
3051
  expected: "string",
2828
3052
  value: elem
2829
3053
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2838,8 +3062,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2838
3062
  path: _path2 + ".included_types",
2839
3063
  expected: "(Array<string> | undefined)",
2840
3064
  value: input3.included_types
2841
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2842
- path: _path2 + ".included_types[" + _index52 + "]",
3065
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3066
+ path: _path2 + ".included_types[" + _index56 + "]",
2843
3067
  expected: "string",
2844
3068
  value: elem
2845
3069
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2874,8 +3098,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2874
3098
  path: _path2 + ".termIds",
2875
3099
  expected: "(Array<string> | undefined)",
2876
3100
  value: input3.termIds
2877
- })) && input3.termIds.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2878
- path: _path2 + ".termIds[" + _index53 + "]",
3101
+ })) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3102
+ path: _path2 + ".termIds[" + _index57 + "]",
2879
3103
  expected: "string",
2880
3104
  value: elem
2881
3105
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2886,12 +3110,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2886
3110
  path: _path2 + ".termlst",
2887
3111
  expected: "Array<BaseTerm>",
2888
3112
  value: input3.termlst
2889
- })) && input3.termlst.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2890
- path: _path2 + ".termlst[" + _index54 + "]",
3113
+ })) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3114
+ path: _path2 + ".termlst[" + _index58 + "]",
2891
3115
  expected: "BaseTerm",
2892
3116
  value: elem
2893
- })) && $vo48(elem, _path2 + ".termlst[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
2894
- path: _path2 + ".termlst[" + _index54 + "]",
3117
+ })) && $vo50(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3118
+ path: _path2 + ".termlst[" + _index58 + "]",
2895
3119
  expected: "BaseTerm",
2896
3120
  value: elem
2897
3121
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2906,7 +3130,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2906
3130
  path: _path2 + ".propsByTermId",
2907
3131
  expected: "__type.o7",
2908
3132
  value: input3.propsByTermId
2909
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3133
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2910
3134
  path: _path2 + ".propsByTermId",
2911
3135
  expected: "__type.o7",
2912
3136
  value: input3.propsByTermId
@@ -2918,8 +3142,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2918
3142
  path: _path2 + ".numerators",
2919
3143
  expected: "(Array<string> | undefined)",
2920
3144
  value: input3.numerators
2921
- })) && input3.numerators.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2922
- path: _path2 + ".numerators[" + _index55 + "]",
3145
+ })) && input3.numerators.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3146
+ path: _path2 + ".numerators[" + _index59 + "]",
2923
3147
  expected: "string",
2924
3148
  value: elem
2925
3149
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2930,12 +3154,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2930
3154
  path: _path2 + ".valueTransform",
2931
3155
  expected: "(__type.o9 | undefined)",
2932
3156
  value: input3.valueTransform
2933
- })) && $vo51(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3157
+ })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
2934
3158
  path: _path2 + ".valueTransform",
2935
3159
  expected: "(__type.o9 | undefined)",
2936
3160
  value: input3.valueTransform
2937
3161
  })].every((flag) => flag);
2938
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3162
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2939
3163
  path: _path2 + ".id",
2940
3164
  expected: "string",
2941
3165
  value: input3.id
@@ -2951,8 +3175,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2951
3175
  path: _path2 + ".child_types",
2952
3176
  expected: "(Array<string> | undefined)",
2953
3177
  value: input3.child_types
2954
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2955
- path: _path2 + ".child_types[" + _index56 + "]",
3178
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3179
+ path: _path2 + ".child_types[" + _index60 + "]",
2956
3180
  expected: "string",
2957
3181
  value: elem
2958
3182
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2967,8 +3191,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
2967
3191
  path: _path2 + ".included_types",
2968
3192
  expected: "(Array<string> | undefined)",
2969
3193
  value: input3.included_types
2970
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
2971
- path: _path2 + ".included_types[" + _index57 + "]",
3194
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3195
+ path: _path2 + ".included_types[" + _index61 + "]",
2972
3196
  expected: "string",
2973
3197
  value: elem
2974
3198
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3000,7 +3224,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3000
3224
  expected: "(__type.o1 | undefined)",
3001
3225
  value: input3.valueConversion
3002
3226
  })].every((flag) => flag);
3003
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3227
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3004
3228
  const value = input3[key];
3005
3229
  if (void 0 === value)
3006
3230
  return true;
@@ -3009,14 +3233,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3009
3233
  path: _path2 + $join(key),
3010
3234
  expected: "__type.o8",
3011
3235
  value
3012
- })) && $vo50(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3236
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3013
3237
  path: _path2 + $join(key),
3014
3238
  expected: "__type.o8",
3015
3239
  value
3016
3240
  });
3017
3241
  return true;
3018
3242
  }).every((flag) => flag)].every((flag) => flag);
3019
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3243
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3020
3244
  const value = input3[key];
3021
3245
  if (void 0 === value)
3022
3246
  return true;
@@ -3024,12 +3248,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3024
3248
  return true;
3025
3249
  return true;
3026
3250
  }).every((flag) => flag)].every((flag) => flag);
3027
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3251
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3028
3252
  path: _path2 + ".offset",
3029
3253
  expected: "(number | undefined)",
3030
3254
  value: input3.offset
3031
3255
  })].every((flag) => flag);
3032
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3256
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3033
3257
  path: _path2 + ".id",
3034
3258
  expected: "string",
3035
3259
  value: input3.id
@@ -3045,8 +3269,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3045
3269
  path: _path2 + ".child_types",
3046
3270
  expected: "(Array<string> | undefined)",
3047
3271
  value: input3.child_types
3048
- })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3049
- path: _path2 + ".child_types[" + _index58 + "]",
3272
+ })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3273
+ path: _path2 + ".child_types[" + _index62 + "]",
3050
3274
  expected: "string",
3051
3275
  value: elem
3052
3276
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3061,8 +3285,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3061
3285
  path: _path2 + ".included_types",
3062
3286
  expected: "(Array<string> | undefined)",
3063
3287
  value: input3.included_types
3064
- })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3065
- path: _path2 + ".included_types[" + _index59 + "]",
3288
+ })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3289
+ path: _path2 + ".included_types[" + _index63 + "]",
3066
3290
  expected: "string",
3067
3291
  value: elem
3068
3292
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3097,8 +3321,8 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3097
3321
  path: _path2 + ".termIds",
3098
3322
  expected: "(Array<string> | undefined)",
3099
3323
  value: input3.termIds
3100
- })) && input3.termIds.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3101
- path: _path2 + ".termIds[" + _index60 + "]",
3324
+ })) && input3.termIds.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3325
+ path: _path2 + ".termIds[" + _index64 + "]",
3102
3326
  expected: "string",
3103
3327
  value: elem
3104
3328
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3109,12 +3333,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3109
3333
  path: _path2 + ".termlst",
3110
3334
  expected: "Array<BaseTerm>",
3111
3335
  value: input3.termlst
3112
- })) && input3.termlst.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3113
- path: _path2 + ".termlst[" + _index61 + "]",
3336
+ })) && input3.termlst.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3337
+ path: _path2 + ".termlst[" + _index65 + "]",
3114
3338
  expected: "BaseTerm",
3115
3339
  value: elem
3116
- })) && $vo48(elem, _path2 + ".termlst[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3117
- path: _path2 + ".termlst[" + _index61 + "]",
3340
+ })) && $vo50(elem, _path2 + ".termlst[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
3341
+ path: _path2 + ".termlst[" + _index65 + "]",
3118
3342
  expected: "BaseTerm",
3119
3343
  value: elem
3120
3344
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3129,7 +3353,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3129
3353
  path: _path2 + ".propsByTermId",
3130
3354
  expected: "__type.o7",
3131
3355
  value: input3.propsByTermId
3132
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3356
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3133
3357
  path: _path2 + ".propsByTermId",
3134
3358
  expected: "__type.o7",
3135
3359
  value: input3.propsByTermId
@@ -3141,12 +3365,12 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3141
3365
  path: _path2 + ".categoryKeys",
3142
3366
  expected: "Array<CategoryKey>",
3143
3367
  value: input3.categoryKeys
3144
- })) && input3.categoryKeys.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3145
- path: _path2 + ".categoryKeys[" + _index62 + "]",
3368
+ })) && input3.categoryKeys.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3369
+ path: _path2 + ".categoryKeys[" + _index66 + "]",
3146
3370
  expected: "CategoryKey",
3147
3371
  value: elem
3148
- })) && $vo53(elem, _path2 + ".categoryKeys[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3149
- path: _path2 + ".categoryKeys[" + _index62 + "]",
3372
+ })) && $vo55(elem, _path2 + ".categoryKeys[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3373
+ path: _path2 + ".categoryKeys[" + _index66 + "]",
3150
3374
  expected: "CategoryKey",
3151
3375
  value: elem
3152
3376
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3154,7 +3378,7 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3154
3378
  expected: "Array<CategoryKey>",
3155
3379
  value: input3.categoryKeys
3156
3380
  })].every((flag) => flag);
3157
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3381
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3158
3382
  path: _path2 + ".key",
3159
3383
  expected: "string",
3160
3384
  value: input3.key
@@ -3191,14 +3415,14 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3191
3415
  if (true === input3.stopunbounded)
3192
3416
  return $vo21(input3, _path2, _exceptionable2);
3193
3417
  if (void 0 !== input3.value)
3194
- return $vo33(input3, _path2, _exceptionable2);
3418
+ return $vo35(input3, _path2, _exceptionable2);
3195
3419
  return $vo20(input3, _path2, _exceptionable2);
3196
3420
  })();
3197
3421
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3198
3422
  if ("gene" === input3.kind)
3199
- return $vo42(input3, _path2, _exceptionable2);
3423
+ return $vo44(input3, _path2, _exceptionable2);
3200
3424
  if ("coord" === input3.kind)
3201
- return $vo43(input3, _path2, _exceptionable2);
3425
+ return $vo45(input3, _path2, _exceptionable2);
3202
3426
  return $report(_exceptionable2, {
3203
3427
  path: _path2,
3204
3428
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3216,23 +3440,23 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3216
3440
  if (void 0 !== input3.ranges)
3217
3441
  return $vo13(input3, _path2, _exceptionable2);
3218
3442
  if (void 0 !== input3.ratio)
3219
- return $vo46(input3, _path2, _exceptionable2);
3220
- return $vo3(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
3443
+ return $vo48(input3, _path2, _exceptionable2);
3444
+ return $vo3(input3, _path2, false) || $vo37(input3, _path2, false) || $vo41(input3, _path2, false);
3221
3445
  })();
3222
3446
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3223
3447
  if ("integer" === input3.type || "float" === input3.type)
3224
3448
  return $vo14(input3, _path2, _exceptionable2);
3225
3449
  if ("metaboliteIntensity" === input3.type)
3226
- return $vo25(input3, _path2, _exceptionable2);
3450
+ return $vo27(input3, _path2, _exceptionable2);
3227
3451
  if ("proteomeAbundance" === input3.type)
3228
- return $vo26(input3, _path2, _exceptionable2);
3229
- if ("date" === input3.type)
3230
3452
  return $vo28(input3, _path2, _exceptionable2);
3453
+ if ("date" === input3.type)
3454
+ return $vo30(input3, _path2, _exceptionable2);
3231
3455
  if ("ssGSEA" === input3.type)
3232
- return $vo29(input3, _path2, _exceptionable2);
3456
+ return $vo31(input3, _path2, _exceptionable2);
3233
3457
  if ("dnaMethylation" === input3.type)
3234
- return $vo30(input3, _path2, _exceptionable2);
3235
- return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false);
3458
+ return $vo32(input3, _path2, _exceptionable2);
3459
+ return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false);
3236
3460
  })();
3237
3461
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3238
3462
  if ("regular-bin" === input3.type)
@@ -3269,9 +3493,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3269
3493
  })();
3270
3494
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3271
3495
  if ("gene" === input3.kind)
3272
- return $vo41(input3, _path2, _exceptionable2);
3496
+ return $vo43(input3, _path2, _exceptionable2);
3273
3497
  if ("coord" === input3.kind)
3274
- return $vo44(input3, _path2, _exceptionable2);
3498
+ return $vo46(input3, _path2, _exceptionable2);
3275
3499
  return $report(_exceptionable2, {
3276
3500
  path: _path2,
3277
3501
  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; })',
@@ -3280,9 +3504,9 @@ var validTermdbTopTermsByTypeRequest = (input) => {
3280
3504
  })();
3281
3505
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3282
3506
  if ("numeric" === input3.memberType)
3283
- return $vo47(input3, _path2, _exceptionable2);
3507
+ return $vo49(input3, _path2, _exceptionable2);
3284
3508
  if ("categorical" === input3.memberType)
3285
- return $vo52(input3, _path2, _exceptionable2);
3509
+ return $vo54(input3, _path2, _exceptionable2);
3286
3510
  return $report(_exceptionable2, {
3287
3511
  path: _path2,
3288
3512
  expected: "(NumericTermCollection | CategoricalTermCollection)",
@@ -3334,7 +3558,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3334
3558
  const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
3335
3559
  const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
3336
3560
  const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
3337
- const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
3561
+ const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
3338
3562
  const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3339
3563
  const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
3340
3564
  const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
@@ -3352,19 +3576,21 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3352
3576
  const $io22 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
3353
3577
  const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
3354
3578
  const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
3355
- const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3356
- const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
3357
- const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3358
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3359
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3360
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
3361
- const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
3362
- const $io33 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
3363
- const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
3364
- const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
3365
- const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3366
- const $io37 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
3367
- const $io38 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
3579
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "string" === typeof input3.gene) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
3580
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
3581
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3582
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
3583
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3584
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3585
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3586
+ const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
3587
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
3588
+ const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
3589
+ const $io36 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
3590
+ 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)));
3591
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3592
+ 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;
3593
+ const $io40 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
3368
3594
  if (["key", "label"].some((prop) => key === prop))
3369
3595
  return true;
3370
3596
  const value = input3[key];
@@ -3374,25 +3600,25 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3374
3600
  return true;
3375
3601
  return true;
3376
3602
  });
3377
- const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io45(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
3378
- const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values));
3379
- const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
3380
- const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
3381
- const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
3382
- const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
3383
- const $io45 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
3384
- const $io46 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
3385
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io51(input3.valueTransform));
3386
- const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3387
- const $io49 = (input3) => Object.keys(input3).every((key) => {
3603
+ 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);
3604
+ const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values));
3605
+ const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3606
+ const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
3607
+ const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
3608
+ const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3609
+ 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);
3610
+ const $io48 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
3611
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
3612
+ const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3613
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
3388
3614
  const value = input3[key];
3389
3615
  if (void 0 === value)
3390
3616
  return true;
3391
3617
  if (RegExp(/(.*)/).test(key))
3392
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io50(value);
3618
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
3393
3619
  return true;
3394
3620
  });
3395
- const $io50 = (input3) => Object.keys(input3).every((key) => {
3621
+ const $io52 = (input3) => Object.keys(input3).every((key) => {
3396
3622
  const value = input3[key];
3397
3623
  if (void 0 === value)
3398
3624
  return true;
@@ -3400,82 +3626,86 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3400
3626
  return true;
3401
3627
  return true;
3402
3628
  });
3403
- const $io51 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
3404
- const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
3405
- const $io53 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
3406
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
3407
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
3408
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3409
- const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
3410
- const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
3411
- const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
3412
- const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
3413
- const $io62 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3414
- const $io63 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3415
- const $io64 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3416
- const $io65 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3417
- const $io66 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3418
- const $io67 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io51(input3.valueTransform));
3419
- const $io68 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io49(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
3420
- const $io69 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io70(elem)));
3421
- const $io70 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io71(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io72(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
3422
- const $io71 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
3423
- const $io72 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
3424
- const $io73 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io74(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3425
- const $io74 = (input3) => Object.keys(input3).every((key) => {
3629
+ const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
3630
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
3631
+ const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
3632
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3633
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3634
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3635
+ const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
3636
+ const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
3637
+ const $io61 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
3638
+ const $io62 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
3639
+ const $io64 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3640
+ const $io65 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3641
+ const $io66 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3642
+ const $io67 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
3643
+ const $io68 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3644
+ const $io69 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
3645
+ const $io70 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
3646
+ const $io71 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io72(elem)));
3647
+ const $io72 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io73(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io74(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
3648
+ const $io73 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
3649
+ const $io74 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
3650
+ const $io75 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io76(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
3651
+ const $io76 = (input3) => Object.keys(input3).every((key) => {
3426
3652
  const value = input3[key];
3427
3653
  if (void 0 === value)
3428
3654
  return true;
3429
3655
  if (RegExp(/(.*)/).test(key))
3430
- return "object" === typeof value && null !== value && $io75(value);
3656
+ return "object" === typeof value && null !== value && $io77(value);
3431
3657
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3432
- return "object" === typeof value && null !== value && $io75(value);
3658
+ return "object" === typeof value && null !== value && $io77(value);
3433
3659
  return true;
3434
3660
  });
3435
- const $io75 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io76(elem))) && true;
3436
- const $io76 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
3661
+ const $io77 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io78(elem))) && true;
3662
+ const $io78 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
3437
3663
  const $iu0 = (input3) => (() => {
3438
3664
  if ("metaboliteIntensity" === input3.type)
3439
- return $io56(input3);
3665
+ return $io58(input3);
3440
3666
  if ("proteomeAbundance" === input3.type)
3441
- return $io57(input3);
3667
+ return $io59(input3);
3442
3668
  if ("categorical" === input3.type)
3443
- return $io58(input3);
3669
+ return $io60(input3);
3444
3670
  if ("snp" === input3.type)
3445
- return $io59(input3);
3671
+ return $io61(input3);
3446
3672
  if ("singleCellCellType" === input3.type)
3447
- return $io60(input3);
3673
+ return $io62(input3);
3448
3674
  if ("date" === input3.type)
3449
- return $io63(input3);
3675
+ return $io65(input3);
3450
3676
  if ("integer" === input3.type || "float" === input3.type)
3451
- return $io62(input3);
3452
- if ("ssGSEA" === input3.type)
3453
3677
  return $io64(input3);
3678
+ if ("ssGSEA" === input3.type)
3679
+ return $io66(input3);
3454
3680
  if ("dnaMethylation" === input3.type)
3455
- return $io65(input3);
3681
+ return $io67(input3);
3456
3682
  if ("condition" === input3.type)
3457
- return $io66(input3);
3683
+ return $io68(input3);
3458
3684
  if ("numeric" === input3.memberType)
3459
- return $io67(input3);
3685
+ return $io69(input3);
3460
3686
  if ("categorical" === input3.memberType)
3461
- return $io68(input3);
3687
+ return $io70(input3);
3462
3688
  return (() => {
3463
3689
  if ($io24(input3))
3464
3690
  return $io24(input3);
3465
3691
  if ($io1(input3))
3466
3692
  return $io1(input3);
3467
- if ($io32(input3))
3468
- return $io32(input3);
3469
- if ($io31(input3))
3470
- return $io31(input3);
3471
- if ($io54(input3))
3472
- return $io54(input3);
3473
- if ($io55(input3))
3474
- return $io55(input3);
3475
- if ($io69(input3))
3476
- return $io69(input3);
3477
- if ($io73(input3))
3478
- return $io73(input3);
3693
+ if ($io26(input3))
3694
+ return $io26(input3);
3695
+ if ($io25(input3))
3696
+ return $io25(input3);
3697
+ if ($io34(input3))
3698
+ return $io34(input3);
3699
+ if ($io33(input3))
3700
+ return $io33(input3);
3701
+ if ($io56(input3))
3702
+ return $io56(input3);
3703
+ if ($io57(input3))
3704
+ return $io57(input3);
3705
+ if ($io71(input3))
3706
+ return $io71(input3);
3707
+ if ($io75(input3))
3708
+ return $io75(input3);
3479
3709
  return false;
3480
3710
  })();
3481
3711
  })();
@@ -3499,14 +3729,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3499
3729
  if (true === input3.stopunbounded)
3500
3730
  return $io22(input3);
3501
3731
  if (void 0 !== input3.value)
3502
- return $io33(input3);
3732
+ return $io35(input3);
3503
3733
  return $io21(input3);
3504
3734
  })();
3505
3735
  const $iu4 = (input3) => (() => {
3506
3736
  if ("gene" === input3.kind)
3507
- return $io42(input3);
3737
+ return $io44(input3);
3508
3738
  if ("coord" === input3.kind)
3509
- return $io43(input3);
3739
+ return $io45(input3);
3510
3740
  return false;
3511
3741
  })();
3512
3742
  const $iu5 = (input3) => (() => {
@@ -3520,14 +3750,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3520
3750
  if (void 0 !== input3.ranges)
3521
3751
  return $io14(input3);
3522
3752
  if (void 0 !== input3.ratio)
3523
- return $io46(input3);
3753
+ return $io48(input3);
3524
3754
  return (() => {
3525
3755
  if ($io6(input3))
3526
3756
  return $io6(input3);
3527
- if ($io35(input3))
3528
- return $io35(input3);
3529
- if ($io39(input3))
3530
- return $io39(input3);
3757
+ if ($io37(input3))
3758
+ return $io37(input3);
3759
+ if ($io41(input3))
3760
+ return $io41(input3);
3531
3761
  return false;
3532
3762
  })();
3533
3763
  })();
@@ -3535,24 +3765,28 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3535
3765
  if ("integer" === input3.type || "float" === input3.type)
3536
3766
  return $io15(input3);
3537
3767
  if ("metaboliteIntensity" === input3.type)
3538
- return $io25(input3);
3768
+ return $io27(input3);
3539
3769
  if ("proteomeAbundance" === input3.type)
3540
- return $io26(input3);
3541
- if ("date" === input3.type)
3542
3770
  return $io28(input3);
3771
+ if ("date" === input3.type)
3772
+ return $io30(input3);
3543
3773
  if ("ssGSEA" === input3.type)
3544
- return $io29(input3);
3774
+ return $io31(input3);
3545
3775
  if ("dnaMethylation" === input3.type)
3546
- return $io30(input3);
3776
+ return $io32(input3);
3547
3777
  return (() => {
3548
3778
  if ($io24(input3))
3549
3779
  return $io24(input3);
3550
3780
  if ($io1(input3))
3551
3781
  return $io1(input3);
3552
- if ($io32(input3))
3553
- return $io32(input3);
3554
- if ($io31(input3))
3555
- return $io31(input3);
3782
+ if ($io26(input3))
3783
+ return $io26(input3);
3784
+ if ($io25(input3))
3785
+ return $io25(input3);
3786
+ if ($io34(input3))
3787
+ return $io34(input3);
3788
+ if ($io33(input3))
3789
+ return $io33(input3);
3556
3790
  return false;
3557
3791
  })();
3558
3792
  })();
@@ -3579,16 +3813,16 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3579
3813
  })();
3580
3814
  const $iu11 = (input3) => (() => {
3581
3815
  if ("gene" === input3.kind)
3582
- return $io41(input3);
3816
+ return $io43(input3);
3583
3817
  if ("coord" === input3.kind)
3584
- return $io44(input3);
3818
+ return $io46(input3);
3585
3819
  return false;
3586
3820
  })();
3587
3821
  const $iu12 = (input3) => (() => {
3588
3822
  if ("numeric" === input3.memberType)
3589
- return $io47(input3);
3823
+ return $io49(input3);
3590
3824
  if ("categorical" === input3.memberType)
3591
- return $io52(input3);
3825
+ return $io54(input3);
3592
3826
  return false;
3593
3827
  })();
3594
3828
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -3603,11 +3837,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
3603
3837
  value: input3.terms
3604
3838
  })) && input3.terms.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3605
3839
  path: _path2 + ".terms[" + _index1 + "]",
3606
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3840
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3607
3841
  value: elem
3608
3842
  })) && $vu0(elem, _path2 + ".terms[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
3609
3843
  path: _path2 + ".terms[" + _index1 + "]",
3610
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3844
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "proteomeAbundance"; protein: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; proteomeDetails: ProteomeDetails; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "dnaMethylation"; chr: string; start: number; stop: number; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; } | BaseTerm & { name: string; type: "termCollection"; termIds?: string[] | undefined; termlst: BaseTerm[]; newTvs?: boolean | undefined; propsByTermId: { [termId: string]: { [prop: string]: any; }; }; } & { ...; }.o1 | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: object; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3611
3845
  value: elem
3612
3846
  })).every((flag) => flag) || $report(_exceptionable2, {
3613
3847
  path: _path2 + ".terms",
@@ -4118,11 +4352,11 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4118
4352
  value: input3.value_by_computable_grade
4119
4353
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4120
4354
  path: _path2 + ".term",
4121
- 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)',
4355
+ 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)',
4122
4356
  value: input3.term
4123
4357
  })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4124
4358
  path: _path2 + ".term",
4125
- 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)',
4359
+ 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)',
4126
4360
  value: input3.term
4127
4361
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
4128
4362
  path: _path2 + ".ranges",
@@ -4148,7 +4382,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4148
4382
  path: _path2 + ".values[" + _index12 + "]",
4149
4383
  expected: "__type.o5",
4150
4384
  value: elem
4151
- })) && $vo34(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
4385
+ })) && $vo36(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
4152
4386
  path: _path2 + ".values[" + _index12 + "]",
4153
4387
  expected: "__type.o5",
4154
4388
  value: elem
@@ -4531,7 +4765,221 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4531
4765
  expected: "(boolean | undefined)",
4532
4766
  value: input3.isDummyPreset
4533
4767
  })].every((flag) => flag);
4534
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4768
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4769
+ path: _path2 + ".id",
4770
+ expected: "string",
4771
+ value: input3.id
4772
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
4773
+ path: _path2 + ".name",
4774
+ expected: "string",
4775
+ value: input3.name
4776
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
4777
+ path: _path2 + ".type",
4778
+ expected: '"geneExpression"',
4779
+ value: input3.type
4780
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
4781
+ path: _path2 + ".child_types",
4782
+ expected: "(Array<string> | undefined)",
4783
+ value: input3.child_types
4784
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
4785
+ path: _path2 + ".child_types[" + _index16 + "]",
4786
+ expected: "string",
4787
+ value: elem
4788
+ })).every((flag) => flag) || $report(_exceptionable2, {
4789
+ path: _path2 + ".child_types",
4790
+ expected: "(Array<string> | undefined)",
4791
+ value: input3.child_types
4792
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
4793
+ path: _path2 + ".hashtmldetail",
4794
+ expected: "(boolean | undefined)",
4795
+ value: input3.hashtmldetail
4796
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
4797
+ path: _path2 + ".included_types",
4798
+ expected: "(Array<string> | undefined)",
4799
+ value: input3.included_types
4800
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
4801
+ path: _path2 + ".included_types[" + _index17 + "]",
4802
+ expected: "string",
4803
+ value: elem
4804
+ })).every((flag) => flag) || $report(_exceptionable2, {
4805
+ path: _path2 + ".included_types",
4806
+ expected: "(Array<string> | undefined)",
4807
+ value: input3.included_types
4808
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
4809
+ path: _path2 + ".isleaf",
4810
+ expected: "(boolean | undefined)",
4811
+ value: input3.isleaf
4812
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4813
+ path: _path2 + ".values",
4814
+ expected: "(TermValues | undefined)",
4815
+ value: input3.values
4816
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4817
+ path: _path2 + ".values",
4818
+ expected: "(TermValues | undefined)",
4819
+ value: input3.values
4820
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
4821
+ path: _path2 + ".skipValuesBuild",
4822
+ expected: "(boolean | undefined)",
4823
+ value: input3.skipValuesBuild
4824
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
4825
+ path: _path2 + ".valueConversion",
4826
+ expected: "(__type.o1 | undefined)",
4827
+ value: input3.valueConversion
4828
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4829
+ path: _path2 + ".valueConversion",
4830
+ expected: "(__type.o1 | undefined)",
4831
+ value: input3.valueConversion
4832
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
4833
+ path: _path2 + ".continuousColorScale",
4834
+ expected: "(__type.o3 | undefined)",
4835
+ value: input3.continuousColorScale
4836
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
4837
+ path: _path2 + ".continuousColorScale",
4838
+ expected: "(__type.o3 | undefined)",
4839
+ value: input3.continuousColorScale
4840
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
4841
+ path: _path2 + ".unit",
4842
+ expected: "(string | undefined)",
4843
+ value: input3.unit
4844
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
4845
+ path: _path2 + ".bins",
4846
+ expected: "(PresetNumericBins | undefined)",
4847
+ value: input3.bins
4848
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
4849
+ path: _path2 + ".bins",
4850
+ expected: "(PresetNumericBins | undefined)",
4851
+ value: input3.bins
4852
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
4853
+ path: _path2 + ".kind",
4854
+ expected: '("coord" | undefined)',
4855
+ value: input3.kind
4856
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
4857
+ path: _path2 + ".gene",
4858
+ expected: "(string | undefined)",
4859
+ value: input3.gene
4860
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
4861
+ path: _path2 + ".chr",
4862
+ expected: "string",
4863
+ value: input3.chr
4864
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
4865
+ path: _path2 + ".start",
4866
+ expected: "number",
4867
+ value: input3.start
4868
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
4869
+ path: _path2 + ".stop",
4870
+ expected: "number",
4871
+ value: input3.stop
4872
+ })].every((flag) => flag);
4873
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4874
+ path: _path2 + ".id",
4875
+ expected: "string",
4876
+ value: input3.id
4877
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
4878
+ path: _path2 + ".name",
4879
+ expected: "string",
4880
+ value: input3.name
4881
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
4882
+ path: _path2 + ".type",
4883
+ expected: '"isoformExpression"',
4884
+ value: input3.type
4885
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
4886
+ path: _path2 + ".child_types",
4887
+ expected: "(Array<string> | undefined)",
4888
+ value: input3.child_types
4889
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
4890
+ path: _path2 + ".child_types[" + _index18 + "]",
4891
+ expected: "string",
4892
+ value: elem
4893
+ })).every((flag) => flag) || $report(_exceptionable2, {
4894
+ path: _path2 + ".child_types",
4895
+ expected: "(Array<string> | undefined)",
4896
+ value: input3.child_types
4897
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
4898
+ path: _path2 + ".hashtmldetail",
4899
+ expected: "(boolean | undefined)",
4900
+ value: input3.hashtmldetail
4901
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
4902
+ path: _path2 + ".included_types",
4903
+ expected: "(Array<string> | undefined)",
4904
+ value: input3.included_types
4905
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
4906
+ path: _path2 + ".included_types[" + _index19 + "]",
4907
+ expected: "string",
4908
+ value: elem
4909
+ })).every((flag) => flag) || $report(_exceptionable2, {
4910
+ path: _path2 + ".included_types",
4911
+ expected: "(Array<string> | undefined)",
4912
+ value: input3.included_types
4913
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
4914
+ path: _path2 + ".isleaf",
4915
+ expected: "(boolean | undefined)",
4916
+ value: input3.isleaf
4917
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4918
+ path: _path2 + ".values",
4919
+ expected: "(TermValues | undefined)",
4920
+ value: input3.values
4921
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4922
+ path: _path2 + ".values",
4923
+ expected: "(TermValues | undefined)",
4924
+ value: input3.values
4925
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
4926
+ path: _path2 + ".skipValuesBuild",
4927
+ expected: "(boolean | undefined)",
4928
+ value: input3.skipValuesBuild
4929
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
4930
+ path: _path2 + ".valueConversion",
4931
+ expected: "(__type.o1 | undefined)",
4932
+ value: input3.valueConversion
4933
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
4934
+ path: _path2 + ".valueConversion",
4935
+ expected: "(__type.o1 | undefined)",
4936
+ value: input3.valueConversion
4937
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
4938
+ path: _path2 + ".continuousColorScale",
4939
+ expected: "(__type.o3 | undefined)",
4940
+ value: input3.continuousColorScale
4941
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
4942
+ path: _path2 + ".continuousColorScale",
4943
+ expected: "(__type.o3 | undefined)",
4944
+ value: input3.continuousColorScale
4945
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
4946
+ path: _path2 + ".unit",
4947
+ expected: "(string | undefined)",
4948
+ value: input3.unit
4949
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
4950
+ path: _path2 + ".bins",
4951
+ expected: "(PresetNumericBins | undefined)",
4952
+ value: input3.bins
4953
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
4954
+ path: _path2 + ".bins",
4955
+ expected: "(PresetNumericBins | undefined)",
4956
+ value: input3.bins
4957
+ }), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
4958
+ path: _path2 + ".kind",
4959
+ expected: '("isoform" | undefined)',
4960
+ value: input3.kind
4961
+ }), "string" === typeof input3.isoform || $report(_exceptionable2, {
4962
+ path: _path2 + ".isoform",
4963
+ expected: "string",
4964
+ value: input3.isoform
4965
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
4966
+ path: _path2 + ".gene",
4967
+ expected: "(string | undefined)",
4968
+ value: input3.gene
4969
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
4970
+ path: _path2 + ".chr",
4971
+ expected: "(string | undefined)",
4972
+ value: input3.chr
4973
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
4974
+ path: _path2 + ".start",
4975
+ expected: "(number | undefined)",
4976
+ value: input3.start
4977
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
4978
+ path: _path2 + ".stop",
4979
+ expected: "(number | undefined)",
4980
+ value: input3.stop
4981
+ })].every((flag) => flag);
4982
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4535
4983
  path: _path2 + ".id",
4536
4984
  expected: "string",
4537
4985
  value: input3.id
@@ -4539,16 +4987,16 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4539
4987
  path: _path2 + ".name",
4540
4988
  expected: "string",
4541
4989
  value: input3.name
4542
- }), "geneExpression" === input3.type || $report(_exceptionable2, {
4990
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
4543
4991
  path: _path2 + ".type",
4544
- expected: '"geneExpression"',
4992
+ expected: '"isoformExpression"',
4545
4993
  value: input3.type
4546
4994
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
4547
4995
  path: _path2 + ".child_types",
4548
4996
  expected: "(Array<string> | undefined)",
4549
4997
  value: input3.child_types
4550
- })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
4551
- path: _path2 + ".child_types[" + _index16 + "]",
4998
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
4999
+ path: _path2 + ".child_types[" + _index20 + "]",
4552
5000
  expected: "string",
4553
5001
  value: elem
4554
5002
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4563,8 +5011,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4563
5011
  path: _path2 + ".included_types",
4564
5012
  expected: "(Array<string> | undefined)",
4565
5013
  value: input3.included_types
4566
- })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
4567
- path: _path2 + ".included_types[" + _index17 + "]",
5014
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
5015
+ path: _path2 + ".included_types[" + _index21 + "]",
4568
5016
  expected: "string",
4569
5017
  value: elem
4570
5018
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4619,6 +5067,10 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4619
5067
  path: _path2 + ".kind",
4620
5068
  expected: '("coord" | undefined)',
4621
5069
  value: input3.kind
5070
+ }), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
5071
+ path: _path2 + ".isoform",
5072
+ expected: "(string | undefined)",
5073
+ value: input3.isoform
4622
5074
  }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
4623
5075
  path: _path2 + ".gene",
4624
5076
  expected: "(string | undefined)",
@@ -4636,7 +5088,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4636
5088
  expected: "number",
4637
5089
  value: input3.stop
4638
5090
  })].every((flag) => flag);
4639
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5091
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4640
5092
  path: _path2 + ".id",
4641
5093
  expected: "string",
4642
5094
  value: input3.id
@@ -4652,8 +5104,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4652
5104
  path: _path2 + ".child_types",
4653
5105
  expected: "(Array<string> | undefined)",
4654
5106
  value: input3.child_types
4655
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
4656
- path: _path2 + ".child_types[" + _index18 + "]",
5107
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
5108
+ path: _path2 + ".child_types[" + _index22 + "]",
4657
5109
  expected: "string",
4658
5110
  value: elem
4659
5111
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4668,8 +5120,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4668
5120
  path: _path2 + ".included_types",
4669
5121
  expected: "(Array<string> | undefined)",
4670
5122
  value: input3.included_types
4671
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
4672
- path: _path2 + ".included_types[" + _index19 + "]",
5123
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
5124
+ path: _path2 + ".included_types[" + _index23 + "]",
4673
5125
  expected: "string",
4674
5126
  value: elem
4675
5127
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4725,7 +5177,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4725
5177
  expected: "(PresetNumericBins | undefined)",
4726
5178
  value: input3.bins
4727
5179
  })].every((flag) => flag);
4728
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5180
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4729
5181
  path: _path2 + ".id",
4730
5182
  expected: "string",
4731
5183
  value: input3.id
@@ -4741,8 +5193,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4741
5193
  path: _path2 + ".child_types",
4742
5194
  expected: "(Array<string> | undefined)",
4743
5195
  value: input3.child_types
4744
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
4745
- path: _path2 + ".child_types[" + _index20 + "]",
5196
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
5197
+ path: _path2 + ".child_types[" + _index24 + "]",
4746
5198
  expected: "string",
4747
5199
  value: elem
4748
5200
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4757,8 +5209,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4757
5209
  path: _path2 + ".included_types",
4758
5210
  expected: "(Array<string> | undefined)",
4759
5211
  value: input3.included_types
4760
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
4761
- path: _path2 + ".included_types[" + _index21 + "]",
5212
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
5213
+ path: _path2 + ".included_types[" + _index25 + "]",
4762
5214
  expected: "string",
4763
5215
  value: elem
4764
5216
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4817,12 +5269,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4817
5269
  path: _path2 + ".proteomeDetails",
4818
5270
  expected: "ProteomeDetails",
4819
5271
  value: input3.proteomeDetails
4820
- })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
5272
+ })) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
4821
5273
  path: _path2 + ".proteomeDetails",
4822
5274
  expected: "ProteomeDetails",
4823
5275
  value: input3.proteomeDetails
4824
5276
  })].every((flag) => flag);
4825
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
5277
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
4826
5278
  path: _path2 + ".assay",
4827
5279
  expected: "string",
4828
5280
  value: input3.assay
@@ -4831,7 +5283,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4831
5283
  expected: "string",
4832
5284
  value: input3.cohort
4833
5285
  })].every((flag) => flag);
4834
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5286
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4835
5287
  path: _path2 + ".id",
4836
5288
  expected: "string",
4837
5289
  value: input3.id
@@ -4847,8 +5299,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4847
5299
  path: _path2 + ".child_types",
4848
5300
  expected: "(Array<string> | undefined)",
4849
5301
  value: input3.child_types
4850
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
4851
- path: _path2 + ".child_types[" + _index22 + "]",
5302
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
5303
+ path: _path2 + ".child_types[" + _index26 + "]",
4852
5304
  expected: "string",
4853
5305
  value: elem
4854
5306
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4863,8 +5315,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4863
5315
  path: _path2 + ".included_types",
4864
5316
  expected: "(Array<string> | undefined)",
4865
5317
  value: input3.included_types
4866
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
4867
- path: _path2 + ".included_types[" + _index23 + "]",
5318
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
5319
+ path: _path2 + ".included_types[" + _index27 + "]",
4868
5320
  expected: "string",
4869
5321
  value: elem
4870
5322
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4916,7 +5368,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4916
5368
  expected: "(PresetNumericBins | undefined)",
4917
5369
  value: input3.bins
4918
5370
  })].every((flag) => flag);
4919
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5371
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4920
5372
  path: _path2 + ".id",
4921
5373
  expected: "string",
4922
5374
  value: input3.id
@@ -4932,8 +5384,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4932
5384
  path: _path2 + ".child_types",
4933
5385
  expected: "(Array<string> | undefined)",
4934
5386
  value: input3.child_types
4935
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
4936
- path: _path2 + ".child_types[" + _index24 + "]",
5387
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
5388
+ path: _path2 + ".child_types[" + _index28 + "]",
4937
5389
  expected: "string",
4938
5390
  value: elem
4939
5391
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4948,8 +5400,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4948
5400
  path: _path2 + ".included_types",
4949
5401
  expected: "(Array<string> | undefined)",
4950
5402
  value: input3.included_types
4951
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
4952
- path: _path2 + ".included_types[" + _index25 + "]",
5403
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
5404
+ path: _path2 + ".included_types[" + _index29 + "]",
4953
5405
  expected: "string",
4954
5406
  value: elem
4955
5407
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4996,8 +5448,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
4996
5448
  path: _path2 + ".genes",
4997
5449
  expected: "(Array<string> | undefined)",
4998
5450
  value: input3.genes
4999
- })) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
5000
- path: _path2 + ".genes[" + _index26 + "]",
5451
+ })) && input3.genes.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
5452
+ path: _path2 + ".genes[" + _index30 + "]",
5001
5453
  expected: "string",
5002
5454
  value: elem
5003
5455
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5013,7 +5465,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5013
5465
  expected: "(PresetNumericBins | undefined)",
5014
5466
  value: input3.bins
5015
5467
  })].every((flag) => flag);
5016
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5468
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5017
5469
  path: _path2 + ".id",
5018
5470
  expected: "string",
5019
5471
  value: input3.id
@@ -5029,8 +5481,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5029
5481
  path: _path2 + ".child_types",
5030
5482
  expected: "(Array<string> | undefined)",
5031
5483
  value: input3.child_types
5032
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
5033
- path: _path2 + ".child_types[" + _index27 + "]",
5484
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
5485
+ path: _path2 + ".child_types[" + _index31 + "]",
5034
5486
  expected: "string",
5035
5487
  value: elem
5036
5488
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5045,8 +5497,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5045
5497
  path: _path2 + ".included_types",
5046
5498
  expected: "(Array<string> | undefined)",
5047
5499
  value: input3.included_types
5048
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
5049
- path: _path2 + ".included_types[" + _index28 + "]",
5500
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
5501
+ path: _path2 + ".included_types[" + _index32 + "]",
5050
5502
  expected: "string",
5051
5503
  value: elem
5052
5504
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5110,7 +5562,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5110
5562
  expected: "(PresetNumericBins | undefined)",
5111
5563
  value: input3.bins
5112
5564
  })].every((flag) => flag);
5113
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5565
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5114
5566
  path: _path2 + ".id",
5115
5567
  expected: "string",
5116
5568
  value: input3.id
@@ -5126,8 +5578,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5126
5578
  path: _path2 + ".child_types",
5127
5579
  expected: "(Array<string> | undefined)",
5128
5580
  value: input3.child_types
5129
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
5130
- path: _path2 + ".child_types[" + _index29 + "]",
5581
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
5582
+ path: _path2 + ".child_types[" + _index33 + "]",
5131
5583
  expected: "string",
5132
5584
  value: elem
5133
5585
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5142,8 +5594,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5142
5594
  path: _path2 + ".included_types",
5143
5595
  expected: "(Array<string> | undefined)",
5144
5596
  value: input3.included_types
5145
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
5146
- path: _path2 + ".included_types[" + _index30 + "]",
5597
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
5598
+ path: _path2 + ".included_types[" + _index34 + "]",
5147
5599
  expected: "string",
5148
5600
  value: elem
5149
5601
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5219,7 +5671,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5219
5671
  expected: "(number | undefined)",
5220
5672
  value: input3.stop
5221
5673
  })].every((flag) => flag);
5222
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5674
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5223
5675
  path: _path2 + ".id",
5224
5676
  expected: "string",
5225
5677
  value: input3.id
@@ -5235,8 +5687,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5235
5687
  path: _path2 + ".child_types",
5236
5688
  expected: "(Array<string> | undefined)",
5237
5689
  value: input3.child_types
5238
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
5239
- path: _path2 + ".child_types[" + _index31 + "]",
5690
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
5691
+ path: _path2 + ".child_types[" + _index35 + "]",
5240
5692
  expected: "string",
5241
5693
  value: elem
5242
5694
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5251,8 +5703,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5251
5703
  path: _path2 + ".included_types",
5252
5704
  expected: "(Array<string> | undefined)",
5253
5705
  value: input3.included_types
5254
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
5255
- path: _path2 + ".included_types[" + _index32 + "]",
5706
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
5707
+ path: _path2 + ".included_types[" + _index36 + "]",
5256
5708
  expected: "string",
5257
5709
  value: elem
5258
5710
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5328,7 +5780,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5328
5780
  expected: "number",
5329
5781
  value: input3.stop
5330
5782
  })].every((flag) => flag);
5331
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
5783
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
5332
5784
  path: _path2 + ".value",
5333
5785
  expected: "number",
5334
5786
  value: input3.value
@@ -5341,7 +5793,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5341
5793
  expected: "(string | undefined)",
5342
5794
  value: input3.name
5343
5795
  })].every((flag) => flag);
5344
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
5796
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
5345
5797
  path: _path2 + ".key",
5346
5798
  expected: "string",
5347
5799
  value: input3.key
@@ -5358,7 +5810,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5358
5810
  expected: "(string | undefined)",
5359
5811
  value: input3.label
5360
5812
  })].every((flag) => flag);
5361
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
5813
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
5362
5814
  path: _path2 + ".join",
5363
5815
  expected: "(string | undefined)",
5364
5816
  value: input3.join
@@ -5390,7 +5842,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5390
5842
  path: _path2 + ".term",
5391
5843
  expected: "ConditionTerm",
5392
5844
  value: input3.term
5393
- })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5845
+ })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5394
5846
  path: _path2 + ".term",
5395
5847
  expected: "ConditionTerm",
5396
5848
  value: input3.term
@@ -5398,12 +5850,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5398
5850
  path: _path2 + ".grade_and_child",
5399
5851
  expected: "(Array<GradeAndChildEntry> | undefined)",
5400
5852
  value: input3.grade_and_child
5401
- })) && input3.grade_and_child.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5402
- path: _path2 + ".grade_and_child[" + _index33 + "]",
5853
+ })) && input3.grade_and_child.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5854
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
5403
5855
  expected: "GradeAndChildEntry",
5404
5856
  value: elem
5405
- })) && $vo37(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
5406
- path: _path2 + ".grade_and_child[" + _index33 + "]",
5857
+ })) && $vo39(elem, _path2 + ".grade_and_child[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
5858
+ path: _path2 + ".grade_and_child[" + _index37 + "]",
5407
5859
  expected: "GradeAndChildEntry",
5408
5860
  value: elem
5409
5861
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5414,12 +5866,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5414
5866
  path: _path2 + ".values",
5415
5867
  expected: "Array<__type>.o2",
5416
5868
  value: input3.values
5417
- })) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5418
- path: _path2 + ".values[" + _index34 + "]",
5869
+ })) && input3.values.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5870
+ path: _path2 + ".values[" + _index38 + "]",
5419
5871
  expected: "__type.o6",
5420
5872
  value: elem
5421
- })) && $vo38(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
5422
- path: _path2 + ".values[" + _index34 + "]",
5873
+ })) && $vo40(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
5874
+ path: _path2 + ".values[" + _index38 + "]",
5423
5875
  expected: "__type.o6",
5424
5876
  value: elem
5425
5877
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5427,7 +5879,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5427
5879
  expected: "Array<__type>.o2",
5428
5880
  value: input3.values
5429
5881
  })].every((flag) => flag);
5430
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5882
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5431
5883
  path: _path2 + ".id",
5432
5884
  expected: "string",
5433
5885
  value: input3.id
@@ -5443,8 +5895,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5443
5895
  path: _path2 + ".child_types",
5444
5896
  expected: "(Array<string> | undefined)",
5445
5897
  value: input3.child_types
5446
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
5447
- path: _path2 + ".child_types[" + _index35 + "]",
5898
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
5899
+ path: _path2 + ".child_types[" + _index39 + "]",
5448
5900
  expected: "string",
5449
5901
  value: elem
5450
5902
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5459,8 +5911,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5459
5911
  path: _path2 + ".included_types",
5460
5912
  expected: "(Array<string> | undefined)",
5461
5913
  value: input3.included_types
5462
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
5463
- path: _path2 + ".included_types[" + _index36 + "]",
5914
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
5915
+ path: _path2 + ".included_types[" + _index40 + "]",
5464
5916
  expected: "string",
5465
5917
  value: elem
5466
5918
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5492,7 +5944,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5492
5944
  expected: "(__type.o1 | undefined)",
5493
5945
  value: input3.valueConversion
5494
5946
  })].every((flag) => flag);
5495
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
5947
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
5496
5948
  path: _path2 + ".grade",
5497
5949
  expected: "number",
5498
5950
  value: input3.grade
@@ -5509,7 +5961,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5509
5961
  expected: "string",
5510
5962
  value: input3.child_label
5511
5963
  })].every((flag) => flag);
5512
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
5964
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
5513
5965
  path: _path2 + ".key",
5514
5966
  expected: "(number | string)",
5515
5967
  value: input3.key
@@ -5527,7 +5979,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5527
5979
  return true;
5528
5980
  return true;
5529
5981
  }).every((flag) => flag)].every((flag) => flag);
5530
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
5982
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
5531
5983
  path: _path2 + ".join",
5532
5984
  expected: "(string | undefined)",
5533
5985
  value: input3.join
@@ -5559,7 +6011,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5559
6011
  path: _path2 + ".term",
5560
6012
  expected: "DtTerm",
5561
6013
  value: input3.term
5562
- })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
6014
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5563
6015
  path: _path2 + ".term",
5564
6016
  expected: "DtTerm",
5565
6017
  value: input3.term
@@ -5567,12 +6019,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5567
6019
  path: _path2 + ".values",
5568
6020
  expected: "Array<GeneVariantValue>",
5569
6021
  value: input3.values
5570
- })) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
5571
- path: _path2 + ".values[" + _index37 + "]",
6022
+ })) && input3.values.map((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
6023
+ path: _path2 + ".values[" + _index41 + "]",
5572
6024
  expected: "GeneVariantValue",
5573
6025
  value: elem
5574
- })) && $vo45(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
5575
- path: _path2 + ".values[" + _index37 + "]",
6026
+ })) && $vo47(elem, _path2 + ".values[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
6027
+ path: _path2 + ".values[" + _index41 + "]",
5576
6028
  expected: "GeneVariantValue",
5577
6029
  value: elem
5578
6030
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5620,7 +6072,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5620
6072
  expected: "(number | undefined)",
5621
6073
  value: input3.fractionOverlap
5622
6074
  })].every((flag) => flag);
5623
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6075
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5624
6076
  path: _path2 + ".id",
5625
6077
  expected: "string",
5626
6078
  value: input3.id
@@ -5669,7 +6121,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5669
6121
  expected: "TermValues",
5670
6122
  value: input3.values
5671
6123
  })].every((flag) => flag);
5672
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6124
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5673
6125
  path: _path2 + ".id",
5674
6126
  expected: "string",
5675
6127
  value: input3.id
@@ -5685,8 +6137,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5685
6137
  path: _path2 + ".child_types",
5686
6138
  expected: "(Array<string> | undefined)",
5687
6139
  value: input3.child_types
5688
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
5689
- path: _path2 + ".child_types[" + _index38 + "]",
6140
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
6141
+ path: _path2 + ".child_types[" + _index42 + "]",
5690
6142
  expected: "string",
5691
6143
  value: elem
5692
6144
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5701,8 +6153,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5701
6153
  path: _path2 + ".included_types",
5702
6154
  expected: "(Array<string> | undefined)",
5703
6155
  value: input3.included_types
5704
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
5705
- path: _path2 + ".included_types[" + _index39 + "]",
6156
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
6157
+ path: _path2 + ".included_types[" + _index43 + "]",
5706
6158
  expected: "string",
5707
6159
  value: elem
5708
6160
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5757,12 +6209,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5757
6209
  path: _path2 + ".genes",
5758
6210
  expected: "Array<GvGeneTerm>",
5759
6211
  value: input3.genes
5760
- })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5761
- path: _path2 + ".genes[" + _index40 + "]",
6212
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6213
+ path: _path2 + ".genes[" + _index44 + "]",
5762
6214
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5763
6215
  value: elem
5764
- })) && $vu4(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
5765
- path: _path2 + ".genes[" + _index40 + "]",
6216
+ })) && $vu4(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
6217
+ path: _path2 + ".genes[" + _index44 + "]",
5766
6218
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5767
6219
  value: elem
5768
6220
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5781,12 +6233,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5781
6233
  path: _path2 + ".childTerms",
5782
6234
  expected: "(Array<DtTerm> | undefined)",
5783
6235
  value: input3.childTerms
5784
- })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5785
- path: _path2 + ".childTerms[" + _index41 + "]",
6236
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6237
+ path: _path2 + ".childTerms[" + _index45 + "]",
5786
6238
  expected: "DtTerm",
5787
6239
  value: elem
5788
- })) && $vo40(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
5789
- path: _path2 + ".childTerms[" + _index41 + "]",
6240
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
6241
+ path: _path2 + ".childTerms[" + _index45 + "]",
5790
6242
  expected: "DtTerm",
5791
6243
  value: elem
5792
6244
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5794,7 +6246,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5794
6246
  expected: "(Array<DtTerm> | undefined)",
5795
6247
  value: input3.childTerms
5796
6248
  })].every((flag) => flag);
5797
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6249
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5798
6250
  path: _path2 + ".id",
5799
6251
  expected: "string",
5800
6252
  value: input3.id
@@ -5810,8 +6262,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5810
6262
  path: _path2 + ".child_types",
5811
6263
  expected: "(Array<string> | undefined)",
5812
6264
  value: input3.child_types
5813
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
5814
- path: _path2 + ".child_types[" + _index42 + "]",
6265
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
6266
+ path: _path2 + ".child_types[" + _index46 + "]",
5815
6267
  expected: "string",
5816
6268
  value: elem
5817
6269
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5826,8 +6278,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5826
6278
  path: _path2 + ".included_types",
5827
6279
  expected: "(Array<string> | undefined)",
5828
6280
  value: input3.included_types
5829
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
5830
- path: _path2 + ".included_types[" + _index43 + "]",
6281
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
6282
+ path: _path2 + ".included_types[" + _index47 + "]",
5831
6283
  expected: "string",
5832
6284
  value: elem
5833
6285
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5879,7 +6331,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5879
6331
  expected: "(number | undefined)",
5880
6332
  value: input3.stop
5881
6333
  })].every((flag) => flag);
5882
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6334
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5883
6335
  path: _path2 + ".id",
5884
6336
  expected: "string",
5885
6337
  value: input3.id
@@ -5895,8 +6347,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5895
6347
  path: _path2 + ".child_types",
5896
6348
  expected: "(Array<string> | undefined)",
5897
6349
  value: input3.child_types
5898
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
5899
- path: _path2 + ".child_types[" + _index44 + "]",
6350
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
6351
+ path: _path2 + ".child_types[" + _index48 + "]",
5900
6352
  expected: "string",
5901
6353
  value: elem
5902
6354
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5911,8 +6363,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5911
6363
  path: _path2 + ".included_types",
5912
6364
  expected: "(Array<string> | undefined)",
5913
6365
  value: input3.included_types
5914
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
5915
- path: _path2 + ".included_types[" + _index45 + "]",
6366
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
6367
+ path: _path2 + ".included_types[" + _index49 + "]",
5916
6368
  expected: "string",
5917
6369
  value: elem
5918
6370
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5960,7 +6412,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5960
6412
  expected: "number",
5961
6413
  value: input3.stop
5962
6414
  })].every((flag) => flag);
5963
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6415
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5964
6416
  path: _path2 + ".id",
5965
6417
  expected: "string",
5966
6418
  value: input3.id
@@ -5976,8 +6428,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5976
6428
  path: _path2 + ".child_types",
5977
6429
  expected: "(Array<string> | undefined)",
5978
6430
  value: input3.child_types
5979
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
5980
- path: _path2 + ".child_types[" + _index46 + "]",
6431
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
6432
+ path: _path2 + ".child_types[" + _index50 + "]",
5981
6433
  expected: "string",
5982
6434
  value: elem
5983
6435
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5992,8 +6444,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
5992
6444
  path: _path2 + ".included_types",
5993
6445
  expected: "(Array<string> | undefined)",
5994
6446
  value: input3.included_types
5995
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
5996
- path: _path2 + ".included_types[" + _index47 + "]",
6447
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
6448
+ path: _path2 + ".included_types[" + _index51 + "]",
5997
6449
  expected: "string",
5998
6450
  value: elem
5999
6451
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6044,12 +6496,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6044
6496
  path: _path2 + ".genes",
6045
6497
  expected: "Array<GvGeneTerm>",
6046
6498
  value: input3.genes
6047
- })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6048
- path: _path2 + ".genes[" + _index48 + "]",
6499
+ })) && input3.genes.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6500
+ path: _path2 + ".genes[" + _index52 + "]",
6049
6501
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6050
6502
  value: elem
6051
- })) && $vu4(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
6052
- path: _path2 + ".genes[" + _index48 + "]",
6503
+ })) && $vu4(elem, _path2 + ".genes[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
6504
+ path: _path2 + ".genes[" + _index52 + "]",
6053
6505
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6054
6506
  value: elem
6055
6507
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6068,12 +6520,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6068
6520
  path: _path2 + ".childTerms",
6069
6521
  expected: "(Array<DtTerm> | undefined)",
6070
6522
  value: input3.childTerms
6071
- })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6072
- path: _path2 + ".childTerms[" + _index49 + "]",
6523
+ })) && input3.childTerms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6524
+ path: _path2 + ".childTerms[" + _index53 + "]",
6073
6525
  expected: "DtTerm",
6074
6526
  value: elem
6075
- })) && $vo40(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
6076
- path: _path2 + ".childTerms[" + _index49 + "]",
6527
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
6528
+ path: _path2 + ".childTerms[" + _index53 + "]",
6077
6529
  expected: "DtTerm",
6078
6530
  value: elem
6079
6531
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6081,7 +6533,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6081
6533
  expected: "(Array<DtTerm> | undefined)",
6082
6534
  value: input3.childTerms
6083
6535
  })].every((flag) => flag);
6084
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
6536
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
6085
6537
  path: _path2 + ".key",
6086
6538
  expected: "(string | undefined)",
6087
6539
  value: input3.key
@@ -6101,8 +6553,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6101
6553
  path: _path2 + ".mclasslst",
6102
6554
  expected: "(Array<string> | undefined)",
6103
6555
  value: input3.mclasslst
6104
- })) && input3.mclasslst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
6105
- path: _path2 + ".mclasslst[" + _index50 + "]",
6556
+ })) && input3.mclasslst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
6557
+ path: _path2 + ".mclasslst[" + _index54 + "]",
6106
6558
  expected: "string",
6107
6559
  value: elem
6108
6560
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6113,8 +6565,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6113
6565
  path: _path2 + ".mclassExcludeLst",
6114
6566
  expected: "(Array<string> | undefined)",
6115
6567
  value: input3.mclassExcludeLst
6116
- })) && input3.mclassExcludeLst.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
6117
- path: _path2 + ".mclassExcludeLst[" + _index51 + "]",
6568
+ })) && input3.mclassExcludeLst.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
6569
+ path: _path2 + ".mclassExcludeLst[" + _index55 + "]",
6118
6570
  expected: "string",
6119
6571
  value: elem
6120
6572
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6126,7 +6578,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6126
6578
  expected: "(string | undefined)",
6127
6579
  value: input3.origin
6128
6580
  })].every((flag) => flag);
6129
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
6581
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
6130
6582
  path: _path2 + ".join",
6131
6583
  expected: "(string | undefined)",
6132
6584
  value: input3.join
@@ -6167,7 +6619,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6167
6619
  expected: "number",
6168
6620
  value: input3.ratio
6169
6621
  })].every((flag) => flag);
6170
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6622
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6171
6623
  path: _path2 + ".id",
6172
6624
  expected: "string",
6173
6625
  value: input3.id
@@ -6183,8 +6635,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6183
6635
  path: _path2 + ".child_types",
6184
6636
  expected: "(Array<string> | undefined)",
6185
6637
  value: input3.child_types
6186
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
6187
- path: _path2 + ".child_types[" + _index52 + "]",
6638
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
6639
+ path: _path2 + ".child_types[" + _index56 + "]",
6188
6640
  expected: "string",
6189
6641
  value: elem
6190
6642
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6199,8 +6651,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6199
6651
  path: _path2 + ".included_types",
6200
6652
  expected: "(Array<string> | undefined)",
6201
6653
  value: input3.included_types
6202
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
6203
- path: _path2 + ".included_types[" + _index53 + "]",
6654
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
6655
+ path: _path2 + ".included_types[" + _index57 + "]",
6204
6656
  expected: "string",
6205
6657
  value: elem
6206
6658
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6235,8 +6687,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6235
6687
  path: _path2 + ".termIds",
6236
6688
  expected: "(Array<string> | undefined)",
6237
6689
  value: input3.termIds
6238
- })) && input3.termIds.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
6239
- path: _path2 + ".termIds[" + _index54 + "]",
6690
+ })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
6691
+ path: _path2 + ".termIds[" + _index58 + "]",
6240
6692
  expected: "string",
6241
6693
  value: elem
6242
6694
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6247,12 +6699,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6247
6699
  path: _path2 + ".termlst",
6248
6700
  expected: "Array<BaseTerm>",
6249
6701
  value: input3.termlst
6250
- })) && input3.termlst.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6251
- path: _path2 + ".termlst[" + _index55 + "]",
6702
+ })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6703
+ path: _path2 + ".termlst[" + _index59 + "]",
6252
6704
  expected: "BaseTerm",
6253
6705
  value: elem
6254
- })) && $vo48(elem, _path2 + ".termlst[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
6255
- path: _path2 + ".termlst[" + _index55 + "]",
6706
+ })) && $vo50(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
6707
+ path: _path2 + ".termlst[" + _index59 + "]",
6256
6708
  expected: "BaseTerm",
6257
6709
  value: elem
6258
6710
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6267,7 +6719,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6267
6719
  path: _path2 + ".propsByTermId",
6268
6720
  expected: "__type.o7",
6269
6721
  value: input3.propsByTermId
6270
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
6722
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
6271
6723
  path: _path2 + ".propsByTermId",
6272
6724
  expected: "__type.o7",
6273
6725
  value: input3.propsByTermId
@@ -6279,8 +6731,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6279
6731
  path: _path2 + ".numerators",
6280
6732
  expected: "(Array<string> | undefined)",
6281
6733
  value: input3.numerators
6282
- })) && input3.numerators.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
6283
- path: _path2 + ".numerators[" + _index56 + "]",
6734
+ })) && input3.numerators.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
6735
+ path: _path2 + ".numerators[" + _index60 + "]",
6284
6736
  expected: "string",
6285
6737
  value: elem
6286
6738
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6291,12 +6743,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6291
6743
  path: _path2 + ".valueTransform",
6292
6744
  expected: "(__type.o9 | undefined)",
6293
6745
  value: input3.valueTransform
6294
- })) && $vo51(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
6746
+ })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
6295
6747
  path: _path2 + ".valueTransform",
6296
6748
  expected: "(__type.o9 | undefined)",
6297
6749
  value: input3.valueTransform
6298
6750
  })].every((flag) => flag);
6299
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6751
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6300
6752
  path: _path2 + ".id",
6301
6753
  expected: "string",
6302
6754
  value: input3.id
@@ -6312,8 +6764,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6312
6764
  path: _path2 + ".child_types",
6313
6765
  expected: "(Array<string> | undefined)",
6314
6766
  value: input3.child_types
6315
- })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
6316
- path: _path2 + ".child_types[" + _index57 + "]",
6767
+ })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
6768
+ path: _path2 + ".child_types[" + _index61 + "]",
6317
6769
  expected: "string",
6318
6770
  value: elem
6319
6771
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6328,8 +6780,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6328
6780
  path: _path2 + ".included_types",
6329
6781
  expected: "(Array<string> | undefined)",
6330
6782
  value: input3.included_types
6331
- })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
6332
- path: _path2 + ".included_types[" + _index58 + "]",
6783
+ })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
6784
+ path: _path2 + ".included_types[" + _index62 + "]",
6333
6785
  expected: "string",
6334
6786
  value: elem
6335
6787
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6361,7 +6813,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6361
6813
  expected: "(__type.o1 | undefined)",
6362
6814
  value: input3.valueConversion
6363
6815
  })].every((flag) => flag);
6364
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6816
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6365
6817
  const value = input3[key];
6366
6818
  if (void 0 === value)
6367
6819
  return true;
@@ -6370,14 +6822,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6370
6822
  path: _path2 + $join(key),
6371
6823
  expected: "__type.o8",
6372
6824
  value
6373
- })) && $vo50(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6825
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6374
6826
  path: _path2 + $join(key),
6375
6827
  expected: "__type.o8",
6376
6828
  value
6377
6829
  });
6378
6830
  return true;
6379
6831
  }).every((flag) => flag)].every((flag) => flag);
6380
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6832
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6381
6833
  const value = input3[key];
6382
6834
  if (void 0 === value)
6383
6835
  return true;
@@ -6385,12 +6837,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6385
6837
  return true;
6386
6838
  return true;
6387
6839
  }).every((flag) => flag)].every((flag) => flag);
6388
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
6840
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
6389
6841
  path: _path2 + ".offset",
6390
6842
  expected: "(number | undefined)",
6391
6843
  value: input3.offset
6392
6844
  })].every((flag) => flag);
6393
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6845
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6394
6846
  path: _path2 + ".id",
6395
6847
  expected: "string",
6396
6848
  value: input3.id
@@ -6406,8 +6858,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6406
6858
  path: _path2 + ".child_types",
6407
6859
  expected: "(Array<string> | undefined)",
6408
6860
  value: input3.child_types
6409
- })) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
6410
- path: _path2 + ".child_types[" + _index59 + "]",
6861
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
6862
+ path: _path2 + ".child_types[" + _index63 + "]",
6411
6863
  expected: "string",
6412
6864
  value: elem
6413
6865
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6422,8 +6874,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6422
6874
  path: _path2 + ".included_types",
6423
6875
  expected: "(Array<string> | undefined)",
6424
6876
  value: input3.included_types
6425
- })) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
6426
- path: _path2 + ".included_types[" + _index60 + "]",
6877
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
6878
+ path: _path2 + ".included_types[" + _index64 + "]",
6427
6879
  expected: "string",
6428
6880
  value: elem
6429
6881
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6458,8 +6910,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6458
6910
  path: _path2 + ".termIds",
6459
6911
  expected: "(Array<string> | undefined)",
6460
6912
  value: input3.termIds
6461
- })) && input3.termIds.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
6462
- path: _path2 + ".termIds[" + _index61 + "]",
6913
+ })) && input3.termIds.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
6914
+ path: _path2 + ".termIds[" + _index65 + "]",
6463
6915
  expected: "string",
6464
6916
  value: elem
6465
6917
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6470,12 +6922,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6470
6922
  path: _path2 + ".termlst",
6471
6923
  expected: "Array<BaseTerm>",
6472
6924
  value: input3.termlst
6473
- })) && input3.termlst.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6474
- path: _path2 + ".termlst[" + _index62 + "]",
6925
+ })) && input3.termlst.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6926
+ path: _path2 + ".termlst[" + _index66 + "]",
6475
6927
  expected: "BaseTerm",
6476
6928
  value: elem
6477
- })) && $vo48(elem, _path2 + ".termlst[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
6478
- path: _path2 + ".termlst[" + _index62 + "]",
6929
+ })) && $vo50(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
6930
+ path: _path2 + ".termlst[" + _index66 + "]",
6479
6931
  expected: "BaseTerm",
6480
6932
  value: elem
6481
6933
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6490,7 +6942,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6490
6942
  path: _path2 + ".propsByTermId",
6491
6943
  expected: "__type.o7",
6492
6944
  value: input3.propsByTermId
6493
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
6945
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
6494
6946
  path: _path2 + ".propsByTermId",
6495
6947
  expected: "__type.o7",
6496
6948
  value: input3.propsByTermId
@@ -6502,12 +6954,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6502
6954
  path: _path2 + ".categoryKeys",
6503
6955
  expected: "Array<CategoryKey>",
6504
6956
  value: input3.categoryKeys
6505
- })) && input3.categoryKeys.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6506
- path: _path2 + ".categoryKeys[" + _index63 + "]",
6957
+ })) && input3.categoryKeys.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6958
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
6507
6959
  expected: "CategoryKey",
6508
6960
  value: elem
6509
- })) && $vo53(elem, _path2 + ".categoryKeys[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
6510
- path: _path2 + ".categoryKeys[" + _index63 + "]",
6961
+ })) && $vo55(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
6962
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
6511
6963
  expected: "CategoryKey",
6512
6964
  value: elem
6513
6965
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6515,7 +6967,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6515
6967
  expected: "Array<CategoryKey>",
6516
6968
  value: input3.categoryKeys
6517
6969
  })].every((flag) => flag);
6518
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
6970
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
6519
6971
  path: _path2 + ".key",
6520
6972
  expected: "string",
6521
6973
  value: input3.key
@@ -6524,7 +6976,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6524
6976
  expected: "boolean",
6525
6977
  value: input3.shown
6526
6978
  })].every((flag) => flag);
6527
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6979
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6528
6980
  path: _path2 + ".id",
6529
6981
  expected: "string",
6530
6982
  value: input3.id
@@ -6540,8 +6992,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6540
6992
  path: _path2 + ".child_types",
6541
6993
  expected: "(Array<string> | undefined)",
6542
6994
  value: input3.child_types
6543
- })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
6544
- path: _path2 + ".child_types[" + _index64 + "]",
6995
+ })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
6996
+ path: _path2 + ".child_types[" + _index68 + "]",
6545
6997
  expected: "string",
6546
6998
  value: elem
6547
6999
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6556,8 +7008,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6556
7008
  path: _path2 + ".included_types",
6557
7009
  expected: "(Array<string> | undefined)",
6558
7010
  value: input3.included_types
6559
- })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
6560
- path: _path2 + ".included_types[" + _index65 + "]",
7011
+ })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
7012
+ path: _path2 + ".included_types[" + _index69 + "]",
6561
7013
  expected: "string",
6562
7014
  value: elem
6563
7015
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6612,12 +7064,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6612
7064
  path: _path2 + ".genes",
6613
7065
  expected: "Array<GvGeneTerm>",
6614
7066
  value: input3.genes
6615
- })) && input3.genes.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6616
- path: _path2 + ".genes[" + _index66 + "]",
7067
+ })) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7068
+ path: _path2 + ".genes[" + _index70 + "]",
6617
7069
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6618
7070
  value: elem
6619
- })) && $vu4(elem, _path2 + ".genes[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
6620
- path: _path2 + ".genes[" + _index66 + "]",
7071
+ })) && $vu4(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
7072
+ path: _path2 + ".genes[" + _index70 + "]",
6621
7073
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6622
7074
  value: elem
6623
7075
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6636,12 +7088,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6636
7088
  path: _path2 + ".childTerms",
6637
7089
  expected: "Array<DtTerm>",
6638
7090
  value: input3.childTerms
6639
- })) && input3.childTerms.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6640
- path: _path2 + ".childTerms[" + _index67 + "]",
7091
+ })) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7092
+ path: _path2 + ".childTerms[" + _index71 + "]",
6641
7093
  expected: "DtTerm",
6642
7094
  value: elem
6643
- })) && $vo40(elem, _path2 + ".childTerms[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
6644
- path: _path2 + ".childTerms[" + _index67 + "]",
7095
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
7096
+ path: _path2 + ".childTerms[" + _index71 + "]",
6645
7097
  expected: "DtTerm",
6646
7098
  value: elem
6647
7099
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6649,7 +7101,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6649
7101
  expected: "Array<DtTerm>",
6650
7102
  value: input3.childTerms
6651
7103
  })].every((flag) => flag);
6652
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7104
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6653
7105
  path: _path2 + ".id",
6654
7106
  expected: "string",
6655
7107
  value: input3.id
@@ -6665,8 +7117,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6665
7117
  path: _path2 + ".child_types",
6666
7118
  expected: "(Array<string> | undefined)",
6667
7119
  value: input3.child_types
6668
- })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
6669
- path: _path2 + ".child_types[" + _index68 + "]",
7120
+ })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
7121
+ path: _path2 + ".child_types[" + _index72 + "]",
6670
7122
  expected: "string",
6671
7123
  value: elem
6672
7124
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6681,8 +7133,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6681
7133
  path: _path2 + ".included_types",
6682
7134
  expected: "(Array<string> | undefined)",
6683
7135
  value: input3.included_types
6684
- })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
6685
- path: _path2 + ".included_types[" + _index69 + "]",
7136
+ })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
7137
+ path: _path2 + ".included_types[" + _index73 + "]",
6686
7138
  expected: "string",
6687
7139
  value: elem
6688
7140
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6733,12 +7185,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6733
7185
  path: _path2 + ".genes",
6734
7186
  expected: "Array<GvGeneTerm>",
6735
7187
  value: input3.genes
6736
- })) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6737
- path: _path2 + ".genes[" + _index70 + "]",
7188
+ })) && input3.genes.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7189
+ path: _path2 + ".genes[" + _index74 + "]",
6738
7190
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6739
7191
  value: elem
6740
- })) && $vu4(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
6741
- path: _path2 + ".genes[" + _index70 + "]",
7192
+ })) && $vu4(elem, _path2 + ".genes[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
7193
+ path: _path2 + ".genes[" + _index74 + "]",
6742
7194
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6743
7195
  value: elem
6744
7196
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6757,12 +7209,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6757
7209
  path: _path2 + ".childTerms",
6758
7210
  expected: "Array<DtTerm>",
6759
7211
  value: input3.childTerms
6760
- })) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6761
- path: _path2 + ".childTerms[" + _index71 + "]",
7212
+ })) && input3.childTerms.map((elem, _index75) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7213
+ path: _path2 + ".childTerms[" + _index75 + "]",
6762
7214
  expected: "DtTerm",
6763
7215
  value: elem
6764
- })) && $vo40(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
6765
- path: _path2 + ".childTerms[" + _index71 + "]",
7216
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index75 + "]", _exceptionable2) || $report(_exceptionable2, {
7217
+ path: _path2 + ".childTerms[" + _index75 + "]",
6766
7218
  expected: "DtTerm",
6767
7219
  value: elem
6768
7220
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6770,7 +7222,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6770
7222
  expected: "Array<DtTerm>",
6771
7223
  value: input3.childTerms
6772
7224
  })].every((flag) => flag);
6773
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7225
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6774
7226
  path: _path2 + ".id",
6775
7227
  expected: "string",
6776
7228
  value: input3.id
@@ -6786,8 +7238,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6786
7238
  path: _path2 + ".child_types",
6787
7239
  expected: "(Array<string> | undefined)",
6788
7240
  value: input3.child_types
6789
- })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
6790
- path: _path2 + ".child_types[" + _index72 + "]",
7241
+ })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
7242
+ path: _path2 + ".child_types[" + _index76 + "]",
6791
7243
  expected: "string",
6792
7244
  value: elem
6793
7245
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6802,8 +7254,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6802
7254
  path: _path2 + ".included_types",
6803
7255
  expected: "(Array<string> | undefined)",
6804
7256
  value: input3.included_types
6805
- })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
6806
- path: _path2 + ".included_types[" + _index73 + "]",
7257
+ })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
7258
+ path: _path2 + ".included_types[" + _index77 + "]",
6807
7259
  expected: "string",
6808
7260
  value: elem
6809
7261
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6859,7 +7311,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6859
7311
  expected: "(PresetNumericBins | undefined)",
6860
7312
  value: input3.bins
6861
7313
  })].every((flag) => flag);
6862
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7314
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6863
7315
  path: _path2 + ".id",
6864
7316
  expected: "string",
6865
7317
  value: input3.id
@@ -6875,8 +7327,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6875
7327
  path: _path2 + ".child_types",
6876
7328
  expected: "(Array<string> | undefined)",
6877
7329
  value: input3.child_types
6878
- })) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
6879
- path: _path2 + ".child_types[" + _index74 + "]",
7330
+ })) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
7331
+ path: _path2 + ".child_types[" + _index78 + "]",
6880
7332
  expected: "string",
6881
7333
  value: elem
6882
7334
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6891,8 +7343,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6891
7343
  path: _path2 + ".included_types",
6892
7344
  expected: "(Array<string> | undefined)",
6893
7345
  value: input3.included_types
6894
- })) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
6895
- path: _path2 + ".included_types[" + _index75 + "]",
7346
+ })) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
7347
+ path: _path2 + ".included_types[" + _index79 + "]",
6896
7348
  expected: "string",
6897
7349
  value: elem
6898
7350
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6951,12 +7403,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6951
7403
  path: _path2 + ".proteomeDetails",
6952
7404
  expected: "ProteomeDetails",
6953
7405
  value: input3.proteomeDetails
6954
- })) && $vo27(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
7406
+ })) && $vo29(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
6955
7407
  path: _path2 + ".proteomeDetails",
6956
7408
  expected: "ProteomeDetails",
6957
7409
  value: input3.proteomeDetails
6958
7410
  })].every((flag) => flag);
6959
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7411
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6960
7412
  path: _path2 + ".id",
6961
7413
  expected: "string",
6962
7414
  value: input3.id
@@ -6972,8 +7424,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6972
7424
  path: _path2 + ".child_types",
6973
7425
  expected: "(Array<string> | undefined)",
6974
7426
  value: input3.child_types
6975
- })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
6976
- path: _path2 + ".child_types[" + _index76 + "]",
7427
+ })) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
7428
+ path: _path2 + ".child_types[" + _index80 + "]",
6977
7429
  expected: "string",
6978
7430
  value: elem
6979
7431
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6988,8 +7440,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
6988
7440
  path: _path2 + ".included_types",
6989
7441
  expected: "(Array<string> | undefined)",
6990
7442
  value: input3.included_types
6991
- })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
6992
- path: _path2 + ".included_types[" + _index77 + "]",
7443
+ })) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
7444
+ path: _path2 + ".included_types[" + _index81 + "]",
6993
7445
  expected: "string",
6994
7446
  value: elem
6995
7447
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7029,7 +7481,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7029
7481
  expected: "TermGroupSetting",
7030
7482
  value: input3.groupsetting
7031
7483
  })].every((flag) => flag);
7032
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7484
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7033
7485
  path: _path2 + ".id",
7034
7486
  expected: "string",
7035
7487
  value: input3.id
@@ -7045,8 +7497,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7045
7497
  path: _path2 + ".child_types",
7046
7498
  expected: "(Array<string> | undefined)",
7047
7499
  value: input3.child_types
7048
- })) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
7049
- path: _path2 + ".child_types[" + _index78 + "]",
7500
+ })) && input3.child_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
7501
+ path: _path2 + ".child_types[" + _index82 + "]",
7050
7502
  expected: "string",
7051
7503
  value: elem
7052
7504
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7061,8 +7513,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7061
7513
  path: _path2 + ".included_types",
7062
7514
  expected: "(Array<string> | undefined)",
7063
7515
  value: input3.included_types
7064
- })) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
7065
- path: _path2 + ".included_types[" + _index79 + "]",
7516
+ })) && input3.included_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
7517
+ path: _path2 + ".included_types[" + _index83 + "]",
7066
7518
  expected: "string",
7067
7519
  value: elem
7068
7520
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7113,8 +7565,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7113
7565
  path: _path2 + ".alt",
7114
7566
  expected: "Array<string>",
7115
7567
  value: input3.alt
7116
- })) && input3.alt.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
7117
- path: _path2 + ".alt[" + _index80 + "]",
7568
+ })) && input3.alt.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
7569
+ path: _path2 + ".alt[" + _index84 + "]",
7118
7570
  expected: "string",
7119
7571
  value: elem
7120
7572
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7130,7 +7582,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7130
7582
  expected: "TermGroupSetting",
7131
7583
  value: input3.groupsetting
7132
7584
  })].every((flag) => flag);
7133
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7585
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7134
7586
  path: _path2 + ".id",
7135
7587
  expected: "string",
7136
7588
  value: input3.id
@@ -7146,8 +7598,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7146
7598
  path: _path2 + ".child_types",
7147
7599
  expected: "(Array<string> | undefined)",
7148
7600
  value: input3.child_types
7149
- })) && input3.child_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
7150
- path: _path2 + ".child_types[" + _index81 + "]",
7601
+ })) && input3.child_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
7602
+ path: _path2 + ".child_types[" + _index85 + "]",
7151
7603
  expected: "string",
7152
7604
  value: elem
7153
7605
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7162,8 +7614,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7162
7614
  path: _path2 + ".included_types",
7163
7615
  expected: "(Array<string> | undefined)",
7164
7616
  value: input3.included_types
7165
- })) && input3.included_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
7166
- path: _path2 + ".included_types[" + _index82 + "]",
7617
+ })) && input3.included_types.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
7618
+ path: _path2 + ".included_types[" + _index86 + "]",
7167
7619
  expected: "string",
7168
7620
  value: elem
7169
7621
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7198,7 +7650,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7198
7650
  path: _path2 + ".sample",
7199
7651
  expected: "object",
7200
7652
  value: input3.sample
7201
- })) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
7653
+ })) && $vo63(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
7202
7654
  path: _path2 + ".sample",
7203
7655
  expected: "object",
7204
7656
  value: input3.sample
@@ -7215,8 +7667,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7215
7667
  expected: "TermGroupSetting",
7216
7668
  value: input3.groupsetting
7217
7669
  })].every((flag) => flag);
7218
- const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
7219
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7670
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => true;
7671
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7220
7672
  path: _path2 + ".id",
7221
7673
  expected: "string",
7222
7674
  value: input3.id
@@ -7232,8 +7684,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7232
7684
  path: _path2 + ".child_types",
7233
7685
  expected: "(Array<string> | undefined)",
7234
7686
  value: input3.child_types
7235
- })) && input3.child_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
7236
- path: _path2 + ".child_types[" + _index83 + "]",
7687
+ })) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
7688
+ path: _path2 + ".child_types[" + _index87 + "]",
7237
7689
  expected: "string",
7238
7690
  value: elem
7239
7691
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7248,8 +7700,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7248
7700
  path: _path2 + ".included_types",
7249
7701
  expected: "(Array<string> | undefined)",
7250
7702
  value: input3.included_types
7251
- })) && input3.included_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
7252
- path: _path2 + ".included_types[" + _index84 + "]",
7703
+ })) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
7704
+ path: _path2 + ".included_types[" + _index88 + "]",
7253
7705
  expected: "string",
7254
7706
  value: elem
7255
7707
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7301,7 +7753,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7301
7753
  expected: "PresetNumericBins",
7302
7754
  value: input3.bins
7303
7755
  })].every((flag) => flag);
7304
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7756
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7305
7757
  path: _path2 + ".id",
7306
7758
  expected: "string",
7307
7759
  value: input3.id
@@ -7317,8 +7769,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7317
7769
  path: _path2 + ".child_types",
7318
7770
  expected: "(Array<string> | undefined)",
7319
7771
  value: input3.child_types
7320
- })) && input3.child_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
7321
- path: _path2 + ".child_types[" + _index85 + "]",
7772
+ })) && input3.child_types.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
7773
+ path: _path2 + ".child_types[" + _index89 + "]",
7322
7774
  expected: "string",
7323
7775
  value: elem
7324
7776
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7333,8 +7785,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7333
7785
  path: _path2 + ".included_types",
7334
7786
  expected: "(Array<string> | undefined)",
7335
7787
  value: input3.included_types
7336
- })) && input3.included_types.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
7337
- path: _path2 + ".included_types[" + _index86 + "]",
7788
+ })) && input3.included_types.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
7789
+ path: _path2 + ".included_types[" + _index90 + "]",
7338
7790
  expected: "string",
7339
7791
  value: elem
7340
7792
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7386,7 +7838,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7386
7838
  expected: "(PresetNumericBins | undefined)",
7387
7839
  value: input3.bins
7388
7840
  })].every((flag) => flag);
7389
- const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7841
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7390
7842
  path: _path2 + ".id",
7391
7843
  expected: "string",
7392
7844
  value: input3.id
@@ -7402,8 +7854,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7402
7854
  path: _path2 + ".child_types",
7403
7855
  expected: "(Array<string> | undefined)",
7404
7856
  value: input3.child_types
7405
- })) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
7406
- path: _path2 + ".child_types[" + _index87 + "]",
7857
+ })) && input3.child_types.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
7858
+ path: _path2 + ".child_types[" + _index91 + "]",
7407
7859
  expected: "string",
7408
7860
  value: elem
7409
7861
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7418,8 +7870,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7418
7870
  path: _path2 + ".included_types",
7419
7871
  expected: "(Array<string> | undefined)",
7420
7872
  value: input3.included_types
7421
- })) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
7422
- path: _path2 + ".included_types[" + _index88 + "]",
7873
+ })) && input3.included_types.map((elem, _index92) => "string" === typeof elem || $report(_exceptionable2, {
7874
+ path: _path2 + ".included_types[" + _index92 + "]",
7423
7875
  expected: "string",
7424
7876
  value: elem
7425
7877
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7466,8 +7918,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7466
7918
  path: _path2 + ".genes",
7467
7919
  expected: "(Array<string> | undefined)",
7468
7920
  value: input3.genes
7469
- })) && input3.genes.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
7470
- path: _path2 + ".genes[" + _index89 + "]",
7921
+ })) && input3.genes.map((elem, _index93) => "string" === typeof elem || $report(_exceptionable2, {
7922
+ path: _path2 + ".genes[" + _index93 + "]",
7471
7923
  expected: "string",
7472
7924
  value: elem
7473
7925
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7483,7 +7935,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7483
7935
  expected: "(PresetNumericBins | undefined)",
7484
7936
  value: input3.bins
7485
7937
  })].every((flag) => flag);
7486
- const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7938
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7487
7939
  path: _path2 + ".id",
7488
7940
  expected: "string",
7489
7941
  value: input3.id
@@ -7499,8 +7951,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7499
7951
  path: _path2 + ".child_types",
7500
7952
  expected: "(Array<string> | undefined)",
7501
7953
  value: input3.child_types
7502
- })) && input3.child_types.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
7503
- path: _path2 + ".child_types[" + _index90 + "]",
7954
+ })) && input3.child_types.map((elem, _index94) => "string" === typeof elem || $report(_exceptionable2, {
7955
+ path: _path2 + ".child_types[" + _index94 + "]",
7504
7956
  expected: "string",
7505
7957
  value: elem
7506
7958
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7515,8 +7967,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7515
7967
  path: _path2 + ".included_types",
7516
7968
  expected: "(Array<string> | undefined)",
7517
7969
  value: input3.included_types
7518
- })) && input3.included_types.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
7519
- path: _path2 + ".included_types[" + _index91 + "]",
7970
+ })) && input3.included_types.map((elem, _index95) => "string" === typeof elem || $report(_exceptionable2, {
7971
+ path: _path2 + ".included_types[" + _index95 + "]",
7520
7972
  expected: "string",
7521
7973
  value: elem
7522
7974
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7580,7 +8032,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7580
8032
  expected: "(PresetNumericBins | undefined)",
7581
8033
  value: input3.bins
7582
8034
  })].every((flag) => flag);
7583
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
8035
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7584
8036
  path: _path2 + ".id",
7585
8037
  expected: "string",
7586
8038
  value: input3.id
@@ -7596,8 +8048,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7596
8048
  path: _path2 + ".child_types",
7597
8049
  expected: "(Array<string> | undefined)",
7598
8050
  value: input3.child_types
7599
- })) && input3.child_types.map((elem, _index92) => "string" === typeof elem || $report(_exceptionable2, {
7600
- path: _path2 + ".child_types[" + _index92 + "]",
8051
+ })) && input3.child_types.map((elem, _index96) => "string" === typeof elem || $report(_exceptionable2, {
8052
+ path: _path2 + ".child_types[" + _index96 + "]",
7601
8053
  expected: "string",
7602
8054
  value: elem
7603
8055
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7612,8 +8064,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7612
8064
  path: _path2 + ".included_types",
7613
8065
  expected: "(Array<string> | undefined)",
7614
8066
  value: input3.included_types
7615
- })) && input3.included_types.map((elem, _index93) => "string" === typeof elem || $report(_exceptionable2, {
7616
- path: _path2 + ".included_types[" + _index93 + "]",
8067
+ })) && input3.included_types.map((elem, _index97) => "string" === typeof elem || $report(_exceptionable2, {
8068
+ path: _path2 + ".included_types[" + _index97 + "]",
7617
8069
  expected: "string",
7618
8070
  value: elem
7619
8071
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7645,7 +8097,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7645
8097
  expected: "(__type.o1 | undefined)",
7646
8098
  value: input3.valueConversion
7647
8099
  })].every((flag) => flag);
7648
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
8100
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7649
8101
  path: _path2 + ".id",
7650
8102
  expected: "string",
7651
8103
  value: input3.id
@@ -7661,8 +8113,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7661
8113
  path: _path2 + ".child_types",
7662
8114
  expected: "(Array<string> | undefined)",
7663
8115
  value: input3.child_types
7664
- })) && input3.child_types.map((elem, _index94) => "string" === typeof elem || $report(_exceptionable2, {
7665
- path: _path2 + ".child_types[" + _index94 + "]",
8116
+ })) && input3.child_types.map((elem, _index98) => "string" === typeof elem || $report(_exceptionable2, {
8117
+ path: _path2 + ".child_types[" + _index98 + "]",
7666
8118
  expected: "string",
7667
8119
  value: elem
7668
8120
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7677,8 +8129,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7677
8129
  path: _path2 + ".included_types",
7678
8130
  expected: "(Array<string> | undefined)",
7679
8131
  value: input3.included_types
7680
- })) && input3.included_types.map((elem, _index95) => "string" === typeof elem || $report(_exceptionable2, {
7681
- path: _path2 + ".included_types[" + _index95 + "]",
8132
+ })) && input3.included_types.map((elem, _index99) => "string" === typeof elem || $report(_exceptionable2, {
8133
+ path: _path2 + ".included_types[" + _index99 + "]",
7682
8134
  expected: "string",
7683
8135
  value: elem
7684
8136
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7713,8 +8165,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7713
8165
  path: _path2 + ".termIds",
7714
8166
  expected: "(Array<string> | undefined)",
7715
8167
  value: input3.termIds
7716
- })) && input3.termIds.map((elem, _index96) => "string" === typeof elem || $report(_exceptionable2, {
7717
- path: _path2 + ".termIds[" + _index96 + "]",
8168
+ })) && input3.termIds.map((elem, _index100) => "string" === typeof elem || $report(_exceptionable2, {
8169
+ path: _path2 + ".termIds[" + _index100 + "]",
7718
8170
  expected: "string",
7719
8171
  value: elem
7720
8172
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7725,12 +8177,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7725
8177
  path: _path2 + ".termlst",
7726
8178
  expected: "Array<BaseTerm>",
7727
8179
  value: input3.termlst
7728
- })) && input3.termlst.map((elem, _index97) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7729
- path: _path2 + ".termlst[" + _index97 + "]",
8180
+ })) && input3.termlst.map((elem, _index101) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8181
+ path: _path2 + ".termlst[" + _index101 + "]",
7730
8182
  expected: "BaseTerm",
7731
8183
  value: elem
7732
- })) && $vo48(elem, _path2 + ".termlst[" + _index97 + "]", _exceptionable2) || $report(_exceptionable2, {
7733
- path: _path2 + ".termlst[" + _index97 + "]",
8184
+ })) && $vo50(elem, _path2 + ".termlst[" + _index101 + "]", _exceptionable2) || $report(_exceptionable2, {
8185
+ path: _path2 + ".termlst[" + _index101 + "]",
7734
8186
  expected: "BaseTerm",
7735
8187
  value: elem
7736
8188
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7745,7 +8197,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7745
8197
  path: _path2 + ".propsByTermId",
7746
8198
  expected: "__type.o7",
7747
8199
  value: input3.propsByTermId
7748
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
8200
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
7749
8201
  path: _path2 + ".propsByTermId",
7750
8202
  expected: "__type.o7",
7751
8203
  value: input3.propsByTermId
@@ -7757,8 +8209,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7757
8209
  path: _path2 + ".numerators",
7758
8210
  expected: "(Array<string> | undefined)",
7759
8211
  value: input3.numerators
7760
- })) && input3.numerators.map((elem, _index98) => "string" === typeof elem || $report(_exceptionable2, {
7761
- path: _path2 + ".numerators[" + _index98 + "]",
8212
+ })) && input3.numerators.map((elem, _index102) => "string" === typeof elem || $report(_exceptionable2, {
8213
+ path: _path2 + ".numerators[" + _index102 + "]",
7762
8214
  expected: "string",
7763
8215
  value: elem
7764
8216
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7769,12 +8221,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7769
8221
  path: _path2 + ".valueTransform",
7770
8222
  expected: "(__type.o9 | undefined)",
7771
8223
  value: input3.valueTransform
7772
- })) && $vo51(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
8224
+ })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
7773
8225
  path: _path2 + ".valueTransform",
7774
8226
  expected: "(__type.o9 | undefined)",
7775
8227
  value: input3.valueTransform
7776
8228
  })].every((flag) => flag);
7777
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
8229
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7778
8230
  path: _path2 + ".id",
7779
8231
  expected: "string",
7780
8232
  value: input3.id
@@ -7790,8 +8242,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7790
8242
  path: _path2 + ".child_types",
7791
8243
  expected: "(Array<string> | undefined)",
7792
8244
  value: input3.child_types
7793
- })) && input3.child_types.map((elem, _index99) => "string" === typeof elem || $report(_exceptionable2, {
7794
- path: _path2 + ".child_types[" + _index99 + "]",
8245
+ })) && input3.child_types.map((elem, _index103) => "string" === typeof elem || $report(_exceptionable2, {
8246
+ path: _path2 + ".child_types[" + _index103 + "]",
7795
8247
  expected: "string",
7796
8248
  value: elem
7797
8249
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7806,8 +8258,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7806
8258
  path: _path2 + ".included_types",
7807
8259
  expected: "(Array<string> | undefined)",
7808
8260
  value: input3.included_types
7809
- })) && input3.included_types.map((elem, _index100) => "string" === typeof elem || $report(_exceptionable2, {
7810
- path: _path2 + ".included_types[" + _index100 + "]",
8261
+ })) && input3.included_types.map((elem, _index104) => "string" === typeof elem || $report(_exceptionable2, {
8262
+ path: _path2 + ".included_types[" + _index104 + "]",
7811
8263
  expected: "string",
7812
8264
  value: elem
7813
8265
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7842,8 +8294,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7842
8294
  path: _path2 + ".termIds",
7843
8295
  expected: "(Array<string> | undefined)",
7844
8296
  value: input3.termIds
7845
- })) && input3.termIds.map((elem, _index101) => "string" === typeof elem || $report(_exceptionable2, {
7846
- path: _path2 + ".termIds[" + _index101 + "]",
8297
+ })) && input3.termIds.map((elem, _index105) => "string" === typeof elem || $report(_exceptionable2, {
8298
+ path: _path2 + ".termIds[" + _index105 + "]",
7847
8299
  expected: "string",
7848
8300
  value: elem
7849
8301
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7854,12 +8306,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7854
8306
  path: _path2 + ".termlst",
7855
8307
  expected: "Array<BaseTerm>",
7856
8308
  value: input3.termlst
7857
- })) && input3.termlst.map((elem, _index102) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7858
- path: _path2 + ".termlst[" + _index102 + "]",
8309
+ })) && input3.termlst.map((elem, _index106) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8310
+ path: _path2 + ".termlst[" + _index106 + "]",
7859
8311
  expected: "BaseTerm",
7860
8312
  value: elem
7861
- })) && $vo48(elem, _path2 + ".termlst[" + _index102 + "]", _exceptionable2) || $report(_exceptionable2, {
7862
- path: _path2 + ".termlst[" + _index102 + "]",
8313
+ })) && $vo50(elem, _path2 + ".termlst[" + _index106 + "]", _exceptionable2) || $report(_exceptionable2, {
8314
+ path: _path2 + ".termlst[" + _index106 + "]",
7863
8315
  expected: "BaseTerm",
7864
8316
  value: elem
7865
8317
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7874,7 +8326,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7874
8326
  path: _path2 + ".propsByTermId",
7875
8327
  expected: "__type.o7",
7876
8328
  value: input3.propsByTermId
7877
- })) && $vo49(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
8329
+ })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
7878
8330
  path: _path2 + ".propsByTermId",
7879
8331
  expected: "__type.o7",
7880
8332
  value: input3.propsByTermId
@@ -7886,12 +8338,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7886
8338
  path: _path2 + ".categoryKeys",
7887
8339
  expected: "Array<CategoryKey>",
7888
8340
  value: input3.categoryKeys
7889
- })) && input3.categoryKeys.map((elem, _index103) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7890
- path: _path2 + ".categoryKeys[" + _index103 + "]",
8341
+ })) && input3.categoryKeys.map((elem, _index107) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8342
+ path: _path2 + ".categoryKeys[" + _index107 + "]",
7891
8343
  expected: "CategoryKey",
7892
8344
  value: elem
7893
- })) && $vo53(elem, _path2 + ".categoryKeys[" + _index103 + "]", _exceptionable2) || $report(_exceptionable2, {
7894
- path: _path2 + ".categoryKeys[" + _index103 + "]",
8345
+ })) && $vo55(elem, _path2 + ".categoryKeys[" + _index107 + "]", _exceptionable2) || $report(_exceptionable2, {
8346
+ path: _path2 + ".categoryKeys[" + _index107 + "]",
7895
8347
  expected: "CategoryKey",
7896
8348
  value: elem
7897
8349
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7899,7 +8351,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7899
8351
  expected: "Array<CategoryKey>",
7900
8352
  value: input3.categoryKeys
7901
8353
  })].every((flag) => flag);
7902
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
8354
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7903
8355
  path: _path2 + ".id",
7904
8356
  expected: "string",
7905
8357
  value: input3.id
@@ -7915,8 +8367,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7915
8367
  path: _path2 + ".child_types",
7916
8368
  expected: "(Array<string> | undefined)",
7917
8369
  value: input3.child_types
7918
- })) && input3.child_types.map((elem, _index104) => "string" === typeof elem || $report(_exceptionable2, {
7919
- path: _path2 + ".child_types[" + _index104 + "]",
8370
+ })) && input3.child_types.map((elem, _index108) => "string" === typeof elem || $report(_exceptionable2, {
8371
+ path: _path2 + ".child_types[" + _index108 + "]",
7920
8372
  expected: "string",
7921
8373
  value: elem
7922
8374
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7931,8 +8383,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7931
8383
  path: _path2 + ".included_types",
7932
8384
  expected: "(Array<string> | undefined)",
7933
8385
  value: input3.included_types
7934
- })) && input3.included_types.map((elem, _index105) => "string" === typeof elem || $report(_exceptionable2, {
7935
- path: _path2 + ".included_types[" + _index105 + "]",
8386
+ })) && input3.included_types.map((elem, _index109) => "string" === typeof elem || $report(_exceptionable2, {
8387
+ path: _path2 + ".included_types[" + _index109 + "]",
7936
8388
  expected: "string",
7937
8389
  value: elem
7938
8390
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7971,12 +8423,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7971
8423
  path: _path2 + ".snps",
7972
8424
  expected: "(Array<SnpsEntry> | undefined)",
7973
8425
  value: input3.snps
7974
- })) && input3.snps.map((elem, _index106) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7975
- path: _path2 + ".snps[" + _index106 + "]",
8426
+ })) && input3.snps.map((elem, _index110) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8427
+ path: _path2 + ".snps[" + _index110 + "]",
7976
8428
  expected: "SnpsEntry",
7977
8429
  value: elem
7978
- })) && $vo70(elem, _path2 + ".snps[" + _index106 + "]", _exceptionable2) || $report(_exceptionable2, {
7979
- path: _path2 + ".snps[" + _index106 + "]",
8430
+ })) && $vo72(elem, _path2 + ".snps[" + _index110 + "]", _exceptionable2) || $report(_exceptionable2, {
8431
+ path: _path2 + ".snps[" + _index110 + "]",
7980
8432
  expected: "SnpsEntry",
7981
8433
  value: elem
7982
8434
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7984,12 +8436,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
7984
8436
  expected: "(Array<SnpsEntry> | undefined)",
7985
8437
  value: input3.snps
7986
8438
  })].every((flag) => flag);
7987
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
8439
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
7988
8440
  path: _path2 + ".altAlleles",
7989
8441
  expected: "(Array<string> | undefined)",
7990
8442
  value: input3.altAlleles
7991
- })) && input3.altAlleles.map((elem, _index107) => "string" === typeof elem || $report(_exceptionable2, {
7992
- path: _path2 + ".altAlleles[" + _index107 + "]",
8443
+ })) && input3.altAlleles.map((elem, _index111) => "string" === typeof elem || $report(_exceptionable2, {
8444
+ path: _path2 + ".altAlleles[" + _index111 + "]",
7993
8445
  expected: "string",
7994
8446
  value: elem
7995
8447
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -8000,12 +8452,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8000
8452
  path: _path2 + ".alleles",
8001
8453
  expected: "(Array<AllelesEntry> | undefined)",
8002
8454
  value: input3.alleles
8003
- })) && input3.alleles.map((elem, _index108) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8004
- path: _path2 + ".alleles[" + _index108 + "]",
8455
+ })) && input3.alleles.map((elem, _index112) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8456
+ path: _path2 + ".alleles[" + _index112 + "]",
8005
8457
  expected: "AllelesEntry",
8006
8458
  value: elem
8007
- })) && $vo71(elem, _path2 + ".alleles[" + _index108 + "]", _exceptionable2) || $report(_exceptionable2, {
8008
- path: _path2 + ".alleles[" + _index108 + "]",
8459
+ })) && $vo73(elem, _path2 + ".alleles[" + _index112 + "]", _exceptionable2) || $report(_exceptionable2, {
8460
+ path: _path2 + ".alleles[" + _index112 + "]",
8009
8461
  expected: "AllelesEntry",
8010
8462
  value: elem
8011
8463
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -8020,7 +8472,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8020
8472
  path: _path2 + ".gt2count",
8021
8473
  expected: "(__type.o10 | undefined)",
8022
8474
  value: input3.gt2count
8023
- })) && $vo72(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
8475
+ })) && $vo74(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
8024
8476
  path: _path2 + ".gt2count",
8025
8477
  expected: "(__type.o10 | undefined)",
8026
8478
  value: input3.gt2count
@@ -8049,7 +8501,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8049
8501
  expected: "(number | undefined)",
8050
8502
  value: input3.pos
8051
8503
  })].every((flag) => flag);
8052
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
8504
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
8053
8505
  path: _path2 + ".allele",
8054
8506
  expected: "string",
8055
8507
  value: input3.allele
@@ -8062,7 +8514,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8062
8514
  expected: "boolean",
8063
8515
  value: input3.isRef
8064
8516
  })].every((flag) => flag);
8065
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
8517
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
8066
8518
  path: _path2 + ".k",
8067
8519
  expected: "string",
8068
8520
  value: input3.k
@@ -8071,7 +8523,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8071
8523
  expected: "(number | string)",
8072
8524
  value: input3.v
8073
8525
  })].every((flag) => flag);
8074
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
8526
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
8075
8527
  path: _path2 + ".id",
8076
8528
  expected: "string",
8077
8529
  value: input3.id
@@ -8087,8 +8539,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8087
8539
  path: _path2 + ".child_types",
8088
8540
  expected: "(Array<string> | undefined)",
8089
8541
  value: input3.child_types
8090
- })) && input3.child_types.map((elem, _index109) => "string" === typeof elem || $report(_exceptionable2, {
8091
- path: _path2 + ".child_types[" + _index109 + "]",
8542
+ })) && input3.child_types.map((elem, _index113) => "string" === typeof elem || $report(_exceptionable2, {
8543
+ path: _path2 + ".child_types[" + _index113 + "]",
8092
8544
  expected: "string",
8093
8545
  value: elem
8094
8546
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -8103,8 +8555,8 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8103
8555
  path: _path2 + ".included_types",
8104
8556
  expected: "(Array<string> | undefined)",
8105
8557
  value: input3.included_types
8106
- })) && input3.included_types.map((elem, _index110) => "string" === typeof elem || $report(_exceptionable2, {
8107
- path: _path2 + ".included_types[" + _index110 + "]",
8558
+ })) && input3.included_types.map((elem, _index114) => "string" === typeof elem || $report(_exceptionable2, {
8559
+ path: _path2 + ".included_types[" + _index114 + "]",
8108
8560
  expected: "string",
8109
8561
  value: elem
8110
8562
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -8119,7 +8571,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8119
8571
  path: _path2 + ".values",
8120
8572
  expected: "(TermValues & SampleLstTermValues | undefined)",
8121
8573
  value: input3.values
8122
- })) && $vo74(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
8574
+ })) && $vo76(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
8123
8575
  path: _path2 + ".values",
8124
8576
  expected: "(TermValues & SampleLstTermValues | undefined)",
8125
8577
  value: input3.values
@@ -8136,7 +8588,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8136
8588
  expected: "(__type.o1 | undefined)",
8137
8589
  value: input3.valueConversion
8138
8590
  })].every((flag) => flag);
8139
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
8591
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
8140
8592
  const value = input3[key];
8141
8593
  if (void 0 === value)
8142
8594
  return true;
@@ -8145,7 +8597,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8145
8597
  path: _path2 + $join(key),
8146
8598
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
8147
8599
  value
8148
- })) && $vo75(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
8600
+ })) && $vo77(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
8149
8601
  path: _path2 + $join(key),
8150
8602
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
8151
8603
  value
@@ -8155,14 +8607,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8155
8607
  path: _path2 + $join(key),
8156
8608
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
8157
8609
  value
8158
- })) && $vo75(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
8610
+ })) && $vo77(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
8159
8611
  path: _path2 + $join(key),
8160
8612
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
8161
8613
  value
8162
8614
  });
8163
8615
  return true;
8164
8616
  }).every((flag) => flag)].every((flag) => flag);
8165
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
8617
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
8166
8618
  path: _path2 + ".key",
8167
8619
  expected: "(string | undefined)",
8168
8620
  value: input3.key
@@ -8206,12 +8658,12 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8206
8658
  path: _path2 + ".list",
8207
8659
  expected: "Array<__type>.o3",
8208
8660
  value: input3.list
8209
- })) && input3.list.map((elem, _index111) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8210
- path: _path2 + ".list[" + _index111 + "]",
8661
+ })) && input3.list.map((elem, _index115) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
8662
+ path: _path2 + ".list[" + _index115 + "]",
8211
8663
  expected: "__type.o11",
8212
8664
  value: elem
8213
- })) && $vo76(elem, _path2 + ".list[" + _index111 + "]", _exceptionable2) || $report(_exceptionable2, {
8214
- path: _path2 + ".list[" + _index111 + "]",
8665
+ })) && $vo78(elem, _path2 + ".list[" + _index115 + "]", _exceptionable2) || $report(_exceptionable2, {
8666
+ path: _path2 + ".list[" + _index115 + "]",
8215
8667
  expected: "__type.o11",
8216
8668
  value: elem
8217
8669
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -8219,7 +8671,7 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8219
8671
  expected: "Array<__type>.o3",
8220
8672
  value: input3.list
8221
8673
  }), true].every((flag) => flag);
8222
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
8674
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
8223
8675
  path: _path2 + ".sampleId",
8224
8676
  expected: "string",
8225
8677
  value: input3.sampleId
@@ -8230,30 +8682,30 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8230
8682
  })].every((flag) => flag);
8231
8683
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
8232
8684
  if ("metaboliteIntensity" === input3.type)
8233
- return $vo56(input3, _path2, _exceptionable2);
8685
+ return $vo58(input3, _path2, _exceptionable2);
8234
8686
  if ("proteomeAbundance" === input3.type)
8235
- return $vo57(input3, _path2, _exceptionable2);
8687
+ return $vo59(input3, _path2, _exceptionable2);
8236
8688
  if ("categorical" === input3.type)
8237
- return $vo58(input3, _path2, _exceptionable2);
8689
+ return $vo60(input3, _path2, _exceptionable2);
8238
8690
  if ("snp" === input3.type)
8239
- return $vo59(input3, _path2, _exceptionable2);
8691
+ return $vo61(input3, _path2, _exceptionable2);
8240
8692
  if ("singleCellCellType" === input3.type)
8241
- return $vo60(input3, _path2, _exceptionable2);
8693
+ return $vo62(input3, _path2, _exceptionable2);
8242
8694
  if ("date" === input3.type)
8243
- return $vo63(input3, _path2, _exceptionable2);
8695
+ return $vo65(input3, _path2, _exceptionable2);
8244
8696
  if ("integer" === input3.type || "float" === input3.type)
8245
- return $vo62(input3, _path2, _exceptionable2);
8246
- if ("ssGSEA" === input3.type)
8247
8697
  return $vo64(input3, _path2, _exceptionable2);
8698
+ if ("ssGSEA" === input3.type)
8699
+ return $vo66(input3, _path2, _exceptionable2);
8248
8700
  if ("dnaMethylation" === input3.type)
8249
- return $vo65(input3, _path2, _exceptionable2);
8701
+ return $vo67(input3, _path2, _exceptionable2);
8250
8702
  if ("condition" === input3.type)
8251
- return $vo66(input3, _path2, _exceptionable2);
8703
+ return $vo68(input3, _path2, _exceptionable2);
8252
8704
  if ("numeric" === input3.memberType)
8253
- return $vo67(input3, _path2, _exceptionable2);
8705
+ return $vo69(input3, _path2, _exceptionable2);
8254
8706
  if ("categorical" === input3.memberType)
8255
- return $vo68(input3, _path2, _exceptionable2);
8256
- return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false) || $vo54(input3, _path2, false) || $vo55(input3, _path2, false) || $vo69(input3, _path2, false) || $vo73(input3, _path2, false);
8707
+ return $vo70(input3, _path2, _exceptionable2);
8708
+ return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false) || $vo56(input3, _path2, false) || $vo57(input3, _path2, false) || $vo71(input3, _path2, false) || $vo75(input3, _path2, false);
8257
8709
  })();
8258
8710
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
8259
8711
  if ("tvslst" === input3.type)
@@ -8283,14 +8735,14 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8283
8735
  if (true === input3.stopunbounded)
8284
8736
  return $vo22(input3, _path2, _exceptionable2);
8285
8737
  if (void 0 !== input3.value)
8286
- return $vo33(input3, _path2, _exceptionable2);
8738
+ return $vo35(input3, _path2, _exceptionable2);
8287
8739
  return $vo21(input3, _path2, _exceptionable2);
8288
8740
  })();
8289
8741
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
8290
8742
  if ("gene" === input3.kind)
8291
- return $vo42(input3, _path2, _exceptionable2);
8743
+ return $vo44(input3, _path2, _exceptionable2);
8292
8744
  if ("coord" === input3.kind)
8293
- return $vo43(input3, _path2, _exceptionable2);
8745
+ return $vo45(input3, _path2, _exceptionable2);
8294
8746
  return $report(_exceptionable2, {
8295
8747
  path: _path2,
8296
8748
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -8308,23 +8760,23 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8308
8760
  if (void 0 !== input3.ranges)
8309
8761
  return $vo14(input3, _path2, _exceptionable2);
8310
8762
  if (void 0 !== input3.ratio)
8311
- return $vo46(input3, _path2, _exceptionable2);
8312
- return $vo6(input3, _path2, false) || $vo35(input3, _path2, false) || $vo39(input3, _path2, false);
8763
+ return $vo48(input3, _path2, _exceptionable2);
8764
+ return $vo6(input3, _path2, false) || $vo37(input3, _path2, false) || $vo41(input3, _path2, false);
8313
8765
  })();
8314
8766
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
8315
8767
  if ("integer" === input3.type || "float" === input3.type)
8316
8768
  return $vo15(input3, _path2, _exceptionable2);
8317
8769
  if ("metaboliteIntensity" === input3.type)
8318
- return $vo25(input3, _path2, _exceptionable2);
8770
+ return $vo27(input3, _path2, _exceptionable2);
8319
8771
  if ("proteomeAbundance" === input3.type)
8320
- return $vo26(input3, _path2, _exceptionable2);
8321
- if ("date" === input3.type)
8322
8772
  return $vo28(input3, _path2, _exceptionable2);
8773
+ if ("date" === input3.type)
8774
+ return $vo30(input3, _path2, _exceptionable2);
8323
8775
  if ("ssGSEA" === input3.type)
8324
- return $vo29(input3, _path2, _exceptionable2);
8776
+ return $vo31(input3, _path2, _exceptionable2);
8325
8777
  if ("dnaMethylation" === input3.type)
8326
- return $vo30(input3, _path2, _exceptionable2);
8327
- return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo32(input3, _path2, false) || $vo31(input3, _path2, false);
8778
+ return $vo32(input3, _path2, _exceptionable2);
8779
+ return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo26(input3, _path2, false) || $vo25(input3, _path2, false) || $vo34(input3, _path2, false) || $vo33(input3, _path2, false);
8328
8780
  })();
8329
8781
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
8330
8782
  if ("regular-bin" === input3.type)
@@ -8361,9 +8813,9 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8361
8813
  })();
8362
8814
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
8363
8815
  if ("gene" === input3.kind)
8364
- return $vo41(input3, _path2, _exceptionable2);
8816
+ return $vo43(input3, _path2, _exceptionable2);
8365
8817
  if ("coord" === input3.kind)
8366
- return $vo44(input3, _path2, _exceptionable2);
8818
+ return $vo46(input3, _path2, _exceptionable2);
8367
8819
  return $report(_exceptionable2, {
8368
8820
  path: _path2,
8369
8821
  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; })',
@@ -8372,9 +8824,9 @@ var validTermdbTopTermsByTypeResponse = (input) => {
8372
8824
  })();
8373
8825
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
8374
8826
  if ("numeric" === input3.memberType)
8375
- return $vo47(input3, _path2, _exceptionable2);
8827
+ return $vo49(input3, _path2, _exceptionable2);
8376
8828
  if ("categorical" === input3.memberType)
8377
- return $vo52(input3, _path2, _exceptionable2);
8829
+ return $vo54(input3, _path2, _exceptionable2);
8378
8830
  return $report(_exceptionable2, {
8379
8831
  path: _path2,
8380
8832
  expected: "(NumericTermCollection | CategoricalTermCollection)",