@sjcrh/proteinpaint-types 2.140.1-2 → 2.140.1

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 (31) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-KDHGWAOS.js → chunk-2WLN6PMW.js} +575 -367
  3. package/dist/{chunk-G5BYLEJC.js → chunk-AADDTYUL.js} +266 -154
  4. package/dist/{chunk-2QKCLUH3.js → chunk-BWLSDIHM.js} +575 -367
  5. package/dist/{chunk-P3Z422N2.js → chunk-ECF6WSOD.js} +266 -154
  6. package/dist/{chunk-NHELOLDH.js → chunk-EWON4FG5.js} +2401 -644
  7. package/dist/{chunk-ZHCVV36H.js → chunk-FZJ3E7JA.js} +579 -371
  8. package/dist/{chunk-34LXTZYA.js → chunk-IDP5KXE6.js} +632 -424
  9. package/dist/{chunk-HJ7XFSJK.js → chunk-KS74VVON.js} +262 -150
  10. package/dist/{chunk-Y6Z6XAFN.js → chunk-PPFFVFUI.js} +266 -154
  11. package/dist/{chunk-5BKOSJEU.js → chunk-WKT3H4P4.js} +731 -409
  12. package/dist/{chunk-F2ZZ5J3F.js → chunk-XXHHUIEV.js} +575 -367
  13. package/dist/{chunk-4S36DRJ4.js → chunk-ZA3FDGAD.js} +465 -255
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/dataset.ts +10 -2
  28. package/src/routes/termdb.cluster.ts +6 -6
  29. package/src/terms/geneExpression.ts +13 -17
  30. package/src/terms/numeric.ts +7 -18
  31. package/src/terms/singleCellGeneExpression.ts +3 -4
@@ -125,72 +125,74 @@ var validTermsByIdsResponse = (input) => {
125
125
  const $io18 = (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 && $io13(input3.filter));
126
126
  const $io19 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io20(elem)));
127
127
  const $io20 = (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)));
128
- const $io21 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io22(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)));
129
- const $io22 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
130
- const $io23 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(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);
131
- const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
132
- 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);
133
- 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);
134
- 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);
135
- const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
136
- const $io29 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
137
- const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
138
- 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)));
139
- 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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
140
- 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;
141
- 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);
142
- 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) && $io17(input3.values));
143
- 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) && $io17(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 && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
144
- 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) && $io17(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);
145
- 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) && $io17(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;
146
- 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) && $io17(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 && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
147
- const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
148
- const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io22(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
149
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
150
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
151
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && (null !== input3.type && void 0 === input3.type);
152
- const $io45 = (input3) => "number" === typeof input3.value;
153
- const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term));
154
- const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io48(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io13(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
155
- const $io48 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
156
- const $io49 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io50(elem)));
157
- const $io50 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io51(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io52(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
158
- const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
159
- const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
160
- const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
161
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
162
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
163
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
164
- const $io57 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
165
- const $io58 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
166
- const $io59 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io50(elem)));
167
- const $io60 = (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) && $io61(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
168
- const $io61 = (input3) => Object.keys(input3).every((key) => {
128
+ const $io21 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(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 && $io31(elem)));
129
+ const $io22 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io23(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io24(input3.bins));
130
+ const $io23 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
131
+ const $io24 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
132
+ const $io25 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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 && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
133
+ const $io26 = (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);
134
+ const $io27 = (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);
135
+ const $io28 = (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);
136
+ const $io29 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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);
137
+ const $io30 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io23(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 && $io24(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);
138
+ const $io31 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
139
+ const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io33(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 && $io34(elem)));
140
+ const $io33 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
141
+ const $io34 = (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;
142
+ const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
143
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values));
144
+ const $io37 = (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) && $io17(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 && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
145
+ 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) && $io17(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);
146
+ const $io39 = (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) && $io17(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;
147
+ const $io40 = (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) && $io17(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 && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
148
+ const $io41 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
149
+ const $io42 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
150
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
151
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
152
+ const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io46(elem))) && (null !== input3.type && void 0 === input3.type);
153
+ const $io46 = (input3) => "number" === typeof input3.value;
154
+ const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term));
155
+ const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io49(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io13(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
156
+ const $io49 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
157
+ const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
158
+ const $io51 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io52(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io53(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
159
+ const $io52 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
160
+ const $io53 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
161
+ const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
162
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
163
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
164
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
165
+ const $io58 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io23(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io24(input3.bins));
166
+ const $io59 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io23(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 && $io24(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);
167
+ const $io60 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
168
+ const $io61 = (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) && $io17(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
169
+ const $io62 = (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) && $io63(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
170
+ const $io63 = (input3) => Object.keys(input3).every((key) => {
169
171
  const value = input3[key];
170
172
  if (void 0 === value)
171
173
  return true;
172
174
  if (RegExp(/(.*)/).test(key))
173
- return "object" === typeof value && null !== value && $io62(value);
175
+ return "object" === typeof value && null !== value && $io64(value);
174
176
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
175
- return "object" === typeof value && null !== value && $io62(value);
177
+ return "object" === typeof value && null !== value && $io64(value);
176
178
  return true;
177
179
  });
178
- const $io62 = (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 && $io13(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
179
- const $io63 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
180
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
181
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (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) && true;
182
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io67(input3.groups));
183
- const $io67 = (input3) => Object.keys(input3).every((key) => {
180
+ const $io64 = (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 && $io13(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io65(elem))) && true;
181
+ const $io65 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
182
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
183
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (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) && true;
184
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io69(input3.groups));
185
+ const $io69 = (input3) => Object.keys(input3).every((key) => {
184
186
  const value = input3[key];
185
187
  if (void 0 === value)
186
188
  return true;
187
189
  if (RegExp(/(.*)/).test(key))
188
- return "object" === typeof value && null !== value && $io68(value);
190
+ return "object" === typeof value && null !== value && $io70(value);
189
191
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
190
- return "object" === typeof value && null !== value && $io68(value);
192
+ return "object" === typeof value && null !== value && $io70(value);
191
193
  return true;
192
194
  });
193
- const $io68 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
195
+ const $io70 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io65(elem))) && true;
194
196
  const $iu0 = (input3) => (() => {
195
197
  if ("string" === typeof input3.type)
196
198
  return $io10(input3);
@@ -207,42 +209,42 @@ var validTermsByIdsResponse = (input) => {
207
209
  })();
208
210
  const $iu2 = (input3) => (() => {
209
211
  if (true === input3.startunbounded)
210
- return $io25(input3);
212
+ return $io26(input3);
211
213
  if (true === input3.stopunbounded)
212
- return $io27(input3);
213
- return $io26(input3);
214
+ return $io28(input3);
215
+ return $io27(input3);
214
216
  })();
215
217
  const $iu3 = (input3) => (() => {
216
218
  if ("gene" === input3.kind)
217
- return $io37(input3);
218
- if ("coord" === input3.kind)
219
219
  return $io38(input3);
220
+ if ("coord" === input3.kind)
221
+ return $io39(input3);
220
222
  return false;
221
223
  })();
222
224
  const $iu4 = (input3) => (() => {
223
225
  if (true === input3.startunbounded)
224
- return $io25(input3);
225
- if (void 0 !== input3.start)
226
226
  return $io26(input3);
227
+ if (void 0 !== input3.start)
228
+ return $io27(input3);
227
229
  return false;
228
230
  })();
229
231
  const $iu5 = (input3) => (() => {
230
232
  if (void 0 !== input3.stop)
231
- return $io26(input3);
232
- if (true === input3.stopunbounded)
233
233
  return $io27(input3);
234
+ if (true === input3.stopunbounded)
235
+ return $io28(input3);
234
236
  return false;
235
237
  })();
236
238
  const $iu6 = (input3) => (() => {
237
239
  if (void 0 !== input3.type)
238
240
  return $io2(input3);
239
241
  return (() => {
240
- if ($io53(input3))
241
- return $io53(input3);
242
- if ($io46(input3))
243
- return $io46(input3);
244
- if ($io41(input3))
245
- return $io41(input3);
242
+ if ($io54(input3))
243
+ return $io54(input3);
244
+ if ($io47(input3))
245
+ return $io47(input3);
246
+ if ($io42(input3))
247
+ return $io42(input3);
246
248
  return false;
247
249
  })();
248
250
  })();
@@ -261,90 +263,99 @@ var validTermsByIdsResponse = (input) => {
261
263
  return (() => {
262
264
  if ($io15(input3))
263
265
  return $io15(input3);
264
- if ($io31(input3))
265
- return $io31(input3);
266
- if ($io34(input3))
267
- return $io34(input3);
266
+ if ($io32(input3))
267
+ return $io32(input3);
268
+ if ($io35(input3))
269
+ return $io35(input3);
268
270
  return false;
269
271
  })();
270
272
  })();
271
273
  const $iu9 = (input3) => (() => {
274
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
275
+ return $io22(input3);
276
+ if ("geneExpression" === input3.type)
277
+ return $io30(input3);
278
+ return false;
279
+ })();
280
+ const $iu10 = (input3) => (() => {
272
281
  if ("regular-bin" === input3.type)
273
- return $io24(input3);
282
+ return $io25(input3);
274
283
  if ("custom-bin" === input3.type)
275
- return $io28(input3);
284
+ return $io29(input3);
276
285
  return false;
277
286
  })();
278
- const $iu10 = (input3) => (() => {
287
+ const $iu11 = (input3) => (() => {
279
288
  if ("gene" === input3.kind)
280
- return $io36(input3);
289
+ return $io37(input3);
281
290
  if ("coord" === input3.kind)
282
- return $io39(input3);
291
+ return $io40(input3);
283
292
  return false;
284
293
  })();
285
- const $iu11 = (input3) => (() => {
294
+ const $iu12 = (input3) => (() => {
286
295
  if ("regular-bin" === input3.type)
287
- return $io24(input3);
288
- if ("continuous" === input3.mode)
289
- return $io43(input3);
296
+ return $io25(input3);
290
297
  if ("spline" === input3.mode)
291
- return $io44(input3);
298
+ return $io45(input3);
292
299
  return (() => {
293
- if ($io28(input3))
294
- return $io28(input3);
295
- if ($io42(input3))
296
- return $io42(input3);
300
+ if ($io29(input3))
301
+ return $io29(input3);
302
+ if ($io43(input3))
303
+ return $io43(input3);
304
+ if ($io44(input3))
305
+ return $io44(input3);
297
306
  return false;
298
307
  })();
299
308
  })();
300
- const $iu12 = (input3) => (() => {
309
+ const $iu13 = (input3) => (() => {
301
310
  if ("gene" === input3.kind)
302
- return $io54(input3);
303
- if ("coord" === input3.kind)
304
311
  return $io55(input3);
305
- if ("categorical" === input3.type)
312
+ if ("coord" === input3.kind)
306
313
  return $io56(input3);
307
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
314
+ if ("categorical" === input3.type)
308
315
  return $io57(input3);
309
- if ("condition" === input3.type)
316
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
310
317
  return $io58(input3);
318
+ if ("geneExpression" === input3.type)
319
+ return $io59(input3);
320
+ if ("condition" === input3.type)
321
+ return $io60(input3);
311
322
  return (() => {
312
- if ($io59(input3))
313
- return $io59(input3);
314
- if ($io60(input3))
315
- return $io60(input3);
323
+ if ($io61(input3))
324
+ return $io61(input3);
325
+ if ($io62(input3))
326
+ return $io62(input3);
316
327
  return false;
317
328
  })();
318
329
  })();
319
- const $iu13 = (input3) => (() => {
330
+ const $iu14 = (input3) => (() => {
320
331
  if (void 0 !== input3.predefined_groupset_idx)
321
332
  return $io7(input3);
322
333
  if (void 0 !== input3.customset)
323
334
  return $io8(input3);
324
335
  if (void 0 !== input3.bin_size)
325
- return $io24(input3);
336
+ return $io25(input3);
326
337
  if (void 0 !== input3.knots)
327
- return $io44(input3);
338
+ return $io45(input3);
328
339
  if (void 0 !== input3.AFcutoff)
329
- return $io47(input3);
340
+ return $io48(input3);
330
341
  if (void 0 !== input3.timeScale)
331
- return $io65(input3);
342
+ return $io67(input3);
332
343
  return (() => {
333
344
  if (void 0 !== input3.groups)
334
- return $io66(input3);
345
+ return $io68(input3);
335
346
  return (() => {
336
347
  if ($io6(input3))
337
348
  return $io6(input3);
338
- if ($io64(input3))
339
- return $io64(input3);
349
+ if ($io66(input3))
350
+ return $io66(input3);
340
351
  if ($io4(input3))
341
352
  return $io4(input3);
342
- if ($io28(input3))
343
- return $io28(input3);
344
- if ($io42(input3))
345
- return $io42(input3);
353
+ if ($io29(input3))
354
+ return $io29(input3);
346
355
  if ($io43(input3))
347
356
  return $io43(input3);
357
+ if ($io44(input3))
358
+ return $io44(input3);
348
359
  return false;
349
360
  })();
350
361
  })();
@@ -920,11 +931,11 @@ var validTermsByIdsResponse = (input) => {
920
931
  value: input3.isnot
921
932
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
922
933
  path: _path2 + ".term",
923
- expected: "NumericTerm",
934
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
924
935
  value: input3.term
925
- })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
936
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
926
937
  path: _path2 + ".term",
927
- expected: "NumericTerm",
938
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
928
939
  value: input3.term
929
940
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
930
941
  path: _path2 + ".ranges",
@@ -950,7 +961,7 @@ var validTermsByIdsResponse = (input) => {
950
961
  path: _path2 + ".values[" + _index10 + "]",
951
962
  expected: "__type.o5",
952
963
  value: elem
953
- })) && $vo30(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
964
+ })) && $vo31(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
954
965
  path: _path2 + ".values[" + _index10 + "]",
955
966
  expected: "__type.o5",
956
967
  value: elem
@@ -967,9 +978,9 @@ var validTermsByIdsResponse = (input) => {
967
978
  path: _path2 + ".name",
968
979
  expected: "string",
969
980
  value: input3.name
970
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
981
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
971
982
  path: _path2 + ".type",
972
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
983
+ expected: '("date" | "float" | "integer")',
973
984
  value: input3.type
974
985
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
975
986
  path: _path2 + ".child_types",
@@ -1015,32 +1026,41 @@ var validTermsByIdsResponse = (input) => {
1015
1026
  path: _path2 + ".skipValuesBuild",
1016
1027
  expected: "(boolean | undefined)",
1017
1028
  value: input3.skipValuesBuild
1018
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1019
- path: _path2 + ".bins",
1020
- expected: "PresetNumericBins",
1021
- value: input3.bins
1022
- })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1023
- path: _path2 + ".bins",
1024
- expected: "PresetNumericBins",
1025
- value: input3.bins
1026
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1027
- path: _path2 + ".unit",
1028
- expected: "(string | undefined)",
1029
- value: input3.unit
1030
1029
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1031
1030
  path: _path2 + ".continuousColorScale",
1032
1031
  expected: "(__type.o4 | undefined)",
1033
1032
  value: input3.continuousColorScale
1034
- })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1033
+ })) && $vo23(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1035
1034
  path: _path2 + ".continuousColorScale",
1036
1035
  expected: "(__type.o4 | undefined)",
1037
1036
  value: input3.continuousColorScale
1037
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1038
+ path: _path2 + ".unit",
1039
+ expected: "(string | undefined)",
1040
+ value: input3.unit
1041
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1042
+ path: _path2 + ".bins",
1043
+ expected: "PresetNumericBins",
1044
+ value: input3.bins
1045
+ })) && $vo24(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1046
+ path: _path2 + ".bins",
1047
+ expected: "PresetNumericBins",
1048
+ value: input3.bins
1049
+ })].every((flag) => flag);
1050
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1051
+ path: _path2 + ".minColor",
1052
+ expected: "string",
1053
+ value: input3.minColor
1054
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1055
+ path: _path2 + ".maxColor",
1056
+ expected: "string",
1057
+ value: input3.maxColor
1038
1058
  })].every((flag) => flag);
1039
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1059
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1040
1060
  path: _path2 + '["default"]',
1041
1061
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1042
1062
  value: input3["default"]
1043
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1063
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1044
1064
  path: _path2 + '["default"]',
1045
1065
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1046
1066
  value: input3["default"]
@@ -1048,7 +1068,7 @@ var validTermsByIdsResponse = (input) => {
1048
1068
  path: _path2 + ".less",
1049
1069
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1050
1070
  value: input3.less
1051
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1071
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1052
1072
  path: _path2 + ".less",
1053
1073
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1054
1074
  value: input3.less
@@ -1073,7 +1093,7 @@ var validTermsByIdsResponse = (input) => {
1073
1093
  expected: "(number | undefined)",
1074
1094
  value: input3.max
1075
1095
  })].every((flag) => flag);
