@sjcrh/proteinpaint-types 2.140.1 → 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 (41) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-PPFFVFUI.js → chunk-424IUJWR.js} +355 -89
  3. package/dist/{chunk-EWON4FG5.js → chunk-56JQGGZJ.js} +2920 -2808
  4. package/dist/{chunk-WKT3H4P4.js → chunk-77RH7U6G.js} +1380 -582
  5. package/dist/{chunk-XXHHUIEV.js → chunk-EOBFYFLQ.js} +2314 -1950
  6. package/dist/{chunk-IDP5KXE6.js → chunk-I7FTK55B.js} +1973 -1609
  7. package/dist/{chunk-ZA3FDGAD.js → chunk-KEJROUTM.js} +744 -212
  8. package/dist/{chunk-FZJ3E7JA.js → chunk-QWAPDNYB.js} +2502 -2138
  9. package/dist/{chunk-KS74VVON.js → chunk-S6OBK4RE.js} +355 -89
  10. package/dist/{chunk-ECF6WSOD.js → chunk-T3GTEGQN.js} +355 -89
  11. package/dist/{chunk-BWLSDIHM.js → chunk-UYBVE3DL.js} +2489 -2125
  12. package/dist/{chunk-2WLN6PMW.js → chunk-VMQUAU5V.js} +2497 -2133
  13. package/dist/{chunk-AADDTYUL.js → chunk-WCWYMCZD.js} +355 -89
  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 +4 -2
  28. package/src/genome.ts +2 -2
  29. package/src/index.ts +1 -0
  30. package/src/terms/categorical.ts +0 -8
  31. package/src/terms/condition.ts +4 -3
  32. package/src/terms/date.ts +18 -0
  33. package/src/terms/geneExpression.ts +2 -12
  34. package/src/terms/geneVariant.ts +3 -0
  35. package/src/terms/metaboliteIntensity.ts +7 -20
  36. package/src/terms/numeric.ts +12 -22
  37. package/src/terms/snp.ts +7 -7
  38. package/src/terms/snps.ts +1 -0
  39. package/src/terms/ssGSEA.ts +7 -13
  40. package/src/terms/tw.ts +11 -6
  41. package/src/terms/updated-types.ts +0 -10
@@ -64,8 +64,8 @@ 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 && $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 && $io30(elem)));
68
- const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "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) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins));
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
69
  const $io22 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
70
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
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);
@@ -74,17 +74,20 @@ var validBrainImagingRequest = (input) => {
74
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
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
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.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
78
- const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(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 && $io33(elem)));
79
- const $io32 = (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);
80
- const $io33 = (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;
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)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
82
- const $io35 = (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));
83
- const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io35(elem)));
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) && "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);
85
- const $io38 = (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;
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) && "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 && $io35(elem)));
87
- const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
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;
88
91
  const $iu0 = (input3) => (() => {
89
92
  if ("string" === typeof input3.type)
90
93
  return $io9(input3);
@@ -108,9 +111,9 @@ var validBrainImagingRequest = (input) => {
108
111
  })();
109
112
  const $iu3 = (input3) => (() => {
110
113
  if ("gene" === input3.kind)
111
- return $io37(input3);
114
+ return $io40(input3);
112
115
  if ("coord" === input3.kind)
113
- return $io38(input3);
116
+ return $io41(input3);
114
117
  return false;
115
118
  })();
116
119
  const $iu4 = (input3) => (() => {
@@ -128,18 +131,24 @@ var validBrainImagingRequest = (input) => {
128
131
  return (() => {
129
132
  if ($io14(input3))
130
133
  return $io14(input3);
131
- if ($io31(input3))
132
- return $io31(input3);
133
134
  if ($io34(input3))
134
135
  return $io34(input3);
136
+ if ($io37(input3))
137
+ return $io37(input3);
135
138
  return false;
136
139
  })();
137
140
  })();
138
141
  const $iu6 = (input3) => (() => {
139
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
142
+ if ("integer" === input3.type || "float" === input3.type)
140
143
  return $io21(input3);
141
144
  if ("geneExpression" === input3.type)
142
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);
143
152
  return false;
144
153
  })();
145
154
  const $iu7 = (input3) => (() => {
@@ -165,9 +174,9 @@ var validBrainImagingRequest = (input) => {
165
174
  })();
166
175
  const $iu10 = (input3) => (() => {
167
176
  if ("gene" === input3.kind)
168
- return $io36(input3);
169
- if ("coord" === input3.kind)
170
177
  return $io39(input3);
178
+ if ("coord" === input3.kind)
179
+ return $io42(input3);
171
180
  return false;
172
181
  })();
173
182
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -781,11 +790,11 @@ var validBrainImagingRequest = (input) => {
781
790
  value: input3.isnot
782
791
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
783
792
  path: _path2 + ".term",
784
- expected: "(GeneExpressionTerm | NumericDictTerm)",
793
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
785
794
  value: input3.term
786
795
  })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
787
796
  path: _path2 + ".term",
788
- expected: "(GeneExpressionTerm | NumericDictTerm)",
797
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
789
798
  value: input3.term
790
799
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
791
800
  path: _path2 + ".ranges",
@@ -811,7 +820,7 @@ var validBrainImagingRequest = (input) => {
811
820
  path: _path2 + ".values[" + _index12 + "]",
812
821
  expected: "__type.o4",
813
822
  value: elem
814
- })) && $vo30(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
823
+ })) && $vo33(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
815
824
  path: _path2 + ".values[" + _index12 + "]",
816
825
  expected: "__type.o4",
817
826
  value: elem
@@ -828,9 +837,9 @@ var validBrainImagingRequest = (input) => {
828
837
  path: _path2 + ".name",
829
838
  expected: "string",
830
839
  value: input3.name
831
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
840
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
832
841
  path: _path2 + ".type",
833
- expected: '("date" | "float" | "integer")',
842
+ expected: '("float" | "integer")',
834
843
  value: input3.type
835
844
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
836
845
  path: _path2 + ".child_types",
@@ -1235,7 +1244,258 @@ var validBrainImagingRequest = (input) => {
1235
1244
  expected: "(number | undefined)",
1236
1245
  value: input3.stop
1237
1246
  })].every((flag) => flag);
