@sjcrh/proteinpaint-types 2.169.0 → 2.170.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 (42) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-EBPGV76U.js → chunk-33FYSH3O.js} +130 -2
  3. package/dist/{chunk-GIPUG4HD.js → chunk-447IAMTQ.js} +130 -2
  4. package/dist/{chunk-ZXPLL3NT.js → chunk-53QZTLJK.js} +417 -185
  5. package/dist/{chunk-PZHVYGSD.js → chunk-A5Z4YYMF.js} +492 -236
  6. package/dist/{chunk-5F24QFE7.js → chunk-BPDR66LV.js} +385 -151
  7. package/dist/{chunk-C27KCAQH.js → chunk-CUU7POGC.js} +417 -185
  8. package/dist/{chunk-FTPYJPUB.js → chunk-FK7OCBPT.js} +5 -1
  9. package/dist/{chunk-OLXOQLZH.js → chunk-GNLX5NQ5.js} +243 -49
  10. package/dist/{chunk-GZKTMVAU.js → chunk-HDED6K55.js} +515 -153
  11. package/dist/{chunk-LXW2FSLR.js → chunk-MH3TDIL4.js} +439 -207
  12. package/dist/{chunk-OLWNM7QP.js → chunk-MJEQEGN4.js} +130 -2
  13. package/dist/{chunk-5OMJAZK4.js → chunk-QL6YSLN6.js} +171 -43
  14. package/dist/{chunk-CC32XCET.js → chunk-UQNHLAZN.js} +660 -298
  15. package/dist/{chunk-VQOCGHP2.js → chunk-YCURJJSC.js} +5 -1
  16. package/dist/{chunk-MCL6EDOS.js → chunk-ZAMM6EMS.js} +421 -189
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/grin2.js +1 -1
  19. package/dist/healthcheck.js +1 -1
  20. package/dist/index.js +15 -15
  21. package/dist/termdb.boxplot.js +1 -1
  22. package/dist/termdb.categories.js +1 -1
  23. package/dist/termdb.chat.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.numericcategories.js +1 -1
  27. package/dist/termdb.percentile.js +1 -1
  28. package/dist/termdb.termsbyids.js +1 -1
  29. package/dist/termdb.topTermsByType.js +1 -1
  30. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  31. package/dist/termdb.violin.js +1 -1
  32. package/package.json +1 -1
  33. package/src/dataset.ts +8 -2
  34. package/src/filter.ts +7 -1
  35. package/src/index.ts +1 -0
  36. package/src/routes/grin2.ts +5 -0
  37. package/src/routes/healthcheck.ts +1 -0
  38. package/src/routes/termdb.boxplot.ts +6 -2
  39. package/src/routes/termdb.violin.ts +12 -4
  40. package/src/terms/term.ts +3 -1
  41. package/src/terms/termCollection.ts +52 -0
  42. package/src/terms/tw.ts +3 -2
@@ -114,33 +114,36 @@ var validPercentileRequest = (input) => {
114
114
  const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
115
115
  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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
116
116
  const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
117
- const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
118
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
119
- const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
120
- const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
121
- const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
122
- const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
123
- const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
124
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
125
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
126
- const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
127
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io50(elem)));
128
- 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);
129
- const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
130
- const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
131
- const $io53 = (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) && $io54(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
132
- const $io54 = (input3) => Object.keys(input3).every((key) => {
117
+ const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && "number" === typeof input3.ratio;
118
+ const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
119
+ const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
120
+ const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
121
+ const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
122
+ const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
123
+ const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
124
+ const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
125
+ const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
126
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
127
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
128
+ const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
129
+ const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
130
+ const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
131
+ const $io53 = (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 && $io54(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io55(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);
132
+ const $io54 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
133
+ const $io55 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
134
+ const $io56 = (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) && $io57(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
135
+ const $io57 = (input3) => Object.keys(input3).every((key) => {
133
136
  const value = input3[key];
134
137
  if (void 0 === value)
135
138
  return true;
136
139
  if (RegExp(/(.*)/).test(key))
137
- return "object" === typeof value && null !== value && $io55(value);
140
+ return "object" === typeof value && null !== value && $io58(value);
138
141
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
139
- return "object" === typeof value && null !== value && $io55(value);
142
+ return "object" === typeof value && null !== value && $io58(value);
140
143
  return true;
141
144
  });
142
- const $io55 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io56(elem))) && true;
143
- const $io56 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
145
+ const $io58 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io59(elem))) && true;
146
+ const $io59 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
144
147
  const $iu0 = (input3) => (() => {
145
148
  if ("tvslst" === input3.type)
146
149
  return $io4(input3);
@@ -171,40 +174,44 @@ var validPercentileRequest = (input) => {
171
174
  })();
172
175
  const $iu4 = (input3) => (() => {
173
176
  if ("metaboliteIntensity" === input3.type)
174
- return $io41(input3);
177
+ return $io43(input3);
175
178
  if ("categorical" === input3.type)
176
- return $io42(input3);
179
+ return $io44(input3);
177
180
  if ("snp" === input3.type)
178
- return $io43(input3);
181
+ return $io45(input3);
179
182
  if ("singleCellCellType" === input3.type)
180
- return $io44(input3);
181
- if ("date" === input3.type)
182
183
  return $io46(input3);
184
+ if ("date" === input3.type)
185
+ return $io48(input3);
183
186
  if ("integer" === input3.type || "float" === input3.type)
184
- return $io45(input3);
185
- if ("ssGSEA" === input3.type)
186
187
  return $io47(input3);
188
+ if ("ssGSEA" === input3.type)
189
+ return $io49(input3);
187
190
  if ("condition" === input3.type)
188
- return $io48(input3);
191
+ return $io50(input3);
192
+ if ("termCollection" === input3.type)
193
+ return $io51(input3);
189
194
  return (() => {
190
195
  if ($io24(input3))
191
196
  return $io24(input3);
192
197
  if ($io1(input3))
193
198
  return $io1(input3);
194
- if ($io39(input3))
195
- return $io39(input3);
196
- if ($io40(input3))
197
- return $io40(input3);
198
- if ($io49(input3))
199
- return $io49(input3);
200
- if ($io53(input3))
201
- return $io53(input3);
199
+ if ($io41(input3))
200
+ return $io41(input3);
201
+ if ($io42(input3))
202
+ return $io42(input3);
203
+ if ($io56(input3))
204
+ return $io56(input3);
205
+ if ($io52(input3))
206
+ return $io52(input3);
202
207
  return false;
203
208
  })();
204
209
  })();
205
210
  const $iu5 = (input3) => (() => {
206
211
  if (void 0 !== input3.ranges)
207
212
  return $io14(input3);
213
+ if (void 0 !== input3.ratio)
214
+ return $io39(input3);
208
215
  return (() => {
209
216
  if ($io6(input3))
210
217
  return $io6(input3);
@@ -292,11 +299,11 @@ var validPercentileRequest = (input) => {
292
299
  value: input3.getpercentile
293
300
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
294
301
  path: _path2 + ".term",
295
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
302
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; lst?: string[] | undefined; termlst?: any[] | undefined; numerators?: string[] | undefined; newTvs?: boolean | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
296
303
  value: input3.term
297
304
  })) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
298
305
  path: _path2 + ".term",
299
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
306
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; lst?: string[] | undefined; termlst?: any[] | undefined; numerators?: string[] | undefined; newTvs?: boolean | undefined; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
300
307
  value: input3.term
301
308
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
302
309
  path: _path2 + ".filter",
@@ -510,11 +517,11 @@ var validPercentileRequest = (input) => {
510
517
  value: input3.type
511
518
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
512
519
  path: _path2 + ".tvs",
513
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
520
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
514
521
  value: input3.tvs
515
522
  })) && $vu5(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
516
523
  path: _path2 + ".tvs",
517
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
524
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
518
525
  value: input3.tvs
519
526
  })].every((flag) => flag);
520
527
  const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
@@ -2203,7 +2210,28 @@ var validPercentileRequest = (input) => {
2203
2210
  expected: "string",
2204
2211
  value: input3.value
2205
2212
  })].every((flag) => flag);