1076
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1096
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1077
1097
  path: _path2 + ".hiddenValues",
1078
1098
  expected: "(HiddenValues | undefined)",
1079
1099
  value: input3.hiddenValues
@@ -1126,7 +1146,7 @@ var validTermsByIdsResponse = (input) => {
1126
1146
  expected: "(number | undefined)",
1127
1147
  value: input3.label_offset
1128
1148
  })].every((flag) => flag);
1129
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1149
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1130
1150
  path: _path2 + ".startunbounded",
1131
1151
  expected: "true",
1132
1152
  value: input3.startunbounded
@@ -1151,7 +1171,7 @@ var validTermsByIdsResponse = (input) => {
1151
1171
  expected: "(string | undefined)",
1152
1172
  value: input3.label
1153
1173
  })].every((flag) => flag);
1154
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1174
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1155
1175
  path: _path2 + ".startunbounded",
1156
1176
  expected: "(false | undefined)",
1157
1177
  value: input3.startunbounded
@@ -1180,7 +1200,7 @@ var validTermsByIdsResponse = (input) => {
1180
1200
  expected: "(string | undefined)",
1181
1201
  value: input3.label
1182
1202
  })].every((flag) => flag);
1183
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1203
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1184
1204
  path: _path2 + ".start",
1185
1205
  expected: "number",
1186
1206
  value: input3.start
@@ -1205,7 +1225,7 @@ var validTermsByIdsResponse = (input) => {
1205
1225
  expected: "(string | undefined)",
1206
1226
  value: input3.label
1207
1227
  })].every((flag) => flag);
1208
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1228
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1209
1229
  path: _path2 + ".hiddenValues",
1210
1230
  expected: "(HiddenValues | undefined)",
1211
1231
  value: input3.hiddenValues
@@ -1272,16 +1292,100 @@ var validTermsByIdsResponse = (input) => {
1272
1292
  expected: '("median" | undefined)',
1273
1293
  value: input3.preferredBins
1274
1294
  })].every((flag) => flag);
1275
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1276
- path: _path2 + ".minColor",
1295
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1296
+ path: _path2 + ".id",
1277
1297
  expected: "string",
1278
- value: input3.minColor
1279
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1280
- path: _path2 + ".maxColor",
1298
+ value: input3.id
1299
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1300
+ path: _path2 + ".name",
1281
1301
  expected: "string",