1238
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
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
1497
+ })].every((flag) => flag);
1498
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1239
1499
  path: _path2 + ".key",
1240
1500
  expected: "string",
1241
1501
  value: input3.key
@@ -1252,7 +1512,7 @@ var validBrainImagingRequest = (input) => {
1252
1512
  expected: "(string | undefined)",
1253
1513
  value: input3.label
1254
1514
  })].every((flag) => flag);
1255
- const $vo31 = (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, {
1256
1516
  path: _path2 + ".join",
1257
1517
  expected: "(string | undefined)",
1258
1518
  value: input3.join
@@ -1264,7 +1524,7 @@ var validBrainImagingRequest = (input) => {
1264
1524
  path: _path2 + ".term",
1265
1525
  expected: "ConditionTerm",
1266
1526
  value: input3.term
1267
- })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1527
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1268
1528
  path: _path2 + ".term",
1269
1529
  expected: "ConditionTerm",
1270
1530
  value: input3.term
@@ -1284,12 +1544,12 @@ var validBrainImagingRequest = (input) => {
1284
1544
  path: _path2 + ".grade_and_child",
1285
1545
  expected: "(Array<GradeAndChildEntry> | undefined)",
1286
1546
  value: input3.grade_and_child
1287
- })) && input3.grade_and_child.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1288
- path: _path2 + ".grade_and_child[" + _index18 + "]",
1547
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1548
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1289
1549
  expected: "GradeAndChildEntry",
1290
1550
  value: elem
1291
- })) && $vo33(elem, _path2 + ".grade_and_child[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
1292
- path: _path2 + ".grade_and_child[" + _index18 + "]",
1551
+ })) && $vo36(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1552
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1293
1553
  expected: "GradeAndChildEntry",
1294
1554
  value: elem
1295
1555
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1297,7 +1557,7 @@ var validBrainImagingRequest = (input) => {
1297
1557
  expected: "(Array<GradeAndChildEntry> | undefined)",
1298
1558
  value: input3.grade_and_child
1299
1559
  })].every((flag) => flag);
1300
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1560
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1301
1561
  path: _path2 + ".id",
1302
1562
  expected: "string",
1303
1563
  value: input3.id
@@ -1313,8 +1573,8 @@ var validBrainImagingRequest = (input) => {
1313
1573
  path: _path2 + ".child_types",
1314
1574
  expected: "(Array<string> | undefined)",
1315
1575
  value: input3.child_types
1316
- })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1317
- path: _path2 + ".child_types[" + _index19 + "]",
1576
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1577
+ path: _path2 + ".child_types[" + _index26 + "]",
1318
1578
  expected: "string",
1319
1579
  value: elem