2206
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2213
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2214
+ path: _path2 + ".join",
2215
+ expected: "(string | undefined)",
2216
+ value: input3.join
2217
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2218
+ path: _path2 + ".isnot",
2219
+ expected: "(boolean | undefined)",
2220
+ value: input3.isnot
2221
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2222
+ path: _path2 + ".term",
2223
+ expected: "TermCollection",
2224
+ value: input3.term
2225
+ })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2226
+ path: _path2 + ".term",
2227
+ expected: "TermCollection",
2228
+ value: input3.term
2229
+ }), "number" === typeof input3.ratio || $report(_exceptionable2, {
2230
+ path: _path2 + ".ratio",
2231
+ expected: "number",
2232
+ value: input3.ratio
2233
+ })].every((flag) => flag);
2234
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2207
2235
  path: _path2 + ".id",
2208
2236
  expected: "string",
2209
2237
  value: input3.id
@@ -2211,9 +2239,9 @@ var validPercentileRequest = (input) => {
2211
2239
  path: _path2 + ".name",
2212
2240
  expected: "string",
2213
2241
  value: input3.name
2214
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
2242
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
2215
2243
  path: _path2 + ".type",
2216
- expected: '"geneVariant"',
2244
+ expected: '"termCollection"',
2217
2245
  value: input3.type
2218
2246
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2219
2247
  path: _path2 + ".child_types",
@@ -2267,6 +2295,107 @@ var validPercentileRequest = (input) => {
2267
2295
  path: _path2 + ".valueConversion",
2268
2296
  expected: "(__type.o1 | undefined)",
2269
2297
  value: input3.valueConversion
2298
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2299
+ path: _path2 + ".collectionId",
2300
+ expected: "(string | undefined)",
2301
+ value: input3.collectionId
2302
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
2303
+ path: _path2 + ".lst",
2304
+ expected: "(Array<string> | undefined)",
2305
+ value: input3.lst
2306
+ })) && input3.lst.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2307
+ path: _path2 + ".lst[" + _index43 + "]",
2308
+ expected: "string",
2309
+ value: elem
2310
+ })).every((flag) => flag) || $report(_exceptionable2, {
2311
+ path: _path2 + ".lst",
2312
+ expected: "(Array<string> | undefined)",
2313
+ value: input3.lst
2314
+ }), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
2315
+ path: _path2 + ".termlst",
2316
+ expected: "(Array<any> | undefined)",
2317
+ value: input3.termlst
2318
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2319
+ path: _path2 + ".numerators",
2320
+ expected: "(Array<string> | undefined)",
2321
+ value: input3.numerators
2322
+ })) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2323
+ path: _path2 + ".numerators[" + _index44 + "]",
2324
+ expected: "string",
2325
+ value: elem
2326
+ })).every((flag) => flag) || $report(_exceptionable2, {
2327
+ path: _path2 + ".numerators",
2328
+ expected: "(Array<string> | undefined)",
2329
+ value: input3.numerators
2330
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
2331
+ path: _path2 + ".newTvs",
2332
+ expected: "(boolean | undefined)",
2333
+ value: input3.newTvs
2334
+ })].every((flag) => flag);
2335
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2336
+ path: _path2 + ".id",
2337
+ expected: "string",
2338
+ value: input3.id
2339
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2340
+ path: _path2 + ".name",
2341
+ expected: "string",
2342
+ value: input3.name
2343
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
2344
+ path: _path2 + ".type",
2345
+ expected: '"geneVariant"',
2346
+ value: input3.type
2347
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2348
+ path: _path2 + ".child_types",
2349
+ expected: "(Array<string> | undefined)",
2350
+ value: input3.child_types
2351
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2352
+ path: _path2 + ".child_types[" + _index45 + "]",
2353
+ expected: "string",
2354
+ value: elem
2355
+ })).every((flag) => flag) || $report(_exceptionable2, {
2356
+ path: _path2 + ".child_types",
2357
+ expected: "(Array<string> | undefined)",
2358
+ value: input3.child_types
2359
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2360
+ path: _path2 + ".hashtmldetail",
2361
+ expected: "(boolean | undefined)",
2362
+ value: input3.hashtmldetail
2363
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2364
+ path: _path2 + ".included_types",
2365
+ expected: "(Array<string> | undefined)",
2366
+ value: input3.included_types
2367
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2368
+ path: _path2 + ".included_types[" + _index46 + "]",
2369
+ expected: "string",
2370
+ value: elem
2371
+ })).every((flag) => flag) || $report(_exceptionable2, {
2372
+ path: _path2 + ".included_types",
2373
+ expected: "(Array<string> | undefined)",
2374
+ value: input3.included_types
2375
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2376
+ path: _path2 + ".isleaf",
2377
+ expected: "(boolean | undefined)",
2378
+ value: input3.isleaf
2379
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2380
+ path: _path2 + ".values",
2381
+ expected: "(TermValues | undefined)",
2382
+ value: input3.values
2383
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2384
+ path: _path2 + ".values",
2385
+ expected: "(TermValues | undefined)",
2386
+ value: input3.values
2387
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2388
+ path: _path2 + ".skipValuesBuild",
2389
+ expected: "(boolean | undefined)",
2390
+ value: input3.skipValuesBuild
2391
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2392
+ path: _path2 + ".valueConversion",
2393
+ expected: "(__type.o1 | undefined)",
2394
+ value: input3.valueConversion
2395
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2396
+ path: _path2 + ".valueConversion",
2397
+ expected: "(__type.o1 | undefined)",
2398
+ value: input3.valueConversion
2270
2399
  }), "gene" === input3.kind || $report(_exceptionable2, {
2271
2400
  path: _path2 + ".kind",
2272
2401
  expected: '"gene"',
@@ -2291,12 +2420,12 @@ var validPercentileRequest = (input) => {
2291
2420
  path: _path2 + ".genes",
2292
2421
  expected: "Array<GvGeneTerm>",
2293
2422
  value: input3.genes
2294
- })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2295
- path: _path2 + ".genes[" + _index43 + "]",
2423
+ })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2424
+ path: _path2 + ".genes[" + _index47 + "]",
2296
2425
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2297
2426
  value: elem
