@sjcrh/proteinpaint-types 2.141.0 → 2.142.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 (32) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-77RH7U6G.js → chunk-2VDOPTRV.js} +474 -384
  3. package/dist/{chunk-WCWYMCZD.js → chunk-3BQ57P2P.js} +219 -123
  4. package/dist/{chunk-EOBFYFLQ.js → chunk-3L3ASC3B.js} +449 -353
  5. package/dist/{chunk-T3GTEGQN.js → chunk-4R265LDJ.js} +219 -123
  6. package/dist/{chunk-QWAPDNYB.js → chunk-CEDL2QZT.js} +453 -357
  7. package/dist/{chunk-424IUJWR.js → chunk-DMJFOII6.js} +219 -123
  8. package/dist/{chunk-S6OBK4RE.js → chunk-FVBXC7SY.js} +219 -123
  9. package/dist/{chunk-VMQUAU5V.js → chunk-GDM7YUXH.js} +449 -353
  10. package/dist/{chunk-UYBVE3DL.js → chunk-IR4QSJI7.js} +449 -353
  11. package/dist/{chunk-I7FTK55B.js → chunk-MVMUZSLL.js} +435 -339
  12. package/dist/{chunk-56JQGGZJ.js → chunk-SMVDKR2O.js} +781 -561
  13. package/dist/{chunk-KEJROUTM.js → chunk-SOM5WKDM.js} +255 -261
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/terms/date.ts +7 -5
  28. package/src/terms/geneExpression.ts +22 -8
  29. package/src/terms/metaboliteIntensity.ts +13 -3
  30. package/src/terms/numeric.ts +1 -1
  31. package/src/terms/ssGSEA.ts +4 -2
  32. package/src/terms/tw.ts +2 -2
@@ -60,7 +60,7 @@ var validPercentileRequest = (input) => {
60
60
  const __is = (input2) => {
61
61
  const $join = import_typia.createValidate.join;
62
62
  const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && (Array.isArray(input3.getpercentile) && input3.getpercentile.every((elem) => "number" === typeof elem)) && ("object" === typeof input3.term && null !== input3.term && $iu4(input3.term)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && true;
63
- const $io1 = (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) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
63
+ const $io1 = (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.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);
64
64
  const $io2 = (input3) => Object.keys(input3).every((key) => {
65
65
  const value = input3[key];
66
66
  if (void 0 === value)
@@ -98,9 +98,9 @@ var validPercentileRequest = (input) => {
98
98
  const $io20 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
99
99
  const $io21 = (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);
100
100
  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] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
101
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (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 && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
101
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (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;
102
102
  const $io24 = (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.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));
103
- const $io25 = (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.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));
103
+ const $io25 = (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.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));
104
104
  const $io26 = (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.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));
105
105
  const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
106
106
  const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
@@ -113,12 +113,12 @@ var validPercentileRequest = (input) => {
113
113
  const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
114
114
  const $io36 = (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) && "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 && $io32(elem)));
115
115
  const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
116
- const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
117
- const $io39 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
116
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
117
+ const $io39 = (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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
118
118
  const $io40 = (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.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));
119
119
  const $io41 = (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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
120
120
  const $io42 = (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.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));
121
- const $io43 = (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.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));
121
+ const $io43 = (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.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));
122
122
  const $io44 = (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.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));
123
123
  const $io45 = (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);
124
124
  const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (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 && $io47(elem)));
@@ -167,25 +167,27 @@ var validPercentileRequest = (input) => {
167
167
  return false;
168
168
  })();