1282
- value: input3.maxColor
1302
+ value: input3.name
1303
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1304
+ path: _path2 + ".type",
1305
+ expected: '"geneExpression"',
1306
+ value: input3.type
1307
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1308
+ path: _path2 + ".child_types",
1309
+ expected: "(Array<string> | undefined)",
1310
+ value: input3.child_types
1311
+ })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1312
+ path: _path2 + ".child_types[" + _index14 + "]",
1313
+ expected: "string",
1314
+ value: elem
1315
+ })).every((flag) => flag) || $report(_exceptionable2, {
1316
+ path: _path2 + ".child_types",
1317
+ expected: "(Array<string> | undefined)",
1318
+ value: input3.child_types
1319
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1320
+ path: _path2 + ".hashtmldetail",
1321
+ expected: "(boolean | undefined)",
1322
+ value: input3.hashtmldetail
1323
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1324
+ path: _path2 + ".included_types",
1325
+ expected: "(Array<string> | undefined)",
1326
+ value: input3.included_types
1327
+ })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1328
+ path: _path2 + ".included_types[" + _index15 + "]",
1329
+ expected: "string",
1330
+ value: elem
1331
+ })).every((flag) => flag) || $report(_exceptionable2, {
1332
+ path: _path2 + ".included_types",
1333
+ expected: "(Array<string> | undefined)",
1334
+ value: input3.included_types
1335
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1336
+ path: _path2 + ".isleaf",
1337
+ expected: "(boolean | undefined)",
1338
+ value: input3.isleaf
1339
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1340
+ path: _path2 + ".values",
1341
+ expected: "(TermValues | undefined)",
1342
+ value: input3.values
1343
+ })) && $vo17(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1344
+ path: _path2 + ".values",
1345
+ expected: "(TermValues | undefined)",
1346
+ value: input3.values
1347
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1348
+ path: _path2 + ".skipValuesBuild",
1349
+ expected: "(boolean | undefined)",
1350
+ value: input3.skipValuesBuild
1351
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1352
+ path: _path2 + ".continuousColorScale",
1353
+ expected: "(__type.o4 | undefined)",
1354
+ value: input3.continuousColorScale
1355
+ })) && $vo23(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1356
+ path: _path2 + ".continuousColorScale",
1357
+ expected: "(__type.o4 | undefined)",
1358
+ value: input3.continuousColorScale
1359
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1360
+ path: _path2 + ".unit",
1361
+ expected: "(string | undefined)",
1362
+ value: input3.unit
1363
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1364
+ path: _path2 + ".gene",
1365
+ expected: "string",
1366
+ value: input3.gene
1367
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1368
+ path: _path2 + ".bins",
1369
+ expected: "(PresetNumericBins | undefined)",
1370
+ value: input3.bins
1371
+ })) && $vo24(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1372
+ path: _path2 + ".bins",
1373
+ expected: "(PresetNumericBins | undefined)",
1374
+ value: input3.bins
1375
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1376
+ path: _path2 + ".chr",
1377
+ expected: "(string | undefined)",
1378
+ value: input3.chr
1379
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1380
+ path: _path2 + ".start",
1381
+ expected: "(number | undefined)",
1382
+ value: input3.start
1383
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1384
+ path: _path2 + ".stop",
1385
+ expected: "(number | undefined)",
1386
+ value: input3.stop
1283
1387
  })].every((flag) => flag);
1284
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1388
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1285
1389
  path: _path2 + ".key",
1286
1390
  expected: "string",
1287
1391
  value: input3.key
@@ -1298,7 +1402,7 @@ var validTermsByIdsResponse = (input) => {
1298
1402
  expected: "(string | undefined)",
1299
1403
  value: input3.label
1300
1404
  })].every((flag) => flag);
1301
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1405
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1302
1406
  path: _path2 + ".join",
1303
1407
  expected: "(string | undefined)",
1304
1408
  value: input3.join
@@ -1310,7 +1414,7 @@ var validTermsByIdsResponse = (input) => {
1310
1414
  path: _path2 + ".term",
1311
1415
  expected: "ConditionTerm",
1312
1416
  value: input3.term
1313
- })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1417
+ })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1314
1418
  path: _path2 + ".term",
1315
1419
  expected: "ConditionTerm",
1316
1420
  value: input3.term
@@ -1330,12 +1434,12 @@ var validTermsByIdsResponse = (input) => {
1330
1434
  path: _path2 + ".grade_and_child",
1331
1435
  expected: "(Array<GradeAndChildEntry> | undefined)",
1332
1436
  value: input3.grade_and_child
1333
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1334
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1437
+ })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1438
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1335
1439
  expected: "GradeAndChildEntry",
1336
1440
  value: elem
1337
- })) && $vo33(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1338
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1441
+ })) && $vo34(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1442
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1339
1443
  expected: "GradeAndChildEntry",
1340
1444
  value: elem
1341
1445
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1343,7 +1447,7 @@ var validTermsByIdsResponse = (input) => {
1343
1447
  expected: "(Array<GradeAndChildEntry> | undefined)",
1344
1448
  value: input3.grade_and_child
1345
1449
  })].every((flag) => flag);
1346
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1450
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1347
1451
  path: _path2 + ".id",
1348
1452
  expected: "string",
1349
1453
  value: input3.id
@@ -1359,8 +1463,8 @@ var validTermsByIdsResponse = (input) => {
1359
1463
  path: _path2 + ".child_types",
1360
1464
  expected: "(Array<string> | undefined)",
1361
1465
  value: input3.child_types
1362
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1363
- path: _path2 + ".child_types[" + _index15 + "]",
1466
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1467
+ path: _path2 + ".child_types[" + _index17 + "]",
1364
1468
  expected: "string",
1365
1469
  value: elem
1366
1470
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1375,8 +1479,8 @@ var validTermsByIdsResponse = (input) => {
1375
1479
  path: _path2 + ".included_types",
1376
1480
  expected: "(Array<string> | undefined)",
1377
1481
  value: input3.included_types
1378
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1379
- path: _path2 + ".included_types[" + _index16 + "]",
1482
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1483
+ path: _path2 + ".included_types[" + _index18 + "]",
1380
1484
  expected: "string",
1381
1485
  value: elem
1382
1486
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1400,7 +1504,7 @@ var validTermsByIdsResponse = (input) => {
1400
1504
  expected: "(boolean | undefined)",
1401
1505
  value: input3.skipValuesBuild
1402
1506
  })].every((flag) => flag);
1403
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1507
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1404
1508
  path: _path2 + ".grade",
1405
1509
  expected: "number",
1406
1510
  value: input3.grade
@@ -1417,7 +1521,7 @@ var validTermsByIdsResponse = (input) => {
1417
1521
  expected: "string",
1418
1522
  value: input3.child_label
1419
1523
  })].every((flag) => flag);
1420
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1524
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1421
1525
  path: _path2 + ".join",
1422
1526
  expected: "(string | undefined)",
1423
1527
  value: input3.join
@@ -1429,7 +1533,7 @@ var validTermsByIdsResponse = (input) => {
1429
1533
  path: _path2 + ".term",
1430
1534
  expected: "DtTerm",
1431
1535
  value: input3.term
1432
- })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1536
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1433
1537
  path: _path2 + ".term",
1434
1538
  expected: "DtTerm",
1435
1539
  value: input3.term
@@ -1437,12 +1541,12 @@ var validTermsByIdsResponse = (input) => {
1437
1541
  path: _path2 + ".values",
1438
1542
  expected: "Array<__type>.o2",
1439
1543
  value: input3.values
1440
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1441
- path: _path2 + ".values[" + _index17 + "]",
1544
+ })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1545
+ path: _path2 + ".values[" + _index19 + "]",
1442
1546
  expected: "__type.o6",
1443
1547
  value: elem
1444
- })) && $vo40(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1445
- path: _path2 + ".values[" + _index17 + "]",
1548
+ })) && $vo41(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1549
+ path: _path2 + ".values[" + _index19 + "]",
1446
1550
  expected: "__type.o6",
1447
1551
  value: elem
1448
1552
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1458,7 +1562,7 @@ var validTermsByIdsResponse = (input) => {
1458
1562
  expected: "(boolean | undefined)",
1459
1563
  value: input3.excludeGeneName
1460
1564
  })].every((flag) => flag);
1461
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1565
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1462
1566
  path: _path2 + ".id",
1463
1567
  expected: "string",
1464
1568
  value: input3.id
@@ -1478,7 +1582,7 @@ var validTermsByIdsResponse = (input) => {
1478
1582
  path: _path2 + ".parentTerm",
1479
1583
  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)',
1480
1584
  value: input3.parentTerm
1481
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1585
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1482
1586
  path: _path2 + ".parentTerm",
1483
1587
  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)',
1484
1588
  value: input3.parentTerm
@@ -1507,7 +1611,7 @@ var validTermsByIdsResponse = (input) => {
1507
1611
  expected: "TermValues",
1508
1612
  value: input3.values
1509
1613
  })].every((flag) => flag);
1510
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1614
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1511
1615
  path: _path2 + ".id",
1512
1616
  expected: "string",
1513
1617
  value: input3.id
@@ -1523,8 +1627,8 @@ var validTermsByIdsResponse = (input) => {
1523
1627
  path: _path2 + ".child_types",
1524
1628
  expected: "(Array<string> | undefined)",
1525
1629
  value: input3.child_types
1526
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1527
- path: _path2 + ".child_types[" + _index18 + "]",
1630
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1631
+ path: _path2 + ".child_types[" + _index20 + "]",
1528
1632
  expected: "string",
1529
1633
  value: elem
1530
1634
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1539,8 +1643,8 @@ var validTermsByIdsResponse = (input) => {
1539
1643
  path: _path2 + ".included_types",
1540
1644
  expected: "(Array<string> | undefined)",
1541
1645
  value: input3.included_types
1542
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1543
- path: _path2 + ".included_types[" + _index19 + "]",
1646
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1647
+ path: _path2 + ".included_types[" + _index21 + "]",
1544
1648
  expected: "string",
1545
1649
  value: elem
1546
1650
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1587,12 +1691,12 @@ var validTermsByIdsResponse = (input) => {
1587
1691
  path: _path2 + ".genes",
1588
1692
  expected: "Array<GvGeneTerm>",
1589
1693
  value: input3.genes
1590
- })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1591
- path: _path2 + ".genes[" + _index20 + "]",
1694
+ })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1695
+ path: _path2 + ".genes[" + _index22 + "]",
1592
1696
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1593
1697
  value: elem
1594
- })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1595
- path: _path2 + ".genes[" + _index20 + "]",
1698
+ })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1699
+ path: _path2 + ".genes[" + _index22 + "]",
1596
1700
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1597
1701
  value: elem
1598
1702
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1611,12 +1715,12 @@ var validTermsByIdsResponse = (input) => {
1611
1715
  path: _path2 + ".childTerms",
1612
1716
  expected: "(Array<DtTerm> | undefined)",
1613
1717
  value: input3.childTerms
1614
- })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1615
- path: _path2 + ".childTerms[" + _index21 + "]",
1718
+ })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1719
+ path: _path2 + ".childTerms[" + _index23 + "]",
1616
1720
  expected: "DtTerm",
1617
1721
  value: elem
1618
- })) && $vo35(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1619
- path: _path2 + ".childTerms[" + _index21 + "]",
1722
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1723
+ path: _path2 + ".childTerms[" + _index23 + "]",
1620
1724
  expected: "DtTerm",
1621
1725
  value: elem
1622
1726
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1624,7 +1728,7 @@ var validTermsByIdsResponse = (input) => {
1624
1728
  expected: "(Array<DtTerm> | undefined)",
1625
1729
  value: input3.childTerms
1626
1730
  })].every((flag) => flag);
1627
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1731
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1628
1732
  path: _path2 + ".id",
1629
1733
  expected: "string",
1630
1734
  value: input3.id
@@ -1640,8 +1744,8 @@ var validTermsByIdsResponse = (input) => {
1640
1744
  path: _path2 + ".child_types",
1641
1745
  expected: "(Array<string> | undefined)",
1642
1746
  value: input3.child_types
1643
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1644
- path: _path2 + ".child_types[" + _index22 + "]",
1747
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1748
+ path: _path2 + ".child_types[" + _index24 + "]",
1645
1749
  expected: "string",
1646
1750
  value: elem
1647
1751
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1656,8 +1760,8 @@ var validTermsByIdsResponse = (input) => {
1656
1760
  path: _path2 + ".included_types",
1657
1761
  expected: "(Array<string> | undefined)",
1658
1762
  value: input3.included_types
1659
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1660
- path: _path2 + ".included_types[" + _index23 + "]",
1763
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1764
+ path: _path2 + ".included_types[" + _index25 + "]",
1661
1765
  expected: "string",
1662
1766
  value: elem
1663
1767
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1701,7 +1805,7 @@ var validTermsByIdsResponse = (input) => {
1701
1805
  expected: "(number | undefined)",
1702
1806
  value: input3.stop
1703
1807
  })].every((flag) => flag);
1704
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1808
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1705
1809
  path: _path2 + ".id",
1706
1810
  expected: "string",
1707
1811
  value: input3.id
@@ -1717,8 +1821,8 @@ var validTermsByIdsResponse = (input) => {
1717
1821
  path: _path2 + ".child_types",
1718
1822
  expected: "(Array<string> | undefined)",
1719
1823
  value: input3.child_types
1720
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1721
- path: _path2 + ".child_types[" + _index24 + "]",
1824
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1825
+ path: _path2 + ".child_types[" + _index26 + "]",
1722
1826
  expected: "string",
1723
1827
  value: elem
1724
1828
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1733,8 +1837,8 @@ var validTermsByIdsResponse = (input) => {
1733
1837
  path: _path2 + ".included_types",
1734
1838
  expected: "(Array<string> | undefined)",
1735
1839
  value: input3.included_types
1736
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1737
- path: _path2 + ".included_types[" + _index25 + "]",
1840
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1841
+ path: _path2 + ".included_types[" + _index27 + "]",
1738
1842
  expected: "string",
1739
1843
  value: elem
1740
1844
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1774,7 +1878,7 @@ var validTermsByIdsResponse = (input) => {
1774
1878
  expected: "number",
1775
1879
  value: input3.stop
1776
1880
  })].every((flag) => flag);
1777
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1881
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1778
1882
  path: _path2 + ".id",
1779
1883
  expected: "string",
1780
1884
  value: input3.id
@@ -1790,8 +1894,8 @@ var validTermsByIdsResponse = (input) => {
1790
1894
  path: _path2 + ".child_types",
1791
1895
  expected: "(Array<string> | undefined)",
1792
1896
  value: input3.child_types
1793
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1794
- path: _path2 + ".child_types[" + _index26 + "]",
1897
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1898
+ path: _path2 + ".child_types[" + _index28 + "]",
1795
1899
  expected: "string",
1796
1900
  value: elem
1797
1901
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1806,8 +1910,8 @@ var validTermsByIdsResponse = (input) => {
1806
1910
  path: _path2 + ".included_types",
1807
1911
  expected: "(Array<string> | undefined)",
1808
1912
  value: input3.included_types
1809
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1810
- path: _path2 + ".included_types[" + _index27 + "]",
1913
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1914
+ path: _path2 + ".included_types[" + _index29 + "]",
1811
1915
  expected: "string",
1812
1916
  value: elem
1813
1917
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1850,12 +1954,12 @@ var validTermsByIdsResponse = (input) => {
1850
1954
  path: _path2 + ".genes",
1851
1955
  expected: "Array<GvGeneTerm>",
1852
1956
  value: input3.genes
1853
- })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1854
- path: _path2 + ".genes[" + _index28 + "]",
1957
+ })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1958
+ path: _path2 + ".genes[" + _index30 + "]",
1855
1959
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1856
1960
  value: elem
1857
- })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1858
- path: _path2 + ".genes[" + _index28 + "]",
1961
+ })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1962
+ path: _path2 + ".genes[" + _index30 + "]",
1859
1963
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1860
1964
  value: elem
1861
1965
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1874,12 +1978,12 @@ var validTermsByIdsResponse = (input) => {
1874
1978
  path: _path2 + ".childTerms",
1875
1979
  expected: "(Array<DtTerm> | undefined)",
1876
1980
  value: input3.childTerms
1877
- })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1878
- path: _path2 + ".childTerms[" + _index29 + "]",
1981
+ })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1982
+ path: _path2 + ".childTerms[" + _index31 + "]",
1879
1983
  expected: "DtTerm",
1880
1984
  value: elem
1881
- })) && $vo35(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1882
- path: _path2 + ".childTerms[" + _index29 + "]",
1985
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1986
+ path: _path2 + ".childTerms[" + _index31 + "]",
1883
1987
  expected: "DtTerm",
1884
1988
  value: elem
1885
1989
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1887,7 +1991,7 @@ var validTermsByIdsResponse = (input) => {
1887
1991
  expected: "(Array<DtTerm> | undefined)",
1888
1992
  value: input3.childTerms
1889
1993
  })].every((flag) => flag);
1890
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1994
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1891
1995
  path: _path2 + ".key",
1892
1996
  expected: "string",
1893
1997
  value: input3.key
@@ -1900,7 +2004,7 @@ var validTermsByIdsResponse = (input) => {
1900
2004
  expected: "string",
1901
2005
  value: input3.value
1902
2006
  })].every((flag) => flag);
1903
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2007
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1904
2008
  path: _path2 + ".id",
1905
2009
  expected: "(string | undefined)",
1906
2010
  value: input3.id
@@ -1926,22 +2030,22 @@ var validTermsByIdsResponse = (input) => {
1926
2030
  value: input3.minNumSamples
1927
2031
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1928
2032
  path: _path2 + ".term",
1929
- expected: "NumericTerm",
2033
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1930
2034
  value: input3.term
1931
- })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2035
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1932
2036
  path: _path2 + ".term",
1933
- expected: "NumericTerm",
2037
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1934
2038
  value: input3.term
1935
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2039
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
1936
2040
  path: _path2 + ".q",
1937
2041
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1938
2042
  value: input3.q
1939
- })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2043
+ })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1940
2044
  path: _path2 + ".q",
1941
2045
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1942
2046
  value: input3.q
1943
2047
  })].every((flag) => flag);
1944
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2048
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1945
2049
  path: _path2 + ".hiddenValues",
1946
2050
  expected: "(HiddenValues | undefined)",
1947
2051
  value: input3.hiddenValues
@@ -2001,7 +2105,7 @@ var validTermsByIdsResponse = (input) => {
2001
2105
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2002
2106
  value: input3.lst
2003
2107
  })].every((flag) => flag);
2004
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2108
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2005
2109
  path: _path2 + ".hiddenValues",
2006
2110
  expected: "(HiddenValues | undefined)",
2007
2111
  value: input3.hiddenValues
@@ -2021,9 +2125,9 @@ var validTermsByIdsResponse = (input) => {
2021
2125
  path: _path2 + ".reuseId",
2022
2126
  expected: "(string | undefined)",
2023
2127
  value: input3.reuseId
2024
- }), "continuous" === input3.mode || $report(_exceptionable2, {
2128
+ }), void 0 === input3.mode || "continuous" === input3.mode || $report(_exceptionable2, {
2025
2129
  path: _path2 + ".mode",
2026
- expected: '"continuous"',
2130
+ expected: '("continuous" | undefined)',
2027
2131
  value: input3.mode
2028
2132
  }), void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore || $report(_exceptionable2, {
2029
2133
  path: _path2 + ".convert2ZScore",
@@ -2038,7 +2142,7 @@ var validTermsByIdsResponse = (input) => {
2038
2142
  expected: "undefined",
2039
2143
  value: input3.type
2040
2144
  }))].every((flag) => flag);
2041
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2145
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2042
2146
  path: _path2 + ".hiddenValues",
2043
2147
  expected: "(HiddenValues | undefined)",
2044
2148
  value: input3.hiddenValues
@@ -2066,12 +2170,12 @@ var validTermsByIdsResponse = (input) => {
2066
2170
  path: _path2 + ".knots",
2067
2171
  expected: "Array<__type>.o3",
2068
2172
  value: input3.knots
2069
- })) && input3.knots.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2070
- path: _path2 + ".knots[" + _index30 + "]",
2173
+ })) && input3.knots.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2174
+ path: _path2 + ".knots[" + _index32 + "]",
2071
2175
  expected: "__type.o7",
2072
2176
  value: elem
2073
- })) && $vo45(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2074
- path: _path2 + ".knots[" + _index30 + "]",
2177
+ })) && $vo46(elem, _path2 + ".knots[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2178
+ path: _path2 + ".knots[" + _index32 + "]",
2075
2179
  expected: "__type.o7",
2076
2180
  value: elem
2077
2181
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2087,12 +2191,12 @@ var validTermsByIdsResponse = (input) => {
2087
2191
  expected: "undefined",
2088
2192
  value: input3.type
2089
2193
  }))].every((flag) => flag);
2090
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2194
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2091
2195
  path: _path2 + ".value",
2092
2196
  expected: "number",
2093
2197
  value: input3.value
2094
2198
  })].every((flag) => flag);
2095
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2199
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2096
2200
  path: _path2 + ".id",
2097
2201
  expected: "(string | undefined)",
2098
2202
  value: input3.id
@@ -2120,7 +2224,7 @@ var validTermsByIdsResponse = (input) => {
2120
2224
  path: _path2 + ".q",
2121
2225
  expected: "SnpsQ",
2122
2226
  value: input3.q
2123
- })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2227
+ })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2124
2228
  path: _path2 + ".q",
2125
2229
  expected: "SnpsQ",
2126
2230
  value: input3.q
@@ -2128,12 +2232,12 @@ var validTermsByIdsResponse = (input) => {
2128
2232
  path: _path2 + ".term",
2129
2233
  expected: "SnpsTerm",
2130
2234
  value: input3.term
2131
- })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2235
+ })) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2132
2236
  path: _path2 + ".term",
2133
2237
  expected: "SnpsTerm",
2134
2238
  value: input3.term
2135
2239
  })].every((flag) => flag);
2136
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2240
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2137
2241
  path: _path2 + ".hiddenValues",
2138
2242
  expected: "(HiddenValues | undefined)",
2139
2243
  value: input3.hiddenValues
@@ -2189,7 +2293,7 @@ var validTermsByIdsResponse = (input) => {
2189
2293
  path: _path2 + ".restrictAncestry",
2190
2294
  expected: "RestrictAncestry",
2191
2295
  value: input3.restrictAncestry
2192
- })) && $vo48(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2296
+ })) && $vo49(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2193
2297
  path: _path2 + ".restrictAncestry",
2194
2298
  expected: "RestrictAncestry",
2195
2299
  value: input3.restrictAncestry
@@ -2214,7 +2318,7 @@ var validTermsByIdsResponse = (input) => {
2214
2318
  expected: "number",
2215
2319
  value: input3.stop
2216
2320
  })].every((flag) => flag);
2217
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2321
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2218
2322
  path: _path2 + ".name",
2219
2323
  expected: "string",
2220
2324
  value: input3.name
@@ -2227,7 +2331,7 @@ var validTermsByIdsResponse = (input) => {
2227
2331
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2228
2332
  value: input3.tvs
2229
2333
  })].every((flag) => flag);
2230
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2334
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2231
2335
  path: _path2 + ".id",
2232
2336
  expected: "string",
2233
2337
  value: input3.id
@@ -2243,8 +2347,8 @@ var validTermsByIdsResponse = (input) => {
2243
2347
  path: _path2 + ".child_types",
2244
2348
  expected: "(Array<string> | undefined)",
2245
2349
  value: input3.child_types
2246
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2247
- path: _path2 + ".child_types[" + _index31 + "]",
2350
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2351
+ path: _path2 + ".child_types[" + _index33 + "]",
2248
2352
  expected: "string",
2249
2353
  value: elem
2250
2354
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2259,8 +2363,8 @@ var validTermsByIdsResponse = (input) => {
2259
2363
  path: _path2 + ".included_types",
2260
2364
  expected: "(Array<string> | undefined)",
2261
2365
  value: input3.included_types
2262
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2263
- path: _path2 + ".included_types[" + _index32 + "]",
2366
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2367
+ path: _path2 + ".included_types[" + _index34 + "]",
2264
2368
  expected: "string",
2265
2369
  value: elem
2266
2370
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2291,12 +2395,12 @@ var validTermsByIdsResponse = (input) => {
2291
2395
  path: _path2 + ".snps",
2292
2396
  expected: "(Array<SnpsEntry> | undefined)",
2293
2397
  value: input3.snps
2294
- })) && input3.snps.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2295
- path: _path2 + ".snps[" + _index33 + "]",
2398
+ })) && input3.snps.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2399
+ path: _path2 + ".snps[" + _index35 + "]",
2296
2400
  expected: "SnpsEntry",
2297
2401
  value: elem
2298
- })) && $vo50(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2299
- path: _path2 + ".snps[" + _index33 + "]",
2402
+ })) && $vo51(elem, _path2 + ".snps[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2403
+ path: _path2 + ".snps[" + _index35 + "]",
2300
2404
  expected: "SnpsEntry",
2301
2405
  value: elem
2302
2406
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2304,12 +2408,12 @@ var validTermsByIdsResponse = (input) => {
2304
2408
  expected: "(Array<SnpsEntry> | undefined)",
2305
2409
  value: input3.snps
2306
2410
  })].every((flag) => flag);
2307
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2411
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2308
2412
  path: _path2 + ".altAlleles",
2309
2413
  expected: "(Array<string> | undefined)",
2310
2414
  value: input3.altAlleles
2311
- })) && input3.altAlleles.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2312
- path: _path2 + ".altAlleles[" + _index34 + "]",
2415
+ })) && input3.altAlleles.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2416
+ path: _path2 + ".altAlleles[" + _index36 + "]",
2313
2417
  expected: "string",
2314
2418
  value: elem
2315
2419
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2320,12 +2424,12 @@ var validTermsByIdsResponse = (input) => {
2320
2424
  path: _path2 + ".alleles",
2321
2425
  expected: "(Array<AllelesEntry> | undefined)",
2322
2426
  value: input3.alleles
2323
- })) && input3.alleles.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2324
- path: _path2 + ".alleles[" + _index35 + "]",
2427
+ })) && input3.alleles.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2428
+ path: _path2 + ".alleles[" + _index37 + "]",
2325
2429
  expected: "AllelesEntry",
2326
2430
  value: elem
2327
- })) && $vo51(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2328
- path: _path2 + ".alleles[" + _index35 + "]",
2431
+ })) && $vo52(elem, _path2 + ".alleles[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2432
+ path: _path2 + ".alleles[" + _index37 + "]",
2329
2433
  expected: "AllelesEntry",
2330
2434
  value: elem
2331
2435
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2340,7 +2444,7 @@ var validTermsByIdsResponse = (input) => {
2340
2444
  path: _path2 + ".gt2count",
2341
2445
  expected: "(__type.o8 | undefined)",
2342
2446
  value: input3.gt2count
2343
- })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2447
+ })) && $vo53(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2344
2448
  path: _path2 + ".gt2count",
2345
2449
  expected: "(__type.o8 | undefined)",
2346
2450
  value: input3.gt2count
@@ -2369,7 +2473,7 @@ var validTermsByIdsResponse = (input) => {
2369
2473
  expected: "(number | undefined)",
2370
2474
  value: input3.pos
2371
2475
  })].every((flag) => flag);
2372
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2476
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2373
2477
  path: _path2 + ".allele",
2374
2478
  expected: "string",
2375
2479
  value: input3.allele
@@ -2382,7 +2486,7 @@ var validTermsByIdsResponse = (input) => {
2382
2486
  expected: "boolean",
2383
2487
  value: input3.isRef
2384
2488
  })].every((flag) => flag);
2385
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2489
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2386
2490
  path: _path2 + ".k",
2387
2491
  expected: "string",
2388
2492
  value: input3.k
@@ -2391,7 +2495,7 @@ var validTermsByIdsResponse = (input) => {
2391
2495
  expected: "(number | string)",
2392
2496
  value: input3.v
2393
2497
  })].every((flag) => flag);
2394
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2498
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2395
2499
  path: _path2 + ".id",
2396
2500
  expected: "(string | undefined)",
2397
2501
  value: input3.id
@@ -2417,22 +2521,22 @@ var validTermsByIdsResponse = (input) => {
2417
2521
  value: input3.minNumSamples
2418
2522
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2419
2523
  path: _path2 + ".term",
2420
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date" | "ssGSEA"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2524
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2421
2525
  value: input3.term
2422
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2526
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2423
2527
  path: _path2 + ".term",
2424
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date" | "ssGSEA"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2528
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2425
2529
  value: input3.term
2426
2530
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2427
2531
  path: _path2 + ".q",
2428
2532
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2429
2533
  value: input3.q
2430
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2534
+ })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2431
2535
  path: _path2 + ".q",
2432
2536
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2433
2537
  value: input3.q
2434
2538
  })].every((flag) => flag);
2435
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2539
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2436
2540
  path: _path2 + ".id",
2437
2541
  expected: "string",
2438
2542
  value: input3.id
@@ -2448,8 +2552,8 @@ var validTermsByIdsResponse = (input) => {
2448
2552
  path: _path2 + ".child_types",
2449
2553
  expected: "(Array<string> | undefined)",
2450
2554
  value: input3.child_types
2451
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2452
- path: _path2 + ".child_types[" + _index36 + "]",
2555
+ })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2556
+ path: _path2 + ".child_types[" + _index38 + "]",
2453
2557
  expected: "string",
2454
2558
  value: elem
2455
2559
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2464,8 +2568,8 @@ var validTermsByIdsResponse = (input) => {
2464
2568
  path: _path2 + ".included_types",
2465
2569
  expected: "(Array<string> | undefined)",
2466
2570
  value: input3.included_types
2467
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2468
- path: _path2 + ".included_types[" + _index37 + "]",
2571
+ })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2572
+ path: _path2 + ".included_types[" + _index39 + "]",
2469
2573
  expected: "string",
2470
2574
  value: elem
2471
2575
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2512,12 +2616,12 @@ var validTermsByIdsResponse = (input) => {
2512
2616
  path: _path2 + ".genes",
2513
2617
  expected: "Array<GvGeneTerm>",
2514
2618
  value: input3.genes
2515
- })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2516
- path: _path2 + ".genes[" + _index38 + "]",
2619
+ })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2620
+ path: _path2 + ".genes[" + _index40 + "]",
2517
2621
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2518
2622
  value: elem
2519
- })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2520
- path: _path2 + ".genes[" + _index38 + "]",
2623
+ })) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2624
+ path: _path2 + ".genes[" + _index40 + "]",
2521
2625
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2522
2626
  value: elem
2523
2627
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2536,12 +2640,12 @@ var validTermsByIdsResponse = (input) => {
2536
2640
  path: _path2 + ".childTerms",
2537
2641
  expected: "Array<DtTerm>",
2538
2642
  value: input3.childTerms
2539
- })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2540
- path: _path2 + ".childTerms[" + _index39 + "]",
2643
+ })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2644
+ path: _path2 + ".childTerms[" + _index41 + "]",
2541
2645
  expected: "DtTerm",
2542
2646
  value: elem
2543
- })) && $vo35(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2544
- path: _path2 + ".childTerms[" + _index39 + "]",
2647
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2648
+ path: _path2 + ".childTerms[" + _index41 + "]",
2545
2649
  expected: "DtTerm",
2546
2650
  value: elem
2547
2651
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2549,7 +2653,7 @@ var validTermsByIdsResponse = (input) => {
2549
2653
  expected: "Array<DtTerm>",
2550
2654
  value: input3.childTerms
2551
2655
  })].every((flag) => flag);
2552
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2656
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2553
2657
  path: _path2 + ".id",
2554
2658
  expected: "string",
2555
2659
  value: input3.id
@@ -2565,8 +2669,8 @@ var validTermsByIdsResponse = (input) => {
2565
2669
  path: _path2 + ".child_types",
2566
2670
  expected: "(Array<string> | undefined)",
2567
2671
  value: input3.child_types
2568
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2569
- path: _path2 + ".child_types[" + _index40 + "]",
2672
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2673
+ path: _path2 + ".child_types[" + _index42 + "]",
2570
2674
  expected: "string",
2571
2675
  value: elem
2572
2676
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2581,8 +2685,8 @@ var validTermsByIdsResponse = (input) => {
2581
2685
  path: _path2 + ".included_types",
2582
2686
  expected: "(Array<string> | undefined)",
2583
2687
  value: input3.included_types
2584
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2585
- path: _path2 + ".included_types[" + _index41 + "]",
2688
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2689
+ path: _path2 + ".included_types[" + _index43 + "]",
2586
2690
  expected: "string",
2587
2691
  value: elem
2588
2692
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2625,12 +2729,12 @@ var validTermsByIdsResponse = (input) => {
2625
2729
  path: _path2 + ".genes",
2626
2730
  expected: "Array<GvGeneTerm>",
2627
2731
  value: input3.genes
2628
- })) && input3.genes.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2629
- path: _path2 + ".genes[" + _index42 + "]",
2732
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2733
+ path: _path2 + ".genes[" + _index44 + "]",
2630
2734
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2631
2735
  value: elem
2632
- })) && $vu3(elem, _path2 + ".genes[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2633
- path: _path2 + ".genes[" + _index42 + "]",
2736
+ })) && $vu3(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2737
+ path: _path2 + ".genes[" + _index44 + "]",
2634
2738
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2635
2739
  value: elem
2636
2740
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2649,12 +2753,12 @@ var validTermsByIdsResponse = (input) => {
2649
2753
  path: _path2 + ".childTerms",
2650
2754
  expected: "Array<DtTerm>",
2651
2755
  value: input3.childTerms
2652
- })) && input3.childTerms.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2653
- path: _path2 + ".childTerms[" + _index43 + "]",
2756
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2757
+ path: _path2 + ".childTerms[" + _index45 + "]",
2654
2758
  expected: "DtTerm",
2655
2759
  value: elem
2656
- })) && $vo35(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2657
- path: _path2 + ".childTerms[" + _index43 + "]",
2760
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2761
+ path: _path2 + ".childTerms[" + _index45 + "]",
2658
2762
  expected: "DtTerm",
2659
2763
  value: elem
2660
2764
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2662,7 +2766,7 @@ var validTermsByIdsResponse = (input) => {
2662
2766
  expected: "Array<DtTerm>",
2663
2767
  value: input3.childTerms
2664
2768
  })].every((flag) => flag);
2665
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2769
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2666
2770
  path: _path2 + ".id",
2667
2771
  expected: "string",
2668
2772
  value: input3.id
@@ -2678,8 +2782,8 @@ var validTermsByIdsResponse = (input) => {
2678
2782
  path: _path2 + ".child_types",
2679
2783
  expected: "(Array<string> | undefined)",
2680
2784
  value: input3.child_types
2681
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2682
- path: _path2 + ".child_types[" + _index44 + "]",
2785
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2786
+ path: _path2 + ".child_types[" + _index46 + "]",
2683
2787
  expected: "string",
2684
2788
  value: elem
2685
2789
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2694,8 +2798,8 @@ var validTermsByIdsResponse = (input) => {
2694
2798
  path: _path2 + ".included_types",
2695
2799
  expected: "(Array<string> | undefined)",
2696
2800
  value: input3.included_types
2697
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2698
- path: _path2 + ".included_types[" + _index45 + "]",
2801
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2802
+ path: _path2 + ".included_types[" + _index47 + "]",
2699
2803
  expected: "string",
2700
2804
  value: elem
2701
2805
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2727,7 +2831,7 @@ var validTermsByIdsResponse = (input) => {
2727
2831
  expected: "TermGroupSetting",
2728
2832
  value: input3.groupsetting
2729
2833
  })].every((flag) => flag);
2730
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2834
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2731
2835
  path: _path2 + ".id",
2732
2836
  expected: "string",
2733
2837
  value: input3.id
@@ -2735,16 +2839,16 @@ var validTermsByIdsResponse = (input) => {
2735
2839
  path: _path2 + ".name",
2736
2840
  expected: "string",
2737
2841
  value: input3.name
2738
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
2842
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2739
2843
  path: _path2 + ".type",
2740
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
2844
+ expected: '("date" | "float" | "integer")',
2741
2845
  value: input3.type
2742
2846
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2743
2847
  path: _path2 + ".child_types",
2744
2848
  expected: "(Array<string> | undefined)",
2745
2849
  value: input3.child_types
2746
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2747
- path: _path2 + ".child_types[" + _index46 + "]",
2850
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2851
+ path: _path2 + ".child_types[" + _index48 + "]",
2748
2852
  expected: "string",
2749
2853
  value: elem
2750
2854
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2759,8 +2863,8 @@ var validTermsByIdsResponse = (input) => {
2759
2863
  path: _path2 + ".included_types",
2760
2864
  expected: "(Array<string> | undefined)",
2761
2865
  value: input3.included_types
2762
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2763
- path: _path2 + ".included_types[" + _index47 + "]",
2866
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2867
+ path: _path2 + ".included_types[" + _index49 + "]",
2764
2868
  expected: "string",
2765
2869
  value: elem
2766
2870
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2783,28 +2887,121 @@ var validTermsByIdsResponse = (input) => {
2783
2887
  path: _path2 + ".skipValuesBuild",
2784
2888
  expected: "(boolean | undefined)",
2785
2889
  value: input3.skipValuesBuild
2890
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2891
+ path: _path2 + ".continuousColorScale",
2892
+ expected: "(__type.o4 | undefined)",
2893
+ value: input3.continuousColorScale
2894
+ })) && $vo23(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2895
+ path: _path2 + ".continuousColorScale",
2896
+ expected: "(__type.o4 | undefined)",
2897
+ value: input3.continuousColorScale
2898
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2899
+ path: _path2 + ".unit",
2900
+ expected: "(string | undefined)",
2901
+ value: input3.unit
2786
2902
  }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2787
2903
  path: _path2 + ".bins",
2788
2904
  expected: "PresetNumericBins",
2789
2905
  value: input3.bins
2790
- })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2906
+ })) && $vo24(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2791
2907
  path: _path2 + ".bins",
2792
2908
  expected: "PresetNumericBins",
2793
2909
  value: input3.bins
2794
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2795
- path: _path2 + ".unit",
2796
- expected: "(string | undefined)",
2797
- value: input3.unit
2910
+ })].every((flag) => flag);
2911
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2912
+ path: _path2 + ".id",
2913
+ expected: "string",
2914
+ value: input3.id
2915
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2916
+ path: _path2 + ".name",
2917
+ expected: "string",
2918
+ value: input3.name
2919
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
2920
+ path: _path2 + ".type",
2921
+ expected: '"geneExpression"',
2922
+ value: input3.type
2923
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2924
+ path: _path2 + ".child_types",
2925
+ expected: "(Array<string> | undefined)",
2926
+ value: input3.child_types
2927
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2928
+ path: _path2 + ".child_types[" + _index50 + "]",
2929
+ expected: "string",
2930
+ value: elem
2931
+ })).every((flag) => flag) || $report(_exceptionable2, {
2932
+ path: _path2 + ".child_types",
2933
+ expected: "(Array<string> | undefined)",
2934
+ value: input3.child_types
2935
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2936
+ path: _path2 + ".hashtmldetail",
2937
+ expected: "(boolean | undefined)",
2938
+ value: input3.hashtmldetail
2939
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2940
+ path: _path2 + ".included_types",
2941
+ expected: "(Array<string> | undefined)",
2942
+ value: input3.included_types
2943
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2944
+ path: _path2 + ".included_types[" + _index51 + "]",
2945
+ expected: "string",
2946
+ value: elem
2947
+ })).every((flag) => flag) || $report(_exceptionable2, {
2948
+ path: _path2 + ".included_types",
2949
+ expected: "(Array<string> | undefined)",
2950
+ value: input3.included_types
2951
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2952
+ path: _path2 + ".isleaf",
2953
+ expected: "(boolean | undefined)",
2954
+ value: input3.isleaf
2955
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2956
+ path: _path2 + ".values",
2957
+ expected: "(TermValues | undefined)",
2958
+ value: input3.values
2959
+ })) && $vo17(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2960
+ path: _path2 + ".values",
2961
+ expected: "(TermValues | undefined)",
2962
+ value: input3.values
2963
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2964
+ path: _path2 + ".skipValuesBuild",
2965
+ expected: "(boolean | undefined)",
2966
+ value: input3.skipValuesBuild
2798
2967
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2799
2968
  path: _path2 + ".continuousColorScale",
2800
2969
  expected: "(__type.o4 | undefined)",
2801
2970
  value: input3.continuousColorScale
2802
- })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2971
+ })) && $vo23(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2803
2972
  path: _path2 + ".continuousColorScale",
2804
2973
  expected: "(__type.o4 | undefined)",
2805
2974
  value: input3.continuousColorScale
2975
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2976
+ path: _path2 + ".unit",
2977
+ expected: "(string | undefined)",
2978
+ value: input3.unit
2979
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2980
+ path: _path2 + ".gene",
2981
+ expected: "string",
2982
+ value: input3.gene
2983
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2984
+ path: _path2 + ".bins",
2985
+ expected: "(PresetNumericBins | undefined)",
2986
+ value: input3.bins
2987
+ })) && $vo24(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2988
+ path: _path2 + ".bins",
2989
+ expected: "(PresetNumericBins | undefined)",
2990
+ value: input3.bins
2991
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2992
+ path: _path2 + ".chr",
2993
+ expected: "(string | undefined)",
2994
+ value: input3.chr
2995
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2996
+ path: _path2 + ".start",
2997
+ expected: "(number | undefined)",
2998
+ value: input3.start
2999
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
3000
+ path: _path2 + ".stop",
3001
+ expected: "(number | undefined)",
3002
+ value: input3.stop
2806
3003
  })].every((flag) => flag);
2807
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3004
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2808
3005
  path: _path2 + ".id",
2809
3006
  expected: "string",
2810
3007
  value: input3.id
@@ -2820,8 +3017,8 @@ var validTermsByIdsResponse = (input) => {
2820
3017
  path: _path2 + ".child_types",
2821
3018
  expected: "(Array<string> | undefined)",
2822
3019
  value: input3.child_types
2823
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2824
- path: _path2 + ".child_types[" + _index48 + "]",
3020
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3021
+ path: _path2 + ".child_types[" + _index52 + "]",
2825
3022
  expected: "string",
2826
3023
  value: elem
2827
3024
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2836,8 +3033,8 @@ var validTermsByIdsResponse = (input) => {
2836
3033
  path: _path2 + ".included_types",
2837
3034
  expected: "(Array<string> | undefined)",
2838
3035
  value: input3.included_types
2839
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2840
- path: _path2 + ".included_types[" + _index49 + "]",
3036
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3037
+ path: _path2 + ".included_types[" + _index53 + "]",
2841
3038
  expected: "string",
2842
3039
  value: elem
2843
3040
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2861,7 +3058,7 @@ var validTermsByIdsResponse = (input) => {
2861
3058
  expected: "(boolean | undefined)",
2862
3059
  value: input3.skipValuesBuild
2863
3060
  })].every((flag) => flag);
2864
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3061
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2865
3062
  path: _path2 + ".id",
2866
3063
  expected: "string",
2867
3064
  value: input3.id
@@ -2877,8 +3074,8 @@ var validTermsByIdsResponse = (input) => {
2877
3074
  path: _path2 + ".child_types",
2878
3075
  expected: "(Array<string> | undefined)",
2879
3076
  value: input3.child_types
2880
- })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2881
- path: _path2 + ".child_types[" + _index50 + "]",
3077
+ })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3078
+ path: _path2 + ".child_types[" + _index54 + "]",
2882
3079
  expected: "string",
2883
3080
  value: elem
2884
3081
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2893,8 +3090,8 @@ var validTermsByIdsResponse = (input) => {
2893
3090
  path: _path2 + ".included_types",
2894
3091
  expected: "(Array<string> | undefined)",
2895
3092
  value: input3.included_types
2896
- })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2897
- path: _path2 + ".included_types[" + _index51 + "]",
3093
+ })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3094
+ path: _path2 + ".included_types[" + _index55 + "]",
2898
3095
  expected: "string",
2899
3096
  value: elem
2900
3097
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2925,12 +3122,12 @@ var validTermsByIdsResponse = (input) => {
2925
3122
  path: _path2 + ".snps",
2926
3123
  expected: "(Array<SnpsEntry> | undefined)",
2927
3124
  value: input3.snps
2928
- })) && input3.snps.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2929
- path: _path2 + ".snps[" + _index52 + "]",
3125
+ })) && input3.snps.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3126
+ path: _path2 + ".snps[" + _index56 + "]",
2930
3127
  expected: "SnpsEntry",
2931
3128
  value: elem
2932
- })) && $vo50(elem, _path2 + ".snps[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2933
- path: _path2 + ".snps[" + _index52 + "]",
3129
+ })) && $vo51(elem, _path2 + ".snps[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3130
+ path: _path2 + ".snps[" + _index56 + "]",
2934
3131
  expected: "SnpsEntry",
2935
3132
  value: elem
2936
3133
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2938,7 +3135,7 @@ var validTermsByIdsResponse = (input) => {
2938
3135
  expected: "(Array<SnpsEntry> | undefined)",
2939
3136
  value: input3.snps
2940
3137
  })].every((flag) => flag);
2941
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3138
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2942
3139
  path: _path2 + ".id",
2943
3140
  expected: "string",
2944
3141
  value: input3.id
@@ -2954,8 +3151,8 @@ var validTermsByIdsResponse = (input) => {
2954
3151
  path: _path2 + ".child_types",
2955
3152
  expected: "(Array<string> | undefined)",
2956
3153
  value: input3.child_types
2957
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2958
- path: _path2 + ".child_types[" + _index53 + "]",
3154
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3155
+ path: _path2 + ".child_types[" + _index57 + "]",
2959
3156
  expected: "string",
2960
3157
  value: elem
2961
3158
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2970,8 +3167,8 @@ var validTermsByIdsResponse = (input) => {
2970
3167
  path: _path2 + ".included_types",
2971
3168
  expected: "(Array<string> | undefined)",
2972
3169
  value: input3.included_types
2973
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2974
- path: _path2 + ".included_types[" + _index54 + "]",
3170
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3171
+ path: _path2 + ".included_types[" + _index58 + "]",
2975
3172
  expected: "string",
2976
3173
  value: elem
2977
3174
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2986,7 +3183,7 @@ var validTermsByIdsResponse = (input) => {
2986
3183
  path: _path2 + ".values",
2987
3184
  expected: "(TermValues & SampleLstTermValues | undefined)",
2988
3185
  value: input3.values
2989
- })) && $vo61(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3186
+ })) && $vo63(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2990
3187
  path: _path2 + ".values",
2991
3188
  expected: "(TermValues & SampleLstTermValues | undefined)",
2992
3189
  value: input3.values
@@ -2995,7 +3192,7 @@ var validTermsByIdsResponse = (input) => {
2995
3192
  expected: "(boolean | undefined)",
2996
3193
  value: input3.skipValuesBuild
2997
3194
  })].every((flag) => flag);
2998
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3195
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2999
3196
  const value = input3[key];
3000
3197
  if (void 0 === value)
3001
3198
  return true;
@@ -3004,7 +3201,7 @@ var validTermsByIdsResponse = (input) => {
3004
3201
  path: _path2 + $join(key),
3005
3202
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3006
3203
  value
3007
- })) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3204
+ })) && $vo64(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3008
3205
  path: _path2 + $join(key),
3009
3206
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3010
3207
  value
@@ -3014,14 +3211,14 @@ var validTermsByIdsResponse = (input) => {
3014
3211
  path: _path2 + $join(key),
3015
3212
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3016
3213
  value
3017
- })) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3214
+ })) && $vo64(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3018
3215
  path: _path2 + $join(key),
3019
3216
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3020
3217
  value
3021
3218
  });
3022
3219
  return true;
3023
3220
  }).every((flag) => flag)].every((flag) => flag);
3024
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3221
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3025
3222
  path: _path2 + ".key",
3026
3223
  expected: "(string | undefined)",
3027
3224
  value: input3.key
@@ -3065,12 +3262,12 @@ var validTermsByIdsResponse = (input) => {
3065
3262
  path: _path2 + ".list",
3066
3263
  expected: "Array<__type>.o4",
3067
3264
  value: input3.list
3068
- })) && input3.list.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3069
- path: _path2 + ".list[" + _index55 + "]",
3265
+ })) && input3.list.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3266
+ path: _path2 + ".list[" + _index59 + "]",
3070
3267
  expected: "__type.o9",
3071
3268
  value: elem
3072
- })) && $vo63(elem, _path2 + ".list[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3073
- path: _path2 + ".list[" + _index55 + "]",
3269
+ })) && $vo65(elem, _path2 + ".list[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3270
+ path: _path2 + ".list[" + _index59 + "]",
3074
3271
  expected: "__type.o9",
3075
3272
  value: elem
3076
3273
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3078,7 +3275,7 @@ var validTermsByIdsResponse = (input) => {
3078
3275
  expected: "Array<__type>.o4",
3079
3276
  value: input3.list
3080
3277
  }), true].every((flag) => flag);
3081
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3278
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3082
3279
  path: _path2 + ".sampleId",
3083
3280
  expected: "string",
3084
3281
  value: input3.sampleId
@@ -3087,7 +3284,7 @@ var validTermsByIdsResponse = (input) => {
3087
3284
  expected: "string",
3088
3285
  value: input3.sample
3089
3286
  })].every((flag) => flag);
3090
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3287
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3091
3288
  path: _path2 + ".hiddenValues",
3092
3289
  expected: "(HiddenValues | undefined)",
3093
3290
  value: input3.hiddenValues
@@ -3116,7 +3313,7 @@ var validTermsByIdsResponse = (input) => {
3116
3313
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3117
3314
  value: input3.type
3118
3315
  })].every((flag) => flag);
3119
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3316
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3120
3317
  path: _path2 + ".hiddenValues",
3121
3318
  expected: "(HiddenValues | undefined)",
3122
3319
  value: input3.hiddenValues
@@ -3156,8 +3353,8 @@ var validTermsByIdsResponse = (input) => {
3156
3353
  path: _path2 + ".breaks",
3157
3354
  expected: "(Array<number> | undefined)",
3158
3355
  value: input3.breaks
3159
- })) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
3160
- path: _path2 + ".breaks[" + _index56 + "]",
3356
+ })) && input3.breaks.map((elem, _index60) => "number" === typeof elem || $report(_exceptionable2, {
3357
+ path: _path2 + ".breaks[" + _index60 + "]",
3161
3358
  expected: "number",
3162
3359
  value: elem
3163
3360
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3181,7 +3378,7 @@ var validTermsByIdsResponse = (input) => {
3181
3378
  expected: "(boolean | undefined)",
3182
3379
  value: input3.value_by_computable_grade
3183
3380
  }), true].every((flag) => flag);
3184
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3381
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3185
3382
  path: _path2 + ".hiddenValues",
3186
3383
  expected: "(HiddenValues | undefined)",
3187
3384
  value: input3.hiddenValues
@@ -3213,12 +3410,12 @@ var validTermsByIdsResponse = (input) => {
3213
3410
  path: _path2 + ".groups",
3214
3411
  expected: "SampleLstTermValues",
3215
3412
  value: input3.groups
3216
- })) && $vo67(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3413
+ })) && $vo69(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3217
3414
  path: _path2 + ".groups",
3218
3415
  expected: "SampleLstTermValues",
3219
3416
  value: input3.groups
3220
3417
  })].every((flag) => flag);
3221
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3418
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3222
3419
  const value = input3[key];
3223
3420
  if (void 0 === value)
3224
3421
  return true;
@@ -3227,7 +3424,7 @@ var validTermsByIdsResponse = (input) => {
3227
3424
  path: _path2 + $join(key),
3228
3425
  expected: "__type.o10",
3229
3426
  value
3230
- })) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3427
+ })) && $vo70(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3231
3428
  path: _path2 + $join(key),
3232
3429
  expected: "__type.o10",
3233
3430
  value
@@ -3237,14 +3434,14 @@ var validTermsByIdsResponse = (input) => {
3237
3434
  path: _path2 + $join(key),
3238
3435
  expected: "__type.o10",
3239
3436
  value
3240
- })) && $vo68(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3437
+ })) && $vo70(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3241
3438
  path: _path2 + $join(key),
3242
3439
  expected: "__type.o10",
3243
3440
  value
3244
3441
  });
3245
3442
  return true;
3246
3443
  }).every((flag) => flag)].every((flag) => flag);
3247
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3444
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3248
3445
  path: _path2 + ".name",
3249
3446
  expected: "string",
3250
3447
  value: input3.name
@@ -3256,12 +3453,12 @@ var validTermsByIdsResponse = (input) => {
3256
3453
  path: _path2 + ".list",
3257
3454
  expected: "Array<__type>.o4",
3258
3455
  value: input3.list
3259
- })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3260
- path: _path2 + ".list[" + _index57 + "]",
3456
+ })) && input3.list.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3457
+ path: _path2 + ".list[" + _index61 + "]",
3261
3458
  expected: "__type.o9",
3262
3459
  value: elem
3263
- })) && $vo63(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3264
- path: _path2 + ".list[" + _index57 + "]",
3460
+ })) && $vo65(elem, _path2 + ".list[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3461
+ path: _path2 + ".list[" + _index61 + "]",
3265
3462
  expected: "__type.o9",
3266
3463
  value: elem
3267
3464
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3293,16 +3490,16 @@ var validTermsByIdsResponse = (input) => {
3293
3490
  })();
3294
3491
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3295
3492
  if (true === input3.startunbounded)
3296
- return $vo25(input3, _path2, _exceptionable2);
3493
+ return $vo26(input3, _path2, _exceptionable2);
3297
3494
  if (true === input3.stopunbounded)
3298
- return $vo27(input3, _path2, _exceptionable2);
3299
- return $vo26(input3, _path2, _exceptionable2);
3495
+ return $vo28(input3, _path2, _exceptionable2);
3496
+ return $vo27(input3, _path2, _exceptionable2);
3300
3497
  })();
3301
3498
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3302
3499
  if ("gene" === input3.kind)
3303
- return $vo37(input3, _path2, _exceptionable2);
3304
- if ("coord" === input3.kind)
3305
3500
  return $vo38(input3, _path2, _exceptionable2);
3501
+ if ("coord" === input3.kind)
3502
+ return $vo39(input3, _path2, _exceptionable2);
3306
3503
  return $report(_exceptionable2, {
3307
3504
  path: _path2,
3308
3505
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3311,9 +3508,9 @@ var validTermsByIdsResponse = (input) => {
3311
3508
  })();
3312
3509
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3313
3510
  if (true === input3.startunbounded)
3314
- return $vo25(input3, _path2, _exceptionable2);
3315
- if (void 0 !== input3.start)
3316
3511
  return $vo26(input3, _path2, _exceptionable2);
3512
+ if (void 0 !== input3.start)
3513
+ return $vo27(input3, _path2, _exceptionable2);
3317
3514
  return $report(_exceptionable2, {
3318
3515
  path: _path2,
3319
3516
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3322,9 +3519,9 @@ var validTermsByIdsResponse = (input) => {
3322
3519
  })();
3323
3520
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3324
3521
  if (void 0 !== input3.stop)
3325
- return $vo26(input3, _path2, _exceptionable2);
3326
- if (true === input3.stopunbounded)
3327
3522
  return $vo27(input3, _path2, _exceptionable2);
3523
+ if (true === input3.stopunbounded)
3524
+ return $vo28(input3, _path2, _exceptionable2);
3328
3525
  return $report(_exceptionable2, {
3329
3526
  path: _path2,
3330
3527
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3334,7 +3531,7 @@ var validTermsByIdsResponse = (input) => {
3334
3531
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3335
3532
  if (void 0 !== input3.type)
3336
3533
  return $vo2(input3, _path2, _exceptionable2);
3337
- return $vo53(input3, _path2, false) || $vo46(input3, _path2, false) || $vo41(input3, _path2, false);
3534
+ return $vo54(input3, _path2, false) || $vo47(input3, _path2, false) || $vo42(input3, _path2, false);
3338
3535
  })();
3339
3536
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3340
3537
  if ("values" === input3.type)
@@ -3348,69 +3545,80 @@ var validTermsByIdsResponse = (input) => {
3348
3545
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3349
3546
  if (void 0 !== input3.ranges)
3350
3547
  return $vo21(input3, _path2, _exceptionable2);
3351
- return $vo15(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3548
+ return $vo15(input3, _path2, false) || $vo32(input3, _path2, false) || $vo35(input3, _path2, false);
3352
3549
  })();
3353
3550
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3551
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3552
+ return $vo22(input3, _path2, _exceptionable2);
3553
+ if ("geneExpression" === input3.type)
3554
+ return $vo30(input3, _path2, _exceptionable2);
3555
+ return $report(_exceptionable2, {
3556
+ path: _path2,
3557
+ expected: "(NumericDictTerm | GeneExpressionTerm)",
3558
+ value: input3
3559
+ });
3560
+ })();
3561
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3354
3562
  if ("regular-bin" === input3.type)
3355
- return $vo24(input3, _path2, _exceptionable2);
3563
+ return $vo25(input3, _path2, _exceptionable2);
3356
3564
  if ("custom-bin" === input3.type)
3357
- return $vo28(input3, _path2, _exceptionable2);
3565
+ return $vo29(input3, _path2, _exceptionable2);
3358
3566
  return $report(_exceptionable2, {
3359
3567
  path: _path2,
3360
3568
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
3361
3569
  value: input3
3362
3570
  });
3363
3571
  })();
3364
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3572
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3365
3573
  if ("gene" === input3.kind)
3366
- return $vo36(input3, _path2, _exceptionable2);
3574
+ return $vo37(input3, _path2, _exceptionable2);
3367
3575
  if ("coord" === input3.kind)
3368
- return $vo39(input3, _path2, _exceptionable2);
3576
+ return $vo40(input3, _path2, _exceptionable2);
3369
3577
  return $report(_exceptionable2, {
3370
3578
  path: _path2,
3371
3579
  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; })',
3372
3580
  value: input3
3373
3581
  });
3374
3582
  })();
3375
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3583
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3376
3584
  if ("regular-bin" === input3.type)
3377
- return $vo24(input3, _path2, _exceptionable2);
3378
- if ("continuous" === input3.mode)
3379
- return $vo43(input3, _path2, _exceptionable2);
3585
+ return $vo25(input3, _path2, _exceptionable2);
3380
3586
  if ("spline" === input3.mode)
3381
- return $vo44(input3, _path2, _exceptionable2);
3382
- return $vo28(input3, _path2, false) || $vo42(input3, _path2, false);
3587
+ return $vo45(input3, _path2, _exceptionable2);
3588
+ return $vo29(input3, _path2, false) || $vo43(input3, _path2, false) || $vo44(input3, _path2, false);
3383
3589
  })();
3384
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3590
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3385
3591
  if ("gene" === input3.kind)
3386
- return $vo54(input3, _path2, _exceptionable2);
3387
- if ("coord" === input3.kind)
3388
3592
  return $vo55(input3, _path2, _exceptionable2);
3389
- if ("categorical" === input3.type)
3593
+ if ("coord" === input3.kind)
3390
3594
  return $vo56(input3, _path2, _exceptionable2);
3391
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
3595
+ if ("categorical" === input3.type)
3392
3596
  return $vo57(input3, _path2, _exceptionable2);
3393
- if ("condition" === input3.type)
3597
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3394
3598
  return $vo58(input3, _path2, _exceptionable2);
3395
- return $vo59(input3, _path2, false) || $vo60(input3, _path2, false);
3599
+ if ("geneExpression" === input3.type)
3600
+ return $vo59(input3, _path2, _exceptionable2);
3601
+ if ("condition" === input3.type)
3602
+ return $vo60(input3, _path2, _exceptionable2);
3603
+ return $vo61(input3, _path2, false) || $vo62(input3, _path2, false);
3396
3604
  })();
3397
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3605
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3398
3606
  if (void 0 !== input3.predefined_groupset_idx)
3399
3607
  return $vo7(input3, _path2, _exceptionable2);
3400
3608
  if (void 0 !== input3.customset)
3401
3609
  return $vo8(input3, _path2, _exceptionable2);
3402
3610
  if (void 0 !== input3.bin_size)
3403
- return $vo24(input3, _path2, _exceptionable2);
3611
+ return $vo25(input3, _path2, _exceptionable2);
3404
3612
  if (void 0 !== input3.knots)
3405
- return $vo44(input3, _path2, _exceptionable2);
3613
+ return $vo45(input3, _path2, _exceptionable2);
3406
3614
  if (void 0 !== input3.AFcutoff)
3407
- return $vo47(input3, _path2, _exceptionable2);
3615
+ return $vo48(input3, _path2, _exceptionable2);
3408
3616
  if (void 0 !== input3.timeScale)
3409
- return $vo65(input3, _path2, _exceptionable2);
3617
+ return $vo67(input3, _path2, _exceptionable2);
3410
3618
  return (() => {
3411
3619
  if (void 0 !== input3.groups)
3412
- return $vo66(input3, _path2, _exceptionable2);
3413
- return $vo6(input3, _path2, false) || $vo64(input3, _path2, false) || $vo4(input3, _path2, false) || $vo28(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3620
+ return $vo68(input3, _path2, _exceptionable2);
3621
+ return $vo6(input3, _path2, false) || $vo66(input3, _path2, false) || $vo4(input3, _path2, false) || $vo29(input3, _path2, false) || $vo43(input3, _path2, false) || $vo44(input3, _path2, false);
3414
3622
  })();
3415
3623
  })();
3416
3624
  return ("object" === typeof input2 && null !== input2 || $report(true, {