2298
- })) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2299
- path: _path2 + ".genes[" + _index43 + "]",
2427
+ })) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2428
+ path: _path2 + ".genes[" + _index47 + "]",
2300
2429
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2301
2430
  value: elem
2302
2431
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2315,12 +2444,12 @@ var validPercentileRequest = (input) => {
2315
2444
  path: _path2 + ".childTerms",
2316
2445
  expected: "Array<DtTerm>",
2317
2446
  value: input3.childTerms
2318
- })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2319
- path: _path2 + ".childTerms[" + _index44 + "]",
2447
+ })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2448
+ path: _path2 + ".childTerms[" + _index48 + "]",
2320
2449
  expected: "DtTerm",
2321
2450
  value: elem
2322
- })) && $vo33(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2323
- path: _path2 + ".childTerms[" + _index44 + "]",
2451
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2452
+ path: _path2 + ".childTerms[" + _index48 + "]",
2324
2453
  expected: "DtTerm",
2325
2454
  value: elem
2326
2455
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2328,7 +2457,7 @@ var validPercentileRequest = (input) => {
2328
2457
  expected: "Array<DtTerm>",
2329
2458
  value: input3.childTerms
2330
2459
  })].every((flag) => flag);
2331
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2460
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2332
2461
  path: _path2 + ".id",
2333
2462
  expected: "string",
2334
2463
  value: input3.id
@@ -2344,8 +2473,8 @@ var validPercentileRequest = (input) => {
2344
2473
  path: _path2 + ".child_types",
2345
2474
  expected: "(Array<string> | undefined)",
2346
2475
  value: input3.child_types
2347
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2348
- path: _path2 + ".child_types[" + _index45 + "]",
2476
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2477
+ path: _path2 + ".child_types[" + _index49 + "]",
2349
2478
  expected: "string",
2350
2479
  value: elem
2351
2480
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2360,8 +2489,8 @@ var validPercentileRequest = (input) => {
2360
2489
  path: _path2 + ".included_types",
2361
2490
  expected: "(Array<string> | undefined)",
2362
2491
  value: input3.included_types
2363
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2364
- path: _path2 + ".included_types[" + _index46 + "]",
2492
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2493
+ path: _path2 + ".included_types[" + _index50 + "]",
2365
2494
  expected: "string",
2366
2495
  value: elem
2367
2496
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2412,12 +2541,12 @@ var validPercentileRequest = (input) => {
2412
2541
  path: _path2 + ".genes",
2413
2542
  expected: "Array<GvGeneTerm>",
2414
2543
  value: input3.genes
2415
- })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2416
- path: _path2 + ".genes[" + _index47 + "]",
2544
+ })) && input3.genes.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2545
+ path: _path2 + ".genes[" + _index51 + "]",
2417
2546
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2418
2547
  value: elem
