@sjcrh/proteinpaint-types 2.146.4-1 → 2.147.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 (38) hide show
  1. package/dist/aiProjectSelectedWSImages.js +1 -1
  2. package/dist/aiProjectTrainModel.js +11 -0
  3. package/dist/brainImaging.js +1 -1
  4. package/dist/{chunk-75OHIZMS.js → chunk-225Q2ZUA.js} +2 -6
  5. package/dist/{chunk-74B7B2CV.js → chunk-2ZJS3NUY.js} +258 -82
  6. package/dist/{chunk-NBV7HYBA.js → chunk-3SKFYOKV.js} +407 -515
  7. package/dist/{chunk-G5KSPYQG.js → chunk-4SJC57Y6.js} +403 -511
  8. package/dist/{chunk-4VEXL32Q.js → chunk-75GS5ZG5.js} +381 -489
  9. package/dist/{chunk-2BHWLFKE.js → chunk-ETMCI34A.js} +2 -6
  10. package/dist/{chunk-7ICZFAGK.js → chunk-KSVIBMFQ.js} +1049 -797
  11. package/dist/{chunk-C246BWQE.js → chunk-NQUMNEVO.js} +258 -82
  12. package/dist/{chunk-4DNCZQOB.js → chunk-OOQIRLS5.js} +258 -82
  13. package/dist/{chunk-5KADNZH2.js → chunk-RA7IEGS4.js} +408 -516
  14. package/dist/chunk-UYJA4UM7.js +97 -0
  15. package/dist/{chunk-GCAZSDCW.js → chunk-WL7ZVGZS.js} +403 -511
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +48 -40
  18. package/dist/samplewsimages.js +1 -1
  19. package/dist/termdb.boxplot.js +1 -1
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.cluster.js +1 -1
  22. package/dist/termdb.descrstats.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/package.json +1 -1
  27. package/src/dataset.ts +15 -12
  28. package/src/index.ts +2 -0
  29. package/src/routes/aiProjectSelectedWSImages.ts +0 -1
  30. package/src/routes/aiProjectTrainModel.ts +20 -0
  31. package/src/routes/brainImaging.ts +3 -3
  32. package/src/terms/categorical.ts +9 -90
  33. package/src/terms/q.ts +5 -1
  34. package/src/terms/qualitative.ts +73 -0
  35. package/src/terms/singleCellCellType.ts +6 -10
  36. package/src/terms/snp.ts +9 -13
  37. package/src/terms/term.ts +2 -2
  38. package/src/terms/tw.ts +3 -4
@@ -3435,27 +3435,29 @@ var validTermdbClusterResponse = (input) => {
3435
3435
  const $io49 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3436
3436
  const $io50 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3437
3437
  const $io51 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
3438
- const $io52 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io26(input3.bins));
3439
- const $io53 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io26(input3.bins));
3440
- const $io54 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3441
- const $io55 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
3442
- 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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io57(elem)));
3443
- const $io57 = (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 && $io58(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io59(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);
3444
- const $io58 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
3445
- const $io59 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
3446
- const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io61(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
3447
- const $io61 = (input3) => Object.keys(input3).every((key) => {
3438
+ const $io52 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io18(input3.groupsetting));
3439
+ const $io53 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
3440
+ const $io54 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io26(input3.bins));
3441
+ const $io55 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io26(input3.bins));
3442
+ const $io56 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3443
+ const $io57 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
3444
+ const $io58 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io59(elem)));
3445
+ const $io59 = (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 && $io60(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io61(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);
3446
+ const $io60 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
3447
+ const $io61 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
3448
+ const $io62 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io63(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
3449
+ const $io63 = (input3) => Object.keys(input3).every((key) => {
3448
3450
  const value = input3[key];
3449
3451
  if (void 0 === value)
3450
3452
  return true;
3451
3453
  if (RegExp(/(.*)/).test(key))
3452
- return "object" === typeof value && null !== value && $io62(value);
3454
+ return "object" === typeof value && null !== value && $io64(value);
3453
3455
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3454
- return "object" === typeof value && null !== value && $io62(value);
3456
+ return "object" === typeof value && null !== value && $io64(value);
3455
3457
  return true;
3456
3458
  });
3457
- const $io62 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io14(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
3458
- const $io63 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
3459
+ const $io64 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io14(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io65(elem))) && true;
3460
+ const $io65 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
3459
3461
  const $iu0 = (input3) => (() => {
3460
3462
  if ("tvslst" === input3.type)
3461
3463
  return $io14(input3);
@@ -3489,14 +3491,18 @@ var validTermdbClusterResponse = (input) => {
3489
3491
  return $io50(input3);
3490
3492
  if ("categorical" === input3.type)
3491
3493
  return $io51(input3);
3492
- if ("date" === input3.type)
3494
+ if ("snp" === input3.type)
3495
+ return $io52(input3);
3496
+ if ("singleCellCellType" === input3.type)
3493
3497
  return $io53(input3);
3498
+ if ("date" === input3.type)
3499
+ return $io55(input3);
3494
3500
  if ("integer" === input3.type || "float" === input3.type)
3495
- return $io52(input3);
3496
- if ("ssGSEA" === input3.type)
3497
3501
  return $io54(input3);
3502
+ if ("ssGSEA" === input3.type)
3503
+ return $io56(input3);
3498
3504
  if ("condition" === input3.type)
3499
- return $io55(input3);
3505
+ return $io57(input3);
3500
3506
  return (() => {
3501
3507
  if ($io33(input3))
3502
3508
  return $io33(input3);
@@ -3506,10 +3512,10 @@ var validTermdbClusterResponse = (input) => {
3506
3512
  return $io48(input3);
3507
3513
  if ($io49(input3))
3508
3514
  return $io49(input3);
3509
- if ($io56(input3))
3510
- return $io56(input3);
3511
- if ($io60(input3))
3512
- return $io60(input3);
3515
+ if ($io58(input3))
3516
+ return $io58(input3);
3517
+ if ($io62(input3))
3518
+ return $io62(input3);
3513
3519
  return false;
3514
3520
  })();
3515
3521
  })();
@@ -3788,11 +3794,11 @@ var validTermdbClusterResponse = (input) => {
3788
3794
  })].every((flag) => flag);
3789
3795
  const $vo10 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3790
3796
  path: _path2 + ".term",
3791
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3797
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; 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; })',
3792
3798
  value: input3.term
3793
3799
  })) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3794
3800
  path: _path2 + ".term",
3795
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3801
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; 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; })',
3796
3802
  value: input3.term
3797
3803
  }), true].every((flag) => flag);
3798
3804
  const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -5954,9 +5960,9 @@ var validTermdbClusterResponse = (input) => {
5954
5960
  path: _path2 + ".name",
5955
5961
  expected: "string",
5956
5962
  value: input3.name
5957
- }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
5963
+ }), "snp" === input3.type || $report(_exceptionable2, {
5958
5964
  path: _path2 + ".type",
5959
- expected: '("float" | "integer")',
5965
+ expected: '"snp"',
5960
5966
  value: input3.type
5961
5967
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
5962
5968
  path: _path2 + ".child_types",
@@ -6002,6 +6008,172 @@ var validTermdbClusterResponse = (input) => {
6002
6008
  path: _path2 + ".skipValuesBuild",
6003
6009
  expected: "(boolean | undefined)",
6004
6010
  value: input3.skipValuesBuild
6011
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
6012
+ path: _path2 + ".chr",
6013
+ expected: "string",
6014
+ value: input3.chr
6015
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
6016
+ path: _path2 + ".start",
6017
+ expected: "number",
6018
+ value: input3.start
6019
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
6020
+ path: _path2 + ".stop",
6021
+ expected: "number",
6022
+ value: input3.stop
6023
+ }), "string" === typeof input3.ref || $report(_exceptionable2, {
6024
+ path: _path2 + ".ref",
6025
+ expected: "string",
6026
+ value: input3.ref
6027
+ }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
6028
+ path: _path2 + ".alt",
6029
+ expected: "Array<string>",
6030
+ value: input3.alt
6031
+ })) && input3.alt.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
6032
+ path: _path2 + ".alt[" + _index62 + "]",
6033
+ expected: "string",
6034
+ value: elem
6035
+ })).every((flag) => flag) || $report(_exceptionable2, {
6036
+ path: _path2 + ".alt",
6037
+ expected: "Array<string>",
6038
+ value: input3.alt
6039
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
6040
+ path: _path2 + ".groupsetting",
6041
+ expected: "TermGroupSetting",
6042
+ value: input3.groupsetting
6043
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
6044
+ path: _path2 + ".groupsetting",
6045
+ expected: "TermGroupSetting",
6046
+ value: input3.groupsetting
6047
+ })].every((flag) => flag);
6048
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6049
+ path: _path2 + ".id",
6050
+ expected: "string",
6051
+ value: input3.id
6052
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
6053
+ path: _path2 + ".name",
6054
+ expected: "string",
6055
+ value: input3.name
6056
+ }), "singleCellCellType" === input3.type || $report(_exceptionable2, {
6057
+ path: _path2 + ".type",
6058
+ expected: '"singleCellCellType"',
6059
+ value: input3.type
6060
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
6061
+ path: _path2 + ".child_types",
6062
+ expected: "(Array<string> | undefined)",
6063
+ value: input3.child_types
6064
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
6065
+ path: _path2 + ".child_types[" + _index63 + "]",
6066
+ expected: "string",
6067
+ value: elem
6068
+ })).every((flag) => flag) || $report(_exceptionable2, {
6069
+ path: _path2 + ".child_types",
6070
+ expected: "(Array<string> | undefined)",
6071
+ value: input3.child_types
6072
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
6073
+ path: _path2 + ".hashtmldetail",
6074
+ expected: "(boolean | undefined)",
6075
+ value: input3.hashtmldetail
6076
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
6077
+ path: _path2 + ".included_types",
6078
+ expected: "(Array<string> | undefined)",
6079
+ value: input3.included_types
6080
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
6081
+ path: _path2 + ".included_types[" + _index64 + "]",
6082
+ expected: "string",
6083
+ value: elem
6084
+ })).every((flag) => flag) || $report(_exceptionable2, {
6085
+ path: _path2 + ".included_types",
6086
+ expected: "(Array<string> | undefined)",
6087
+ value: input3.included_types
6088
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
6089
+ path: _path2 + ".isleaf",
6090
+ expected: "(boolean | undefined)",
6091
+ value: input3.isleaf
6092
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
6093
+ path: _path2 + ".values",
6094
+ expected: "(TermValues | undefined)",
6095
+ value: input3.values
6096
+ })) && $vo12(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
6097
+ path: _path2 + ".values",
6098
+ expected: "(TermValues | undefined)",
6099
+ value: input3.values
6100
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
6101
+ path: _path2 + ".skipValuesBuild",
6102
+ expected: "(boolean | undefined)",
6103
+ value: input3.skipValuesBuild
6104
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
6105
+ path: _path2 + ".sample",
6106
+ expected: "string",
6107
+ value: input3.sample
6108
+ }), "string" === typeof input3.plot || $report(_exceptionable2, {
6109
+ path: _path2 + ".plot",
6110
+ expected: "string",
6111
+ value: input3.plot
6112
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
6113
+ path: _path2 + ".groupsetting",
6114
+ expected: "TermGroupSetting",
6115
+ value: input3.groupsetting
6116
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
6117
+ path: _path2 + ".groupsetting",
6118
+ expected: "TermGroupSetting",
6119
+ value: input3.groupsetting
6120
+ })].every((flag) => flag);
6121
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6122
+ path: _path2 + ".id",
6123
+ expected: "string",
6124
+ value: input3.id
6125
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
6126
+ path: _path2 + ".name",
6127
+ expected: "string",
6128
+ value: input3.name
6129
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
6130
+ path: _path2 + ".type",
6131
+ expected: '("float" | "integer")',
6132
+ value: input3.type
6133
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
6134
+ path: _path2 + ".child_types",
6135
+ expected: "(Array<string> | undefined)",
6136
+ value: input3.child_types
6137
+ })) && input3.child_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
6138
+ path: _path2 + ".child_types[" + _index65 + "]",
6139
+ expected: "string",
6140
+ value: elem
6141
+ })).every((flag) => flag) || $report(_exceptionable2, {
6142
+ path: _path2 + ".child_types",
6143
+ expected: "(Array<string> | undefined)",
6144
+ value: input3.child_types
6145
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
6146
+ path: _path2 + ".hashtmldetail",
6147
+ expected: "(boolean | undefined)",
6148
+ value: input3.hashtmldetail
6149
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
6150
+ path: _path2 + ".included_types",
6151
+ expected: "(Array<string> | undefined)",
6152
+ value: input3.included_types
6153
+ })) && input3.included_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
6154
+ path: _path2 + ".included_types[" + _index66 + "]",
6155
+ expected: "string",
6156
+ value: elem
6157
+ })).every((flag) => flag) || $report(_exceptionable2, {
6158
+ path: _path2 + ".included_types",
6159
+ expected: "(Array<string> | undefined)",
6160
+ value: input3.included_types
6161
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
6162
+ path: _path2 + ".isleaf",
6163
+ expected: "(boolean | undefined)",
6164
+ value: input3.isleaf
6165
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
6166
+ path: _path2 + ".values",
6167
+ expected: "(TermValues | undefined)",
6168
+ value: input3.values
6169
+ })) && $vo12(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
6170
+ path: _path2 + ".values",
6171
+ expected: "(TermValues | undefined)",
6172
+ value: input3.values
6173
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
6174
+ path: _path2 + ".skipValuesBuild",
6175
+ expected: "(boolean | undefined)",
6176
+ value: input3.skipValuesBuild
6005
6177
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
6006
6178
  path: _path2 + ".continuousColorScale",
6007
6179
  expected: "(__type.o8 | undefined)",
@@ -6023,7 +6195,7 @@ var validTermdbClusterResponse = (input) => {
6023
6195
  expected: "PresetNumericBins",
6024
6196
  value: input3.bins
6025
6197
  })].every((flag) => flag);
6026
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6198
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6027
6199
  path: _path2 + ".id",
6028
6200
  expected: "string",
6029
6201
  value: input3.id
@@ -6039,8 +6211,8 @@ var validTermdbClusterResponse = (input) => {
6039
6211
  path: _path2 + ".child_types",
6040
6212
  expected: "(Array<string> | undefined)",
6041
6213
  value: input3.child_types
6042
- })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
6043
- path: _path2 + ".child_types[" + _index62 + "]",
6214
+ })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
6215
+ path: _path2 + ".child_types[" + _index67 + "]",
6044
6216
  expected: "string",
6045
6217
  value: elem
6046
6218
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6055,8 +6227,8 @@ var validTermdbClusterResponse = (input) => {
6055
6227
  path: _path2 + ".included_types",
6056
6228
  expected: "(Array<string> | undefined)",
6057
6229
  value: input3.included_types
6058
- })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
6059
- path: _path2 + ".included_types[" + _index63 + "]",
6230
+ })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
6231
+ path: _path2 + ".included_types[" + _index68 + "]",
6060
6232
  expected: "string",
6061
6233
  value: elem
6062
6234
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6100,7 +6272,7 @@ var validTermdbClusterResponse = (input) => {
6100
6272
  expected: "(PresetNumericBins | undefined)",
6101
6273
  value: input3.bins
6102
6274
  })].every((flag) => flag);
6103
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6275
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6104
6276
  path: _path2 + ".id",
6105
6277
  expected: "string",
6106
6278
  value: input3.id
@@ -6116,8 +6288,8 @@ var validTermdbClusterResponse = (input) => {
6116
6288
  path: _path2 + ".child_types",
6117
6289
  expected: "(Array<string> | undefined)",
6118
6290
  value: input3.child_types
6119
- })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
6120
- path: _path2 + ".child_types[" + _index64 + "]",
6291
+ })) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
6292
+ path: _path2 + ".child_types[" + _index69 + "]",
6121
6293
  expected: "string",
6122
6294
  value: elem
6123
6295
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6132,8 +6304,8 @@ var validTermdbClusterResponse = (input) => {
6132
6304
  path: _path2 + ".included_types",
6133
6305
  expected: "(Array<string> | undefined)",
6134
6306
  value: input3.included_types
6135
- })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
6136
- path: _path2 + ".included_types[" + _index65 + "]",
6307
+ })) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
6308
+ path: _path2 + ".included_types[" + _index70 + "]",
6137
6309
  expected: "string",
6138
6310
  value: elem
6139
6311
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6172,8 +6344,8 @@ var validTermdbClusterResponse = (input) => {
6172
6344
  path: _path2 + ".genes",
6173
6345
  expected: "(Array<string> | undefined)",
6174
6346
  value: input3.genes
6175
- })) && input3.genes.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
6176
- path: _path2 + ".genes[" + _index66 + "]",
6347
+ })) && input3.genes.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
6348
+ path: _path2 + ".genes[" + _index71 + "]",
6177
6349
  expected: "string",
6178
6350
  value: elem
6179
6351
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6189,7 +6361,7 @@ var validTermdbClusterResponse = (input) => {
6189
6361
  expected: "(PresetNumericBins | undefined)",
6190
6362
  value: input3.bins
6191
6363
  })].every((flag) => flag);
6192
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6364
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6193
6365
  path: _path2 + ".id",
6194
6366
  expected: "string",
6195
6367
  value: input3.id
@@ -6205,8 +6377,8 @@ var validTermdbClusterResponse = (input) => {
6205
6377
  path: _path2 + ".child_types",
6206
6378
  expected: "(Array<string> | undefined)",
6207
6379
  value: input3.child_types
6208
- })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
6209
- path: _path2 + ".child_types[" + _index67 + "]",
6380
+ })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
6381
+ path: _path2 + ".child_types[" + _index72 + "]",
6210
6382
  expected: "string",
6211
6383
  value: elem
6212
6384
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6221,8 +6393,8 @@ var validTermdbClusterResponse = (input) => {
6221
6393
  path: _path2 + ".included_types",
6222
6394
  expected: "(Array<string> | undefined)",
6223
6395
  value: input3.included_types
6224
- })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
6225
- path: _path2 + ".included_types[" + _index68 + "]",
6396
+ })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
6397
+ path: _path2 + ".included_types[" + _index73 + "]",
6226
6398
  expected: "string",
6227
6399
  value: elem
6228
6400
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6246,7 +6418,7 @@ var validTermdbClusterResponse = (input) => {
6246
6418
  expected: "(boolean | undefined)",
6247
6419
  value: input3.skipValuesBuild
6248
6420
  })].every((flag) => flag);
6249
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6421
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6250
6422
  path: _path2 + ".id",
6251
6423
  expected: "string",
6252
6424
  value: input3.id
@@ -6262,8 +6434,8 @@ var validTermdbClusterResponse = (input) => {
6262
6434
  path: _path2 + ".child_types",
6263
6435
  expected: "(Array<string> | undefined)",
6264
6436
  value: input3.child_types
6265
- })) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
6266
- path: _path2 + ".child_types[" + _index69 + "]",
6437
+ })) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
6438
+ path: _path2 + ".child_types[" + _index74 + "]",
6267
6439
  expected: "string",
6268
6440
  value: elem
6269
6441
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6278,8 +6450,8 @@ var validTermdbClusterResponse = (input) => {
6278
6450
  path: _path2 + ".included_types",
6279
6451
  expected: "(Array<string> | undefined)",
6280
6452
  value: input3.included_types
6281
- })) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
6282
- path: _path2 + ".included_types[" + _index70 + "]",
6453
+ })) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
6454
+ path: _path2 + ".included_types[" + _index75 + "]",
6283
6455
  expected: "string",
6284
6456
  value: elem
6285
6457
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6310,12 +6482,12 @@ var validTermdbClusterResponse = (input) => {
6310
6482
  path: _path2 + ".snps",
6311
6483
  expected: "(Array<SnpsEntry> | undefined)",
6312
6484
  value: input3.snps
6313
- })) && input3.snps.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6314
- path: _path2 + ".snps[" + _index71 + "]",
6485
+ })) && input3.snps.map((elem, _index76) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6486
+ path: _path2 + ".snps[" + _index76 + "]",
6315
6487
  expected: "SnpsEntry",
6316
6488
  value: elem
6317
- })) && $vo57(elem, _path2 + ".snps[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
6318
- path: _path2 + ".snps[" + _index71 + "]",
6489
+ })) && $vo59(elem, _path2 + ".snps[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
6490
+ path: _path2 + ".snps[" + _index76 + "]",
6319
6491
  expected: "SnpsEntry",
6320
6492
  value: elem
6321
6493
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6323,12 +6495,12 @@ var validTermdbClusterResponse = (input) => {
6323
6495
  expected: "(Array<SnpsEntry> | undefined)",
6324
6496
  value: input3.snps
6325
6497
  })].every((flag) => flag);
6326
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
6498
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
6327
6499
  path: _path2 + ".altAlleles",
6328
6500
  expected: "(Array<string> | undefined)",
6329
6501
  value: input3.altAlleles
6330
- })) && input3.altAlleles.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
6331
- path: _path2 + ".altAlleles[" + _index72 + "]",
6502
+ })) && input3.altAlleles.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
6503
+ path: _path2 + ".altAlleles[" + _index77 + "]",
6332
6504
  expected: "string",
6333
6505
  value: elem
6334
6506
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6339,12 +6511,12 @@ var validTermdbClusterResponse = (input) => {
6339
6511
  path: _path2 + ".alleles",
6340
6512
  expected: "(Array<AllelesEntry> | undefined)",
6341
6513
  value: input3.alleles
6342
- })) && input3.alleles.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6343
- path: _path2 + ".alleles[" + _index73 + "]",
6514
+ })) && input3.alleles.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6515
+ path: _path2 + ".alleles[" + _index78 + "]",
6344
6516
  expected: "AllelesEntry",
6345
6517
  value: elem
6346
- })) && $vo58(elem, _path2 + ".alleles[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
6347
- path: _path2 + ".alleles[" + _index73 + "]",
6518
+ })) && $vo60(elem, _path2 + ".alleles[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
6519
+ path: _path2 + ".alleles[" + _index78 + "]",
6348
6520
  expected: "AllelesEntry",
6349
6521
  value: elem
6350
6522
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6359,7 +6531,7 @@ var validTermdbClusterResponse = (input) => {
6359
6531
  path: _path2 + ".gt2count",
6360
6532
  expected: "(__type.o11 | undefined)",
6361
6533
  value: input3.gt2count
6362
- })) && $vo59(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
6534
+ })) && $vo61(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
6363
6535
  path: _path2 + ".gt2count",
6364
6536
  expected: "(__type.o11 | undefined)",
6365
6537
  value: input3.gt2count
@@ -6388,7 +6560,7 @@ var validTermdbClusterResponse = (input) => {
6388
6560
  expected: "(number | undefined)",
6389
6561
  value: input3.pos
6390
6562
  })].every((flag) => flag);
6391
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
6563
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
6392
6564
  path: _path2 + ".allele",
6393
6565
  expected: "string",
6394
6566
  value: input3.allele
@@ -6401,7 +6573,7 @@ var validTermdbClusterResponse = (input) => {
6401
6573
  expected: "boolean",
6402
6574
  value: input3.isRef
6403
6575
  })].every((flag) => flag);
6404
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
6576
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
6405
6577
  path: _path2 + ".k",
6406
6578
  expected: "string",
6407
6579
  value: input3.k
@@ -6410,7 +6582,7 @@ var validTermdbClusterResponse = (input) => {
6410
6582
  expected: "(number | string)",
6411
6583
  value: input3.v
6412
6584
  })].every((flag) => flag);
6413
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6585
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6414
6586
  path: _path2 + ".id",
6415
6587
  expected: "string",
6416
6588
  value: input3.id
@@ -6426,8 +6598,8 @@ var validTermdbClusterResponse = (input) => {
6426
6598
  path: _path2 + ".child_types",
6427
6599
  expected: "(Array<string> | undefined)",
6428
6600
  value: input3.child_types
6429
- })) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
6430
- path: _path2 + ".child_types[" + _index74 + "]",
6601
+ })) && input3.child_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
6602
+ path: _path2 + ".child_types[" + _index79 + "]",
6431
6603
  expected: "string",
6432
6604
  value: elem
6433
6605
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6442,8 +6614,8 @@ var validTermdbClusterResponse = (input) => {
6442
6614
  path: _path2 + ".included_types",
6443
6615
  expected: "(Array<string> | undefined)",
6444
6616
  value: input3.included_types
6445
- })) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
6446
- path: _path2 + ".included_types[" + _index75 + "]",
6617
+ })) && input3.included_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
6618
+ path: _path2 + ".included_types[" + _index80 + "]",
6447
6619
  expected: "string",
6448
6620
  value: elem
6449
6621
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6458,7 +6630,7 @@ var validTermdbClusterResponse = (input) => {
6458
6630
  path: _path2 + ".values",
6459
6631
  expected: "(TermValues & SampleLstTermValues | undefined)",
6460
6632
  value: input3.values
6461
- })) && $vo61(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
6633
+ })) && $vo63(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
6462
6634
  path: _path2 + ".values",
6463
6635
  expected: "(TermValues & SampleLstTermValues | undefined)",
6464
6636
  value: input3.values
@@ -6467,7 +6639,7 @@ var validTermdbClusterResponse = (input) => {
6467
6639
  expected: "(boolean | undefined)",
6468
6640
  value: input3.skipValuesBuild
6469
6641
  })].every((flag) => flag);