169
169
  const $iu4 = (input3) => (() => {
170
- if ("gene" === input3.kind)
171
- return $io1(input3);
172
- if ("coord" === input3.kind)
173
- return $io38(input3);
174
- if ("geneExpression" === input3.type)
175
- return $io39(input3);
176
170
  if ("metaboliteIntensity" === input3.type)
177
171
  return $io40(input3);
178
172
  if ("categorical" === input3.type)
179
173
  return $io41(input3);
180
- if ("integer" === input3.type || "float" === input3.type)
181
- return $io42(input3);
182
174
  if ("date" === input3.type)
183
175
  return $io43(input3);
176
+ if ("integer" === input3.type || "float" === input3.type)
177
+ return $io42(input3);
184
178
  if ("ssGSEA" === input3.type)
185
179
  return $io44(input3);
186
180
  if ("condition" === input3.type)
187
181
  return $io45(input3);
188
182
  return (() => {
183
+ if ($io23(input3))
184
+ return $io23(input3);
185
+ if ($io1(input3))
186
+ return $io1(input3);
187
+ if ($io38(input3))
188
+ return $io38(input3);
189
+ if ($io39(input3))
190
+ return $io39(input3);
189
191
  if ($io46(input3))
190
192
  return $io46(input3);
191
193
  if ($io50(input3))
@@ -209,15 +211,19 @@ var validPercentileRequest = (input) => {
209
211
  const $iu6 = (input3) => (() => {
210
212
  if ("integer" === input3.type || "float" === input3.type)
211
213
  return $io14(input3);
212
- if ("geneExpression" === input3.type)
213
- return $io23(input3);
214
- if ("date" === input3.type)
215
- return $io25(input3);
216
214
  if ("metaboliteIntensity" === input3.type)
217
215
  return $io24(input3);
216
+ if ("date" === input3.type)
217
+ return $io25(input3);
218
218
  if ("ssGSEA" === input3.type)
219
219
  return $io26(input3);
220
- return false;
220
+ return (() => {
221
+ if ($io23(input3))
222
+ return $io23(input3);
223
+ if ($io1(input3))
224
+ return $io1(input3);
225
+ return false;
226
+ })();
221
227
  })();
222
228
  const $iu7 = (input3) => (() => {
223
229
  if ("regular-bin" === input3.type)
@@ -279,11 +285,11 @@ var validPercentileRequest = (input) => {
279
285
  value: input3.getpercentile
280
286
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
281
287
  path: _path2 + ".term",
282
- 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; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "date"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
288
+ 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 | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | 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; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | 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 & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
283
289
  value: input3.term
284
290
  })) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
285
291
  path: _path2 + ".term",
286
- 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; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "date"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
292
+ 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 | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | 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; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | 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 & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
287
293
  value: input3.term
288
294
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
289
295
  path: _path2 + ".filter",
@@ -302,9 +308,9 @@ var validPercentileRequest = (input) => {
302
308
  path: _path2 + ".name",
303
309
  expected: "string",
304
310
  value: input3.name
305
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
311
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
306
312
  path: _path2 + ".type",
307
- expected: '"geneVariant"',
313
+ expected: '"geneExpression"',
308
314
  value: input3.type
309
315
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
310
316
  path: _path2 + ".child_types",
@@ -350,9 +356,29 @@ var validPercentileRequest = (input) => {
350
356
  path: _path2 + ".skipValuesBuild",
351
357
  expected: "(boolean | undefined)",
352
358
  value: input3.skipValuesBuild
353
- }), "gene" === input3.kind || $report(_exceptionable2, {
359
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
360
+ path: _path2 + ".continuousColorScale",
361
+ expected: "(__type.o2 | undefined)",
362
+ value: input3.continuousColorScale
363
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
364
+ path: _path2 + ".continuousColorScale",
365
+ expected: "(__type.o2 | undefined)",
366
+ value: input3.continuousColorScale
367
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
368
+ path: _path2 + ".unit",
369
+ expected: "(string | undefined)",
370
+ value: input3.unit
371
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
372
+ path: _path2 + ".bins",
373
+ expected: "(PresetNumericBins | undefined)",
374
+ value: input3.bins
375
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
376
+ path: _path2 + ".bins",
377
+ expected: "(PresetNumericBins | undefined)",
378
+ value: input3.bins
379
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
354
380
  path: _path2 + ".kind",
355
- expected: '"gene"',
381
+ expected: '("gene" | undefined)',
356
382
  value: input3.kind
357
383
  }), "string" === typeof input3.gene || $report(_exceptionable2, {
358
384
  path: _path2 + ".gene",
@@ -370,46 +396,6 @@ var validPercentileRequest = (input) => {
370
396
  path: _path2 + ".stop",
371
397
  expected: "(number | undefined)",
372
398
  value: input3.stop
373
- }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
374
- path: _path2 + ".genes",
375
- expected: "Array<GvGeneTerm>",
376
- value: input3.genes
377
- })) && input3.genes.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
378
- path: _path2 + ".genes[" + _index4 + "]",
379
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
380
- value: elem
381
- })) && $vu3(elem, _path2 + ".genes[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
382
- path: _path2 + ".genes[" + _index4 + "]",
383
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
384
- value: elem
385
- })).every((flag) => flag) || $report(_exceptionable2, {
386
- path: _path2 + ".genes",
387
- expected: "Array<GvGeneTerm>",
388
- value: input3.genes
389
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
390
- path: _path2 + ".groupsetting",
391
- expected: "TermGroupSetting",
392
- value: input3.groupsetting
393
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
394
- path: _path2 + ".groupsetting",
395
- expected: "TermGroupSetting",
396
- value: input3.groupsetting
397
- }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
398
- path: _path2 + ".childTerms",
399
- expected: "Array<DtTerm>",
400
- value: input3.childTerms
401
- })) && input3.childTerms.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
402
- path: _path2 + ".childTerms[" + _index5 + "]",
403
- expected: "DtTerm",
404
- value: elem
405
- })) && $vo32(elem, _path2 + ".childTerms[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
406
- path: _path2 + ".childTerms[" + _index5 + "]",
407
- expected: "DtTerm",
408
- value: elem
409
- })).every((flag) => flag) || $report(_exceptionable2, {
410
- path: _path2 + ".childTerms",
411
- expected: "Array<DtTerm>",
412
- value: input3.childTerms
413
399
  })].every((flag) => flag);
414
400
  const $vo2 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
415
401
  const value = input3[key];
@@ -490,12 +476,12 @@ var validPercentileRequest = (input) => {
490
476
  path: _path2 + ".lst",
491
477
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
492
478
  value: input3.lst
493
- })) && input3.lst.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
494
- path: _path2 + ".lst[" + _index6 + "]",
479
+ })) && input3.lst.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
480
+ path: _path2 + ".lst[" + _index4 + "]",
495
481
  expected: "(Filter | __type)",
496
482
  value: elem
497
- })) && $vu0(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
498
- path: _path2 + ".lst[" + _index6 + "]",
483
+ })) && $vu0(elem, _path2 + ".lst[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
484
+ path: _path2 + ".lst[" + _index4 + "]",
499
485
  expected: "(Filter | __type)",
500
486
  value: elem
501
487
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -540,12 +526,12 @@ var validPercentileRequest = (input) => {
540
526
  path: _path2 + ".values",
541
527
  expected: "Array<BaseValue>",
542
528
  value: input3.values
543
- })) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
544
- path: _path2 + ".values[" + _index7 + "]",
529
+ })) && input3.values.map((elem, _index5) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
530
+ path: _path2 + ".values[" + _index5 + "]",
545
531
  expected: "BaseValue",
546
532
  value: elem
547
- })) && $vo3(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
548
- path: _path2 + ".values[" + _index7 + "]",
533
+ })) && $vo3(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
534
+ path: _path2 + ".values[" + _index5 + "]",
549
535
  expected: "BaseValue",
550
536
  value: elem
551
537
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -569,8 +555,8 @@ var validPercentileRequest = (input) => {
569
555
  path: _path2 + ".child_types",
570
556
  expected: "(Array<string> | undefined)",
571
557
  value: input3.child_types
572
- })) && input3.child_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
573
- path: _path2 + ".child_types[" + _index8 + "]",
558
+ })) && input3.child_types.map((elem, _index6) => "string" === typeof elem || $report(_exceptionable2, {
559
+ path: _path2 + ".child_types[" + _index6 + "]",
574
560
  expected: "string",
575
561
  value: elem
576
562
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -585,8 +571,8 @@ var validPercentileRequest = (input) => {
585
571
  path: _path2 + ".included_types",
586
572
  expected: "(Array<string> | undefined)",
587
573
  value: input3.included_types
588
- })) && input3.included_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
589
- path: _path2 + ".included_types[" + _index9 + "]",
574
+ })) && input3.included_types.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
575
+ path: _path2 + ".included_types[" + _index7 + "]",
590
576
  expected: "string",