2419
- })) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2420
- path: _path2 + ".genes[" + _index47 + "]",
2548
+ })) && $vu3(elem, _path2 + ".genes[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2549
+ path: _path2 + ".genes[" + _index51 + "]",
2421
2550
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2422
2551
  value: elem
2423
2552
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2436,12 +2565,12 @@ var validPercentileRequest = (input) => {
2436
2565
  path: _path2 + ".childTerms",
2437
2566
  expected: "Array<DtTerm>",
2438
2567
  value: input3.childTerms
2439
- })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2440
- path: _path2 + ".childTerms[" + _index48 + "]",
2568
+ })) && input3.childTerms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2569
+ path: _path2 + ".childTerms[" + _index52 + "]",
2441
2570
  expected: "DtTerm",
2442
2571
  value: elem
2443
- })) && $vo33(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2444
- path: _path2 + ".childTerms[" + _index48 + "]",
2572
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2573
+ path: _path2 + ".childTerms[" + _index52 + "]",
2445
2574
  expected: "DtTerm",
2446
2575
  value: elem
2447
2576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2449,7 +2578,7 @@ var validPercentileRequest = (input) => {
2449
2578
  expected: "Array<DtTerm>",
2450
2579
  value: input3.childTerms
2451
2580
  })].every((flag) => flag);
2452
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2581
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2453
2582
  path: _path2 + ".id",
2454
2583
  expected: "string",
2455
2584
  value: input3.id
@@ -2465,8 +2594,8 @@ var validPercentileRequest = (input) => {
2465
2594
  path: _path2 + ".child_types",
2466
2595
  expected: "(Array<string> | undefined)",
2467
2596
  value: input3.child_types
2468
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2469
- path: _path2 + ".child_types[" + _index49 + "]",
2597
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2598
+ path: _path2 + ".child_types[" + _index53 + "]",
2470
2599
  expected: "string",
2471
2600
  value: elem
2472
2601
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2481,8 +2610,8 @@ var validPercentileRequest = (input) => {
2481
2610
  path: _path2 + ".included_types",
2482
2611
  expected: "(Array<string> | undefined)",
2483
2612
  value: input3.included_types
2484
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2485
- path: _path2 + ".included_types[" + _index50 + "]",
2613
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2614
+ path: _path2 + ".included_types[" + _index54 + "]",
2486
2615
  expected: "string",
2487
2616
  value: elem
2488
2617
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2538,7 +2667,7 @@ var validPercentileRequest = (input) => {
2538
2667
  expected: "(PresetNumericBins | undefined)",
2539
2668
  value: input3.bins
2540
2669
  })].every((flag) => flag);
2541
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2670
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2542
2671
  path: _path2 + ".id",
2543
2672
  expected: "string",
2544
2673
  value: input3.id
@@ -2554,8 +2683,8 @@ var validPercentileRequest = (input) => {
2554
2683
  path: _path2 + ".child_types",
2555
2684
  expected: "(Array<string> | undefined)",
2556
2685
  value: input3.child_types
2557
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2558
- path: _path2 + ".child_types[" + _index51 + "]",
2686
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2687
+ path: _path2 + ".child_types[" + _index55 + "]",
2559
2688
  expected: "string",
2560
2689
  value: elem
2561
2690
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2570,8 +2699,8 @@ var validPercentileRequest = (input) => {
2570
2699
  path: _path2 + ".included_types",
2571
2700
  expected: "(Array<string> | undefined)",
2572
2701
  value: input3.included_types
2573
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2574
- path: _path2 + ".included_types[" + _index52 + "]",
2702
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2703
+ path: _path2 + ".included_types[" + _index56 + "]",
2575
2704
  expected: "string",
2576
2705
  value: elem
2577
2706
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2611,7 +2740,7 @@ var validPercentileRequest = (input) => {
2611
2740
  expected: "TermGroupSetting",
2612
2741
  value: input3.groupsetting
2613
2742
  })].every((flag) => flag);
2614
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2743
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2615
2744
  path: _path2 + ".id",
2616
2745
  expected: "string",
2617
2746
  value: input3.id
@@ -2627,8 +2756,8 @@ var validPercentileRequest = (input) => {
2627
2756
  path: _path2 + ".child_types",
2628
2757
  expected: "(Array<string> | undefined)",
2629
2758
  value: input3.child_types
2630
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2631
- path: _path2 + ".child_types[" + _index53 + "]",
2759
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
2760
+ path: _path2 + ".child_types[" + _index57 + "]",
2632
2761
  expected: "string",
2633
2762
  value: elem
2634
2763
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2643,8 +2772,8 @@ var validPercentileRequest = (input) => {
2643
2772
  path: _path2 + ".included_types",
2644
2773
  expected: "(Array<string> | undefined)",
2645
2774
  value: input3.included_types
2646
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2647
- path: _path2 + ".included_types[" + _index54 + "]",
2775
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
2776
+ path: _path2 + ".included_types[" + _index58 + "]",
2648
2777
  expected: "string",
2649
2778
  value: elem
2650
2779
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2695,8 +2824,8 @@ var validPercentileRequest = (input) => {
2695
2824
  path: _path2 + ".alt",
2696
2825
  expected: "Array<string>",
2697
2826
  value: input3.alt
2698
- })) && input3.alt.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2699
- path: _path2 + ".alt[" + _index55 + "]",
2827
+ })) && input3.alt.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
2828
+ path: _path2 + ".alt[" + _index59 + "]",
2700
2829
  expected: "string",
2701
2830
  value: elem
2702
2831
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2712,7 +2841,7 @@ var validPercentileRequest = (input) => {
2712
2841
  expected: "TermGroupSetting",
2713
2842
  value: input3.groupsetting
2714
2843
  })].every((flag) => flag);