6470
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6642
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6471
6643
  const value = input3[key];
6472
6644
  if (void 0 === value)
6473
6645
  return true;
@@ -6476,7 +6648,7 @@ var validTermdbClusterResponse = (input) => {
6476
6648
  path: _path2 + $join(key),
6477
6649
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
6478
6650
  value
6479
- })) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6651
+ })) && $vo64(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6480
6652
  path: _path2 + $join(key),
6481
6653
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
6482
6654
  value
@@ -6486,14 +6658,14 @@ var validTermdbClusterResponse = (input) => {
6486
6658
  path: _path2 + $join(key),
6487
6659
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
6488
6660
  value
6489
- })) && $vo62(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6661
+ })) && $vo64(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6490
6662
  path: _path2 + $join(key),
6491
6663
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
6492
6664
  value
6493
6665
  });
6494
6666
  return true;
6495
6667
  }).every((flag) => flag)].every((flag) => flag);
6496
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
6668
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
6497
6669
  path: _path2 + ".key",
6498
6670
  expected: "(string | undefined)",
6499
6671
  value: input3.key
@@ -6537,12 +6709,12 @@ var validTermdbClusterResponse = (input) => {
6537
6709
  path: _path2 + ".list",
6538
6710
  expected: "Array<__type>.o7",
6539
6711
  value: input3.list
6540
- })) && input3.list.map((elem, _index76) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6541
- path: _path2 + ".list[" + _index76 + "]",
6712
+ })) && input3.list.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6713
+ path: _path2 + ".list[" + _index81 + "]",
6542
6714
  expected: "__type.o12",
6543
6715
  value: elem
6544
- })) && $vo63(elem, _path2 + ".list[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
6545
- path: _path2 + ".list[" + _index76 + "]",
6716
+ })) && $vo65(elem, _path2 + ".list[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
6717
+ path: _path2 + ".list[" + _index81 + "]",
6546
6718
  expected: "__type.o12",
6547
6719
  value: elem
6548
6720
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6550,7 +6722,7 @@ var validTermdbClusterResponse = (input) => {
6550
6722
  expected: "Array<__type>.o7",
6551
6723
  value: input3.list
6552
6724
  }), true].every((flag) => flag);
6553
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
6725
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
6554
6726
  path: _path2 + ".sampleId",
6555
6727
  expected: "string",
6556
6728
  value: input3.sampleId
@@ -6604,15 +6776,19 @@ var validTermdbClusterResponse = (input) => {
6604
6776
  return $vo50(input3, _path2, _exceptionable2);
6605
6777
  if ("categorical" === input3.type)
6606
6778
  return $vo51(input3, _path2, _exceptionable2);
6607
- if ("date" === input3.type)
6779
+ if ("snp" === input3.type)
6780
+ return $vo52(input3, _path2, _exceptionable2);
6781
+ if ("singleCellCellType" === input3.type)
6608
6782
  return $vo53(input3, _path2, _exceptionable2);
6783
+ if ("date" === input3.type)
6784
+ return $vo55(input3, _path2, _exceptionable2);
6609
6785
  if ("integer" === input3.type || "float" === input3.type)
6610
- return $vo52(input3, _path2, _exceptionable2);
6611
- if ("ssGSEA" === input3.type)
6612
6786
  return $vo54(input3, _path2, _exceptionable2);
6787
+ if ("ssGSEA" === input3.type)
6788
+ return $vo56(input3, _path2, _exceptionable2);
6613
6789
  if ("condition" === input3.type)
6614
- return $vo55(input3, _path2, _exceptionable2);
6615
- return $vo33(input3, _path2, false) || $vo11(input3, _path2, false) || $vo48(input3, _path2, false) || $vo49(input3, _path2, false) || $vo56(input3, _path2, false) || $vo60(input3, _path2, false);
6790
+ return $vo57(input3, _path2, _exceptionable2);
6791
+ return $vo33(input3, _path2, false) || $vo11(input3, _path2, false) || $vo48(input3, _path2, false) || $vo49(input3, _path2, false) || $vo58(input3, _path2, false) || $vo62(input3, _path2, false);
6616
6792
  })();
6617
6793
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
6618
6794
  if (void 0 !== input3.ranges)