591
577
  value: elem
592
578
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -626,12 +612,12 @@ var validPercentileRequest = (input) => {
626
612
  path: _path2 + ".lst",
627
613
  expected: "(Array<Groupset> | undefined)",
628
614
  value: input3.lst
629
- })) && input3.lst.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
630
- path: _path2 + ".lst[" + _index10 + "]",
615
+ })) && input3.lst.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
616
+ path: _path2 + ".lst[" + _index8 + "]",
631
617
  expected: "Groupset",
632
618
  value: elem
633
- })) && $vo9(elem, _path2 + ".lst[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
634
- path: _path2 + ".lst[" + _index10 + "]",
619
+ })) && $vo9(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
620
+ path: _path2 + ".lst[" + _index8 + "]",
635
621
  expected: "Groupset",
636
622
  value: elem
637
623
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -659,12 +645,12 @@ var validPercentileRequest = (input) => {
659
645
  path: _path2 + ".groups",
660
646
  expected: "Array<GroupEntry>",
661
647
  value: input3.groups
662
- })) && input3.groups.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
663
- path: _path2 + ".groups[" + _index11 + "]",
648
+ })) && input3.groups.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
649
+ path: _path2 + ".groups[" + _index9 + "]",
664
650
  expected: "(FilterGroup | ValuesGroup)",
665
651
  value: elem
666
- })) && $vu1(elem, _path2 + ".groups[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
667
- path: _path2 + ".groups[" + _index11 + "]",
652
+ })) && $vu1(elem, _path2 + ".groups[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
653
+ path: _path2 + ".groups[" + _index9 + "]",
668
654
  expected: "(FilterGroup | ValuesGroup)",
669
655
  value: elem
670
656
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -684,12 +670,12 @@ var validPercentileRequest = (input) => {
684
670
  path: _path2 + ".values",
685
671
  expected: "Array<__type>",
686
672
  value: input3.values
687
- })) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
688
- path: _path2 + ".values[" + _index12 + "]",
673
+ })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
674
+ path: _path2 + ".values[" + _index10 + "]",
689
675
  expected: "__type.o1",
690
676
  value: elem
691
- })) && $vo11(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
692
- path: _path2 + ".values[" + _index12 + "]",
677
+ })) && $vo11(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
678
+ path: _path2 + ".values[" + _index10 + "]",
693
679
  expected: "__type.o1",
694
680
  value: elem
695
681
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -741,22 +727,22 @@ var validPercentileRequest = (input) => {
741
727
  value: input3.isnot
742
728
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
743
729
  path: _path2 + ".term",
744
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
730
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
745
731
  value: input3.term
746
732
  })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
747
733
  path: _path2 + ".term",
748
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
734
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
749
735
  value: input3.term
750
736
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
751
737
  path: _path2 + ".ranges",
752
738
  expected: "Array<NumericBin>",
753
739
  value: input3.ranges
754
- })) && input3.ranges.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
755
- path: _path2 + ".ranges[" + _index13 + "]",
740
+ })) && input3.ranges.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
741
+ path: _path2 + ".ranges[" + _index11 + "]",
756
742
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
757
743
  value: elem
758
- })) && $vu2(elem, _path2 + ".ranges[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
759
- path: _path2 + ".ranges[" + _index13 + "]",
744
+ })) && $vu2(elem, _path2 + ".ranges[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
745
+ path: _path2 + ".ranges[" + _index11 + "]",
760
746
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
761
747
  value: elem
762
748
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -767,12 +753,12 @@ var validPercentileRequest = (input) => {
767
753
  path: _path2 + ".values",
768
754
  expected: "Array<__type>.o1",
769
755
  value: input3.values
770
- })) && input3.values.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
771
- path: _path2 + ".values[" + _index14 + "]",
756
+ })) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
757
+ path: _path2 + ".values[" + _index12 + "]",
772
758
  expected: "__type.o3",
773
759
  value: elem
774
- })) && $vo27(elem, _path2 + ".values[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
775
- path: _path2 + ".values[" + _index14 + "]",
760
+ })) && $vo27(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
761
+ path: _path2 + ".values[" + _index12 + "]",
776
762
  expected: "__type.o3",
777
763
  value: elem
778
764
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -796,8 +782,8 @@ var validPercentileRequest = (input) => {
796
782
  path: _path2 + ".child_types",
797
783
  expected: "(Array<string> | undefined)",
798
784
  value: input3.child_types
799
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
800
- path: _path2 + ".child_types[" + _index15 + "]",
785
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
786
+ path: _path2 + ".child_types[" + _index13 + "]",
801
787
  expected: "string",
802
788
  value: elem
803
789
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -812,8 +798,8 @@ var validPercentileRequest = (input) => {
812
798
  path: _path2 + ".included_types",
813
799
  expected: "(Array<string> | undefined)",
814
800
  value: input3.included_types
815
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
816
- path: _path2 + ".included_types[" + _index16 + "]",
801
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
802
+ path: _path2 + ".included_types[" + _index14 + "]",
817
803
  expected: "string",
818
804
  value: elem
819
805
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1093,12 +1079,12 @@ var validPercentileRequest = (input) => {
1093
1079
  path: _path2 + ".lst",
1094
1080
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1095
1081
  value: input3.lst.slice(1)
1096
- })) && input3.lst.slice(1).map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1097
- path: _path2 + ".lst[" + (1 + _index17) + "]",
1082
+ })) && input3.lst.slice(1).map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1083
+ path: _path2 + ".lst[" + (1 + _index15) + "]",
1098
1084
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1099
1085
  value: elem
