@sjcrh/proteinpaint-types 2.181.0 → 2.182.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 (39) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-2QTCQFYE.js → chunk-2NINVZOB.js} +47 -11
  3. package/dist/{chunk-UBAJYDGK.js → chunk-734AZGID.js} +15 -3
  4. package/dist/{chunk-KNDCWQJD.js → chunk-INIT6CVR.js} +728 -580
  5. package/dist/{chunk-DDMUMMOL.js → chunk-LDLZU2QY.js} +15 -3
  6. package/dist/{chunk-URYAC364.js → chunk-LOFBLGRE.js} +311 -163
  7. package/dist/{chunk-UYKWZWCU.js → chunk-M7WMC7GC.js} +411 -199
  8. package/dist/{chunk-K6W2WEPW.js → chunk-NO3ZZD3L.js} +15 -3
  9. package/dist/{chunk-ZRTB7SRA.js → chunk-ONNT3XV7.js} +32 -8
  10. package/dist/{chunk-VUNM6QTX.js → chunk-QMEKJW2A.js} +15 -3
  11. package/dist/{chunk-J55IQXT7.js → chunk-TI565XIR.js} +470 -418
  12. package/dist/{chunk-ZKO7LMCC.js → chunk-TUM3OZ7K.js} +15 -3
  13. package/dist/{chunk-45VA4Y6L.js → chunk-UWK6LBTQ.js} +877 -778
  14. package/dist/chunk-W3F3CLYP.js +61 -0
  15. package/dist/{chunk-C5ECCXOT.js → chunk-WNUWRPXG.js} +733 -585
  16. package/dist/{chunk-3DA4MJ2U.js → chunk-Y6FNAG22.js} +372 -175
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/grin2.js +1 -1
  19. package/dist/index.js +31 -23
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.chat.js +15 -3
  22. package/dist/termdb.chat2.js +1 -1
  23. package/dist/termdb.cluster.js +1 -1
  24. package/dist/termdb.descrstats.js +1 -1
  25. package/dist/termdb.dmr.js +1 -1
  26. package/dist/termdb.numericcategories.js +1 -1
  27. package/dist/termdb.percentile.js +1 -1
  28. package/dist/termdb.proteome.js +11 -0
  29. package/dist/termdb.termsbyids.js +1 -1
  30. package/dist/termdb.topTermsByType.js +1 -1
  31. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  32. package/dist/termdb.violinBox.js +1 -1
  33. package/package.json +1 -1
  34. package/src/dataset.ts +16 -4
  35. package/src/index.ts +1 -0
  36. package/src/routes/termdb.proteome.ts +13 -0
  37. package/src/terms/dnaMethylation.ts +12 -3
  38. package/src/terms/termCollection.ts +7 -1
  39. package/src/terms/tw.ts +1 -0
