@sjcrh/proteinpaint-types 2.140.1-2 → 2.141.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 (43) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-Y6Z6XAFN.js → chunk-424IUJWR.js} +532 -154
  3. package/dist/{chunk-NHELOLDH.js → chunk-56JQGGZJ.js} +4103 -2234
  4. package/dist/{chunk-5BKOSJEU.js → chunk-77RH7U6G.js} +2101 -981
  5. package/dist/{chunk-F2ZZ5J3F.js → chunk-EOBFYFLQ.js} +2483 -1911
  6. package/dist/{chunk-34LXTZYA.js → chunk-I7FTK55B.js} +2162 -1590
  7. package/dist/{chunk-4S36DRJ4.js → chunk-KEJROUTM.js} +1314 -572
  8. package/dist/{chunk-ZHCVV36H.js → chunk-QWAPDNYB.js} +2486 -1914
  9. package/dist/{chunk-HJ7XFSJK.js → chunk-S6OBK4RE.js} +528 -150
  10. package/dist/{chunk-P3Z422N2.js → chunk-T3GTEGQN.js} +532 -154
  11. package/dist/{chunk-2QKCLUH3.js → chunk-UYBVE3DL.js} +2478 -1906
  12. package/dist/{chunk-KDHGWAOS.js → chunk-VMQUAU5V.js} +2481 -1909
  13. package/dist/{chunk-G5BYLEJC.js → chunk-WCWYMCZD.js} +532 -154
  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 -2
  27. package/src/dataset.ts +14 -4
  28. package/src/genome.ts +2 -2
  29. package/src/index.ts +1 -0
  30. package/src/routes/termdb.cluster.ts +6 -6
  31. package/src/terms/categorical.ts +0 -8
  32. package/src/terms/condition.ts +4 -3
  33. package/src/terms/date.ts +18 -0
  34. package/src/terms/geneExpression.ts +7 -21
  35. package/src/terms/geneVariant.ts +3 -0
  36. package/src/terms/metaboliteIntensity.ts +7 -20
  37. package/src/terms/numeric.ts +17 -38
  38. package/src/terms/singleCellGeneExpression.ts +3 -4
  39. package/src/terms/snp.ts +7 -7
  40. package/src/terms/snps.ts +1 -0
  41. package/src/terms/ssGSEA.ts +7 -13
  42. package/src/terms/tw.ts +11 -6
  43. package/src/terms/updated-types.ts +0 -10
@@ -64,26 +64,30 @@ var validBrainImagingRequest = (input) => {
64
64
  const $io17 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter));
65
65
  const $io18 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)));
66
66
  const $io19 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
67
- const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
68
- const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
69
- const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu6(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu6(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
70
- const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu7(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu8(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
71
- const $io24 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "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);
72
- const $io25 = (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);
73
- const $io26 = (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);
74
- const $io27 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
75
- const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
76
- const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
77
- const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(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 && $io32(elem)));
78
- const $io31 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
79
- const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
80
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
81
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
82
- const $io35 = (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) && $io16(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))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
83
- const $io36 = (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) && $io16(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);
84
- const $io37 = (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) && $io16(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;
85
- 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) && $io16(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 && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
86
- const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
67
+ const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
68
+ const $io21 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins));
69
+ const $io22 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
70
+ const $io23 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
71
+ const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu8(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu9(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
72
+ const $io25 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "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);
73
+ const $io26 = (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);
74
+ const $io27 = (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);
75
+ const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
76
+ const $io29 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(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 && $io23(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);
77
+ const $io30 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(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 && $io23(input3.bins));
78
+ const $io31 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(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 && $io23(input3.bins));
79
+ const $io32 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(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 && $io23(input3.bins));
80
+ const $io33 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
81
+ const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io35(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 && $io36(elem)));
82
+ const $io35 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
83
+ const $io36 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
84
+ const $io37 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io38(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
85
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
86
+ 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) && $io16(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))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
87
+ const $io40 = (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) && $io16(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);
88
+ const $io41 = (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) && $io16(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;
89
+ const $io42 = (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) && $io16(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 && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
90
+ const $io43 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
87
91
  const $iu0 = (input3) => (() => {
88
92
  if ("string" === typeof input3.type)
89
93
  return $io9(input3);
@@ -100,16 +104,16 @@ var validBrainImagingRequest = (input) => {
100
104
  })();
101
105
  const $iu2 = (input3) => (() => {
102
106
  if (true === input3.startunbounded)
103
- return $io24(input3);
107
+ return $io25(input3);
104
108
  if (true === input3.stopunbounded)
105
- return $io26(input3);
106
- return $io25(input3);
109
+ return $io27(input3);
110
+ return $io26(input3);
107
111
  })();
108
112
  const $iu3 = (input3) => (() => {
109
113
  if ("gene" === input3.kind)
110
- return $io36(input3);
114
+ return $io40(input3);
111
115
  if ("coord" === input3.kind)
112
- return $io37(input3);
116
+ return $io41(input3);
113
117
  return false;
114
118
  })();
115
119
  const $iu4 = (input3) => (() => {
@@ -127,39 +131,52 @@ var validBrainImagingRequest = (input) => {
127
131
  return (() => {
128
132
  if ($io14(input3))
129
133
  return $io14(input3);
130
- if ($io30(input3))
131
- return $io30(input3);
132
- if ($io33(input3))
133
- return $io33(input3);
134
+ if ($io34(input3))
135
+ return $io34(input3);
136
+ if ($io37(input3))
137
+ return $io37(input3);
134
138
  return false;
135
139
  })();
136
140
  })();
137
141
  const $iu6 = (input3) => (() => {
138
- if ("regular-bin" === input3.type)
139
- return $io23(input3);
140
- if ("custom-bin" === input3.type)
141
- return $io27(input3);
142
+ if ("integer" === input3.type || "float" === input3.type)
143
+ return $io21(input3);
144
+ if ("geneExpression" === input3.type)
145
+ return $io29(input3);
146
+ if ("date" === input3.type)
147
+ return $io31(input3);
148
+ if ("metaboliteIntensity" === input3.type)
149
+ return $io30(input3);
150
+ if ("ssGSEA" === input3.type)
151
+ return $io32(input3);
142
152
  return false;
143
153
  })();
144
154
  const $iu7 = (input3) => (() => {
145
- if (true === input3.startunbounded)
155
+ if ("regular-bin" === input3.type)
146
156
  return $io24(input3);
147
- if (void 0 !== input3.start)
148
- return $io25(input3);
157
+ if ("custom-bin" === input3.type)
158
+ return $io28(input3);
149
159
  return false;
150
160
  })();
151
161
  const $iu8 = (input3) => (() => {
152
- if (void 0 !== input3.stop)
162
+ if (true === input3.startunbounded)
153
163
  return $io25(input3);
154
- if (true === input3.stopunbounded)
164
+ if (void 0 !== input3.start)
155
165
  return $io26(input3);
156
166
  return false;
157
167
  })();
158
168
  const $iu9 = (input3) => (() => {
169
+ if (void 0 !== input3.stop)
170
+ return $io26(input3);
171
+ if (true === input3.stopunbounded)
172
+ return $io27(input3);
173
+ return false;
174
+ })();
175
+ const $iu10 = (input3) => (() => {
159
176
  if ("gene" === input3.kind)
160
- return $io35(input3);
177
+ return $io39(input3);
161
178
  if ("coord" === input3.kind)
162
- return $io38(input3);
179
+ return $io42(input3);
163
180
  return false;
164
181
  })();
165
182
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -773,11 +790,11 @@ var validBrainImagingRequest = (input) => {
773
790
  value: input3.isnot
774
791
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
775
792
  path: _path2 + ".term",
776
- expected: "NumericTerm",
793
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
777
794
  value: input3.term
778
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
795
+ })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
779
796
  path: _path2 + ".term",
780
- expected: "NumericTerm",
797
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
781
798
  value: input3.term
782
799
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
783
800
  path: _path2 + ".ranges",
@@ -803,7 +820,7 @@ var validBrainImagingRequest = (input) => {
803
820
  path: _path2 + ".values[" + _index12 + "]",
804
821
  expected: "__type.o4",
805
822
  value: elem
806
- })) && $vo29(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
823
+ })) && $vo33(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
807
824
  path: _path2 + ".values[" + _index12 + "]",
808
825
  expected: "__type.o4",
809
826
  value: elem
@@ -820,9 +837,9 @@ var validBrainImagingRequest = (input) => {
820
837
  path: _path2 + ".name",
821
838
  expected: "string",
822
839
  value: input3.name
823
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
840
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
824
841
  path: _path2 + ".type",
825
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
842
+ expected: '("float" | "integer")',
826
843
  value: input3.type
827
844
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
828
845
  path: _path2 + ".child_types",
@@ -868,32 +885,41 @@ var validBrainImagingRequest = (input) => {
868
885
  path: _path2 + ".skipValuesBuild",
869
886
  expected: "(boolean | undefined)",
870
887
  value: input3.skipValuesBuild
871
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
872
- path: _path2 + ".bins",
873
- expected: "PresetNumericBins",
874
- value: input3.bins
875
- })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
876
- path: _path2 + ".bins",
877
- expected: "PresetNumericBins",
878
- value: input3.bins
879
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
880
- path: _path2 + ".unit",
881
- expected: "(string | undefined)",
882
- value: input3.unit
883
888
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
884
889
  path: _path2 + ".continuousColorScale",
885
890
  expected: "(__type.o3 | undefined)",
886
891
  value: input3.continuousColorScale
887
- })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
892
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
888
893
  path: _path2 + ".continuousColorScale",
889
894
  expected: "(__type.o3 | undefined)",
890
895
  value: input3.continuousColorScale
896
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
897
+ path: _path2 + ".unit",
898
+ expected: "(string | undefined)",
899
+ value: input3.unit
900
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
901
+ path: _path2 + ".bins",
902
+ expected: "PresetNumericBins",
903
+ value: input3.bins
904
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
905
+ path: _path2 + ".bins",
906
+ expected: "PresetNumericBins",
907
+ value: input3.bins
891
908
  })].every((flag) => flag);
892
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
909
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
910
+ path: _path2 + ".minColor",
911
+ expected: "string",
912
+ value: input3.minColor
913
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
914
+ path: _path2 + ".maxColor",
915
+ expected: "string",
916
+ value: input3.maxColor
917
+ })].every((flag) => flag);
918
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
893
919
  path: _path2 + '["default"]',
894
920
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
895
921
  value: input3["default"]
896
- })) && $vu6(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
922
+ })) && $vu7(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
897
923
  path: _path2 + '["default"]',
898
924
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
899
925
  value: input3["default"]
@@ -901,7 +927,7 @@ var validBrainImagingRequest = (input) => {
901
927
  path: _path2 + ".less",
902
928
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
903
929
  value: input3.less
904
- })) && $vu6(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
930
+ })) && $vu7(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
905
931
  path: _path2 + ".less",
906
932
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
907
933
  value: input3.less
@@ -926,7 +952,7 @@ var validBrainImagingRequest = (input) => {
926
952
  expected: "(number | undefined)",
927
953
  value: input3.max
928
954
  })].every((flag) => flag);
929
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
955
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
930
956
  path: _path2 + ".hiddenValues",
931
957
  expected: "(HiddenValues | undefined)",
932
958
  value: input3.hiddenValues
@@ -962,7 +988,7 @@ var validBrainImagingRequest = (input) => {
962
988
  path: _path2 + ".first_bin",
963
989
  expected: "(FullyBoundedBin | StartUnboundedBin)",
964
990
  value: input3.first_bin
965
- })) && $vu7(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
991
+ })) && $vu8(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
966
992
  path: _path2 + ".first_bin",
967
993
  expected: "(FullyBoundedBin | StartUnboundedBin)",
968
994
  value: input3.first_bin
@@ -970,7 +996,7 @@ var validBrainImagingRequest = (input) => {
970
996
  path: _path2 + ".last_bin",
971
997
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
972
998
  value: input3.last_bin
973
- })) && $vu8(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
999
+ })) && $vu9(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
974
1000
  path: _path2 + ".last_bin",
975
1001
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
976
1002
  value: input3.last_bin
@@ -979,7 +1005,7 @@ var validBrainImagingRequest = (input) => {
979
1005
  expected: "(number | undefined)",
980
1006
  value: input3.label_offset
981
1007
  })].every((flag) => flag);
982
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1008
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
983
1009
  path: _path2 + ".startunbounded",
984
1010
  expected: "true",
985
1011
  value: input3.startunbounded
@@ -1004,7 +1030,7 @@ var validBrainImagingRequest = (input) => {
1004
1030
  expected: "(string | undefined)",
1005
1031
  value: input3.label
1006
1032
  })].every((flag) => flag);
1007
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1033
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1008
1034
  path: _path2 + ".startunbounded",
1009
1035
  expected: "(false | undefined)",
1010
1036
  value: input3.startunbounded
@@ -1033,7 +1059,7 @@ var validBrainImagingRequest = (input) => {
1033
1059
  expected: "(string | undefined)",
1034
1060
  value: input3.label
1035
1061
  })].every((flag) => flag);
1036
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1062
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1037
1063
  path: _path2 + ".start",
1038
1064
  expected: "number",
1039
1065
  value: input3.start
@@ -1058,7 +1084,7 @@ var validBrainImagingRequest = (input) => {
1058
1084
  expected: "(string | undefined)",
1059
1085
  value: input3.label
1060
1086
  })].every((flag) => flag);
1061
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1087
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1062
1088
  path: _path2 + ".hiddenValues",
1063
1089
  expected: "(HiddenValues | undefined)",
1064
1090
  value: input3.hiddenValues
@@ -1125,16 +1151,351 @@ var validBrainImagingRequest = (input) => {
1125
1151
  expected: '("median" | undefined)',
1126
1152
  value: input3.preferredBins
1127
1153
  })].every((flag) => flag);
1128
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1129
- path: _path2 + ".minColor",
1154
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1155
+ path: _path2 + ".id",
1130
1156
  expected: "string",
1131
- value: input3.minColor
1132
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1133
- path: _path2 + ".maxColor",
1157
+ value: input3.id
1158
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1159
+ path: _path2 + ".name",
1134
1160
  expected: "string",
1135
- value: input3.maxColor
1161
+ value: input3.name
1162
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1163
+ path: _path2 + ".type",
1164
+ expected: '"geneExpression"',
1165
+ value: input3.type
1166
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1167
+ path: _path2 + ".child_types",
1168
+ expected: "(Array<string> | undefined)",
1169
+ value: input3.child_types
1170
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1171
+ path: _path2 + ".child_types[" + _index16 + "]",
1172
+ expected: "string",
1173
+ value: elem
1174
+ })).every((flag) => flag) || $report(_exceptionable2, {
1175
+ path: _path2 + ".child_types",
1176
+ expected: "(Array<string> | undefined)",
1177
+ value: input3.child_types
1178
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1179
+ path: _path2 + ".hashtmldetail",
1180
+ expected: "(boolean | undefined)",
1181
+ value: input3.hashtmldetail
1182
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1183
+ path: _path2 + ".included_types",
1184
+ expected: "(Array<string> | undefined)",
1185
+ value: input3.included_types
1186
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1187
+ path: _path2 + ".included_types[" + _index17 + "]",
1188
+ expected: "string",
1189
+ value: elem
1190
+ })).every((flag) => flag) || $report(_exceptionable2, {
1191
+ path: _path2 + ".included_types",
1192
+ expected: "(Array<string> | undefined)",
1193
+ value: input3.included_types
1194
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1195
+ path: _path2 + ".isleaf",
1196
+ expected: "(boolean | undefined)",
1197
+ value: input3.isleaf
1198
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1199
+ path: _path2 + ".values",
1200
+ expected: "(TermValues | undefined)",
1201
+ value: input3.values
1202
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1203
+ path: _path2 + ".values",
1204
+ expected: "(TermValues | undefined)",
1205
+ value: input3.values
1206
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1207
+ path: _path2 + ".skipValuesBuild",
1208
+ expected: "(boolean | undefined)",
1209
+ value: input3.skipValuesBuild
1210
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1211
+ path: _path2 + ".continuousColorScale",
1212
+ expected: "(__type.o3 | undefined)",
1213
+ value: input3.continuousColorScale
1214
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1215
+ path: _path2 + ".continuousColorScale",
1216
+ expected: "(__type.o3 | undefined)",
1217
+ value: input3.continuousColorScale
1218
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1219
+ path: _path2 + ".unit",
1220
+ expected: "(string | undefined)",
1221
+ value: input3.unit
1222
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1223
+ path: _path2 + ".gene",
1224
+ expected: "string",
1225
+ value: input3.gene
1226
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1227
+ path: _path2 + ".bins",
1228
+ expected: "(PresetNumericBins | undefined)",
1229
+ value: input3.bins
1230
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1231
+ path: _path2 + ".bins",
1232
+ expected: "(PresetNumericBins | undefined)",
1233
+ value: input3.bins
1234
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1235
+ path: _path2 + ".chr",
1236
+ expected: "(string | undefined)",
1237
+ value: input3.chr
1238
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1239
+ path: _path2 + ".start",
1240
+ expected: "(number | undefined)",
1241
+ value: input3.start
1242
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1243
+ path: _path2 + ".stop",
1244
+ expected: "(number | undefined)",
1245
+ value: input3.stop
1246
+ })].every((flag) => flag);
1247
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1248
+ path: _path2 + ".id",
1249
+ expected: "string",
1250
+ value: input3.id
1251
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1252
+ path: _path2 + ".name",
1253
+ expected: "string",
1254
+ value: input3.name
1255
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1256
+ path: _path2 + ".type",
1257
+ expected: '"metaboliteIntensity"',
1258
+ value: input3.type
1259
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1260
+ path: _path2 + ".child_types",
1261
+ expected: "(Array<string> | undefined)",
1262
+ value: input3.child_types
1263
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1264
+ path: _path2 + ".child_types[" + _index18 + "]",
1265
+ expected: "string",
1266
+ value: elem
1267
+ })).every((flag) => flag) || $report(_exceptionable2, {
1268
+ path: _path2 + ".child_types",
1269
+ expected: "(Array<string> | undefined)",
1270
+ value: input3.child_types
1271
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1272
+ path: _path2 + ".hashtmldetail",
1273
+ expected: "(boolean | undefined)",
1274
+ value: input3.hashtmldetail
1275
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1276
+ path: _path2 + ".included_types",
1277
+ expected: "(Array<string> | undefined)",
1278
+ value: input3.included_types
1279
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1280
+ path: _path2 + ".included_types[" + _index19 + "]",
1281
+ expected: "string",
1282
+ value: elem
1283
+ })).every((flag) => flag) || $report(_exceptionable2, {
1284
+ path: _path2 + ".included_types",
1285
+ expected: "(Array<string> | undefined)",
1286
+ value: input3.included_types
1287
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1288
+ path: _path2 + ".isleaf",
1289
+ expected: "(boolean | undefined)",
1290
+ value: input3.isleaf
1291
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1292
+ path: _path2 + ".values",
1293
+ expected: "(TermValues | undefined)",
1294
+ value: input3.values
1295
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1296
+ path: _path2 + ".values",
1297
+ expected: "(TermValues | undefined)",
1298
+ value: input3.values
1299
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1300
+ path: _path2 + ".skipValuesBuild",
1301
+ expected: "(boolean | undefined)",
1302
+ value: input3.skipValuesBuild
1303
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1304
+ path: _path2 + ".continuousColorScale",
1305
+ expected: "(__type.o3 | undefined)",
1306
+ value: input3.continuousColorScale
1307
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1308
+ path: _path2 + ".continuousColorScale",
1309
+ expected: "(__type.o3 | undefined)",
1310
+ value: input3.continuousColorScale
1311
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1312
+ path: _path2 + ".unit",
1313
+ expected: "(string | undefined)",
1314
+ value: input3.unit
1315
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1316
+ path: _path2 + ".metabolite",
1317
+ expected: "string",
1318
+ value: input3.metabolite
1319
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1320
+ path: _path2 + ".bins",
1321
+ expected: "(PresetNumericBins | undefined)",
1322
+ value: input3.bins
1323
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1324
+ path: _path2 + ".bins",
1325
+ expected: "(PresetNumericBins | undefined)",
1326
+ value: input3.bins
1327
+ })].every((flag) => flag);
1328
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1329
+ path: _path2 + ".id",
1330
+ expected: "string",
1331
+ value: input3.id
1332
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1333
+ path: _path2 + ".name",
1334
+ expected: "string",
1335
+ value: input3.name
1336
+ }), "date" === input3.type || $report(_exceptionable2, {
1337
+ path: _path2 + ".type",
1338
+ expected: '"date"',
1339
+ value: input3.type
1340
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1341
+ path: _path2 + ".child_types",
1342
+ expected: "(Array<string> | undefined)",
1343
+ value: input3.child_types
1344
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1345
+ path: _path2 + ".child_types[" + _index20 + "]",
1346
+ expected: "string",
1347
+ value: elem
1348
+ })).every((flag) => flag) || $report(_exceptionable2, {
1349
+ path: _path2 + ".child_types",
1350
+ expected: "(Array<string> | undefined)",
1351
+ value: input3.child_types
1352
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1353
+ path: _path2 + ".hashtmldetail",
1354
+ expected: "(boolean | undefined)",
1355
+ value: input3.hashtmldetail
1356
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1357
+ path: _path2 + ".included_types",
1358
+ expected: "(Array<string> | undefined)",
1359
+ value: input3.included_types
1360
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1361
+ path: _path2 + ".included_types[" + _index21 + "]",
1362
+ expected: "string",
1363
+ value: elem
1364
+ })).every((flag) => flag) || $report(_exceptionable2, {
1365
+ path: _path2 + ".included_types",
1366
+ expected: "(Array<string> | undefined)",
1367
+ value: input3.included_types
1368
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1369
+ path: _path2 + ".isleaf",
1370
+ expected: "(boolean | undefined)",
1371
+ value: input3.isleaf
1372
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1373
+ path: _path2 + ".values",
1374
+ expected: "(TermValues | undefined)",
1375
+ value: input3.values
1376
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1377
+ path: _path2 + ".values",
1378
+ expected: "(TermValues | undefined)",
1379
+ value: input3.values
1380
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1381
+ path: _path2 + ".skipValuesBuild",
1382
+ expected: "(boolean | undefined)",
1383
+ value: input3.skipValuesBuild
1384
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1385
+ path: _path2 + ".continuousColorScale",
1386
+ expected: "(__type.o3 | undefined)",
1387
+ value: input3.continuousColorScale
1388
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1389
+ path: _path2 + ".continuousColorScale",
1390
+ expected: "(__type.o3 | undefined)",
1391
+ value: input3.continuousColorScale
1392
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1393
+ path: _path2 + ".unit",
1394
+ expected: "(string | undefined)",
1395
+ value: input3.unit
1396
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1397
+ path: _path2 + ".metabolite",
1398
+ expected: "string",
1399
+ value: input3.metabolite
1400
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1401
+ path: _path2 + ".bins",
1402
+ expected: "(PresetNumericBins | undefined)",
1403
+ value: input3.bins
1404
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1405
+ path: _path2 + ".bins",
1406
+ expected: "(PresetNumericBins | undefined)",
1407
+ value: input3.bins
1408
+ })].every((flag) => flag);
1409
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1410
+ path: _path2 + ".id",
1411
+ expected: "string",
1412
+ value: input3.id
1413
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1414
+ path: _path2 + ".name",
1415
+ expected: "string",
1416
+ value: input3.name
1417
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1418
+ path: _path2 + ".type",
1419
+ expected: '"ssGSEA"',
1420
+ value: input3.type
1421
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1422
+ path: _path2 + ".child_types",
1423
+ expected: "(Array<string> | undefined)",
1424
+ value: input3.child_types
1425
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1426
+ path: _path2 + ".child_types[" + _index22 + "]",
1427
+ expected: "string",
1428
+ value: elem
1429
+ })).every((flag) => flag) || $report(_exceptionable2, {
1430
+ path: _path2 + ".child_types",
1431
+ expected: "(Array<string> | undefined)",
1432
+ value: input3.child_types
1433
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1434
+ path: _path2 + ".hashtmldetail",
1435
+ expected: "(boolean | undefined)",
1436
+ value: input3.hashtmldetail
1437
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1438
+ path: _path2 + ".included_types",
1439
+ expected: "(Array<string> | undefined)",
1440
+ value: input3.included_types
1441
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1442
+ path: _path2 + ".included_types[" + _index23 + "]",
1443
+ expected: "string",
1444
+ value: elem
1445
+ })).every((flag) => flag) || $report(_exceptionable2, {
1446
+ path: _path2 + ".included_types",
1447
+ expected: "(Array<string> | undefined)",
1448
+ value: input3.included_types
1449
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1450
+ path: _path2 + ".isleaf",
1451
+ expected: "(boolean | undefined)",
1452
+ value: input3.isleaf
1453
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1454
+ path: _path2 + ".values",
1455
+ expected: "(TermValues | undefined)",
1456
+ value: input3.values
1457
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1458
+ path: _path2 + ".values",
1459
+ expected: "(TermValues | undefined)",
1460
+ value: input3.values
1461
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1462
+ path: _path2 + ".skipValuesBuild",
1463
+ expected: "(boolean | undefined)",
1464
+ value: input3.skipValuesBuild
1465
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1466
+ path: _path2 + ".continuousColorScale",
1467
+ expected: "(__type.o3 | undefined)",
1468
+ value: input3.continuousColorScale
1469
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1470
+ path: _path2 + ".continuousColorScale",
1471
+ expected: "(__type.o3 | undefined)",
1472
+ value: input3.continuousColorScale
1473
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1474
+ path: _path2 + ".unit",
1475
+ expected: "(string | undefined)",
1476
+ value: input3.unit
1477
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1478
+ path: _path2 + ".genes",
1479
+ expected: "(Array<string> | undefined)",
1480
+ value: input3.genes
1481
+ })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1482
+ path: _path2 + ".genes[" + _index24 + "]",
1483
+ expected: "string",
1484
+ value: elem
1485
+ })).every((flag) => flag) || $report(_exceptionable2, {
1486
+ path: _path2 + ".genes",
1487
+ expected: "(Array<string> | undefined)",
1488
+ value: input3.genes
1489
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1490
+ path: _path2 + ".bins",
1491
+ expected: "(PresetNumericBins | undefined)",
1492
+ value: input3.bins
1493
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1494
+ path: _path2 + ".bins",
1495
+ expected: "(PresetNumericBins | undefined)",
1496
+ value: input3.bins
1136
1497
  })].every((flag) => flag);
1137
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1498
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1138
1499
  path: _path2 + ".key",
1139
1500
  expected: "string",
1140
1501
  value: input3.key
@@ -1151,7 +1512,7 @@ var validBrainImagingRequest = (input) => {
1151
1512
  expected: "(string | undefined)",
1152
1513
  value: input3.label
1153
1514
  })].every((flag) => flag);
1154
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1515
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1155
1516
  path: _path2 + ".join",
1156
1517
  expected: "(string | undefined)",
1157
1518
  value: input3.join
@@ -1163,7 +1524,7 @@ var validBrainImagingRequest = (input) => {
1163
1524
  path: _path2 + ".term",
1164
1525
  expected: "ConditionTerm",
1165
1526
  value: input3.term
1166
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1527
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1167
1528
  path: _path2 + ".term",
1168
1529
  expected: "ConditionTerm",
1169
1530
  value: input3.term
@@ -1183,12 +1544,12 @@ var validBrainImagingRequest = (input) => {
1183
1544
  path: _path2 + ".grade_and_child",
1184
1545
  expected: "(Array<GradeAndChildEntry> | undefined)",
1185
1546
  value: input3.grade_and_child
1186
- })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1187
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1547
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1548
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1188
1549
  expected: "GradeAndChildEntry",
1189
1550
  value: elem
1190
- })) && $vo32(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1191
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1551
+ })) && $vo36(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1552
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1192
1553
  expected: "GradeAndChildEntry",
1193
1554
  value: elem
1194
1555
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1196,7 +1557,7 @@ var validBrainImagingRequest = (input) => {
1196
1557
  expected: "(Array<GradeAndChildEntry> | undefined)",
1197
1558
  value: input3.grade_and_child
1198
1559
  })].every((flag) => flag);
1199
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1560
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1200
1561
  path: _path2 + ".id",
1201
1562
  expected: "string",
1202
1563
  value: input3.id
@@ -1212,8 +1573,8 @@ var validBrainImagingRequest = (input) => {
1212
1573
  path: _path2 + ".child_types",
1213
1574
  expected: "(Array<string> | undefined)",
1214
1575
  value: input3.child_types
1215
- })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1216
- path: _path2 + ".child_types[" + _index17 + "]",
1576
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1577
+ path: _path2 + ".child_types[" + _index26 + "]",
1217
1578
  expected: "string",
1218
1579
  value: elem
1219
1580
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1228,8 +1589,8 @@ var validBrainImagingRequest = (input) => {
1228
1589
  path: _path2 + ".included_types",
1229
1590
  expected: "(Array<string> | undefined)",
1230
1591
  value: input3.included_types
1231
- })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1232
- path: _path2 + ".included_types[" + _index18 + "]",
1592
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1593
+ path: _path2 + ".included_types[" + _index27 + "]",
1233
1594
  expected: "string",
1234
1595
  value: elem
1235
1596
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1253,7 +1614,7 @@ var validBrainImagingRequest = (input) => {
1253
1614
  expected: "(boolean | undefined)",
1254
1615
  value: input3.skipValuesBuild
1255
1616
  })].every((flag) => flag);
1256
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1617
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1257
1618
  path: _path2 + ".grade",
1258
1619
  expected: "number",
1259
1620
  value: input3.grade
@@ -1270,7 +1631,7 @@ var validBrainImagingRequest = (input) => {
1270
1631
  expected: "string",
1271
1632
  value: input3.child_label
1272
1633
  })].every((flag) => flag);
1273
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1634
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1274
1635
  path: _path2 + ".join",
1275
1636
  expected: "(string | undefined)",
1276
1637
  value: input3.join
@@ -1282,7 +1643,7 @@ var validBrainImagingRequest = (input) => {
1282
1643
  path: _path2 + ".term",
1283
1644
  expected: "DtTerm",
1284
1645
  value: input3.term
1285
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1646
+ })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1286
1647
  path: _path2 + ".term",
1287
1648
  expected: "DtTerm",
1288
1649
  value: input3.term
@@ -1290,12 +1651,12 @@ var validBrainImagingRequest = (input) => {
1290
1651
  path: _path2 + ".values",
1291
1652
  expected: "Array<__type>.o2",
1292
1653
  value: input3.values
1293
- })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1294
- path: _path2 + ".values[" + _index19 + "]",
1654
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1655
+ path: _path2 + ".values[" + _index28 + "]",
1295
1656
  expected: "__type.o5",
1296
1657
  value: elem
1297
- })) && $vo39(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1298
- path: _path2 + ".values[" + _index19 + "]",
1658
+ })) && $vo43(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1659
+ path: _path2 + ".values[" + _index28 + "]",
1299
1660
  expected: "__type.o5",
1300
1661
  value: elem
1301
1662
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1311,7 +1672,7 @@ var validBrainImagingRequest = (input) => {
1311
1672
  expected: "(boolean | undefined)",
1312
1673
  value: input3.excludeGeneName
1313
1674
  })].every((flag) => flag);
1314
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1675
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1315
1676
  path: _path2 + ".id",
1316
1677
  expected: "string",
1317
1678
  value: input3.id
@@ -1331,7 +1692,7 @@ var validBrainImagingRequest = (input) => {
1331
1692
  path: _path2 + ".parentTerm",
1332
1693
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1333
1694
  value: input3.parentTerm
1334
- })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1695
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1335
1696
  path: _path2 + ".parentTerm",
1336
1697
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1337
1698
  value: input3.parentTerm
@@ -1360,7 +1721,7 @@ var validBrainImagingRequest = (input) => {
1360
1721
  expected: "TermValues",
1361
1722
  value: input3.values
1362
1723
  })].every((flag) => flag);
1363
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1724
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1364
1725
  path: _path2 + ".id",
1365
1726
  expected: "string",
1366
1727
  value: input3.id
@@ -1376,8 +1737,8 @@ var validBrainImagingRequest = (input) => {
1376
1737
  path: _path2 + ".child_types",
1377
1738
  expected: "(Array<string> | undefined)",
1378
1739
  value: input3.child_types
1379
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1380
- path: _path2 + ".child_types[" + _index20 + "]",
1740
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1741
+ path: _path2 + ".child_types[" + _index29 + "]",
1381
1742
  expected: "string",
1382
1743
  value: elem
1383
1744
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1392,8 +1753,8 @@ var validBrainImagingRequest = (input) => {
1392
1753
  path: _path2 + ".included_types",
1393
1754
  expected: "(Array<string> | undefined)",
1394
1755
  value: input3.included_types
1395
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1396
- path: _path2 + ".included_types[" + _index21 + "]",
1756
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1757
+ path: _path2 + ".included_types[" + _index30 + "]",
1397
1758
  expected: "string",
1398
1759
  value: elem
1399
1760
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1440,12 +1801,12 @@ var validBrainImagingRequest = (input) => {
1440
1801
  path: _path2 + ".genes",
1441
1802
  expected: "Array<GvGeneTerm>",
1442
1803
  value: input3.genes
1443
- })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1444
- path: _path2 + ".genes[" + _index22 + "]",
1804
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1805
+ path: _path2 + ".genes[" + _index31 + "]",
1445
1806
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1446
1807
  value: elem
1447
- })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1448
- path: _path2 + ".genes[" + _index22 + "]",
1808
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1809
+ path: _path2 + ".genes[" + _index31 + "]",
1449
1810
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1450
1811
  value: elem
1451
1812
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1464,12 +1825,12 @@ var validBrainImagingRequest = (input) => {
1464
1825
  path: _path2 + ".childTerms",
1465
1826
  expected: "(Array<DtTerm> | undefined)",
1466
1827
  value: input3.childTerms
1467
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1468
- path: _path2 + ".childTerms[" + _index23 + "]",
1828
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1829
+ path: _path2 + ".childTerms[" + _index32 + "]",
1469
1830
  expected: "DtTerm",
1470
1831
  value: elem
1471
- })) && $vo34(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1472
- path: _path2 + ".childTerms[" + _index23 + "]",
1832
+ })) && $vo38(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1833
+ path: _path2 + ".childTerms[" + _index32 + "]",
1473
1834
  expected: "DtTerm",
1474
1835
  value: elem
1475
1836
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1477,7 +1838,7 @@ var validBrainImagingRequest = (input) => {
1477
1838
  expected: "(Array<DtTerm> | undefined)",
1478
1839
  value: input3.childTerms
1479
1840
  })].every((flag) => flag);
1480
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1841
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1481
1842
  path: _path2 + ".id",
1482
1843
  expected: "string",
1483
1844
  value: input3.id
@@ -1493,8 +1854,8 @@ var validBrainImagingRequest = (input) => {
1493
1854
  path: _path2 + ".child_types",
1494
1855
  expected: "(Array<string> | undefined)",
1495
1856
  value: input3.child_types
1496
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1497
- path: _path2 + ".child_types[" + _index24 + "]",
1857
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1858
+ path: _path2 + ".child_types[" + _index33 + "]",
1498
1859
  expected: "string",
1499
1860
  value: elem
1500
1861
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1509,8 +1870,8 @@ var validBrainImagingRequest = (input) => {
1509
1870
  path: _path2 + ".included_types",
1510
1871
  expected: "(Array<string> | undefined)",
1511
1872
  value: input3.included_types
1512
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1513
- path: _path2 + ".included_types[" + _index25 + "]",
1873
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1874
+ path: _path2 + ".included_types[" + _index34 + "]",
1514
1875
  expected: "string",
1515
1876
  value: elem
1516
1877
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1554,7 +1915,7 @@ var validBrainImagingRequest = (input) => {
1554
1915
  expected: "(number | undefined)",
1555
1916
  value: input3.stop
1556
1917
  })].every((flag) => flag);
1557
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1918
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1558
1919
  path: _path2 + ".id",
1559
1920
  expected: "string",
1560
1921
  value: input3.id
@@ -1570,8 +1931,8 @@ var validBrainImagingRequest = (input) => {
1570
1931
  path: _path2 + ".child_types",
1571
1932
  expected: "(Array<string> | undefined)",
1572
1933
  value: input3.child_types
1573
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1574
- path: _path2 + ".child_types[" + _index26 + "]",
1934
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1935
+ path: _path2 + ".child_types[" + _index35 + "]",
1575
1936
  expected: "string",
1576
1937
  value: elem
1577
1938
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1586,8 +1947,8 @@ var validBrainImagingRequest = (input) => {
1586
1947
  path: _path2 + ".included_types",
1587
1948
  expected: "(Array<string> | undefined)",
1588
1949
  value: input3.included_types
1589
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1590
- path: _path2 + ".included_types[" + _index27 + "]",
1950
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1951
+ path: _path2 + ".included_types[" + _index36 + "]",
1591
1952
  expected: "string",
1592
1953
  value: elem
1593
1954
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1627,7 +1988,7 @@ var validBrainImagingRequest = (input) => {
1627
1988
  expected: "number",
1628
1989
  value: input3.stop
1629
1990
  })].every((flag) => flag);
1630
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1991
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1631
1992
  path: _path2 + ".id",
1632
1993
  expected: "string",
1633
1994
  value: input3.id
@@ -1643,8 +2004,8 @@ var validBrainImagingRequest = (input) => {
1643
2004
  path: _path2 + ".child_types",
1644
2005
  expected: "(Array<string> | undefined)",
1645
2006
  value: input3.child_types
1646
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1647
- path: _path2 + ".child_types[" + _index28 + "]",
2007
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2008
+ path: _path2 + ".child_types[" + _index37 + "]",
1648
2009
  expected: "string",
1649
2010
  value: elem
1650
2011
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1659,8 +2020,8 @@ var validBrainImagingRequest = (input) => {
1659
2020
  path: _path2 + ".included_types",
1660
2021
  expected: "(Array<string> | undefined)",
1661
2022
  value: input3.included_types
1662
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1663
- path: _path2 + ".included_types[" + _index29 + "]",
2023
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2024
+ path: _path2 + ".included_types[" + _index38 + "]",
1664
2025
  expected: "string",
1665
2026
  value: elem
1666
2027
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1703,12 +2064,12 @@ var validBrainImagingRequest = (input) => {
1703
2064
  path: _path2 + ".genes",
1704
2065
  expected: "Array<GvGeneTerm>",
1705
2066
  value: input3.genes
1706
- })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1707
- path: _path2 + ".genes[" + _index30 + "]",
2067
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2068
+ path: _path2 + ".genes[" + _index39 + "]",
1708
2069
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1709
2070
  value: elem
1710
- })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1711
- path: _path2 + ".genes[" + _index30 + "]",
2071
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2072
+ path: _path2 + ".genes[" + _index39 + "]",
1712
2073
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1713
2074
  value: elem
1714
2075
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1727,12 +2088,12 @@ var validBrainImagingRequest = (input) => {
1727
2088
  path: _path2 + ".childTerms",
1728
2089
  expected: "(Array<DtTerm> | undefined)",
1729
2090
  value: input3.childTerms
1730
- })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1731
- path: _path2 + ".childTerms[" + _index31 + "]",
2091
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2092
+ path: _path2 + ".childTerms[" + _index40 + "]",
1732
2093
  expected: "DtTerm",
1733
2094
  value: elem
1734
- })) && $vo34(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1735
- path: _path2 + ".childTerms[" + _index31 + "]",
2095
+ })) && $vo38(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2096
+ path: _path2 + ".childTerms[" + _index40 + "]",
1736
2097
  expected: "DtTerm",
1737
2098
  value: elem
1738
2099
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1740,7 +2101,7 @@ var validBrainImagingRequest = (input) => {
1740
2101
  expected: "(Array<DtTerm> | undefined)",
1741
2102
  value: input3.childTerms
1742
2103
  })].every((flag) => flag);
1743
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2104
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1744
2105
  path: _path2 + ".key",
1745
2106
  expected: "string",
1746
2107
  value: input3.key
@@ -1777,16 +2138,16 @@ var validBrainImagingRequest = (input) => {
1777
2138
  })();
1778
2139
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
1779
2140
  if (true === input3.startunbounded)
1780
- return $vo24(input3, _path2, _exceptionable2);
2141
+ return $vo25(input3, _path2, _exceptionable2);
1781
2142
  if (true === input3.stopunbounded)
1782
- return $vo26(input3, _path2, _exceptionable2);
1783
- return $vo25(input3, _path2, _exceptionable2);
2143
+ return $vo27(input3, _path2, _exceptionable2);
2144
+ return $vo26(input3, _path2, _exceptionable2);
1784
2145
  })();
1785
2146
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1786
2147
  if ("gene" === input3.kind)
1787
- return $vo36(input3, _path2, _exceptionable2);
2148
+ return $vo40(input3, _path2, _exceptionable2);
1788
2149
  if ("coord" === input3.kind)
1789
- return $vo37(input3, _path2, _exceptionable2);
2150
+ return $vo41(input3, _path2, _exceptionable2);
1790
2151
  return $report(_exceptionable2, {
1791
2152
  path: _path2,
1792
2153
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1805,46 +2166,63 @@ var validBrainImagingRequest = (input) => {
1805
2166
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1806
2167
  if (void 0 !== input3.ranges)
1807
2168
  return $vo20(input3, _path2, _exceptionable2);
1808
- return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
2169
+ return $vo14(input3, _path2, false) || $vo34(input3, _path2, false) || $vo37(input3, _path2, false);
1809
2170
  })();
1810
2171
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
2172
+ if ("integer" === input3.type || "float" === input3.type)
2173
+ return $vo21(input3, _path2, _exceptionable2);
2174
+ if ("geneExpression" === input3.type)
2175
+ return $vo29(input3, _path2, _exceptionable2);
2176
+ if ("date" === input3.type)
2177
+ return $vo31(input3, _path2, _exceptionable2);
2178
+ if ("metaboliteIntensity" === input3.type)
2179
+ return $vo30(input3, _path2, _exceptionable2);
2180
+ if ("ssGSEA" === input3.type)
2181
+ return $vo32(input3, _path2, _exceptionable2);
2182
+ return $report(_exceptionable2, {
2183
+ path: _path2,
2184
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
2185
+ value: input3
2186
+ });
2187
+ })();
2188
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1811
2189
  if ("regular-bin" === input3.type)
1812
- return $vo23(input3, _path2, _exceptionable2);
2190
+ return $vo24(input3, _path2, _exceptionable2);
1813
2191
  if ("custom-bin" === input3.type)
1814
- return $vo27(input3, _path2, _exceptionable2);
2192
+ return $vo28(input3, _path2, _exceptionable2);
1815
2193
  return $report(_exceptionable2, {
1816
2194
  path: _path2,
1817
2195
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
1818
2196
  value: input3
1819
2197
  });
1820
2198
  })();
1821
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
2199
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1822
2200
  if (true === input3.startunbounded)
1823
- return $vo24(input3, _path2, _exceptionable2);
1824
- if (void 0 !== input3.start)
1825
2201
  return $vo25(input3, _path2, _exceptionable2);
2202
+ if (void 0 !== input3.start)
2203
+ return $vo26(input3, _path2, _exceptionable2);
1826
2204
  return $report(_exceptionable2, {
1827
2205
  path: _path2,
1828
2206
  expected: "(StartUnboundedBin | FullyBoundedBin)",
1829
2207
  value: input3
1830
2208
  });
1831
2209
  })();
1832
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
2210
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1833
2211
  if (void 0 !== input3.stop)
1834
- return $vo25(input3, _path2, _exceptionable2);
1835
- if (true === input3.stopunbounded)
1836
2212
  return $vo26(input3, _path2, _exceptionable2);
2213
+ if (true === input3.stopunbounded)
2214
+ return $vo27(input3, _path2, _exceptionable2);
1837
2215
  return $report(_exceptionable2, {
1838
2216
  path: _path2,
1839
2217
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1840
2218
  value: input3
1841
2219
  });
1842
2220
  })();
1843
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
2221
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
1844
2222
  if ("gene" === input3.kind)
1845
- return $vo35(input3, _path2, _exceptionable2);
2223
+ return $vo39(input3, _path2, _exceptionable2);
1846
2224
  if ("coord" === input3.kind)
1847
- return $vo38(input3, _path2, _exceptionable2);
2225
+ return $vo42(input3, _path2, _exceptionable2);
1848
2226
  return $report(_exceptionable2, {
1849
2227
  path: _path2,
1850
2228
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',