2715
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2844
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2716
2845
  path: _path2 + ".id",
2717
2846
  expected: "string",
2718
2847
  value: input3.id
@@ -2728,8 +2857,8 @@ var validPercentileRequest = (input) => {
2728
2857
  path: _path2 + ".child_types",
2729
2858
  expected: "(Array<string> | undefined)",
2730
2859
  value: input3.child_types
2731
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2732
- path: _path2 + ".child_types[" + _index56 + "]",
2860
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
2861
+ path: _path2 + ".child_types[" + _index60 + "]",
2733
2862
  expected: "string",
2734
2863
  value: elem
2735
2864
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2744,8 +2873,8 @@ var validPercentileRequest = (input) => {
2744
2873
  path: _path2 + ".included_types",
2745
2874
  expected: "(Array<string> | undefined)",
2746
2875
  value: input3.included_types
2747
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
2748
- path: _path2 + ".included_types[" + _index57 + "]",
2876
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
2877
+ path: _path2 + ".included_types[" + _index61 + "]",
2749
2878
  expected: "string",
2750
2879
  value: elem
2751
2880
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2793,7 +2922,7 @@ var validPercentileRequest = (input) => {
2793
2922
  expected: "TermGroupSetting",
2794
2923
  value: input3.groupsetting
2795
2924
  })].every((flag) => flag);
2796
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2925
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2797
2926
  path: _path2 + ".id",
2798
2927
  expected: "string",
2799
2928
  value: input3.id
@@ -2809,8 +2938,8 @@ var validPercentileRequest = (input) => {
2809
2938
  path: _path2 + ".child_types",
2810
2939
  expected: "(Array<string> | undefined)",
2811
2940
  value: input3.child_types
2812
- })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
2813
- path: _path2 + ".child_types[" + _index58 + "]",
2941
+ })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
2942
+ path: _path2 + ".child_types[" + _index62 + "]",
2814
2943
  expected: "string",
2815
2944
  value: elem
2816
2945
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2825,8 +2954,8 @@ var validPercentileRequest = (input) => {
2825
2954
  path: _path2 + ".included_types",
2826
2955
  expected: "(Array<string> | undefined)",
2827
2956
  value: input3.included_types
2828
- })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
2829
- path: _path2 + ".included_types[" + _index59 + "]",
2957
+ })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
2958
+ path: _path2 + ".included_types[" + _index63 + "]",
2830
2959
  expected: "string",
2831
2960
  value: elem
2832
2961
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2878,7 +3007,7 @@ var validPercentileRequest = (input) => {
2878
3007
  expected: "PresetNumericBins",
2879
3008
  value: input3.bins
2880
3009
  })].every((flag) => flag);
2881
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3010
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2882
3011
  path: _path2 + ".id",
2883
3012
  expected: "string",
2884
3013
  value: input3.id
@@ -2894,8 +3023,8 @@ var validPercentileRequest = (input) => {
2894
3023
  path: _path2 + ".child_types",
2895
3024
  expected: "(Array<string> | undefined)",
2896
3025
  value: input3.child_types
2897
- })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
2898
- path: _path2 + ".child_types[" + _index60 + "]",
3026
+ })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3027
+ path: _path2 + ".child_types[" + _index64 + "]",
2899
3028
  expected: "string",
2900
3029
  value: elem
2901
3030
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2910,8 +3039,8 @@ var validPercentileRequest = (input) => {
2910
3039
  path: _path2 + ".included_types",
2911
3040
  expected: "(Array<string> | undefined)",
2912
3041
  value: input3.included_types
2913
- })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
2914
- path: _path2 + ".included_types[" + _index61 + "]",
3042
+ })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3043
+ path: _path2 + ".included_types[" + _index65 + "]",
2915
3044
  expected: "string",
2916
3045
  value: elem
2917
3046
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2963,7 +3092,7 @@ var validPercentileRequest = (input) => {
2963
3092
  expected: "(PresetNumericBins | undefined)",
2964
3093
  value: input3.bins
2965
3094
  })].every((flag) => flag);
2966
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3095
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2967
3096
  path: _path2 + ".id",
2968
3097
  expected: "string",
2969
3098
  value: input3.id
@@ -2979,8 +3108,8 @@ var validPercentileRequest = (input) => {
2979
3108
  path: _path2 + ".child_types",
2980
3109
  expected: "(Array<string> | undefined)",
2981
3110
  value: input3.child_types
2982
- })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
2983
- path: _path2 + ".child_types[" + _index62 + "]",
3111
+ })) && input3.child_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3112
+ path: _path2 + ".child_types[" + _index66 + "]",
2984
3113
  expected: "string",
2985
3114
  value: elem
2986
3115
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2995,8 +3124,8 @@ var validPercentileRequest = (input) => {
2995
3124
  path: _path2 + ".included_types",
2996
3125
  expected: "(Array<string> | undefined)",
2997
3126
  value: input3.included_types
2998
- })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
2999
- path: _path2 + ".included_types[" + _index63 + "]",
3127
+ })) && input3.included_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3128
+ path: _path2 + ".included_types[" + _index67 + "]",
3000
3129
  expected: "string",
3001
3130
  value: elem
3002
3131
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3043,8 +3172,8 @@ var validPercentileRequest = (input) => {
3043
3172
  path: _path2 + ".genes",
3044
3173
  expected: "(Array<string> | undefined)",
3045
3174
  value: input3.genes
3046
- })) && input3.genes.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3047
- path: _path2 + ".genes[" + _index64 + "]",
3175
+ })) && input3.genes.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3176
+ path: _path2 + ".genes[" + _index68 + "]",
3048
3177
  expected: "string",
3049
3178
  value: elem