@@ -69,7 +69,7 @@ var validCorrelationVolcanoRequest = (input) => {
69
69
  const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
70
70
  const $io30 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
71
71
  const $io31 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
72
- const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
72
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
73
73
  const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
74
74
  const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
75
75
  const $io35 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
@@ -95,7 +95,7 @@ var validCorrelationVolcanoRequest = (input) => {
95
95
  const $io46 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
96
96
  const $io47 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
97
97
  const $io48 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
98
- const $io49 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
98
+ const $io49 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
99
99
  const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
100
100
  const $io51 = (input3) => Object.keys(input3).every((key) => {
101
101
  const value = input3[key];
@@ -114,9 +114,9 @@ var validCorrelationVolcanoRequest = (input) => {
114
114
  return true;
115
115
  });
116
116
  const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
117
- const $io54 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
117
+ const $io54 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && (void 0 === input3.isCustom || "boolean" === typeof input3.isCustom) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
118
118
  const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
119
- const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWValues" === input3.type;
119
+ const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q)) && "QualTWValues" === input3.type;
120
120
  const $io57 = (input3) => Object.keys(input3).every((key) => {
121
121
  const value = input3[key];
122
122
  if (void 0 === value)
@@ -125,45 +125,53 @@ var validCorrelationVolcanoRequest = (input) => {
125
125
  return true;
126
126
  return true;
127
127
  });
128
- const $io58 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting));
129
- const $io59 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
130
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
131
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWPredefinedGS" === input3.type;
132
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
133
- const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && "QualTWCustomGS" === input3.type;
134
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io66(input3.customset));
135
- const $io66 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
136
- const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
137
- const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
138
- const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
139
- const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
140
- const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io72(input3.q));
141
- const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
142
- const $io73 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q));
143
- const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io75(elem))) && (null !== input3.type && void 0 === input3.type);
144
- const $io75 = (input3) => "number" === typeof input3.value;
145
- const $io76 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
146
- const $io77 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
147
- const $io78 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
148
- const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
149
- const $io80 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
150
- const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
151
- const $io82 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
152
- const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io66(input3.customset)) && Array.isArray(input3.dtLst);
153
- const $io84 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io38(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
154
- const $io85 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
155
- const $io86 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
156
- const $io87 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io88(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io90(input3.term));
157
- const $io88 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io89(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
158
- const $io89 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
159
- const $io90 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io91(elem)));
160
- const $io91 = (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 && $io92(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io93(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);
161
- const $io92 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
162
- const $io93 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
163
- const $io94 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io95(input3.q));
164
- const $io95 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
165
- const $io96 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io54(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io97(input3.q));
166
- const $io97 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
128
+ const $io58 = (input3) => Object.keys(input3).every((key) => {
129
+ const value = input3[key];
130
+ if (void 0 === value)
131
+ return true;
132
+ if (RegExp(/(.*)/).test(key))
133
+ return true;
134
+ return true;
135
+ });
136
+ const $io59 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting));
137
+ const $io60 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
138
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
139
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q)) && "QualTWPredefinedGS" === input3.type;
140
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
141
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && "QualTWCustomGS" === input3.type;
142
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io67(input3.customset));
143
+ const $io67 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
144
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
145
+ const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
146
+ const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io71(input3.q));
147
+ const $io71 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
148
+ const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io73(input3.q));
149
+ const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
150
+ const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
151
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io76(elem))) && (null !== input3.type && void 0 === input3.type);
152
+ const $io76 = (input3) => "number" === typeof input3.value;
153
+ const $io77 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io80(input3.q));
154
+ const $io78 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
155
+ const $io79 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
156
+ const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
157
+ const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q));
158
+ const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
159
+ const $io83 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io84(input3.q));
160
+ const $io84 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io67(input3.customset)) && Array.isArray(input3.dtLst);
161
+ const $io85 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io38(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
162
+ const $io86 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
163
+ const $io87 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
164
+ const $io88 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io91(input3.term));
165
+ const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io90(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
166
+ const $io90 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
167
+ const $io91 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io92(elem)));
168
+ const $io92 = (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 && $io93(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io94(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);
169
+ const $io93 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
170
+ const $io94 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
171
+ const $io95 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io96(input3.q));
172
+ const $io96 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
173
+ const $io97 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io57(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io54(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io98(input3.q));
174
+ const $io98 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
167
175
  const $iu0 = (input3) => (() => {
168
176
  if ("tvslst" === input3.type)
169
177
  return $io1(input3);
@@ -196,33 +204,33 @@ var validCorrelationVolcanoRequest = (input) => {
196
204
  })();
197
205
  const $iu4 = (input3) => (() => {
198
206
  if ("TermCollectionTWQual" === input3.type)
199
- return $io96(input3);
207
+ return $io97(input3);
200
208
  if ("TermCollectionTWCont" === input3.type)
201
- return $io94(input3);
209
+ return $io95(input3);
202
210
  if ("SnpsTW" === input3.type)
203
- return $io87(input3);
211
+ return $io88(input3);
204
212
  if ("ConditionTW" === input3.type)
205
- return $io84(input3);
213
+ return $io85(input3);
206
214
  if ("GvCustomGsTW" === input3.type)
207
- return $io82(input3);
215
+ return $io83(input3);
208
216
  if ("GvPredefinedGsTW" === input3.type)
209
- return $io80(input3);
217
+ return $io81(input3);
210
218
  if ("GvValuesTW" === input3.type)
211
- return $io76(input3);
219
+ return $io77(input3);
212
220
  if ("NumTWSpline" === input3.type)
213
- return $io73(input3);
221
+ return $io74(input3);
214
222
  if ("NumTWCont" === input3.type)
215
- return $io71(input3);
223
+ return $io72(input3);
216
224
  if ("NumTWBinary" === input3.type)
217
- return $io69(input3);
225
+ return $io70(input3);
218
226
  if ("NumTWCustomBin" === input3.type)
219
- return $io68(input3);
227
+ return $io69(input3);
220
228
  if ("NumTWRegularBin" === input3.type)
221
- return $io67(input3);
229
+ return $io68(input3);
222
230
  if ("QualTWCustomGS" === input3.type)
223
- return $io64(input3);
231
+ return $io65(input3);
224
232
  if ("QualTWPredefinedGS" === input3.type)
225
- return $io62(input3);
233
+ return $io63(input3);
226
234
  if ("QualTWValues" === input3.type)
227
235
  return $io56(input3);
228
236
  return false;
@@ -317,23 +325,23 @@ var validCorrelationVolcanoRequest = (input) => {
317
325
  if ("categorical" === input3.type)
318
326
  return $io4(input3);
319
327
  if ("snp" === input3.type)
320
- return $io58(input3);
321
- if ("singleCellCellType" === input3.type)
322
328
  return $io59(input3);
329
+ if ("singleCellCellType" === input3.type)
330
+ return $io60(input3);
323
331
  return false;
324
332
  })();
325
333
  const $iu14 = (input3) => (() => {
326
334
  if ("gene" === input3.kind)
327
- return $io77(input3);
328
- if ("coord" === input3.kind)
329
335
  return $io78(input3);
336
+ if ("coord" === input3.kind)
337
+ return $io79(input3);
330
338
  return false;
331
339
  })();
332
340
  const $iu15 = (input3) => (() => {
333
341
  if ("grade" === input3.valueFor)
334
- return $io85(input3);
335
- if ("children" === input3.valueFor)
336
342
  return $io86(input3);
343
+ if ("children" === input3.valueFor)
344
+ return $io87(input3);
337
345
  return false;
338
346
  })();
339
347
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -2092,6 +2100,10 @@ var validCorrelationVolcanoRequest = (input) => {
2092
2100
  path: _path2 + ".stop",
2093
2101
  expected: "number",
2094
2102
  value: input3.stop
2103
+ }), "gene" === input3.genomicFeatureType || "promoter" === input3.genomicFeatureType || "region" === input3.genomicFeatureType || "enhancer" === input3.genomicFeatureType || $report(_exceptionable2, {
2104
+ path: _path2 + ".genomicFeatureType",
2105
+ expected: '("enhancer" | "gene" | "promoter" | "region")',
2106
+ value: input3.genomicFeatureType
2095
2107
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2096
2108
  path: _path2 + ".bins",
2097
2109
  expected: "(PresetNumericBins | undefined)",
@@ -3262,6 +3274,10 @@ var validCorrelationVolcanoRequest = (input) => {
3262
3274
  path: _path2 + ".propsByTermId",
3263
3275
  expected: "__type.o7",
3264
3276
  value: input3.propsByTermId
3277
+ }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3278
+ path: _path2 + ".isCustom",
3279
+ expected: "(boolean | undefined)",
3280
+ value: input3.isCustom
3265
3281
  }), "numeric" === input3.memberType || $report(_exceptionable2, {
3266
3282
  path: _path2 + ".memberType",
3267
3283
  expected: '"numeric"',
@@ -3485,6 +3501,10 @@ var validCorrelationVolcanoRequest = (input) => {
3485
3501
  path: _path2 + ".propsByTermId",
3486
3502
  expected: "__type.o7",
3487
3503
  value: input3.propsByTermId
3504
+ }), void 0 === input3.isCustom || "boolean" === typeof input3.isCustom || $report(_exceptionable2, {
3505
+ path: _path2 + ".isCustom",
3506
+ expected: "(boolean | undefined)",
3507
+ value: input3.isCustom
3488
3508
  }), "categorical" === input3.memberType || $report(_exceptionable2, {
3489
3509
  path: _path2 + ".memberType",
3490
3510
  expected: '"categorical"',
@@ -3539,7 +3559,15 @@ var validCorrelationVolcanoRequest = (input) => {
3539
3559
  path: _path2 + ".minNumSamples",
3540
3560
  expected: "(number | undefined)",
3541
3561
  value: input3.minNumSamples
3542
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3562
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3563
+ path: _path2 + ".values",
3564
+ expected: "(__type.o11 | undefined)",
3565
+ value: input3.values
3566
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3567
+ path: _path2 + ".values",
3568
+ expected: "(__type.o11 | undefined)",
3569
+ value: input3.values
3570
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3543
3571
  path: _path2 + ".term",
3544
3572
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3545
3573
  value: input3.term
@@ -3551,7 +3579,7 @@ var validCorrelationVolcanoRequest = (input) => {
3551
3579
  path: _path2 + ".q",
3552
3580
  expected: "ValuesQ",
3553
3581
  value: input3.q
3554
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3582
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3555
3583
  path: _path2 + ".q",
3556
3584
  expected: "ValuesQ",
3557
3585
  value: input3.q
@@ -3568,7 +3596,15 @@ var validCorrelationVolcanoRequest = (input) => {
3568
3596
  return true;
3569
3597
  return true;
3570
3598
  }).every((flag) => flag)].every((flag) => flag);
3571
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3599
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3600
+ const value = input3[key];
3601
+ if (void 0 === value)
3602
+ return true;
3603
+ if (RegExp(/(.*)/).test(key))
3604
+ return true;
3605
+ return true;
3606
+ }).every((flag) => flag)].every((flag) => flag);
3607
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3572
3608
  path: _path2 + ".id",
3573
3609
  expected: "string",
3574
3610
  value: input3.id
@@ -3669,7 +3705,7 @@ var validCorrelationVolcanoRequest = (input) => {
3669
3705
  expected: "TermGroupSetting",
3670
3706
  value: input3.groupsetting
3671
3707
  })].every((flag) => flag);
3672
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3708
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3673
3709
  path: _path2 + ".id",
3674
3710
  expected: "string",
3675
3711
  value: input3.id
@@ -3737,7 +3773,7 @@ var validCorrelationVolcanoRequest = (input) => {
3737
3773
  path: _path2 + ".sample",
3738
3774
  expected: "object",
3739
3775
  value: input3.sample
3740
- })) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3776
+ })) && $vo61(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3741
3777
  path: _path2 + ".sample",
3742
3778
  expected: "object",
3743
3779
  value: input3.sample
@@ -3754,8 +3790,8 @@ var validCorrelationVolcanoRequest = (input) => {
3754
3790
  expected: "TermGroupSetting",
3755
3791
  value: input3.groupsetting
3756
3792
  })].every((flag) => flag);