1100
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index17) + "]", _exceptionable2) || $report(_exceptionable2, {
1101
- path: _path2 + ".lst[" + (1 + _index17) + "]",
1086
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index15) + "]", _exceptionable2) || $report(_exceptionable2, {
1087
+ path: _path2 + ".lst[" + (1 + _index15) + "]",
1102
1088
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1103
1089
  value: elem
1104
1090
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1130,8 +1116,8 @@ var validPercentileRequest = (input) => {
1130
1116
  path: _path2 + ".child_types",
1131
1117
  expected: "(Array<string> | undefined)",
1132
1118
  value: input3.child_types
1133
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1134
- path: _path2 + ".child_types[" + _index18 + "]",
1119
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1120
+ path: _path2 + ".child_types[" + _index16 + "]",
1135
1121
  expected: "string",
1136
1122
  value: elem
1137
1123
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1146,8 +1132,8 @@ var validPercentileRequest = (input) => {
1146
1132
  path: _path2 + ".included_types",
1147
1133
  expected: "(Array<string> | undefined)",
1148
1134
  value: input3.included_types
1149
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1150
- path: _path2 + ".included_types[" + _index19 + "]",
1135
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1136
+ path: _path2 + ".included_types[" + _index17 + "]",
1151
1137
  expected: "string",
1152
1138
  value: elem
1153
1139
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1182,10 +1168,6 @@ var validPercentileRequest = (input) => {
1182
1168
  path: _path2 + ".unit",
1183
1169
  expected: "(string | undefined)",
1184
1170
  value: input3.unit
1185
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1186
- path: _path2 + ".gene",
1187
- expected: "string",
1188
- value: input3.gene
1189
1171
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1190
1172
  path: _path2 + ".bins",
1191
1173
  expected: "(PresetNumericBins | undefined)",
@@ -1194,17 +1176,25 @@ var validPercentileRequest = (input) => {
1194
1176
  path: _path2 + ".bins",
1195
1177
  expected: "(PresetNumericBins | undefined)",
1196
1178
  value: input3.bins
1197
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1198
- path: _path2 + ".chr",
1179
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1180
+ path: _path2 + ".kind",
1181
+ expected: '("coord" | undefined)',
1182
+ value: input3.kind
1183
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1184
+ path: _path2 + ".gene",
1199
1185
  expected: "(string | undefined)",
1186
+ value: input3.gene
1187
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1188
+ path: _path2 + ".chr",
1189
+ expected: "string",
1200
1190
  value: input3.chr
1201
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1191
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1202
1192
  path: _path2 + ".start",
1203
- expected: "(number | undefined)",
1193
+ expected: "number",
1204
1194
  value: input3.start
1205
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1195
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1206
1196
  path: _path2 + ".stop",
1207
- expected: "(number | undefined)",
1197
+ expected: "number",
1208
1198
  value: input3.stop
1209
1199
  })].every((flag) => flag);
1210
1200
  const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -1223,8 +1213,8 @@ var validPercentileRequest = (input) => {
1223
1213
  path: _path2 + ".child_types",
1224
1214
  expected: "(Array<string> | undefined)",
1225
1215
  value: input3.child_types
1226
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1227
- path: _path2 + ".child_types[" + _index20 + "]",
1216
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1217
+ path: _path2 + ".child_types[" + _index18 + "]",
1228
1218
  expected: "string",
1229
1219
  value: elem
1230
1220
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1239,8 +1229,8 @@ var validPercentileRequest = (input) => {
1239
1229
  path: _path2 + ".included_types",
1240
1230
  expected: "(Array<string> | undefined)",
1241
1231
  value: input3.included_types
1242
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1243
- path: _path2 + ".included_types[" + _index21 + "]",
1232
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1233
+ path: _path2 + ".included_types[" + _index19 + "]",
1244
1234
  expected: "string",
1245
1235
  value: elem
1246
1236
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1304,8 +1294,8 @@ var validPercentileRequest = (input) => {
1304
1294
  path: _path2 + ".child_types",
1305
1295
  expected: "(Array<string> | undefined)",
1306
1296
  value: input3.child_types
1307
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1308
- path: _path2 + ".child_types[" + _index22 + "]",
1297
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1298
+ path: _path2 + ".child_types[" + _index20 + "]",
1309
1299
  expected: "string",
1310
1300
  value: elem
1311
1301
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1320,8 +1310,8 @@ var validPercentileRequest = (input) => {
1320
1310
  path: _path2 + ".included_types",
1321
1311
  expected: "(Array<string> | undefined)",
1322
1312
  value: input3.included_types
1323
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1324
- path: _path2 + ".included_types[" + _index23 + "]",
1313
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1314
+ path: _path2 + ".included_types[" + _index21 + "]",
1325
1315
  expected: "string",
1326
1316
  value: elem
1327
1317
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1356,10 +1346,6 @@ var validPercentileRequest = (input) => {
1356
1346
  path: _path2 + ".unit",
1357
1347
  expected: "(string | undefined)",
1358
1348
  value: input3.unit
1359
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1360
- path: _path2 + ".metabolite",
1361
- expected: "string",
1362
- value: input3.metabolite
1363
1349
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1364
1350
  path: _path2 + ".bins",
1365
1351
  expected: "(PresetNumericBins | undefined)",
@@ -1385,8 +1371,8 @@ var validPercentileRequest = (input) => {
1385
1371
  path: _path2 + ".child_types",
1386
1372
  expected: "(Array<string> | undefined)",
1387
1373
  value: input3.child_types
1388
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1389
- path: _path2 + ".child_types[" + _index24 + "]",
1374
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1375
+ path: _path2 + ".child_types[" + _index22 + "]",
1390
1376
  expected: "string",
1391
1377
  value: elem
1392
1378
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1401,8 +1387,8 @@ var validPercentileRequest = (input) => {
1401
1387
  path: _path2 + ".included_types",
1402
1388
  expected: "(Array<string> | undefined)",
1403
1389
  value: input3.included_types
1404
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1405
- path: _path2 + ".included_types[" + _index25 + "]",
1390
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1391
+ path: _path2 + ".included_types[" + _index23 + "]",
1406
1392
  expected: "string",
1407
1393
  value: elem
1408
1394
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1441,8 +1427,8 @@ var validPercentileRequest = (input) => {
1441
1427
  path: _path2 + ".genes",
1442
1428
  expected: "(Array<string> | undefined)",
1443
1429
  value: input3.genes
1444
- })) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1445
- path: _path2 + ".genes[" + _index26 + "]",
1430
+ })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1431
+ path: _path2 + ".genes[" + _index24 + "]",
1446
1432
  expected: "string",
1447
1433
  value: elem
1448
1434
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1507,12 +1493,12 @@ var validPercentileRequest = (input) => {
1507
1493
  path: _path2 + ".grade_and_child",
1508
1494
  expected: "(Array<GradeAndChildEntry> | undefined)",
1509
1495
  value: input3.grade_and_child
1510
- })) && input3.grade_and_child.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1511
- path: _path2 + ".grade_and_child[" + _index27 + "]",
1496
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1497
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1512
1498
  expected: "GradeAndChildEntry",
1513
1499
  value: elem
1514
- })) && $vo30(elem, _path2 + ".grade_and_child[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1515
- path: _path2 + ".grade_and_child[" + _index27 + "]",
1500
+ })) && $vo30(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1501
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1516
1502
  expected: "GradeAndChildEntry",
1517
1503
  value: elem
1518
1504
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1536,8 +1522,8 @@ var validPercentileRequest = (input) => {
1536
1522
  path: _path2 + ".child_types",
1537
1523
  expected: "(Array<string> | undefined)",
1538
1524
  value: input3.child_types
1539
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1540
- path: _path2 + ".child_types[" + _index28 + "]",
1525
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1526
+ path: _path2 + ".child_types[" + _index26 + "]",
1541
1527
  expected: "string",
1542
1528
  value: elem
1543
1529
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1552,8 +1538,8 @@ var validPercentileRequest = (input) => {
1552
1538
  path: _path2 + ".included_types",
1553
1539
  expected: "(Array<string> | undefined)",
1554
1540
  value: input3.included_types
1555
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1556
- path: _path2 + ".included_types[" + _index29 + "]",
1541
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1542
+ path: _path2 + ".included_types[" + _index27 + "]",
1557
1543
  expected: "string",
1558
1544
  value: elem
1559
1545
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1614,12 +1600,12 @@ var validPercentileRequest = (input) => {
1614
1600
  path: _path2 + ".values",
1615
1601
  expected: "Array<__type>.o2",
1616
1602
  value: input3.values
1617
- })) && input3.values.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1618
- path: _path2 + ".values[" + _index30 + "]",
1603
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1604
+ path: _path2 + ".values[" + _index28 + "]",
1619
1605
  expected: "__type.o4",
1620
1606
  value: elem
1621
- })) && $vo37(elem, _path2 + ".values[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1622
- path: _path2 + ".values[" + _index30 + "]",
1607
+ })) && $vo37(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1608
+ path: _path2 + ".values[" + _index28 + "]",
1623
1609
  expected: "__type.o4",
1624
1610
  value: elem
1625
1611
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1700,8 +1686,8 @@ var validPercentileRequest = (input) => {
1700
1686
  path: _path2 + ".child_types",
1701
1687
  expected: "(Array<string> | undefined)",
1702
1688
  value: input3.child_types
1703
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1704
- path: _path2 + ".child_types[" + _index31 + "]",
1689
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1690
+ path: _path2 + ".child_types[" + _index29 + "]",
1705
1691
  expected: "string",
1706
1692
  value: elem
1707
1693
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1716,8 +1702,8 @@ var validPercentileRequest = (input) => {
1716
1702
  path: _path2 + ".included_types",
1717
1703
  expected: "(Array<string> | undefined)",
1718
1704
  value: input3.included_types
1719
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1720
- path: _path2 + ".included_types[" + _index32 + "]",
1705
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1706
+ path: _path2 + ".included_types[" + _index30 + "]",
1721
1707
  expected: "string",
1722
1708
  value: elem
1723
1709
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1764,12 +1750,12 @@ var validPercentileRequest = (input) => {
1764
1750
  path: _path2 + ".genes",
1765
1751
  expected: "Array<GvGeneTerm>",
1766
1752
  value: input3.genes
1767
- })) && input3.genes.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1768
- path: _path2 + ".genes[" + _index33 + "]",
1753
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1754
+ path: _path2 + ".genes[" + _index31 + "]",
1769
1755
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1770
1756
  value: elem
1771
- })) && $vu3(elem, _path2 + ".genes[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1772
- path: _path2 + ".genes[" + _index33 + "]",
1757
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1758
+ path: _path2 + ".genes[" + _index31 + "]",
1773
1759
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1774
1760
  value: elem
1775
1761
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1788,12 +1774,12 @@ var validPercentileRequest = (input) => {
1788
1774
  path: _path2 + ".childTerms",
1789
1775
  expected: "(Array<DtTerm> | undefined)",
1790
1776
  value: input3.childTerms
1791
- })) && input3.childTerms.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1792
- path: _path2 + ".childTerms[" + _index34 + "]",
1777
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1778
+ path: _path2 + ".childTerms[" + _index32 + "]",
1793
1779
  expected: "DtTerm",
1794
1780
  value: elem
1795
- })) && $vo32(elem, _path2 + ".childTerms[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1796
- path: _path2 + ".childTerms[" + _index34 + "]",
1781
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1782
+ path: _path2 + ".childTerms[" + _index32 + "]",
1797
1783
  expected: "DtTerm",
1798
1784
  value: elem
1799
1785
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1817,8 +1803,8 @@ var validPercentileRequest = (input) => {
1817
1803
  path: _path2 + ".child_types",
1818
1804
  expected: "(Array<string> | undefined)",
1819
1805
  value: input3.child_types
1820
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1821
- path: _path2 + ".child_types[" + _index35 + "]",
1806
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1807
+ path: _path2 + ".child_types[" + _index33 + "]",
1822
1808
  expected: "string",
1823
1809
  value: elem
1824
1810
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1833,8 +1819,8 @@ var validPercentileRequest = (input) => {
1833
1819
  path: _path2 + ".included_types",
1834
1820
  expected: "(Array<string> | undefined)",
1835
1821
  value: input3.included_types
1836
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1837
- path: _path2 + ".included_types[" + _index36 + "]",
1822
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1823
+ path: _path2 + ".included_types[" + _index34 + "]",
1838
1824
  expected: "string",
1839
1825
  value: elem
1840
1826
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1894,8 +1880,8 @@ var validPercentileRequest = (input) => {
1894
1880
  path: _path2 + ".child_types",
1895
1881
  expected: "(Array<string> | undefined)",
1896
1882
  value: input3.child_types
1897
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1898
- path: _path2 + ".child_types[" + _index37 + "]",
1883
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1884
+ path: _path2 + ".child_types[" + _index35 + "]",
1899
1885
  expected: "string",
1900
1886
  value: elem
1901
1887
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1910,8 +1896,8 @@ var validPercentileRequest = (input) => {
1910
1896
  path: _path2 + ".included_types",
1911
1897
  expected: "(Array<string> | undefined)",
1912
1898
  value: input3.included_types
1913
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
1914
- path: _path2 + ".included_types[" + _index38 + "]",
1899
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1900
+ path: _path2 + ".included_types[" + _index36 + "]",
1915
1901
  expected: "string",
1916
1902
  value: elem
1917
1903
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1967,8 +1953,8 @@ var validPercentileRequest = (input) => {
1967
1953
  path: _path2 + ".child_types",
1968
1954
  expected: "(Array<string> | undefined)",
1969
1955
  value: input3.child_types
1970
- })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
1971
- path: _path2 + ".child_types[" + _index39 + "]",
1956
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1957
+ path: _path2 + ".child_types[" + _index37 + "]",
1972
1958
  expected: "string",
1973
1959
  value: elem
1974
1960
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1983,8 +1969,8 @@ var validPercentileRequest = (input) => {
1983
1969
  path: _path2 + ".included_types",
1984
1970
  expected: "(Array<string> | undefined)",
1985
1971
  value: input3.included_types
1986
- })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
1987
- path: _path2 + ".included_types[" + _index40 + "]",
1972
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
1973
+ path: _path2 + ".included_types[" + _index38 + "]",
1988
1974
  expected: "string",
1989
1975
  value: elem
1990
1976
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2027,12 +2013,12 @@ var validPercentileRequest = (input) => {
2027
2013
  path: _path2 + ".genes",
2028
2014
  expected: "Array<GvGeneTerm>",
2029
2015
  value: input3.genes
2030
- })) && input3.genes.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2031
- path: _path2 + ".genes[" + _index41 + "]",
2016
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2017
+ path: _path2 + ".genes[" + _index39 + "]",
2032
2018
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2033
2019
  value: elem
2034
- })) && $vu3(elem, _path2 + ".genes[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2035
- path: _path2 + ".genes[" + _index41 + "]",
2020
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2021
+ path: _path2 + ".genes[" + _index39 + "]",
2036
2022
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2037
2023
  value: elem
2038
2024
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2051,12 +2037,12 @@ var validPercentileRequest = (input) => {
2051
2037
  path: _path2 + ".childTerms",
2052
2038
  expected: "(Array<DtTerm> | undefined)",
2053
2039
  value: input3.childTerms
2054
- })) && input3.childTerms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2055
- path: _path2 + ".childTerms[" + _index42 + "]",
2040
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2041
+ path: _path2 + ".childTerms[" + _index40 + "]",
2056
2042
  expected: "DtTerm",