3050
3179
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3060,7 +3189,7 @@ var validPercentileRequest = (input) => {
3060
3189
  expected: "(PresetNumericBins | undefined)",
3061
3190
  value: input3.bins
3062
3191
  })].every((flag) => flag);
3063
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3192
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3064
3193
  path: _path2 + ".id",
3065
3194
  expected: "string",
3066
3195
  value: input3.id
@@ -3076,8 +3205,8 @@ var validPercentileRequest = (input) => {
3076
3205
  path: _path2 + ".child_types",
3077
3206
  expected: "(Array<string> | undefined)",
3078
3207
  value: input3.child_types
3079
- })) && input3.child_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3080
- path: _path2 + ".child_types[" + _index65 + "]",
3208
+ })) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3209
+ path: _path2 + ".child_types[" + _index69 + "]",
3081
3210
  expected: "string",
3082
3211
  value: elem
3083
3212
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3092,8 +3221,8 @@ var validPercentileRequest = (input) => {
3092
3221
  path: _path2 + ".included_types",
3093
3222
  expected: "(Array<string> | undefined)",
3094
3223
  value: input3.included_types
3095
- })) && input3.included_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3096
- path: _path2 + ".included_types[" + _index66 + "]",
3224
+ })) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
3225
+ path: _path2 + ".included_types[" + _index70 + "]",
3097
3226
  expected: "string",
3098
3227
  value: elem
3099
3228
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3125,7 +3254,108 @@ var validPercentileRequest = (input) => {
3125
3254
  expected: "(__type.o1 | undefined)",
3126
3255
  value: input3.valueConversion
3127
3256
  })].every((flag) => flag);
3128
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3257
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3258
+ path: _path2 + ".id",
3259
+ expected: "string",
3260
+ value: input3.id
3261
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
3262
+ path: _path2 + ".name",
3263
+ expected: "string",
3264
+ value: input3.name
3265
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
3266
+ path: _path2 + ".type",
3267
+ expected: '"termCollection"',
3268
+ value: input3.type
3269
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
3270
+ path: _path2 + ".child_types",
3271
+ expected: "(Array<string> | undefined)",
3272
+ value: input3.child_types
3273
+ })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
3274
+ path: _path2 + ".child_types[" + _index71 + "]",
3275
+ expected: "string",
3276
+ value: elem
3277
+ })).every((flag) => flag) || $report(_exceptionable2, {
3278
+ path: _path2 + ".child_types",
3279
+ expected: "(Array<string> | undefined)",
3280
+ value: input3.child_types
3281
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
3282
+ path: _path2 + ".hashtmldetail",
3283
+ expected: "(boolean | undefined)",
3284
+ value: input3.hashtmldetail
3285
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
3286
+ path: _path2 + ".included_types",
3287
+ expected: "(Array<string> | undefined)",
3288
+ value: input3.included_types
3289
+ })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
3290
+ path: _path2 + ".included_types[" + _index72 + "]",
3291
+ expected: "string",
3292
+ value: elem
3293
+ })).every((flag) => flag) || $report(_exceptionable2, {
3294
+ path: _path2 + ".included_types",
3295
+ expected: "(Array<string> | undefined)",
3296
+ value: input3.included_types
3297
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
3298
+ path: _path2 + ".isleaf",
3299
+ expected: "(boolean | undefined)",
3300
+ value: input3.isleaf
3301
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3302
+ path: _path2 + ".values",
3303
+ expected: "(TermValues | undefined)",
3304
+ value: input3.values
3305
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3306
+ path: _path2 + ".values",
3307
+ expected: "(TermValues | undefined)",
3308
+ value: input3.values
3309
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
3310
+ path: _path2 + ".skipValuesBuild",
3311
+ expected: "(boolean | undefined)",
3312
+ value: input3.skipValuesBuild
3313
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3314
+ path: _path2 + ".valueConversion",
3315
+ expected: "(__type.o1 | undefined)",
3316
+ value: input3.valueConversion
3317
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3318
+ path: _path2 + ".valueConversion",
3319
+ expected: "(__type.o1 | undefined)",
3320
+ value: input3.valueConversion
3321
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
3322
+ path: _path2 + ".collectionId",
3323
+ expected: "(string | undefined)",
3324
+ value: input3.collectionId
3325
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
3326
+ path: _path2 + ".lst",
3327
+ expected: "(Array<string> | undefined)",
3328
+ value: input3.lst
3329
+ })) && input3.lst.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
3330
+ path: _path2 + ".lst[" + _index73 + "]",
3331
+ expected: "string",
3332
+ value: elem
3333
+ })).every((flag) => flag) || $report(_exceptionable2, {
3334
+ path: _path2 + ".lst",
3335
+ expected: "(Array<string> | undefined)",
3336
+ value: input3.lst
3337
+ }), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
3338
+ path: _path2 + ".termlst",
3339
+ expected: "(Array<any> | undefined)",
3340
+ value: input3.termlst
3341
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
3342
+ path: _path2 + ".numerators",
3343
+ expected: "(Array<string> | undefined)",
3344
+ value: input3.numerators
3345
+ })) && input3.numerators.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
3346
+ path: _path2 + ".numerators[" + _index74 + "]",
3347
+ expected: "string",
3348
+ value: elem
3349
+ })).every((flag) => flag) || $report(_exceptionable2, {
3350
+ path: _path2 + ".numerators",
3351
+ expected: "(Array<string> | undefined)",
3352
+ value: input3.numerators
3353
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
3354
+ path: _path2 + ".newTvs",
3355
+ expected: "(boolean | undefined)",
3356
+ value: input3.newTvs
3357
+ })].every((flag) => flag);
3358
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3129
3359
  path: _path2 + ".id",
3130
3360
  expected: "string",
3131
3361
  value: input3.id