3757
- const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
3758
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3793
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
3794
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3759
3795
  path: _path2 + ".hiddenValues",
3760
3796
  expected: "(HiddenValues | undefined)",
3761
3797
  value: input3.hiddenValues
@@ -3784,7 +3820,7 @@ var validCorrelationVolcanoRequest = (input) => {
3784
3820
  expected: '"values"',
3785
3821
  value: input3.type
3786
3822
  })].every((flag) => flag);
3787
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3823
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3788
3824
  path: _path2 + ".id",
3789
3825
  expected: "(string | undefined)",
3790
3826
  value: input3.id
@@ -3808,7 +3844,15 @@ var validCorrelationVolcanoRequest = (input) => {
3808
3844
  path: _path2 + ".minNumSamples",
3809
3845
  expected: "(number | undefined)",
3810
3846
  value: input3.minNumSamples
3811
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3847
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3848
+ path: _path2 + ".values",
3849
+ expected: "(__type.o11 | undefined)",
3850
+ value: input3.values
3851
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3852
+ path: _path2 + ".values",
3853
+ expected: "(__type.o11 | undefined)",
3854
+ value: input3.values
3855
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3812
3856
  path: _path2 + ".term",
3813
3857
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3814
3858
  value: input3.term
@@ -3820,7 +3864,7 @@ var validCorrelationVolcanoRequest = (input) => {
3820
3864
  path: _path2 + ".q",
3821
3865
  expected: "PredefinedGroupSettingQ",
3822
3866
  value: input3.q
3823
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3867
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3824
3868
  path: _path2 + ".q",
3825
3869
  expected: "PredefinedGroupSettingQ",
3826
3870
  value: input3.q
@@ -3829,7 +3873,7 @@ var validCorrelationVolcanoRequest = (input) => {
3829
3873
  expected: '"QualTWPredefinedGS"',
3830
3874
  value: input3.type
3831
3875
  })].every((flag) => flag);
3832
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3876
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3833
3877
  path: _path2 + ".hiddenValues",
3834
3878
  expected: "(HiddenValues | undefined)",
3835
3879
  value: input3.hiddenValues
@@ -3862,7 +3906,7 @@ var validCorrelationVolcanoRequest = (input) => {
3862
3906
  expected: "number",
3863
3907
  value: input3.predefined_groupset_idx
3864
3908
  })].every((flag) => flag);
3865
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3909
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3866
3910
  path: _path2 + ".id",
3867
3911
  expected: "(string | undefined)",
3868
3912
  value: input3.id
@@ -3886,7 +3930,15 @@ var validCorrelationVolcanoRequest = (input) => {
3886
3930
  path: _path2 + ".minNumSamples",
3887
3931
  expected: "(number | undefined)",
3888
3932
  value: input3.minNumSamples
3889
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3933
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3934
+ path: _path2 + ".values",
3935
+ expected: "(__type.o11 | undefined)",
3936
+ value: input3.values
3937
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3938
+ path: _path2 + ".values",
3939
+ expected: "(__type.o11 | undefined)",
3940
+ value: input3.values
3941
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3890
3942
  path: _path2 + ".term",
3891
3943
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3892
3944
  value: input3.term
@@ -3898,7 +3950,7 @@ var validCorrelationVolcanoRequest = (input) => {
3898
3950
  path: _path2 + ".q",
3899
3951
  expected: "CustomGroupSettingQ",
3900
3952
  value: input3.q
3901
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3953
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3902
3954
  path: _path2 + ".q",
3903
3955
  expected: "CustomGroupSettingQ",
3904
3956
  value: input3.q
@@ -3907,7 +3959,7 @@ var validCorrelationVolcanoRequest = (input) => {
3907
3959
  expected: '"QualTWCustomGS"',
3908
3960
  value: input3.type
3909
3961
  })].every((flag) => flag);
3910
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3962
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3911
3963
  path: _path2 + ".hiddenValues",
3912
3964
  expected: "(HiddenValues | undefined)",
3913
3965
  value: input3.hiddenValues
@@ -3939,12 +3991,12 @@ var validCorrelationVolcanoRequest = (input) => {
3939
3991
  path: _path2 + ".customset",
3940
3992
  expected: "BaseGroupSet",
3941
3993
  value: input3.customset
3942
- })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3994
+ })) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3943
3995
  path: _path2 + ".customset",
3944
3996
  expected: "BaseGroupSet",
3945
3997
  value: input3.customset
3946
3998
  })].every((flag) => flag);
3947
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3999
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3948
4000
  path: _path2 + ".groups",
3949
4001
  expected: "Array<GroupEntry>",
3950
4002
  value: input3.groups
@@ -3961,7 +4013,7 @@ var validCorrelationVolcanoRequest = (input) => {
3961
4013
  expected: "Array<GroupEntry>",
3962
4014
  value: input3.groups
3963
4015
  })].every((flag) => flag);
3964
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4016
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3965
4017
  path: _path2 + ".id",
3966
4018
  expected: "(string | undefined)",
3967
4019
  value: input3.id
@@ -3985,7 +4037,15 @@ var validCorrelationVolcanoRequest = (input) => {
3985
4037
  path: _path2 + ".minNumSamples",
3986
4038
  expected: "(number | undefined)",
3987
4039
  value: input3.minNumSamples
3988
- }), true, "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
4040
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4041
+ path: _path2 + ".values",
4042
+ expected: "(__type.o11 | undefined)",
4043
+ value: input3.values
4044
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4045
+ path: _path2 + ".values",
4046
+ expected: "(__type.o11 | undefined)",
4047
+ value: input3.values
4048
+ }), "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
3989
4049
  path: _path2 + ".type",
3990
4050
  expected: '"NumTWRegularBin"',
3991
4051
  value: input3.type
@@ -4006,7 +4066,7 @@ var validCorrelationVolcanoRequest = (input) => {
4006
4066
  expected: "RegularNumericBinConfig",
4007
4067
  value: input3.q
4008
4068
  })].every((flag) => flag);
4009
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4069
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4010
4070
  path: _path2 + ".id",
4011
4071
  expected: "(string | undefined)",
4012
4072
  value: input3.id
@@ -4030,7 +4090,15 @@ var validCorrelationVolcanoRequest = (input) => {
4030
4090
  path: _path2 + ".minNumSamples",
4031
4091
  expected: "(number | undefined)",
4032
4092
  value: input3.minNumSamples
4033
- }), true, "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
4093
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4094
+ path: _path2 + ".values",
4095
+ expected: "(__type.o11 | undefined)",
4096
+ value: input3.values
4097
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4098
+ path: _path2 + ".values",
4099
+ expected: "(__type.o11 | undefined)",
4100
+ value: input3.values
4101
+ }), "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
4034
4102
  path: _path2 + ".type",
4035
4103
  expected: '"NumTWCustomBin"',
4036
4104
  value: input3.type
@@ -4051,7 +4119,7 @@ var validCorrelationVolcanoRequest = (input) => {
4051
4119
  expected: "CustomNumericBinConfig",
4052
4120
  value: input3.q
4053
4121
  })].every((flag) => flag);
4054
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4122
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4055
4123
  path: _path2 + ".id",
4056
4124
  expected: "(string | undefined)",
4057
4125
  value: input3.id
@@ -4075,7 +4143,15 @@ var validCorrelationVolcanoRequest = (input) => {
4075
4143
  path: _path2 + ".minNumSamples",
4076
4144
  expected: "(number | undefined)",
4077
4145
  value: input3.minNumSamples
4078
- }), true, "NumTWBinary" === input3.type || $report(_exceptionable2, {
4146
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4147
+ path: _path2 + ".values",
4148
+ expected: "(__type.o11 | undefined)",
4149
+ value: input3.values
4150
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4151
+ path: _path2 + ".values",
4152
+ expected: "(__type.o11 | undefined)",
4153
+ value: input3.values
4154
+ }), "NumTWBinary" === input3.type || $report(_exceptionable2, {
4079
4155
  path: _path2 + ".type",
4080
4156
  expected: '"NumTWBinary"',
4081
4157
  value: input3.type
@@ -4091,12 +4167,12 @@ var validCorrelationVolcanoRequest = (input) => {
4091
4167
  path: _path2 + ".q",
4092
4168
  expected: "BinaryNumericQ",
4093
4169
  value: input3.q
4094
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4170
+ })) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4095
4171
  path: _path2 + ".q",
4096
4172
  expected: "BinaryNumericQ",
4097
4173
  value: input3.q
4098
4174
  })].every((flag) => flag);
4099
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4175
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4100
4176
  path: _path2 + ".hiddenValues",
4101
4177
  expected: "(HiddenValues | undefined)",
4102
4178
  value: input3.hiddenValues
@@ -4164,7 +4240,7 @@ var validCorrelationVolcanoRequest = (input) => {
4164
4240
  expected: "(number | undefined)",
4165
4241
  value: input3.cutoffPercentile
4166
4242
  })].every((flag) => flag);
4167
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4243
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4168
4244
  path: _path2 + ".id",
4169
4245
  expected: "(string | undefined)",
4170
4246
  value: input3.id
@@ -4188,7 +4264,15 @@ var validCorrelationVolcanoRequest = (input) => {
4188
4264
  path: _path2 + ".minNumSamples",
4189
4265
  expected: "(number | undefined)",
4190
4266
  value: input3.minNumSamples
4191
- }), true, "NumTWCont" === input3.type || $report(_exceptionable2, {
4267
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4268
+ path: _path2 + ".values",
4269
+ expected: "(__type.o11 | undefined)",
4270
+ value: input3.values
4271
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4272
+ path: _path2 + ".values",
4273
+ expected: "(__type.o11 | undefined)",
4274
+ value: input3.values
4275
+ }), "NumTWCont" === input3.type || $report(_exceptionable2, {
4192
4276
  path: _path2 + ".type",
4193
4277
  expected: '"NumTWCont"',
4194
4278
  value: input3.type
@@ -4204,12 +4288,12 @@ var validCorrelationVolcanoRequest = (input) => {
4204
4288
  path: _path2 + ".q",
4205
4289
  expected: "ContinuousNumericQ",
4206
4290
  value: input3.q
4207
- })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4291
+ })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4208
4292
  path: _path2 + ".q",
4209
4293
  expected: "ContinuousNumericQ",
4210
4294
  value: input3.q
4211
4295
  })].every((flag) => flag);
4212
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4296
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4213
4297
  path: _path2 + ".hiddenValues",
4214
4298
  expected: "(HiddenValues | undefined)",
4215
4299
  value: input3.hiddenValues
@@ -4250,7 +4334,7 @@ var validCorrelationVolcanoRequest = (input) => {
4250
4334
  expected: "(number | undefined)",
4251
4335
  value: input3.scale
4252
4336
  })].every((flag) => flag);
4253
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4337
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4254
4338
  path: _path2 + ".id",
4255
4339
  expected: "(string | undefined)",
4256
4340
  value: input3.id
@@ -4274,7 +4358,15 @@ var validCorrelationVolcanoRequest = (input) => {
4274
4358
  path: _path2 + ".minNumSamples",
4275
4359
  expected: "(number | undefined)",
4276
4360
  value: input3.minNumSamples
4277
- }), true, "NumTWSpline" === input3.type || $report(_exceptionable2, {
4361
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4362
+ path: _path2 + ".values",
4363
+ expected: "(__type.o11 | undefined)",
4364
+ value: input3.values
4365
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4366
+ path: _path2 + ".values",
4367
+ expected: "(__type.o11 | undefined)",
4368
+ value: input3.values
4369
+ }), "NumTWSpline" === input3.type || $report(_exceptionable2, {
4278
4370
  path: _path2 + ".type",
4279
4371
  expected: '"NumTWSpline"',
4280
4372
  value: input3.type
@@ -4290,12 +4382,12 @@ var validCorrelationVolcanoRequest = (input) => {
4290
4382
  path: _path2 + ".q",
4291
4383
  expected: "SplineNumericQ",
4292
4384
  value: input3.q
4293
- })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4385
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4294
4386
  path: _path2 + ".q",
4295
4387
  expected: "SplineNumericQ",
4296
4388
  value: input3.q
4297
4389
  })].every((flag) => flag);
4298
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4390
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4299
4391
  path: _path2 + ".hiddenValues",
4300
4392
  expected: "(HiddenValues | undefined)",
4301
4393
  value: input3.hiddenValues
@@ -4325,11 +4417,11 @@ var validCorrelationVolcanoRequest = (input) => {
4325
4417
  value: input3.knots
4326
4418
  })) && input3.knots.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4327
4419
  path: _path2 + ".knots[" + _index74 + "]",
4328
- expected: "__type.o11",
4420
+ expected: "__type.o12",
4329
4421
  value: elem
4330
- })) && $vo75(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4422
+ })) && $vo76(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4331
4423
  path: _path2 + ".knots[" + _index74 + "]",
4332
- expected: "__type.o11",
4424
+ expected: "__type.o12",
4333
4425
  value: elem
4334
4426
  })).every((flag) => flag) || $report(_exceptionable2, {
4335
4427
  path: _path2 + ".knots",
@@ -4344,12 +4436,12 @@ var validCorrelationVolcanoRequest = (input) => {
4344
4436
  expected: "undefined",
4345
4437
  value: input3.type
4346
4438
  }))].every((flag) => flag);
4347
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4439
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4348
4440
  path: _path2 + ".value",
4349
4441
  expected: "number",
4350
4442
  value: input3.value
4351
4443
  })].every((flag) => flag);
4352
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4444
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4353
4445
  path: _path2 + ".id",
4354
4446
  expected: "(string | undefined)",
4355
4447
  value: input3.id
@@ -4373,7 +4465,15 @@ var validCorrelationVolcanoRequest = (input) => {
4373
4465
  path: _path2 + ".minNumSamples",
4374
4466
  expected: "(number | undefined)",
4375
4467
  value: input3.minNumSamples
4376
- }), true, "GvValuesTW" === input3.type || $report(_exceptionable2, {
4468
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4469
+ path: _path2 + ".values",
4470
+ expected: "(__type.o11 | undefined)",
4471
+ value: input3.values
4472
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4473
+ path: _path2 + ".values",
4474
+ expected: "(__type.o11 | undefined)",
4475
+ value: input3.values
4476
+ }), "GvValuesTW" === input3.type || $report(_exceptionable2, {
4377
4477
  path: _path2 + ".type",
4378
4478
  expected: '"GvValuesTW"',
4379
4479
  value: input3.type
@@ -4389,12 +4489,12 @@ var validCorrelationVolcanoRequest = (input) => {
4389
4489
  path: _path2 + ".q",
4390
4490
  expected: "GvValuesQ",
4391
4491
  value: input3.q
4392
- })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4492
+ })) && $vo80(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4393
4493
  path: _path2 + ".q",
4394
4494
  expected: "GvValuesQ",
4395
4495
  value: input3.q
4396
4496
  })].every((flag) => flag);
4397
- const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4497
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4398
4498
  path: _path2 + ".id",
4399
4499
  expected: "string",
4400
4500
  value: input3.id
@@ -4519,7 +4619,7 @@ var validCorrelationVolcanoRequest = (input) => {
4519
4619
  expected: "Array<DtTerm>",
4520
4620
  value: input3.childTerms
4521
4621
  })].every((flag) => flag);
4522
- const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4622
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4523
4623
  path: _path2 + ".id",
4524
4624
  expected: "string",
4525
4625
  value: input3.id
@@ -4640,7 +4740,7 @@ var validCorrelationVolcanoRequest = (input) => {
4640
4740
  expected: "Array<DtTerm>",
4641
4741
  value: input3.childTerms
4642
4742
  })].every((flag) => flag);
4643
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4743
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4644
4744
  path: _path2 + ".hiddenValues",
4645
4745
  expected: "(HiddenValues | undefined)",
4646
4746
  value: input3.hiddenValues
@@ -4681,7 +4781,7 @@ var validCorrelationVolcanoRequest = (input) => {
4681
4781
  expected: '"values"',
4682
4782
  value: input3.type
4683
4783
  })].every((flag) => flag);
4684
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4784
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4685
4785
  path: _path2 + ".id",
4686
4786
  expected: "(string | undefined)",
4687
4787
  value: input3.id
@@ -4705,7 +4805,15 @@ var validCorrelationVolcanoRequest = (input) => {
4705
4805
  path: _path2 + ".minNumSamples",
4706
4806
  expected: "(number | undefined)",
4707
4807
  value: input3.minNumSamples
4708
- }), true, "GvPredefinedGsTW" === input3.type || $report(_exceptionable2, {
4808
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4809
+ path: _path2 + ".values",
4810
+ expected: "(__type.o11 | undefined)",
4811
+ value: input3.values
4812
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4813
+ path: _path2 + ".values",
4814
+ expected: "(__type.o11 | undefined)",
4815
+ value: input3.values
4816
+ }), "GvPredefinedGsTW" === input3.type || $report(_exceptionable2, {
4709
4817
  path: _path2 + ".type",
4710
4818
  expected: '"GvPredefinedGsTW"',
4711
4819
  value: input3.type
@@ -4721,12 +4829,12 @@ var validCorrelationVolcanoRequest = (input) => {
4721
4829
  path: _path2 + ".q",
4722
4830
  expected: "GvPredefinedGsQ",
4723
4831
  value: input3.q
4724
- })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4832
+ })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4725
4833
  path: _path2 + ".q",
4726
4834
  expected: "GvPredefinedGsQ",
4727
4835
  value: input3.q
4728
4836
  })].every((flag) => flag);
4729
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4837
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4730
4838
  path: _path2 + ".hiddenValues",
4731
4839
  expected: "(HiddenValues | undefined)",
4732
4840
  value: input3.hiddenValues
@@ -4775,7 +4883,7 @@ var validCorrelationVolcanoRequest = (input) => {
4775
4883
  expected: "Array<any>",
4776
4884
  value: input3.dtLst
4777
4885
  })].every((flag) => flag);
4778
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4886
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4779
4887
  path: _path2 + ".id",
4780
4888
  expected: "(string | undefined)",
4781
4889
  value: input3.id
@@ -4799,7 +4907,15 @@ var validCorrelationVolcanoRequest = (input) => {
4799
4907
  path: _path2 + ".minNumSamples",
4800
4908
  expected: "(number | undefined)",
4801
4909
  value: input3.minNumSamples
4802
- }), true, "GvCustomGsTW" === input3.type || $report(_exceptionable2, {
4910
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
4911
+ path: _path2 + ".values",
4912
+ expected: "(__type.o11 | undefined)",
4913
+ value: input3.values
4914
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
4915
+ path: _path2 + ".values",
4916
+ expected: "(__type.o11 | undefined)",
4917
+ value: input3.values
4918
+ }), "GvCustomGsTW" === input3.type || $report(_exceptionable2, {
4803
4919
  path: _path2 + ".type",
4804
4920
  expected: '"GvCustomGsTW"',
4805
4921
  value: input3.type
@@ -4815,12 +4931,12 @@ var validCorrelationVolcanoRequest = (input) => {
4815
4931
  path: _path2 + ".q",
4816
4932
  expected: "GvCustomGsQ",
4817
4933
  value: input3.q
4818
- })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4934
+ })) && $vo84(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4819
4935
  path: _path2 + ".q",
4820
4936
  expected: "GvCustomGsQ",
4821
4937
  value: input3.q
4822
4938
  })].every((flag) => flag);
4823
- const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4939
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4824
4940
  path: _path2 + ".hiddenValues",
4825
4941
  expected: "(HiddenValues | undefined)",
4826
4942
  value: input3.hiddenValues
@@ -4864,7 +4980,7 @@ var validCorrelationVolcanoRequest = (input) => {
4864
4980
  path: _path2 + ".customset",
4865
4981
  expected: "BaseGroupSet",
4866
4982
  value: input3.customset
4867
- })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4983
+ })) && $vo67(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4868
4984
  path: _path2 + ".customset",
4869
4985
  expected: "BaseGroupSet",
4870
4986
  value: input3.customset
@@ -4873,7 +4989,7 @@ var validCorrelationVolcanoRequest = (input) => {
4873
4989
  expected: "Array<any>",
4874
4990
  value: input3.dtLst
4875
4991
  })].every((flag) => flag);
4876
- const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4992
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4877
4993
  path: _path2 + ".id",
4878
4994
  expected: "(string | undefined)",
4879
4995
  value: input3.id
@@ -4897,7 +5013,15 @@ var validCorrelationVolcanoRequest = (input) => {
4897
5013
  path: _path2 + ".minNumSamples",
4898
5014
  expected: "(number | undefined)",
4899
5015
  value: input3.minNumSamples
4900
- }), true, "ConditionTW" === input3.type || $report(_exceptionable2, {
5016
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5017
+ path: _path2 + ".values",
5018
+ expected: "(__type.o11 | undefined)",
5019
+ value: input3.values
5020
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5021
+ path: _path2 + ".values",
5022
+ expected: "(__type.o11 | undefined)",
5023
+ value: input3.values
5024
+ }), "ConditionTW" === input3.type || $report(_exceptionable2, {
4901
5025
  path: _path2 + ".type",
4902
5026
  expected: '"ConditionTW"',
4903
5027
  value: input3.type
@@ -4918,7 +5042,7 @@ var validCorrelationVolcanoRequest = (input) => {
4918
5042
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4919
5043
  value: input3.q
4920
5044
  })].every((flag) => flag);
4921
- const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5045
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4922
5046
  path: _path2 + ".hiddenValues",
4923
5047
  expected: "(HiddenValues | undefined)",
4924
5048
  value: input3.hiddenValues
@@ -4979,7 +5103,7 @@ var validCorrelationVolcanoRequest = (input) => {
4979
5103
  expected: "(boolean | undefined)",
4980
5104
  value: input3.value_by_computable_grade
4981
5105
  }), true].every((flag) => flag);
4982
- const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5106
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4983
5107
  path: _path2 + ".hiddenValues",
4984
5108
  expected: "(HiddenValues | undefined)",
4985
5109
  value: input3.hiddenValues
@@ -5012,7 +5136,7 @@ var validCorrelationVolcanoRequest = (input) => {
5012
5136
  expected: "true",
5013
5137
  value: input3.bar_by_children
5014
5138
  }), true].every((flag) => flag);
5015
- const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5139
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5016
5140
  path: _path2 + ".id",
5017
5141
  expected: "(string | undefined)",
5018
5142
  value: input3.id
@@ -5036,7 +5160,15 @@ var validCorrelationVolcanoRequest = (input) => {
5036
5160
  path: _path2 + ".minNumSamples",
5037
5161
  expected: "(number | undefined)",
5038
5162
  value: input3.minNumSamples
5039
- }), true, "SnpsTW" === input3.type || $report(_exceptionable2, {
5163
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5164
+ path: _path2 + ".values",
5165
+ expected: "(__type.o11 | undefined)",
5166
+ value: input3.values
5167
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5168
+ path: _path2 + ".values",
5169
+ expected: "(__type.o11 | undefined)",
5170
+ value: input3.values
5171
+ }), "SnpsTW" === input3.type || $report(_exceptionable2, {
5040
5172
  path: _path2 + ".type",
5041
5173
  expected: '"SnpsTW"',
5042
5174
  value: input3.type
@@ -5044,7 +5176,7 @@ var validCorrelationVolcanoRequest = (input) => {
5044
5176
  path: _path2 + ".q",
5045
5177
  expected: "SnpsQ",
5046
5178
  value: input3.q
5047
- })) && $vo88(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5179
+ })) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5048
5180
  path: _path2 + ".q",
5049
5181
  expected: "SnpsQ",
5050
5182
  value: input3.q
@@ -5052,12 +5184,12 @@ var validCorrelationVolcanoRequest = (input) => {
5052
5184
  path: _path2 + ".term",
5053
5185
  expected: "SnpsTerm",
5054
5186
  value: input3.term
5055
- })) && $vo90(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5187
+ })) && $vo91(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5056
5188
  path: _path2 + ".term",
5057
5189
  expected: "SnpsTerm",
5058
5190
  value: input3.term
5059
5191
  })].every((flag) => flag);
5060
- const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5192
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5061
5193
  path: _path2 + ".hiddenValues",
5062
5194
  expected: "(HiddenValues | undefined)",
5063
5195
  value: input3.hiddenValues
@@ -5105,7 +5237,7 @@ var validCorrelationVolcanoRequest = (input) => {
5105
5237
  path: _path2 + ".restrictAncestry",
5106
5238
  expected: "RestrictAncestry",
5107
5239
  value: input3.restrictAncestry
5108
- })) && $vo89(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5240
+ })) && $vo90(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5109
5241
  path: _path2 + ".restrictAncestry",
5110
5242
  expected: "RestrictAncestry",
5111
5243
  value: input3.restrictAncestry
@@ -5130,7 +5262,7 @@ var validCorrelationVolcanoRequest = (input) => {
5130
5262
  expected: "number",
5131
5263
  value: input3.stop
5132
5264
  })].every((flag) => flag);
5133
- const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
5265
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
5134
5266
  path: _path2 + ".name",
5135
5267
  expected: "string",
5136
5268
  value: input3.name
@@ -5143,7 +5275,7 @@ var validCorrelationVolcanoRequest = (input) => {
5143
5275
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
5144
5276
  value: input3.tvs
5145
5277
  })].every((flag) => flag);
5146
- const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5278
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5147
5279
  path: _path2 + ".id",
5148
5280
  expected: "string",
5149
5281
  value: input3.id
@@ -5219,7 +5351,7 @@ var validCorrelationVolcanoRequest = (input) => {
5219
5351
  path: _path2 + ".snps[" + _index86 + "]",
5220
5352
  expected: "SnpsEntry",
5221
5353
  value: elem
5222
- })) && $vo91(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5354
+ })) && $vo92(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5223
5355
  path: _path2 + ".snps[" + _index86 + "]",
5224
5356
  expected: "SnpsEntry",
5225
5357
  value: elem
@@ -5228,7 +5360,7 @@ var validCorrelationVolcanoRequest = (input) => {
5228
5360
  expected: "(Array<SnpsEntry> | undefined)",
5229
5361
  value: input3.snps
5230
5362
  })].every((flag) => flag);
5231
- const $vo91 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5363
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5232
5364
  path: _path2 + ".altAlleles",
5233
5365
  expected: "(Array<string> | undefined)",
5234
5366
  value: input3.altAlleles
@@ -5248,7 +5380,7 @@ var validCorrelationVolcanoRequest = (input) => {
5248
5380
  path: _path2 + ".alleles[" + _index88 + "]",
5249
5381
  expected: "AllelesEntry",
5250
5382
  value: elem
5251
- })) && $vo92(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5383
+ })) && $vo93(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5252
5384
  path: _path2 + ".alleles[" + _index88 + "]",
5253
5385
  expected: "AllelesEntry",
5254
5386
  value: elem
@@ -5262,11 +5394,11 @@ var validCorrelationVolcanoRequest = (input) => {
5262
5394
  value: input3.effectAllele
5263
5395
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
5264
5396
  path: _path2 + ".gt2count",
5265
- expected: "(__type.o12 | undefined)",
5397
+ expected: "(__type.o13 | undefined)",
5266
5398
  value: input3.gt2count
5267
- })) && $vo93(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5399
+ })) && $vo94(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5268
5400
  path: _path2 + ".gt2count",
5269
- expected: "(__type.o12 | undefined)",
5401
+ expected: "(__type.o13 | undefined)",
5270
5402
  value: input3.gt2count
5271
5403
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
5272
5404
  path: _path2 + ".invalid",
@@ -5293,7 +5425,7 @@ var validCorrelationVolcanoRequest = (input) => {
5293
5425
  expected: "(number | undefined)",
5294
5426
  value: input3.pos
5295
5427
  })].every((flag) => flag);
5296
- const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5428
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5297
5429
  path: _path2 + ".allele",
5298
5430
  expected: "string",
5299
5431
  value: input3.allele
@@ -5306,7 +5438,7 @@ var validCorrelationVolcanoRequest = (input) => {
5306
5438
  expected: "boolean",
5307
5439
  value: input3.isRef
5308
5440
  })].every((flag) => flag);
5309
- const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5441
+ const $vo94 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5310
5442
  path: _path2 + ".k",
5311
5443
  expected: "string",
5312
5444
  value: input3.k
@@ -5315,7 +5447,7 @@ var validCorrelationVolcanoRequest = (input) => {
5315
5447
  expected: "(number | string)",
5316
5448
  value: input3.v
5317
5449
  })].every((flag) => flag);
5318
- const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5450
+ const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5319
5451
  path: _path2 + ".id",
5320
5452
  expected: "(string | undefined)",
5321
5453
  value: input3.id
@@ -5339,7 +5471,15 @@ var validCorrelationVolcanoRequest = (input) => {
5339
5471
  path: _path2 + ".minNumSamples",
5340
5472
  expected: "(number | undefined)",
5341
5473
  value: input3.minNumSamples
5342
- }), true, "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
5474
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5475
+ path: _path2 + ".values",
5476
+ expected: "(__type.o11 | undefined)",
5477
+ value: input3.values
5478
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5479
+ path: _path2 + ".values",
5480
+ expected: "(__type.o11 | undefined)",
5481
+ value: input3.values
5482
+ }), "TermCollectionTWCont" === input3.type || $report(_exceptionable2, {
5343
5483
  path: _path2 + ".type",
5344
5484
  expected: '"TermCollectionTWCont"',
5345
5485
  value: input3.type
@@ -5355,12 +5495,12 @@ var validCorrelationVolcanoRequest = (input) => {
5355
5495
  path: _path2 + ".q",
5356
5496
  expected: "TermCollectionQCont",
5357
5497
  value: input3.q
5358
- })) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5498
+ })) && $vo96(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5359
5499
  path: _path2 + ".q",
5360
5500
  expected: "TermCollectionQCont",
5361
5501
  value: input3.q
5362
5502
  })].every((flag) => flag);
5363
- const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5503
+ const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5364
5504
  path: _path2 + ".hiddenValues",
5365
5505
  expected: "(HiddenValues | undefined)",
5366
5506
  value: input3.hiddenValues
@@ -5413,7 +5553,7 @@ var validCorrelationVolcanoRequest = (input) => {
5413
5553
  expected: "(Array<string> | undefined)",
5414
5554
  value: input3.numerators
5415
5555
  })].every((flag) => flag);
5416
- const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5556
+ const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5417
5557
  path: _path2 + ".id",
5418
5558
  expected: "(string | undefined)",
5419
5559
  value: input3.id
@@ -5437,7 +5577,15 @@ var validCorrelationVolcanoRequest = (input) => {
5437
5577
  path: _path2 + ".minNumSamples",
5438
5578
  expected: "(number | undefined)",
5439
5579
  value: input3.minNumSamples
5440
- }), true, "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
5580
+ }), true, void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
5581
+ path: _path2 + ".values",
5582
+ expected: "(__type.o11 | undefined)",
5583
+ value: input3.values
5584
+ })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
5585
+ path: _path2 + ".values",
5586
+ expected: "(__type.o11 | undefined)",
5587
+ value: input3.values
5588
+ }), "TermCollectionTWQual" === input3.type || $report(_exceptionable2, {
5441
5589
  path: _path2 + ".type",
5442
5590
  expected: '"TermCollectionTWQual"',
5443
5591
  value: input3.type
@@ -5453,12 +5601,12 @@ var validCorrelationVolcanoRequest = (input) => {
5453
5601
  path: _path2 + ".q",
5454
5602
  expected: "TermCollectionQQual",
5455
5603
  value: input3.q
5456
- })) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5604
+ })) && $vo98(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5457
5605
  path: _path2 + ".q",
5458
5606
  expected: "TermCollectionQQual",
5459
5607
  value: input3.q
5460
5608
  })].every((flag) => flag);
5461
- const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5609
+ const $vo98 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5462
5610
  path: _path2 + ".hiddenValues",
5463
5611
  expected: "(HiddenValues | undefined)",
5464
5612
  value: input3.hiddenValues
@@ -5559,33 +5707,33 @@ var validCorrelationVolcanoRequest = (input) => {
5559
5707
  })();
5560
5708
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5561
5709
  if ("TermCollectionTWQual" === input3.type)
5562
- return $vo96(input3, _path2, _exceptionable2);
5710
+ return $vo97(input3, _path2, _exceptionable2);
5563
5711
  if ("TermCollectionTWCont" === input3.type)
5564
- return $vo94(input3, _path2, _exceptionable2);
5712
+ return $vo95(input3, _path2, _exceptionable2);
5565
5713
  if ("SnpsTW" === input3.type)
5566
- return $vo87(input3, _path2, _exceptionable2);
5714
+ return $vo88(input3, _path2, _exceptionable2);
5567
5715
  if ("ConditionTW" === input3.type)
5568
- return $vo84(input3, _path2, _exceptionable2);
5716
+ return $vo85(input3, _path2, _exceptionable2);
5569
5717
  if ("GvCustomGsTW" === input3.type)
5570
- return $vo82(input3, _path2, _exceptionable2);
5718
+ return $vo83(input3, _path2, _exceptionable2);
5571
5719
  if ("GvPredefinedGsTW" === input3.type)
5572
- return $vo80(input3, _path2, _exceptionable2);
5720
+ return $vo81(input3, _path2, _exceptionable2);
5573
5721
  if ("GvValuesTW" === input3.type)
5574
- return $vo76(input3, _path2, _exceptionable2);
5722
+ return $vo77(input3, _path2, _exceptionable2);
5575
5723
  if ("NumTWSpline" === input3.type)
5576
- return $vo73(input3, _path2, _exceptionable2);
5724
+ return $vo74(input3, _path2, _exceptionable2);
5577
5725
  if ("NumTWCont" === input3.type)
5578
- return $vo71(input3, _path2, _exceptionable2);
5726
+ return $vo72(input3, _path2, _exceptionable2);
5579
5727
  if ("NumTWBinary" === input3.type)
5580
- return $vo69(input3, _path2, _exceptionable2);
5728
+ return $vo70(input3, _path2, _exceptionable2);
5581
5729
  if ("NumTWCustomBin" === input3.type)
5582
- return $vo68(input3, _path2, _exceptionable2);
5730
+ return $vo69(input3, _path2, _exceptionable2);
5583
5731
  if ("NumTWRegularBin" === input3.type)
5584
- return $vo67(input3, _path2, _exceptionable2);
5732
+ return $vo68(input3, _path2, _exceptionable2);
5585
5733
  if ("QualTWCustomGS" === input3.type)
5586
- return $vo64(input3, _path2, _exceptionable2);
5734
+ return $vo65(input3, _path2, _exceptionable2);
5587
5735
  if ("QualTWPredefinedGS" === input3.type)
5588
- return $vo62(input3, _path2, _exceptionable2);
5736
+ return $vo63(input3, _path2, _exceptionable2);
5589
5737
  if ("QualTWValues" === input3.type)
5590
5738
  return $vo56(input3, _path2, _exceptionable2);
5591
5739
  return $report(_exceptionable2, {
@@ -5682,9 +5830,9 @@ var validCorrelationVolcanoRequest = (input) => {
5682
5830
  if ("categorical" === input3.type)
5683
5831
  return $vo4(input3, _path2, _exceptionable2);
5684
5832
  if ("snp" === input3.type)
5685
- return $vo58(input3, _path2, _exceptionable2);
5686
- if ("singleCellCellType" === input3.type)
5687
5833
  return $vo59(input3, _path2, _exceptionable2);
5834
+ if ("singleCellCellType" === input3.type)
5835
+ return $vo60(input3, _path2, _exceptionable2);
5688
5836
  return $report(_exceptionable2, {
5689
5837
  path: _path2,
5690
5838
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -5693,9 +5841,9 @@ var validCorrelationVolcanoRequest = (input) => {
5693
5841
  })();
5694
5842
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5695
5843
  if ("gene" === input3.kind)
5696
- return $vo77(input3, _path2, _exceptionable2);
5697
- if ("coord" === input3.kind)
5698
5844
  return $vo78(input3, _path2, _exceptionable2);
5845
+ if ("coord" === input3.kind)
5846
+ return $vo79(input3, _path2, _exceptionable2);
5699
5847
  return $report(_exceptionable2, {
5700
5848
  path: _path2,
5701
5849
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -5704,9 +5852,9 @@ var validCorrelationVolcanoRequest = (input) => {
5704
5852
  })();
5705
5853
  const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5706
5854
  if ("grade" === input3.valueFor)
5707
- return $vo85(input3, _path2, _exceptionable2);
5708
- if ("children" === input3.valueFor)
5709
5855
  return $vo86(input3, _path2, _exceptionable2);
5856
+ if ("children" === input3.valueFor)
5857
+ return $vo87(input3, _path2, _exceptionable2);
5710
5858
  return $report(_exceptionable2, {
5711
5859
  path: _path2,
5712
5860
  expected: "(ConditionGradeQ | ConditionChildrenQ)",