2057
2043
  value: elem
2058
- })) && $vo32(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2059
- path: _path2 + ".childTerms[" + _index42 + "]",
2044
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2045
+ path: _path2 + ".childTerms[" + _index40 + "]",
2060
2046
  expected: "DtTerm",
2061
2047
  value: elem
2062
2048
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2093,8 +2079,8 @@ var validPercentileRequest = (input) => {
2093
2079
  path: _path2 + ".child_types",
2094
2080
  expected: "(Array<string> | undefined)",
2095
2081
  value: input3.child_types
2096
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2097
- path: _path2 + ".child_types[" + _index43 + "]",
2082
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2083
+ path: _path2 + ".child_types[" + _index41 + "]",
2098
2084
  expected: "string",
2099
2085
  value: elem
2100
2086
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2109,8 +2095,8 @@ var validPercentileRequest = (input) => {
2109
2095
  path: _path2 + ".included_types",
2110
2096
  expected: "(Array<string> | undefined)",
2111
2097
  value: input3.included_types
2112
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2113
- path: _path2 + ".included_types[" + _index44 + "]",
2098
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2099
+ path: _path2 + ".included_types[" + _index42 + "]",
2114
2100
  expected: "string",
2115
2101
  value: elem
2116
2102
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2133,32 +2119,36 @@ var validPercentileRequest = (input) => {
2133
2119
  path: _path2 + ".skipValuesBuild",
2134
2120
  expected: "(boolean | undefined)",
2135
2121
  value: input3.skipValuesBuild
2136
- }), "coord" === input3.kind || $report(_exceptionable2, {
2122
+ }), "gene" === input3.kind || $report(_exceptionable2, {
2137
2123
  path: _path2 + ".kind",
2138
- expected: '"coord"',
2124
+ expected: '"gene"',
2139
2125
  value: input3.kind
2140
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
2141
- path: _path2 + ".chr",
2126
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2127
+ path: _path2 + ".gene",
2142
2128
  expected: "string",
2129
+ value: input3.gene
2130
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2131
+ path: _path2 + ".chr",
2132
+ expected: "(string | undefined)",
2143
2133
  value: input3.chr
2144
- }), "number" === typeof input3.start || $report(_exceptionable2, {
2134
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2145
2135
  path: _path2 + ".start",
2146
- expected: "number",
2136
+ expected: "(number | undefined)",
2147
2137
  value: input3.start
2148
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
2138
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2149
2139
  path: _path2 + ".stop",
2150
- expected: "number",
2140
+ expected: "(number | undefined)",
2151
2141
  value: input3.stop
2152
2142
  }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2153
2143
  path: _path2 + ".genes",
2154
2144
  expected: "Array<GvGeneTerm>",
2155
2145
  value: input3.genes
2156
- })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2157
- path: _path2 + ".genes[" + _index45 + "]",
2146
+ })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2147
+ path: _path2 + ".genes[" + _index43 + "]",
2158
2148
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2159
2149
  value: elem
2160
- })) && $vu3(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2161
- path: _path2 + ".genes[" + _index45 + "]",
2150
+ })) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2151
+ path: _path2 + ".genes[" + _index43 + "]",
2162
2152
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2163
2153
  value: elem
2164
2154
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2177,12 +2167,12 @@ var validPercentileRequest = (input) => {
2177
2167
  path: _path2 + ".childTerms",
2178
2168
  expected: "Array<DtTerm>",
2179
2169
  value: input3.childTerms
2180
- })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2181
- path: _path2 + ".childTerms[" + _index46 + "]",
2170
+ })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2171
+ path: _path2 + ".childTerms[" + _index44 + "]",
2182
2172
  expected: "DtTerm",
2183
2173
  value: elem
2184
- })) && $vo32(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2185
- path: _path2 + ".childTerms[" + _index46 + "]",
2174
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2175
+ path: _path2 + ".childTerms[" + _index44 + "]",
2186
2176
  expected: "DtTerm",
2187
2177
  value: elem
2188
2178
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2198,16 +2188,16 @@ var validPercentileRequest = (input) => {
2198
2188
  path: _path2 + ".name",
2199
2189
  expected: "string",
2200
2190
  value: input3.name
2201
- }), "geneExpression" === input3.type || $report(_exceptionable2, {
2191
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
2202
2192
  path: _path2 + ".type",
2203
- expected: '"geneExpression"',
2193
+ expected: '"geneVariant"',
2204
2194
  value: input3.type
2205
2195
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2206
2196
  path: _path2 + ".child_types",
2207
2197
  expected: "(Array<string> | undefined)",
2208
2198
  value: input3.child_types
2209
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2210
- path: _path2 + ".child_types[" + _index47 + "]",
2199
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2200
+ path: _path2 + ".child_types[" + _index45 + "]",
2211
2201
  expected: "string",
2212
2202
  value: elem
2213
2203
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2222,8 +2212,8 @@ var validPercentileRequest = (input) => {
2222
2212
  path: _path2 + ".included_types",
2223
2213
  expected: "(Array<string> | undefined)",
2224
2214
  value: input3.included_types
2225
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2226
- path: _path2 + ".included_types[" + _index48 + "]",
2215
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2216
+ path: _path2 + ".included_types[" + _index46 + "]",
2227
2217
  expected: "string",
2228
2218
  value: elem
2229
2219
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2246,42 +2236,62 @@ var validPercentileRequest = (input) => {
2246
2236
  path: _path2 + ".skipValuesBuild",
2247
2237
  expected: "(boolean | undefined)",
2248
2238
  value: input3.skipValuesBuild
2249
- }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2250
- path: _path2 + ".continuousColorScale",
2251
- expected: "(__type.o2 | undefined)",
2252
- value: input3.continuousColorScale
2253
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2254
- path: _path2 + ".continuousColorScale",
2255
- expected: "(__type.o2 | undefined)",
2256
- value: input3.continuousColorScale
2257
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2258
- path: _path2 + ".unit",
2259
- expected: "(string | undefined)",
2260
- value: input3.unit
2261
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
2262
- path: _path2 + ".gene",
2263
- expected: "string",
2264
- value: input3.gene
2265
- }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2266
- path: _path2 + ".bins",
2267
- expected: "(PresetNumericBins | undefined)",
2268
- value: input3.bins
2269
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2270
- path: _path2 + ".bins",
2271
- expected: "(PresetNumericBins | undefined)",
2272
- value: input3.bins
2273
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2239
+ }), "coord" === input3.kind || $report(_exceptionable2, {
2240
+ path: _path2 + ".kind",
2241
+ expected: '"coord"',
2242
+ value: input3.kind
2243
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2274
2244
  path: _path2 + ".chr",
2275
- expected: "(string | undefined)",
2245
+ expected: "string",
2276
2246
  value: input3.chr
2277
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2247
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2278
2248
  path: _path2 + ".start",
2279
- expected: "(number | undefined)",
2249
+ expected: "number",
2280
2250
  value: input3.start
2281
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2251
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2282
2252
  path: _path2 + ".stop",
2283
- expected: "(number | undefined)",
2253
+ expected: "number",
2284
2254
  value: input3.stop
2255
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2256
+ path: _path2 + ".genes",
2257
+ expected: "Array<GvGeneTerm>",
2258
+ value: input3.genes
2259
+ })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2260
+ path: _path2 + ".genes[" + _index47 + "]",
2261
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2262
+ value: elem
2263
+ })) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2264
+ path: _path2 + ".genes[" + _index47 + "]",
2265
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2266
+ value: elem
2267
+ })).every((flag) => flag) || $report(_exceptionable2, {
2268
+ path: _path2 + ".genes",
2269
+ expected: "Array<GvGeneTerm>",
2270
+ value: input3.genes
2271
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2272
+ path: _path2 + ".groupsetting",
2273
+ expected: "TermGroupSetting",
2274
+ value: input3.groupsetting
2275
+ })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2276
+ path: _path2 + ".groupsetting",
2277
+ expected: "TermGroupSetting",
2278
+ value: input3.groupsetting
2279
+ }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2280
+ path: _path2 + ".childTerms",
2281
+ expected: "Array<DtTerm>",
2282
+ value: input3.childTerms
2283
+ })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2284
+ path: _path2 + ".childTerms[" + _index48 + "]",
2285
+ expected: "DtTerm",
2286
+ value: elem
2287
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2288
+ path: _path2 + ".childTerms[" + _index48 + "]",
2289
+ expected: "DtTerm",
2290
+ value: elem
2291
+ })).every((flag) => flag) || $report(_exceptionable2, {
2292
+ path: _path2 + ".childTerms",
2293
+ expected: "Array<DtTerm>",
2294
+ value: input3.childTerms
2285
2295
  })].every((flag) => flag);