@@ -3141,8 +3371,8 @@ var validPercentileRequest = (input) => {
3141
3371
  path: _path2 + ".child_types",
3142
3372
  expected: "(Array<string> | undefined)",
3143
3373
  value: input3.child_types
3144
- })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3145
- path: _path2 + ".child_types[" + _index67 + "]",
3374
+ })) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
3375
+ path: _path2 + ".child_types[" + _index75 + "]",
3146
3376
  expected: "string",
3147
3377
  value: elem
3148
3378
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3157,8 +3387,8 @@ var validPercentileRequest = (input) => {
3157
3387
  path: _path2 + ".included_types",
3158
3388
  expected: "(Array<string> | undefined)",
3159
3389
  value: input3.included_types
3160
- })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3161
- path: _path2 + ".included_types[" + _index68 + "]",
3390
+ })) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
3391
+ path: _path2 + ".included_types[" + _index76 + "]",
3162
3392
  expected: "string",
3163
3393
  value: elem
3164
3394
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3197,12 +3427,12 @@ var validPercentileRequest = (input) => {
3197
3427
  path: _path2 + ".snps",
3198
3428
  expected: "(Array<SnpsEntry> | undefined)",
3199
3429
  value: input3.snps
3200
- })) && input3.snps.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3201
- path: _path2 + ".snps[" + _index69 + "]",
3430
+ })) && input3.snps.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3431
+ path: _path2 + ".snps[" + _index77 + "]",
3202
3432
  expected: "SnpsEntry",
3203
3433
  value: elem
3204
- })) && $vo50(elem, _path2 + ".snps[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
3205
- path: _path2 + ".snps[" + _index69 + "]",
3434
+ })) && $vo53(elem, _path2 + ".snps[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
3435
+ path: _path2 + ".snps[" + _index77 + "]",
3206
3436
  expected: "SnpsEntry",
3207
3437
  value: elem
3208
3438
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3210,12 +3440,12 @@ var validPercentileRequest = (input) => {
3210
3440
  expected: "(Array<SnpsEntry> | undefined)",
3211
3441
  value: input3.snps
3212
3442
  })].every((flag) => flag);
3213
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3443
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3214
3444
  path: _path2 + ".altAlleles",
3215
3445
  expected: "(Array<string> | undefined)",
3216
3446
  value: input3.altAlleles
3217
- })) && input3.altAlleles.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
3218
- path: _path2 + ".altAlleles[" + _index70 + "]",
3447
+ })) && input3.altAlleles.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
3448
+ path: _path2 + ".altAlleles[" + _index78 + "]",
3219
3449
  expected: "string",
3220
3450
  value: elem
3221
3451
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3226,12 +3456,12 @@ var validPercentileRequest = (input) => {
3226
3456
  path: _path2 + ".alleles",
3227
3457
  expected: "(Array<AllelesEntry> | undefined)",
3228
3458
  value: input3.alleles
3229
- })) && input3.alleles.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3230
- path: _path2 + ".alleles[" + _index71 + "]",
3459
+ })) && input3.alleles.map((elem, _index79) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3460
+ path: _path2 + ".alleles[" + _index79 + "]",
3231
3461
  expected: "AllelesEntry",
3232
3462
  value: elem
3233
- })) && $vo51(elem, _path2 + ".alleles[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
3234
- path: _path2 + ".alleles[" + _index71 + "]",
3463
+ })) && $vo54(elem, _path2 + ".alleles[" + _index79 + "]", _exceptionable2) || $report(_exceptionable2, {
3464
+ path: _path2 + ".alleles[" + _index79 + "]",
3235
3465
  expected: "AllelesEntry",
3236
3466
  value: elem
3237
3467
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3246,7 +3476,7 @@ var validPercentileRequest = (input) => {
3246
3476
  path: _path2 + ".gt2count",
3247
3477
  expected: "(__type.o6 | undefined)",
3248
3478
  value: input3.gt2count
3249
- })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3479
+ })) && $vo55(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3250
3480
  path: _path2 + ".gt2count",
3251
3481
  expected: "(__type.o6 | undefined)",
3252
3482
  value: input3.gt2count
@@ -3275,7 +3505,7 @@ var validPercentileRequest = (input) => {
3275
3505
  expected: "(number | undefined)",
3276
3506
  value: input3.pos
3277
3507
  })].every((flag) => flag);
3278
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3508
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3279
3509
  path: _path2 + ".allele",
3280
3510
  expected: "string",
3281
3511
  value: input3.allele
@@ -3288,7 +3518,7 @@ var validPercentileRequest = (input) => {
3288
3518
  expected: "boolean",
3289
3519
  value: input3.isRef
3290
3520
  })].every((flag) => flag);
3291
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3521
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3292
3522
  path: _path2 + ".k",
3293
3523
  expected: "string",
3294
3524
  value: input3.k
@@ -3297,7 +3527,7 @@ var validPercentileRequest = (input) => {
3297
3527
  expected: "(number | string)",
3298
3528
  value: input3.v
3299
3529
  })].every((flag) => flag);
3300
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3530
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3301
3531
  path: _path2 + ".id",
3302
3532
  expected: "string",
3303
3533
  value: input3.id
@@ -3313,8 +3543,8 @@ var validPercentileRequest = (input) => {
3313
3543
  path: _path2 + ".child_types",
3314
3544
  expected: "(Array<string> | undefined)",
3315
3545
  value: input3.child_types
3316
- })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
3317
- path: _path2 + ".child_types[" + _index72 + "]",
3546
+ })) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
3547
+ path: _path2 + ".child_types[" + _index80 + "]",
3318
3548
  expected: "string",
3319
3549
  value: elem