1320
1580
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1329,8 +1589,8 @@ var validBrainImagingRequest = (input) => {
1329
1589
  path: _path2 + ".included_types",
1330
1590
  expected: "(Array<string> | undefined)",
1331
1591
  value: input3.included_types
1332
- })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1333
- path: _path2 + ".included_types[" + _index20 + "]",
1592
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1593
+ path: _path2 + ".included_types[" + _index27 + "]",
1334
1594
  expected: "string",
1335
1595
  value: elem
1336
1596
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1354,7 +1614,7 @@ var validBrainImagingRequest = (input) => {
1354
1614
  expected: "(boolean | undefined)",
1355
1615
  value: input3.skipValuesBuild
1356
1616
  })].every((flag) => flag);
1357
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1617
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1358
1618
  path: _path2 + ".grade",
1359
1619
  expected: "number",
1360
1620
  value: input3.grade
@@ -1371,7 +1631,7 @@ var validBrainImagingRequest = (input) => {
1371
1631
  expected: "string",
1372
1632
  value: input3.child_label
1373
1633
  })].every((flag) => flag);
1374
- const $vo34 = (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, {
1375
1635
  path: _path2 + ".join",
1376
1636
  expected: "(string | undefined)",
1377
1637
  value: input3.join
@@ -1383,7 +1643,7 @@ var validBrainImagingRequest = (input) => {
1383
1643
  path: _path2 + ".term",
1384
1644
  expected: "DtTerm",
1385
1645
  value: input3.term
1386
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1646
+ })) && $vo38(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1387
1647
  path: _path2 + ".term",
1388
1648
  expected: "DtTerm",
1389
1649
  value: input3.term
@@ -1391,12 +1651,12 @@ var validBrainImagingRequest = (input) => {
1391
1651
  path: _path2 + ".values",
1392
1652
  expected: "Array<__type>.o2",
1393
1653
  value: input3.values
1394
- })) && input3.values.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1395
- path: _path2 + ".values[" + _index21 + "]",
1654
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1655
+ path: _path2 + ".values[" + _index28 + "]",
1396
1656
  expected: "__type.o5",
1397
1657
  value: elem
1398
- })) && $vo40(elem, _path2 + ".values[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1399
- path: _path2 + ".values[" + _index21 + "]",
1658
+ })) && $vo43(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1659
+ path: _path2 + ".values[" + _index28 + "]",
1400
1660
  expected: "__type.o5",
1401
1661
  value: elem
1402
1662
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1412,7 +1672,7 @@ var validBrainImagingRequest = (input) => {
1412
1672
  expected: "(boolean | undefined)",
1413
1673
  value: input3.excludeGeneName
1414
1674
  })].every((flag) => flag);
1415
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1675
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1416
1676
  path: _path2 + ".id",
1417
1677
  expected: "string",
1418
1678
  value: input3.id
@@ -1461,7 +1721,7 @@ var validBrainImagingRequest = (input) => {
1461
1721
  expected: "TermValues",
1462
1722
  value: input3.values
1463
1723
  })].every((flag) => flag);
1464
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1724
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1465
1725
  path: _path2 + ".id",
1466
1726
  expected: "string",
1467
1727
  value: input3.id
@@ -1477,8 +1737,8 @@ var validBrainImagingRequest = (input) => {
1477
1737
  path: _path2 + ".child_types",
1478
1738
  expected: "(Array<string> | undefined)",
1479
1739
  value: input3.child_types
1480
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1481
- path: _path2 + ".child_types[" + _index22 + "]",
1740
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1741
+ path: _path2 + ".child_types[" + _index29 + "]",
1482
1742
  expected: "string",
1483
1743
  value: elem
1484
1744
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1493,8 +1753,8 @@ var validBrainImagingRequest = (input) => {
1493
1753
  path: _path2 + ".included_types",
1494
1754
  expected: "(Array<string> | undefined)",
1495
1755
  value: input3.included_types
1496
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1497
- path: _path2 + ".included_types[" + _index23 + "]",
1756
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1757
+ path: _path2 + ".included_types[" + _index30 + "]",
1498
1758
  expected: "string",
1499
1759
  value: elem
1500
1760
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1541,12 +1801,12 @@ var validBrainImagingRequest = (input) => {
1541
1801
  path: _path2 + ".genes",
1542
1802
  expected: "Array<GvGeneTerm>",
1543
1803
  value: input3.genes
1544
- })) && input3.genes.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1545
- path: _path2 + ".genes[" + _index24 + "]",
1804
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1805
+ path: _path2 + ".genes[" + _index31 + "]",
1546
1806
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1547
1807
  value: elem
1548
- })) && $vu3(elem, _path2 + ".genes[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1549
- path: _path2 + ".genes[" + _index24 + "]",
1808
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1809
+ path: _path2 + ".genes[" + _index31 + "]",
1550
1810
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1551
1811
  value: elem
1552
1812
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1565,12 +1825,12 @@ var validBrainImagingRequest = (input) => {
1565
1825
  path: _path2 + ".childTerms",
1566
1826
  expected: "(Array<DtTerm> | undefined)",
1567
1827
  value: input3.childTerms
1568
- })) && input3.childTerms.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1569
- path: _path2 + ".childTerms[" + _index25 + "]",
1828
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1829
+ path: _path2 + ".childTerms[" + _index32 + "]",
1570
1830
  expected: "DtTerm",
1571
1831
  value: elem
1572
- })) && $vo35(elem, _path2 + ".childTerms[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1573
- path: _path2 + ".childTerms[" + _index25 + "]",
1832
+ })) && $vo38(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1833
+ path: _path2 + ".childTerms[" + _index32 + "]",
1574
1834
  expected: "DtTerm",
1575
1835
  value: elem
1576
1836
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1578,7 +1838,7 @@ var validBrainImagingRequest = (input) => {
1578
1838
  expected: "(Array<DtTerm> | undefined)",
1579
1839
  value: input3.childTerms
1580
1840
  })].every((flag) => flag);
1581
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1841
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1582
1842
  path: _path2 + ".id",
1583
1843
  expected: "string",
1584
1844
  value: input3.id
@@ -1594,8 +1854,8 @@ var validBrainImagingRequest = (input) => {
1594
1854
  path: _path2 + ".child_types",
1595
1855
  expected: "(Array<string> | undefined)",
1596
1856
  value: input3.child_types
1597
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1598
- path: _path2 + ".child_types[" + _index26 + "]",
1857
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1858
+ path: _path2 + ".child_types[" + _index33 + "]",
1599
1859
  expected: "string",
1600
1860
  value: elem
1601
1861
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1610,8 +1870,8 @@ var validBrainImagingRequest = (input) => {
1610
1870
  path: _path2 + ".included_types",
1611
1871
  expected: "(Array<string> | undefined)",
1612
1872
  value: input3.included_types
1613
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1614
- path: _path2 + ".included_types[" + _index27 + "]",
1873
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1874
+ path: _path2 + ".included_types[" + _index34 + "]",
1615
1875
  expected: "string",
1616
1876
  value: elem
1617
1877
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1655,7 +1915,7 @@ var validBrainImagingRequest = (input) => {
1655
1915
  expected: "(number | undefined)",
1656
1916
  value: input3.stop
1657
1917
  })].every((flag) => flag);
1658
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1918
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1659
1919
  path: _path2 + ".id",
1660
1920
  expected: "string",
1661
1921
  value: input3.id
@@ -1671,8 +1931,8 @@ var validBrainImagingRequest = (input) => {
1671
1931
  path: _path2 + ".child_types",
1672
1932
  expected: "(Array<string> | undefined)",
1673
1933
  value: input3.child_types
1674
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1675
- path: _path2 + ".child_types[" + _index28 + "]",
1934
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1935
+ path: _path2 + ".child_types[" + _index35 + "]",
1676
1936
  expected: "string",
1677
1937
  value: elem
1678
1938
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1687,8 +1947,8 @@ var validBrainImagingRequest = (input) => {
1687
1947
  path: _path2 + ".included_types",
1688
1948
  expected: "(Array<string> | undefined)",
1689
1949
  value: input3.included_types
1690
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1691
- path: _path2 + ".included_types[" + _index29 + "]",
1950
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1951
+ path: _path2 + ".included_types[" + _index36 + "]",
1692
1952
  expected: "string",
1693
1953
  value: elem
1694
1954
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1728,7 +1988,7 @@ var validBrainImagingRequest = (input) => {
1728
1988
  expected: "number",
1729
1989
  value: input3.stop
1730
1990
  })].every((flag) => flag);
1731
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1991
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1732
1992
  path: _path2 + ".id",
1733
1993
  expected: "string",
1734
1994
  value: input3.id
@@ -1744,8 +2004,8 @@ var validBrainImagingRequest = (input) => {
1744
2004
  path: _path2 + ".child_types",
1745
2005
  expected: "(Array<string> | undefined)",
1746
2006
  value: input3.child_types
1747
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1748
- path: _path2 + ".child_types[" + _index30 + "]",
2007
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2008
+ path: _path2 + ".child_types[" + _index37 + "]",
1749
2009
  expected: "string",
1750
2010
  value: elem
1751
2011
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1760,8 +2020,8 @@ var validBrainImagingRequest = (input) => {
1760
2020
  path: _path2 + ".included_types",
1761
2021
  expected: "(Array<string> | undefined)",
1762
2022
  value: input3.included_types
1763
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1764
- path: _path2 + ".included_types[" + _index31 + "]",
2023
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2024
+ path: _path2 + ".included_types[" + _index38 + "]",
1765
2025
  expected: "string",
1766
2026
  value: elem
1767
2027
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1804,12 +2064,12 @@ var validBrainImagingRequest = (input) => {
1804
2064
  path: _path2 + ".genes",
1805
2065
  expected: "Array<GvGeneTerm>",
1806
2066
  value: input3.genes
1807
- })) && input3.genes.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1808
- path: _path2 + ".genes[" + _index32 + "]",
2067
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2068
+ path: _path2 + ".genes[" + _index39 + "]",
1809
2069
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1810
2070
  value: elem
1811
- })) && $vu3(elem, _path2 + ".genes[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1812
- path: _path2 + ".genes[" + _index32 + "]",
2071
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2072
+ path: _path2 + ".genes[" + _index39 + "]",
1813
2073
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1814
2074
  value: elem
1815
2075
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1828,12 +2088,12 @@ var validBrainImagingRequest = (input) => {
1828
2088
  path: _path2 + ".childTerms",
1829
2089
  expected: "(Array<DtTerm> | undefined)",
1830
2090
  value: input3.childTerms
1831
- })) && input3.childTerms.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1832
- path: _path2 + ".childTerms[" + _index33 + "]",
2091
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2092
+ path: _path2 + ".childTerms[" + _index40 + "]",
1833
2093
  expected: "DtTerm",
1834
2094
  value: elem
1835
- })) && $vo35(elem, _path2 + ".childTerms[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1836
- path: _path2 + ".childTerms[" + _index33 + "]",
2095
+ })) && $vo38(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2096
+ path: _path2 + ".childTerms[" + _index40 + "]",
1837
2097
  expected: "DtTerm",
1838
2098
  value: elem
1839
2099
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1841,7 +2101,7 @@ var validBrainImagingRequest = (input) => {
1841
2101
  expected: "(Array<DtTerm> | undefined)",
1842
2102
  value: input3.childTerms
1843
2103
  })].every((flag) => flag);
1844
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2104
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1845
2105
  path: _path2 + ".key",
1846
2106
  expected: "string",
1847
2107
  value: input3.key
@@ -1885,9 +2145,9 @@ var validBrainImagingRequest = (input) => {
1885
2145
  })();
1886
2146
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1887
2147
  if ("gene" === input3.kind)
1888
- return $vo37(input3, _path2, _exceptionable2);
2148
+ return $vo40(input3, _path2, _exceptionable2);
1889
2149
  if ("coord" === input3.kind)
1890
- return $vo38(input3, _path2, _exceptionable2);
2150
+ return $vo41(input3, _path2, _exceptionable2);
1891
2151
  return $report(_exceptionable2, {
1892
2152
  path: _path2,
1893
2153
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1906,16 +2166,22 @@ var validBrainImagingRequest = (input) => {
1906
2166
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1907
2167
  if (void 0 !== input3.ranges)
1908
2168
  return $vo20(input3, _path2, _exceptionable2);
1909
- return $vo14(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
2169
+ return $vo14(input3, _path2, false) || $vo34(input3, _path2, false) || $vo37(input3, _path2, false);
1910
2170
  })();
1911
2171
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1912
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
2172
+ if ("integer" === input3.type || "float" === input3.type)
1913
2173
  return $vo21(input3, _path2, _exceptionable2);
1914
2174
  if ("geneExpression" === input3.type)
1915
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);
1916
2182
  return $report(_exceptionable2, {
1917
2183
  path: _path2,
1918
- expected: "(NumericDictTerm | GeneExpressionTerm)",
2184
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
1919
2185
  value: input3
1920
2186
  });
1921
2187
  })();
@@ -1954,9 +2220,9 @@ var validBrainImagingRequest = (input) => {
1954
2220
  })();
1955
2221
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
1956
2222
  if ("gene" === input3.kind)
1957
- return $vo36(input3, _path2, _exceptionable2);
1958
- if ("coord" === input3.kind)
1959
2223
  return $vo39(input3, _path2, _exceptionable2);
2224
+ if ("coord" === input3.kind)
2225
+ return $vo42(input3, _path2, _exceptionable2);
1960
2226
  return $report(_exceptionable2, {
1961
2227
  path: _path2,
1962
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; })',