2286
2296
  const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2287
2297
  path: _path2 + ".id",
@@ -2574,10 +2584,6 @@ var validPercentileRequest = (input) => {
2574
2584
  path: _path2 + ".unit",
2575
2585
  expected: "(string | undefined)",
2576
2586
  value: input3.unit
2577
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
2578
- path: _path2 + ".metabolite",
2579
- expected: "string",
2580
- value: input3.metabolite
2581
2587
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2582
2588
  path: _path2 + ".bins",
2583
2589
  expected: "(PresetNumericBins | undefined)",
@@ -3087,25 +3093,19 @@ var validPercentileRequest = (input) => {
3087
3093
  });
3088
3094
  })();
3089
3095
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3090
- if ("gene" === input3.kind)
3091
- return $vo1(input3, _path2, _exceptionable2);
3092
- if ("coord" === input3.kind)
3093
- return $vo38(input3, _path2, _exceptionable2);
3094
- if ("geneExpression" === input3.type)
3095
- return $vo39(input3, _path2, _exceptionable2);
3096
3096
  if ("metaboliteIntensity" === input3.type)
3097
3097
  return $vo40(input3, _path2, _exceptionable2);
3098
3098
  if ("categorical" === input3.type)
3099
3099
  return $vo41(input3, _path2, _exceptionable2);
3100
- if ("integer" === input3.type || "float" === input3.type)
3101
- return $vo42(input3, _path2, _exceptionable2);
3102
3100
  if ("date" === input3.type)
3103
3101
  return $vo43(input3, _path2, _exceptionable2);
3102
+ if ("integer" === input3.type || "float" === input3.type)
3103
+ return $vo42(input3, _path2, _exceptionable2);
3104
3104
  if ("ssGSEA" === input3.type)
3105
3105
  return $vo44(input3, _path2, _exceptionable2);
3106
3106
  if ("condition" === input3.type)
3107
3107
  return $vo45(input3, _path2, _exceptionable2);
3108
- return $vo46(input3, _path2, false) || $vo50(input3, _path2, false);
3108
+ return $vo23(input3, _path2, false) || $vo1(input3, _path2, false) || $vo38(input3, _path2, false) || $vo39(input3, _path2, false) || $vo46(input3, _path2, false) || $vo50(input3, _path2, false);
3109
3109
  })();
3110
3110
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3111
3111
  if (void 0 !== input3.ranges)
@@ -3115,19 +3115,13 @@ var validPercentileRequest = (input) => {
3115
3115
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3116
3116
  if ("integer" === input3.type || "float" === input3.type)
3117
3117
  return $vo14(input3, _path2, _exceptionable2);
3118
- if ("geneExpression" === input3.type)
3119
- return $vo23(input3, _path2, _exceptionable2);
3120
- if ("date" === input3.type)
3121
- return $vo25(input3, _path2, _exceptionable2);
3122
3118
  if ("metaboliteIntensity" === input3.type)
3123
3119
  return $vo24(input3, _path2, _exceptionable2);
3120
+ if ("date" === input3.type)
3121
+ return $vo25(input3, _path2, _exceptionable2);
3124
3122
  if ("ssGSEA" === input3.type)
3125
3123
  return $vo26(input3, _path2, _exceptionable2);
3126
- return $report(_exceptionable2, {
3127
- path: _path2,
3128
- expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
3129
- value: input3
3130
- });
3124
+ return $vo23(input3, _path2, false) || $vo1(input3, _path2, false);
3131
3125
  })();
3132
3126
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3133
3127
  if ("regular-bin" === input3.type)