3320
3550
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3329,8 +3559,8 @@ var validPercentileRequest = (input) => {
3329
3559
  path: _path2 + ".included_types",
3330
3560
  expected: "(Array<string> | undefined)",
3331
3561
  value: input3.included_types
3332
- })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
3333
- path: _path2 + ".included_types[" + _index73 + "]",
3562
+ })) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
3563
+ path: _path2 + ".included_types[" + _index81 + "]",
3334
3564
  expected: "string",
3335
3565
  value: elem
3336
3566
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3345,7 +3575,7 @@ var validPercentileRequest = (input) => {
3345
3575
  path: _path2 + ".values",
3346
3576
  expected: "(TermValues & SampleLstTermValues | undefined)",
3347
3577
  value: input3.values
3348
- })) && $vo54(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3578
+ })) && $vo57(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3349
3579
  path: _path2 + ".values",
3350
3580
  expected: "(TermValues & SampleLstTermValues | undefined)",
3351
3581
  value: input3.values
@@ -3362,7 +3592,7 @@ var validPercentileRequest = (input) => {
3362
3592
  expected: "(__type.o1 | undefined)",
3363
3593
  value: input3.valueConversion
3364
3594
  })].every((flag) => flag);
3365
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3595
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3366
3596
  const value = input3[key];
3367
3597
  if (void 0 === value)
3368
3598
  return true;
@@ -3371,7 +3601,7 @@ var validPercentileRequest = (input) => {
3371
3601
  path: _path2 + $join(key),
3372
3602
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3373
3603
  value
3374
- })) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3604
+ })) && $vo58(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3375
3605
  path: _path2 + $join(key),
3376
3606
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3377
3607
  value
@@ -3381,14 +3611,14 @@ var validPercentileRequest = (input) => {
3381
3611
  path: _path2 + $join(key),
3382
3612
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3383
3613
  value
3384
- })) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3614
+ })) && $vo58(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3385
3615
  path: _path2 + $join(key),
3386
3616
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3387
3617
  value
3388
3618
  });
3389
3619
  return true;
3390
3620
  }).every((flag) => flag)].every((flag) => flag);
3391
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3621
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3392
3622
  path: _path2 + ".key",
3393
3623
  expected: "(string | undefined)",
3394
3624
  value: input3.key
@@ -3432,12 +3662,12 @@ var validPercentileRequest = (input) => {
3432
3662
  path: _path2 + ".list",
3433
3663
  expected: "Array<__type>.o3",
3434
3664
  value: input3.list
3435
- })) && input3.list.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3436
- path: _path2 + ".list[" + _index74 + "]",
3665
+ })) && input3.list.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3666
+ path: _path2 + ".list[" + _index82 + "]",
3437
3667
  expected: "__type.o7",
3438
3668
  value: elem
3439
- })) && $vo56(elem, _path2 + ".list[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
3440
- path: _path2 + ".list[" + _index74 + "]",
3669
+ })) && $vo59(elem, _path2 + ".list[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
3670
+ path: _path2 + ".list[" + _index82 + "]",
3441
3671
  expected: "__type.o7",
3442
3672
  value: elem
3443
3673
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3445,7 +3675,7 @@ var validPercentileRequest = (input) => {
3445
3675
  expected: "Array<__type>.o3",
3446
3676
  value: input3.list
3447
3677
  }), true].every((flag) => flag);
3448
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3678
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3449
3679
  path: _path2 + ".sampleId",
3450
3680
  expected: "string",
3451
3681
  value: input3.sampleId
@@ -3496,26 +3726,30 @@ var validPercentileRequest = (input) => {
3496
3726
  })();
3497
3727
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3498
3728
  if ("metaboliteIntensity" === input3.type)
3499
- return $vo41(input3, _path2, _exceptionable2);
3729
+ return $vo43(input3, _path2, _exceptionable2);
3500
3730
  if ("categorical" === input3.type)
3501
- return $vo42(input3, _path2, _exceptionable2);
3731
+ return $vo44(input3, _path2, _exceptionable2);
3502
3732
  if ("snp" === input3.type)
3503
- return $vo43(input3, _path2, _exceptionable2);
3733
+ return $vo45(input3, _path2, _exceptionable2);
3504
3734
  if ("singleCellCellType" === input3.type)
3505
- return $vo44(input3, _path2, _exceptionable2);
3506
- if ("date" === input3.type)
3507
3735
  return $vo46(input3, _path2, _exceptionable2);
3736
+ if ("date" === input3.type)
3737
+ return $vo48(input3, _path2, _exceptionable2);
3508
3738
  if ("integer" === input3.type || "float" === input3.type)
3509
- return $vo45(input3, _path2, _exceptionable2);
3510
- if ("ssGSEA" === input3.type)
3511
3739
  return $vo47(input3, _path2, _exceptionable2);
3740
+ if ("ssGSEA" === input3.type)
3741
+ return $vo49(input3, _path2, _exceptionable2);
3512
3742
  if ("condition" === input3.type)
3513
- return $vo48(input3, _path2, _exceptionable2);
3514
- return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false) || $vo49(input3, _path2, false) || $vo53(input3, _path2, false);
3743
+ return $vo50(input3, _path2, _exceptionable2);
3744
+ if ("termCollection" === input3.type)
3745
+ return $vo51(input3, _path2, _exceptionable2);
3746
+ return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo56(input3, _path2, false) || $vo52(input3, _path2, false);
3515
3747
  })();
3516
3748
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3517
3749
  if (void 0 !== input3.ranges)
3518
3750
  return $vo14(input3, _path2, _exceptionable2);
3751
+ if (void 0 !== input3.ratio)
3752
+ return $vo39(input3, _path2, _exceptionable2);
3519
3753
  return $vo6(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3520
3754
  })();
3521
3755
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {