@sjcrh/proteinpaint-types 2.169.0 → 2.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-EBPGV76U.js → chunk-33FYSH3O.js} +130 -2
  3. package/dist/{chunk-GIPUG4HD.js → chunk-447IAMTQ.js} +130 -2
  4. package/dist/{chunk-ZXPLL3NT.js → chunk-53QZTLJK.js} +417 -185
  5. package/dist/{chunk-5F24QFE7.js → chunk-BPDR66LV.js} +385 -151
  6. package/dist/{chunk-C27KCAQH.js → chunk-CUU7POGC.js} +417 -185
  7. package/dist/{chunk-GZKTMVAU.js → chunk-HDED6K55.js} +515 -153
  8. package/dist/{chunk-PZHVYGSD.js → chunk-HRH4GGV2.js} +421 -189
  9. package/dist/{chunk-LXW2FSLR.js → chunk-MH3TDIL4.js} +439 -207
  10. package/dist/{chunk-OLWNM7QP.js → chunk-MJEQEGN4.js} +130 -2
  11. package/dist/{chunk-5OMJAZK4.js → chunk-QL6YSLN6.js} +171 -43
  12. package/dist/{chunk-OLXOQLZH.js → chunk-TVS2JEXL.js} +130 -2
  13. package/dist/{chunk-CC32XCET.js → chunk-UQNHLAZN.js} +660 -298
  14. package/dist/{chunk-VQOCGHP2.js → chunk-YCURJJSC.js} +5 -1
  15. package/dist/{chunk-MCL6EDOS.js → chunk-ZAMM6EMS.js} +421 -189
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/grin2.js +1 -1
  18. package/dist/index.js +14 -14
  19. package/dist/termdb.boxplot.js +1 -1
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.chat.js +1 -1
  22. package/dist/termdb.cluster.js +1 -1
  23. package/dist/termdb.descrstats.js +1 -1
  24. package/dist/termdb.numericcategories.js +1 -1
  25. package/dist/termdb.percentile.js +1 -1
  26. package/dist/termdb.termsbyids.js +1 -1
  27. package/dist/termdb.topTermsByType.js +1 -1
  28. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  29. package/dist/termdb.violin.js +1 -1
  30. package/package.json +1 -1
  31. package/src/dataset.ts +8 -2
  32. package/src/filter.ts +7 -1
  33. package/src/index.ts +1 -0
  34. package/src/routes/grin2.ts +5 -0
  35. package/src/terms/term.ts +3 -1
  36. package/src/terms/termCollection.ts +52 -0
  37. package/src/terms/tw.ts +3 -2
@@ -77,8 +77,10 @@ var validCorrelationVolcanoRequest = (input) => {
77
77
  const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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;
78
78
  const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io33(elem)));
79
79
  const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
80
- const $io39 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "QualTWValues" === input3.type;
81
- const $io40 = (input3) => Object.keys(input3).every((key) => {
80
+ const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && "number" === typeof input3.ratio;
81
+ const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
82
+ const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWValues" === input3.type;
83
+ const $io42 = (input3) => Object.keys(input3).every((key) => {
82
84
  const value = input3[key];
83
85
  if (void 0 === value)
84
86
  return true;
@@ -86,41 +88,43 @@ var validCorrelationVolcanoRequest = (input) => {
86
88
  return true;
87
89
  return true;
88
90
  });
89
- const $io41 = (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));
90
- const $io42 = (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)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
91
- const $io43 = (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;
92
- const $io44 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWPredefinedGS" === input3.type;
93
- const $io45 = (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;
94
- const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWCustomGS" === input3.type;
95
- const $io47 = (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 && $io48(input3.customset));
96
- const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
97
- const $io49 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
98
- const $io50 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
99
- const $io51 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
100
- const $io52 = (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] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
101
- const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
102
- const $io54 = (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);
103
- const $io55 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
104
- const $io56 = (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 && $io57(elem))) && (null !== input3.type && void 0 === input3.type);
105
- const $io57 = (input3) => "number" === typeof input3.value;
106
- const $io58 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
107
- const $io59 = (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 && $io33(elem)));
108
- const $io60 = (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 && $io33(elem)));
109
- 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.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;
110
- 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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
111
- 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.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;
112
- 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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
113
- 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.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 && $io48(input3.customset));
114
- const $io66 = (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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
115
- const $io67 = (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;
116
- const $io68 = (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;
117
- 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) && $io40(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io72(input3.term));
118
- 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) && "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 && $io71(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;
119
- const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
120
- const $io72 = (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 && $io73(elem)));
121
- const $io73 = (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 && $io74(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io75(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);
122
- const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
123
- const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
91
+ const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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));
92
+ const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
93
+ const $io45 = (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;
94
+ const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWPredefinedGS" === input3.type;
95
+ const $io47 = (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;
96
+ const $io48 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q)) && "QualTWCustomGS" === input3.type;
97
+ const $io49 = (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 && $io50(input3.customset));
98
+ const $io50 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
99
+ const $io51 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
100
+ const $io52 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
101
+ const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io54(input3.q));
102
+ const $io54 = (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] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
103
+ const $io55 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io56(input3.q));
104
+ const $io56 = (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);
105
+ const $io57 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
106
+ const $io58 = (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 && $io59(elem))) && (null !== input3.type && void 0 === input3.type);
107
+ const $io59 = (input3) => "number" === typeof input3.value;
108
+ const $io60 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
109
+ const $io61 = (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 && $io33(elem)));
110
+ const $io62 = (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 && $io33(elem)));
111
+ 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.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;
112
+ 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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
113
+ 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.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;
114
+ const $io66 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io67(input3.q));
115
+ const $io67 = (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 && $io50(input3.customset));
116
+ 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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
117
+ const $io69 = (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;
118
+ 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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
119
+ 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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io72(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io74(input3.term));
120
+ 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) && "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 && $io73(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;
121
+ const $io73 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
122
+ const $io74 = (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 && $io75(elem)));
123
+ const $io75 = (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 && $io76(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io77(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);
124
+ const $io76 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
125
+ const $io77 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
126
+ const $io78 = (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) && $io42(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
127
+ 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) && "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));
124
128
  const $iu0 = (input3) => (() => {
125
129
  if ("tvslst" === input3.type)
126
130
  return $io1(input3);
@@ -150,32 +154,34 @@ var validCorrelationVolcanoRequest = (input) => {
150
154
  return false;
151
155
  })();
152
156
  const $iu4 = (input3) => (() => {
157
+ if ("TermCollectionTWValues" === input3.type)
158
+ return $io78(input3);
153
159
  if ("SnpsTW" === input3.type)
154
- return $io69(input3);
160
+ return $io71(input3);
155
161
  if ("ConditionTW" === input3.type)
156
- return $io66(input3);
162
+ return $io68(input3);
157
163
  if ("GvCustomGsTW" === input3.type)
158
- return $io64(input3);
164
+ return $io66(input3);
159
165
  if ("GvPredefinedGsTW" === input3.type)
160
- return $io62(input3);
166
+ return $io64(input3);
161
167
  if ("GvValuesTW" === input3.type)
162
- return $io58(input3);
168
+ return $io60(input3);
163
169
  if ("NumTWSpline" === input3.type)
164
- return $io55(input3);
170
+ return $io57(input3);
165
171
  if ("NumTWCont" === input3.type)
166
- return $io53(input3);
172
+ return $io55(input3);
167
173
  if ("NumTWBinary" === input3.type)
168
- return $io51(input3);
174
+ return $io53(input3);
169
175
  if ("NumTWCustomBin" === input3.type)
170
- return $io50(input3);
176
+ return $io52(input3);
171
177
  if ("NumTWRegularBin" === input3.type)
172
- return $io49(input3);
178
+ return $io51(input3);
173
179
  if ("QualTWCustomGS" === input3.type)
174
- return $io46(input3);
180
+ return $io48(input3);
175
181
  if ("QualTWPredefinedGS" === input3.type)
176
- return $io44(input3);
182
+ return $io46(input3);
177
183
  if ("QualTWValues" === input3.type)
178
- return $io39(input3);
184
+ return $io41(input3);
179
185
  return false;
180
186
  })();
181
187
  const $iu5 = (input3) => (() => {
@@ -195,6 +201,8 @@ var validCorrelationVolcanoRequest = (input) => {
195
201
  const $iu7 = (input3) => (() => {
196
202
  if (void 0 !== input3.ranges)
197
203
  return $io13(input3);
204
+ if (void 0 !== input3.ratio)
205
+ return $io39(input3);
198
206
  return (() => {
199
207
  if ($io3(input3))
200
208
  return $io3(input3);
@@ -240,23 +248,23 @@ var validCorrelationVolcanoRequest = (input) => {
240
248
  if ("categorical" === input3.type)
241
249
  return $io4(input3);
242
250
  if ("snp" === input3.type)
243
- return $io41(input3);
251
+ return $io43(input3);
244
252
  if ("singleCellCellType" === input3.type)
245
- return $io42(input3);
253
+ return $io44(input3);
246
254
  return false;
247
255
  })();
248
256
  const $iu12 = (input3) => (() => {
249
257
  if ("gene" === input3.kind)
250
- return $io59(input3);
258
+ return $io61(input3);
251
259
  if ("coord" === input3.kind)
252
- return $io60(input3);
260
+ return $io62(input3);
253
261
  return false;
254
262
  })();
255
263
  const $iu13 = (input3) => (() => {
256
264
  if ("grade" === input3.valueFor)
257
- return $io67(input3);
265
+ return $io69(input3);
258
266
  if ("children" === input3.valueFor)
259
- return $io68(input3);
267
+ return $io70(input3);
260
268
  return false;
261
269
  })();
262
270
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -283,11 +291,11 @@ var validCorrelationVolcanoRequest = (input) => {
283
291
  value: input3.filter
284
292
  }), true, ("object" === typeof input3.featureTw && null !== input3.featureTw || $report(_exceptionable2, {
285
293
  path: _path2 + ".featureTw",
286
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
294
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
287
295
  value: input3.featureTw
288
296
  })) && $vu4(input3.featureTw, _path2 + ".featureTw", _exceptionable2) || $report(_exceptionable2, {
289
297
  path: _path2 + ".featureTw",
290
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
298
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
291
299
  value: input3.featureTw
292
300
  }), (Array.isArray(input3.variableTwLst) || $report(_exceptionable2, {
293
301
  path: _path2 + ".variableTwLst",
@@ -295,11 +303,11 @@ var validCorrelationVolcanoRequest = (input) => {
295
303
  value: input3.variableTwLst
296
304
  })) && input3.variableTwLst.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
297
305
  path: _path2 + ".variableTwLst[" + _index1 + "]",
298
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
306
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
299
307
  value: elem
300
308
  })) && $vu4(elem, _path2 + ".variableTwLst[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
301
309
  path: _path2 + ".variableTwLst[" + _index1 + "]",
302
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
310
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
303
311
  value: elem
304
312
  })).every((flag) => flag) || $report(_exceptionable2, {
305
313
  path: _path2 + ".variableTwLst",
@@ -349,11 +357,11 @@ var validCorrelationVolcanoRequest = (input) => {
349
357
  value: input3.type
350
358
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
351
359
  path: _path2 + ".tvs",
352
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
360
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
353
361
  value: input3.tvs
354
362
  })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
355
363
  path: _path2 + ".tvs",
356
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
364
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
357
365
  value: input3.tvs
358
366
  })].every((flag) => flag);
359
367
  const $vo3 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
@@ -2206,7 +2214,129 @@ var validCorrelationVolcanoRequest = (input) => {
2206
2214
  expected: "string",
2207
2215
  value: input3.value
2208
2216
  })].every((flag) => flag);
2209
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2217
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2218
+ path: _path2 + ".join",
2219
+ expected: "(string | undefined)",
2220
+ value: input3.join
2221
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2222
+ path: _path2 + ".isnot",
2223
+ expected: "(boolean | undefined)",
2224
+ value: input3.isnot
2225
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2226
+ path: _path2 + ".term",
2227
+ expected: "TermCollection",
2228
+ value: input3.term
2229
+ })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2230
+ path: _path2 + ".term",
2231
+ expected: "TermCollection",
2232
+ value: input3.term
2233
+ }), "number" === typeof input3.ratio || $report(_exceptionable2, {
2234
+ path: _path2 + ".ratio",
2235
+ expected: "number",
2236
+ value: input3.ratio
2237
+ })].every((flag) => flag);
2238
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2239
+ path: _path2 + ".id",
2240
+ expected: "string",
2241
+ value: input3.id
2242
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2243
+ path: _path2 + ".name",
2244
+ expected: "string",
2245
+ value: input3.name
2246
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
2247
+ path: _path2 + ".type",
2248
+ expected: '"termCollection"',
2249
+ value: input3.type
2250
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2251
+ path: _path2 + ".child_types",
2252
+ expected: "(Array<string> | undefined)",
2253
+ value: input3.child_types
2254
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2255
+ path: _path2 + ".child_types[" + _index41 + "]",
2256
+ expected: "string",
2257
+ value: elem
2258
+ })).every((flag) => flag) || $report(_exceptionable2, {
2259
+ path: _path2 + ".child_types",
2260
+ expected: "(Array<string> | undefined)",
2261
+ value: input3.child_types
2262
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2263
+ path: _path2 + ".hashtmldetail",
2264
+ expected: "(boolean | undefined)",
2265
+ value: input3.hashtmldetail
2266
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2267
+ path: _path2 + ".included_types",
2268
+ expected: "(Array<string> | undefined)",
2269
+ value: input3.included_types
2270
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2271
+ path: _path2 + ".included_types[" + _index42 + "]",
2272
+ expected: "string",
2273
+ value: elem
2274
+ })).every((flag) => flag) || $report(_exceptionable2, {
2275
+ path: _path2 + ".included_types",
2276
+ expected: "(Array<string> | undefined)",
2277
+ value: input3.included_types
2278
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2279
+ path: _path2 + ".isleaf",
2280
+ expected: "(boolean | undefined)",
2281
+ value: input3.isleaf
2282
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2283
+ path: _path2 + ".values",
2284
+ expected: "(TermValues | undefined)",
2285
+ value: input3.values
2286
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2287
+ path: _path2 + ".values",
2288
+ expected: "(TermValues | undefined)",
2289
+ value: input3.values
2290
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2291
+ path: _path2 + ".skipValuesBuild",
2292
+ expected: "(boolean | undefined)",
2293
+ value: input3.skipValuesBuild
2294
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2295
+ path: _path2 + ".valueConversion",
2296
+ expected: "(__type.o1 | undefined)",
2297
+ value: input3.valueConversion
2298
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2299
+ path: _path2 + ".valueConversion",
2300
+ expected: "(__type.o1 | undefined)",
2301
+ value: input3.valueConversion
2302
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2303
+ path: _path2 + ".collectionId",
2304
+ expected: "(string | undefined)",
2305
+ value: input3.collectionId
2306
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
2307
+ path: _path2 + ".lst",
2308
+ expected: "(Array<string> | undefined)",
2309
+ value: input3.lst
2310
+ })) && input3.lst.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2311
+ path: _path2 + ".lst[" + _index43 + "]",
2312
+ expected: "string",
2313
+ value: elem
2314
+ })).every((flag) => flag) || $report(_exceptionable2, {
2315
+ path: _path2 + ".lst",
2316
+ expected: "(Array<string> | undefined)",
2317
+ value: input3.lst
2318
+ }), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
2319
+ path: _path2 + ".termlst",
2320
+ expected: "(Array<any> | undefined)",
2321
+ value: input3.termlst
2322
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2323
+ path: _path2 + ".numerators",
2324
+ expected: "(Array<string> | undefined)",
2325
+ value: input3.numerators
2326
+ })) && input3.numerators.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2327
+ path: _path2 + ".numerators[" + _index44 + "]",
2328
+ expected: "string",
2329
+ value: elem
2330
+ })).every((flag) => flag) || $report(_exceptionable2, {
2331
+ path: _path2 + ".numerators",
2332
+ expected: "(Array<string> | undefined)",
2333
+ value: input3.numerators
2334
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
2335
+ path: _path2 + ".newTvs",
2336
+ expected: "(boolean | undefined)",
2337
+ value: input3.newTvs
2338
+ })].every((flag) => flag);
2339
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2210
2340
  path: _path2 + ".id",
2211
2341
  expected: "(string | undefined)",
2212
2342
  value: input3.id
@@ -2222,7 +2352,7 @@ var validCorrelationVolcanoRequest = (input) => {
2222
2352
  path: _path2 + ".settings",
2223
2353
  expected: "(__type.o6 | undefined)",
2224
2354
  value: input3.settings
2225
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2355
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2226
2356
  path: _path2 + ".settings",
2227
2357
  expected: "(__type.o6 | undefined)",
2228
2358
  value: input3.settings
@@ -2242,7 +2372,7 @@ var validCorrelationVolcanoRequest = (input) => {
2242
2372
  path: _path2 + ".q",
2243
2373
  expected: "ValuesQ",
2244
2374
  value: input3.q
2245
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2375
+ })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2246
2376
  path: _path2 + ".q",
2247
2377
  expected: "ValuesQ",
2248
2378
  value: input3.q
@@ -2251,7 +2381,7 @@ var validCorrelationVolcanoRequest = (input) => {
2251
2381
  expected: '"QualTWValues"',
2252
2382
  value: input3.type
2253
2383
  })].every((flag) => flag);
2254
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2384
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2255
2385
  const value = input3[key];
2256
2386
  if (void 0 === value)
2257
2387
  return true;
@@ -2259,7 +2389,7 @@ var validCorrelationVolcanoRequest = (input) => {
2259
2389
  return true;
2260
2390
  return true;
2261
2391
  }).every((flag) => flag)].every((flag) => flag);
2262
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2392
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2263
2393
  path: _path2 + ".id",
2264
2394
  expected: "string",
2265
2395
  value: input3.id
@@ -2275,8 +2405,8 @@ var validCorrelationVolcanoRequest = (input) => {
2275
2405
  path: _path2 + ".child_types",
2276
2406
  expected: "(Array<string> | undefined)",
2277
2407
  value: input3.child_types
2278
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2279
- path: _path2 + ".child_types[" + _index41 + "]",
2408
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2409
+ path: _path2 + ".child_types[" + _index45 + "]",
2280
2410
  expected: "string",
2281
2411
  value: elem
2282
2412
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2291,8 +2421,8 @@ var validCorrelationVolcanoRequest = (input) => {
2291
2421
  path: _path2 + ".included_types",
2292
2422
  expected: "(Array<string> | undefined)",
2293
2423
  value: input3.included_types
2294
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2295
- path: _path2 + ".included_types[" + _index42 + "]",
2424
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2425
+ path: _path2 + ".included_types[" + _index46 + "]",
2296
2426
  expected: "string",
2297
2427
  value: elem
2298
2428
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2343,8 +2473,8 @@ var validCorrelationVolcanoRequest = (input) => {
2343
2473
  path: _path2 + ".alt",
2344
2474
  expected: "Array<string>",
2345
2475
  value: input3.alt
2346
- })) && input3.alt.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2347
- path: _path2 + ".alt[" + _index43 + "]",
2476
+ })) && input3.alt.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2477
+ path: _path2 + ".alt[" + _index47 + "]",
2348
2478
  expected: "string",
2349
2479
  value: elem
2350
2480
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2360,7 +2490,7 @@ var validCorrelationVolcanoRequest = (input) => {
2360
2490
  expected: "TermGroupSetting",
2361
2491
  value: input3.groupsetting
2362
2492
  })].every((flag) => flag);
2363
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2493
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2364
2494
  path: _path2 + ".id",
2365
2495
  expected: "string",
2366
2496
  value: input3.id
@@ -2376,8 +2506,8 @@ var validCorrelationVolcanoRequest = (input) => {
2376
2506
  path: _path2 + ".child_types",
2377
2507
  expected: "(Array<string> | undefined)",
2378
2508
  value: input3.child_types
2379
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2380
- path: _path2 + ".child_types[" + _index44 + "]",
2509
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2510
+ path: _path2 + ".child_types[" + _index48 + "]",
2381
2511
  expected: "string",
2382
2512
  value: elem
2383
2513
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2392,8 +2522,8 @@ var validCorrelationVolcanoRequest = (input) => {
2392
2522
  path: _path2 + ".included_types",
2393
2523
  expected: "(Array<string> | undefined)",
2394
2524
  value: input3.included_types
2395
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2396
- path: _path2 + ".included_types[" + _index45 + "]",
2525
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2526
+ path: _path2 + ".included_types[" + _index49 + "]",
2397
2527
  expected: "string",
2398
2528
  value: elem
2399
2529
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2441,7 +2571,7 @@ var validCorrelationVolcanoRequest = (input) => {
2441
2571
  expected: "TermGroupSetting",
2442
2572
  value: input3.groupsetting
2443
2573
  })].every((flag) => flag);
2444
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2574
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2445
2575
  path: _path2 + ".hiddenValues",
2446
2576
  expected: "(HiddenValues | undefined)",
2447
2577
  value: input3.hiddenValues
@@ -2470,7 +2600,7 @@ var validCorrelationVolcanoRequest = (input) => {
2470
2600
  expected: '"values"',
2471
2601
  value: input3.type
2472
2602
  })].every((flag) => flag);
2473
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2603
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2474
2604
  path: _path2 + ".id",
2475
2605
  expected: "(string | undefined)",
2476
2606
  value: input3.id
@@ -2486,7 +2616,7 @@ var validCorrelationVolcanoRequest = (input) => {
2486
2616
  path: _path2 + ".settings",
2487
2617
  expected: "(__type.o6 | undefined)",
2488
2618
  value: input3.settings
2489
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2619
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2490
2620
  path: _path2 + ".settings",
2491
2621
  expected: "(__type.o6 | undefined)",
2492
2622
  value: input3.settings
@@ -2506,7 +2636,7 @@ var validCorrelationVolcanoRequest = (input) => {
2506
2636
  path: _path2 + ".q",
2507
2637
  expected: "PredefinedGroupSettingQ",
2508
2638
  value: input3.q
2509
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2639
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2510
2640
  path: _path2 + ".q",
2511
2641
  expected: "PredefinedGroupSettingQ",
2512
2642
  value: input3.q
@@ -2515,7 +2645,7 @@ var validCorrelationVolcanoRequest = (input) => {
2515
2645
  expected: '"QualTWPredefinedGS"',
2516
2646
  value: input3.type
2517
2647
  })].every((flag) => flag);
2518
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2648
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2519
2649
  path: _path2 + ".hiddenValues",
2520
2650
  expected: "(HiddenValues | undefined)",
2521
2651
  value: input3.hiddenValues
@@ -2548,7 +2678,7 @@ var validCorrelationVolcanoRequest = (input) => {
2548
2678
  expected: "number",
2549
2679
  value: input3.predefined_groupset_idx
2550
2680
  })].every((flag) => flag);
2551
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2681
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2552
2682
  path: _path2 + ".id",
2553
2683
  expected: "(string | undefined)",
2554
2684
  value: input3.id
@@ -2564,7 +2694,7 @@ var validCorrelationVolcanoRequest = (input) => {
2564
2694
  path: _path2 + ".settings",
2565
2695
  expected: "(__type.o6 | undefined)",
2566
2696
  value: input3.settings
2567
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2697
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2568
2698
  path: _path2 + ".settings",
2569
2699
  expected: "(__type.o6 | undefined)",
2570
2700
  value: input3.settings
@@ -2584,7 +2714,7 @@ var validCorrelationVolcanoRequest = (input) => {
2584
2714
  path: _path2 + ".q",
2585
2715
  expected: "CustomGroupSettingQ",
2586
2716
  value: input3.q
2587
- })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2717
+ })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2588
2718
  path: _path2 + ".q",
2589
2719
  expected: "CustomGroupSettingQ",
2590
2720
  value: input3.q
@@ -2593,7 +2723,7 @@ var validCorrelationVolcanoRequest = (input) => {
2593
2723
  expected: '"QualTWCustomGS"',
2594
2724
  value: input3.type
2595
2725
  })].every((flag) => flag);
2596
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2726
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2597
2727
  path: _path2 + ".hiddenValues",
2598
2728
  expected: "(HiddenValues | undefined)",
2599
2729
  value: input3.hiddenValues
@@ -2625,21 +2755,21 @@ var validCorrelationVolcanoRequest = (input) => {
2625
2755
  path: _path2 + ".customset",
2626
2756
  expected: "BaseGroupSet",
2627
2757
  value: input3.customset
2628
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2758
+ })) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2629
2759
  path: _path2 + ".customset",
2630
2760
  expected: "BaseGroupSet",
2631
2761
  value: input3.customset
2632
2762
  })].every((flag) => flag);
2633
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2763
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2634
2764
  path: _path2 + ".groups",
2635
2765
  expected: "Array<GroupEntry>",
2636
2766
  value: input3.groups
2637
- })) && input3.groups.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2638
- path: _path2 + ".groups[" + _index46 + "]",
2767
+ })) && input3.groups.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2768
+ path: _path2 + ".groups[" + _index50 + "]",
2639
2769
  expected: "(FilterGroup | ValuesGroup)",
2640
2770
  value: elem
2641
- })) && $vu1(elem, _path2 + ".groups[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2642
- path: _path2 + ".groups[" + _index46 + "]",
2771
+ })) && $vu1(elem, _path2 + ".groups[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
2772
+ path: _path2 + ".groups[" + _index50 + "]",
2643
2773
  expected: "(FilterGroup | ValuesGroup)",
2644
2774
  value: elem
2645
2775
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2647,7 +2777,7 @@ var validCorrelationVolcanoRequest = (input) => {
2647
2777
  expected: "Array<GroupEntry>",
2648
2778
  value: input3.groups
2649
2779
  })].every((flag) => flag);
2650
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2780
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2651
2781
  path: _path2 + ".id",
2652
2782
  expected: "(string | undefined)",
2653
2783
  value: input3.id
@@ -2663,7 +2793,7 @@ var validCorrelationVolcanoRequest = (input) => {
2663
2793
  path: _path2 + ".settings",
2664
2794
  expected: "(__type.o6 | undefined)",
2665
2795
  value: input3.settings
2666
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2796
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2667
2797
  path: _path2 + ".settings",
2668
2798
  expected: "(__type.o6 | undefined)",
2669
2799
  value: input3.settings
@@ -2692,7 +2822,7 @@ var validCorrelationVolcanoRequest = (input) => {
2692
2822
  expected: "RegularNumericBinConfig",
2693
2823
  value: input3.q
2694
2824
  })].every((flag) => flag);
2695
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2825
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2696
2826
  path: _path2 + ".id",
2697
2827
  expected: "(string | undefined)",
2698
2828
  value: input3.id
@@ -2708,7 +2838,7 @@ var validCorrelationVolcanoRequest = (input) => {
2708
2838
  path: _path2 + ".settings",
2709
2839
  expected: "(__type.o6 | undefined)",
2710
2840
  value: input3.settings
2711
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2841
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2712
2842
  path: _path2 + ".settings",
2713
2843
  expected: "(__type.o6 | undefined)",
2714
2844
  value: input3.settings
@@ -2737,7 +2867,7 @@ var validCorrelationVolcanoRequest = (input) => {
2737
2867
  expected: "CustomNumericBinConfig",
2738
2868
  value: input3.q
2739
2869
  })].every((flag) => flag);
2740
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2870
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2741
2871
  path: _path2 + ".id",
2742
2872
  expected: "(string | undefined)",
2743
2873
  value: input3.id
@@ -2753,7 +2883,7 @@ var validCorrelationVolcanoRequest = (input) => {
2753
2883
  path: _path2 + ".settings",
2754
2884
  expected: "(__type.o6 | undefined)",
2755
2885
  value: input3.settings
2756
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2886
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2757
2887
  path: _path2 + ".settings",
2758
2888
  expected: "(__type.o6 | undefined)",
2759
2889
  value: input3.settings
@@ -2777,12 +2907,12 @@ var validCorrelationVolcanoRequest = (input) => {
2777
2907
  path: _path2 + ".q",
2778
2908
  expected: "BinaryNumericQ",
2779
2909
  value: input3.q
2780
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2910
+ })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2781
2911
  path: _path2 + ".q",
2782
2912
  expected: "BinaryNumericQ",
2783
2913
  value: input3.q
2784
2914
  })].every((flag) => flag);
2785
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2915
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2786
2916
  path: _path2 + ".hiddenValues",
2787
2917
  expected: "(HiddenValues | undefined)",
2788
2918
  value: input3.hiddenValues
@@ -2850,7 +2980,7 @@ var validCorrelationVolcanoRequest = (input) => {
2850
2980
  expected: "(number | undefined)",
2851
2981
  value: input3.cutoffPercentile
2852
2982
  })].every((flag) => flag);
2853
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2983
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2854
2984
  path: _path2 + ".id",
2855
2985
  expected: "(string | undefined)",
2856
2986
  value: input3.id
@@ -2866,7 +2996,7 @@ var validCorrelationVolcanoRequest = (input) => {
2866
2996
  path: _path2 + ".settings",
2867
2997
  expected: "(__type.o6 | undefined)",
2868
2998
  value: input3.settings
2869
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2999
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2870
3000
  path: _path2 + ".settings",
2871
3001
  expected: "(__type.o6 | undefined)",
2872
3002
  value: input3.settings
@@ -2890,12 +3020,12 @@ var validCorrelationVolcanoRequest = (input) => {
2890
3020
  path: _path2 + ".q",
2891
3021
  expected: "ContinuousNumericQ",
2892
3022
  value: input3.q
2893
- })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3023
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2894
3024
  path: _path2 + ".q",
2895
3025
  expected: "ContinuousNumericQ",
2896
3026
  value: input3.q
2897
3027
  })].every((flag) => flag);
2898
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3028
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2899
3029
  path: _path2 + ".hiddenValues",
2900
3030
  expected: "(HiddenValues | undefined)",
2901
3031
  value: input3.hiddenValues
@@ -2936,7 +3066,7 @@ var validCorrelationVolcanoRequest = (input) => {
2936
3066
  expected: "(number | undefined)",
2937
3067
  value: input3.scale
2938
3068
  })].every((flag) => flag);
2939
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3069
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2940
3070
  path: _path2 + ".id",
2941
3071
  expected: "(string | undefined)",
2942
3072
  value: input3.id
@@ -2952,7 +3082,7 @@ var validCorrelationVolcanoRequest = (input) => {
2952
3082
  path: _path2 + ".settings",
2953
3083
  expected: "(__type.o6 | undefined)",
2954
3084
  value: input3.settings
2955
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3085
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2956
3086
  path: _path2 + ".settings",
2957
3087
  expected: "(__type.o6 | undefined)",
2958
3088
  value: input3.settings
@@ -2976,12 +3106,12 @@ var validCorrelationVolcanoRequest = (input) => {
2976
3106
  path: _path2 + ".q",
2977
3107
  expected: "SplineNumericQ",
2978
3108
  value: input3.q
2979
- })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3109
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2980
3110
  path: _path2 + ".q",
2981
3111
  expected: "SplineNumericQ",
2982
3112
  value: input3.q
2983
3113
  })].every((flag) => flag);
2984
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3114
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2985
3115
  path: _path2 + ".hiddenValues",
2986
3116
  expected: "(HiddenValues | undefined)",
2987
3117
  value: input3.hiddenValues
@@ -3009,12 +3139,12 @@ var validCorrelationVolcanoRequest = (input) => {
3009
3139
  path: _path2 + ".knots",
3010
3140
  expected: "Array<__type>.o3",
3011
3141
  value: input3.knots
3012
- })) && input3.knots.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3013
- path: _path2 + ".knots[" + _index47 + "]",
3142
+ })) && input3.knots.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3143
+ path: _path2 + ".knots[" + _index51 + "]",
3014
3144
  expected: "__type.o7",
3015
3145
  value: elem
3016
- })) && $vo57(elem, _path2 + ".knots[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
3017
- path: _path2 + ".knots[" + _index47 + "]",
3146
+ })) && $vo59(elem, _path2 + ".knots[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
3147
+ path: _path2 + ".knots[" + _index51 + "]",
3018
3148
  expected: "__type.o7",
3019
3149
  value: elem
3020
3150
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3030,12 +3160,12 @@ var validCorrelationVolcanoRequest = (input) => {
3030
3160
  expected: "undefined",
3031
3161
  value: input3.type
3032
3162
  }))].every((flag) => flag);
3033
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3163
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3034
3164
  path: _path2 + ".value",
3035
3165
  expected: "number",
3036
3166
  value: input3.value
3037
3167
  })].every((flag) => flag);
3038
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3168
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3039
3169
  path: _path2 + ".id",
3040
3170
  expected: "(string | undefined)",
3041
3171
  value: input3.id
@@ -3051,7 +3181,7 @@ var validCorrelationVolcanoRequest = (input) => {
3051
3181
  path: _path2 + ".settings",
3052
3182
  expected: "(__type.o6 | undefined)",
3053
3183
  value: input3.settings
3054
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3184
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3055
3185
  path: _path2 + ".settings",
3056
3186
  expected: "(__type.o6 | undefined)",
3057
3187
  value: input3.settings
@@ -3075,12 +3205,12 @@ var validCorrelationVolcanoRequest = (input) => {
3075
3205
  path: _path2 + ".q",
3076
3206
  expected: "GvValuesQ",
3077
3207
  value: input3.q
3078
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3208
+ })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3079
3209
  path: _path2 + ".q",
3080
3210
  expected: "GvValuesQ",
3081
3211
  value: input3.q
3082
3212
  })].every((flag) => flag);
3083
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3213
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3084
3214
  path: _path2 + ".id",
3085
3215
  expected: "string",
3086
3216
  value: input3.id
@@ -3096,8 +3226,8 @@ var validCorrelationVolcanoRequest = (input) => {
3096
3226
  path: _path2 + ".child_types",
3097
3227
  expected: "(Array<string> | undefined)",
3098
3228
  value: input3.child_types
3099
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
3100
- path: _path2 + ".child_types[" + _index48 + "]",
3229
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3230
+ path: _path2 + ".child_types[" + _index52 + "]",
3101
3231
  expected: "string",
3102
3232
  value: elem
3103
3233
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3112,8 +3242,8 @@ var validCorrelationVolcanoRequest = (input) => {
3112
3242
  path: _path2 + ".included_types",
3113
3243
  expected: "(Array<string> | undefined)",
3114
3244
  value: input3.included_types
3115
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
3116
- path: _path2 + ".included_types[" + _index49 + "]",
3245
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3246
+ path: _path2 + ".included_types[" + _index53 + "]",
3117
3247
  expected: "string",
3118
3248
  value: elem
3119
3249
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3168,12 +3298,12 @@ var validCorrelationVolcanoRequest = (input) => {
3168
3298
  path: _path2 + ".genes",
3169
3299
  expected: "Array<GvGeneTerm>",
3170
3300
  value: input3.genes
3171
- })) && input3.genes.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3172
- path: _path2 + ".genes[" + _index50 + "]",
3301
+ })) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3302
+ path: _path2 + ".genes[" + _index54 + "]",
3173
3303
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3174
3304
  value: elem
3175
- })) && $vu3(elem, _path2 + ".genes[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3176
- path: _path2 + ".genes[" + _index50 + "]",
3305
+ })) && $vu3(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3306
+ path: _path2 + ".genes[" + _index54 + "]",
3177
3307
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3178
3308
  value: elem
3179
3309
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3192,12 +3322,12 @@ var validCorrelationVolcanoRequest = (input) => {
3192
3322
  path: _path2 + ".childTerms",
3193
3323
  expected: "Array<DtTerm>",
3194
3324
  value: input3.childTerms
3195
- })) && input3.childTerms.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3196
- path: _path2 + ".childTerms[" + _index51 + "]",
3325
+ })) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3326
+ path: _path2 + ".childTerms[" + _index55 + "]",
3197
3327
  expected: "DtTerm",
3198
3328
  value: elem
3199
- })) && $vo33(elem, _path2 + ".childTerms[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
3200
- path: _path2 + ".childTerms[" + _index51 + "]",
3329
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3330
+ path: _path2 + ".childTerms[" + _index55 + "]",
3201
3331
  expected: "DtTerm",
3202
3332
  value: elem
3203
3333
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3205,7 +3335,7 @@ var validCorrelationVolcanoRequest = (input) => {
3205
3335
  expected: "Array<DtTerm>",
3206
3336
  value: input3.childTerms
3207
3337
  })].every((flag) => flag);
3208
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3338
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3209
3339
  path: _path2 + ".id",
3210
3340
  expected: "string",
3211
3341
  value: input3.id
@@ -3221,8 +3351,8 @@ var validCorrelationVolcanoRequest = (input) => {
3221
3351
  path: _path2 + ".child_types",
3222
3352
  expected: "(Array<string> | undefined)",
3223
3353
  value: input3.child_types
3224
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3225
- path: _path2 + ".child_types[" + _index52 + "]",
3354
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3355
+ path: _path2 + ".child_types[" + _index56 + "]",
3226
3356
  expected: "string",
3227
3357
  value: elem
3228
3358
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3237,8 +3367,8 @@ var validCorrelationVolcanoRequest = (input) => {
3237
3367
  path: _path2 + ".included_types",
3238
3368
  expected: "(Array<string> | undefined)",
3239
3369
  value: input3.included_types
3240
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3241
- path: _path2 + ".included_types[" + _index53 + "]",
3370
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3371
+ path: _path2 + ".included_types[" + _index57 + "]",
3242
3372
  expected: "string",
3243
3373
  value: elem
3244
3374
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3289,12 +3419,12 @@ var validCorrelationVolcanoRequest = (input) => {
3289
3419
  path: _path2 + ".genes",
3290
3420
  expected: "Array<GvGeneTerm>",
3291
3421
  value: input3.genes
3292
- })) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3293
- path: _path2 + ".genes[" + _index54 + "]",
3422
+ })) && input3.genes.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3423
+ path: _path2 + ".genes[" + _index58 + "]",
3294
3424
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3295
3425
  value: elem
3296
- })) && $vu3(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3297
- path: _path2 + ".genes[" + _index54 + "]",
3426
+ })) && $vu3(elem, _path2 + ".genes[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3427
+ path: _path2 + ".genes[" + _index58 + "]",
3298
3428
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3299
3429
  value: elem
3300
3430
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3313,12 +3443,12 @@ var validCorrelationVolcanoRequest = (input) => {
3313
3443
  path: _path2 + ".childTerms",
3314
3444
  expected: "Array<DtTerm>",
3315
3445
  value: input3.childTerms
3316
- })) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3317
- path: _path2 + ".childTerms[" + _index55 + "]",
3446
+ })) && input3.childTerms.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3447
+ path: _path2 + ".childTerms[" + _index59 + "]",
3318
3448
  expected: "DtTerm",
3319
3449
  value: elem
3320
- })) && $vo33(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3321
- path: _path2 + ".childTerms[" + _index55 + "]",
3450
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3451
+ path: _path2 + ".childTerms[" + _index59 + "]",
3322
3452
  expected: "DtTerm",
3323
3453
  value: elem
3324
3454
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3326,7 +3456,7 @@ var validCorrelationVolcanoRequest = (input) => {
3326
3456
  expected: "Array<DtTerm>",
3327
3457
  value: input3.childTerms
3328
3458
  })].every((flag) => flag);
3329
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3459
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3330
3460
  path: _path2 + ".hiddenValues",
3331
3461
  expected: "(HiddenValues | undefined)",
3332
3462
  value: input3.hiddenValues
@@ -3367,7 +3497,7 @@ var validCorrelationVolcanoRequest = (input) => {
3367
3497
  expected: '"values"',
3368
3498
  value: input3.type
3369
3499
  })].every((flag) => flag);
3370
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3500
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3371
3501
  path: _path2 + ".id",
3372
3502
  expected: "(string | undefined)",
3373
3503
  value: input3.id
@@ -3383,7 +3513,7 @@ var validCorrelationVolcanoRequest = (input) => {
3383
3513
  path: _path2 + ".settings",
3384
3514
  expected: "(__type.o6 | undefined)",
3385
3515
  value: input3.settings
3386
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3516
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3387
3517
  path: _path2 + ".settings",
3388
3518
  expected: "(__type.o6 | undefined)",
3389
3519
  value: input3.settings
@@ -3407,12 +3537,12 @@ var validCorrelationVolcanoRequest = (input) => {
3407
3537
  path: _path2 + ".q",
3408
3538
  expected: "GvPredefinedGsQ",
3409
3539
  value: input3.q
3410
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3540
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3411
3541
  path: _path2 + ".q",
3412
3542
  expected: "GvPredefinedGsQ",
3413
3543
  value: input3.q
3414
3544
  })].every((flag) => flag);
3415
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3545
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3416
3546
  path: _path2 + ".hiddenValues",
3417
3547
  expected: "(HiddenValues | undefined)",
3418
3548
  value: input3.hiddenValues
@@ -3457,7 +3587,7 @@ var validCorrelationVolcanoRequest = (input) => {
3457
3587
  expected: "number",
3458
3588
  value: input3.predefined_groupset_idx
3459
3589
  })].every((flag) => flag);
3460
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3590
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3461
3591
  path: _path2 + ".id",
3462
3592
  expected: "(string | undefined)",
3463
3593
  value: input3.id
@@ -3473,7 +3603,7 @@ var validCorrelationVolcanoRequest = (input) => {
3473
3603
  path: _path2 + ".settings",
3474
3604
  expected: "(__type.o6 | undefined)",
3475
3605
  value: input3.settings
3476
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3606
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3477
3607
  path: _path2 + ".settings",
3478
3608
  expected: "(__type.o6 | undefined)",
3479
3609
  value: input3.settings
@@ -3497,12 +3627,12 @@ var validCorrelationVolcanoRequest = (input) => {
3497
3627
  path: _path2 + ".q",
3498
3628
  expected: "GvCustomGsQ",
3499
3629
  value: input3.q
3500
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3630
+ })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3501
3631
  path: _path2 + ".q",
3502
3632
  expected: "GvCustomGsQ",
3503
3633
  value: input3.q
3504
3634
  })].every((flag) => flag);
3505
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3635
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3506
3636
  path: _path2 + ".hiddenValues",
3507
3637
  expected: "(HiddenValues | undefined)",
3508
3638
  value: input3.hiddenValues
@@ -3546,12 +3676,12 @@ var validCorrelationVolcanoRequest = (input) => {
3546
3676
  path: _path2 + ".customset",
3547
3677
  expected: "BaseGroupSet",
3548
3678
  value: input3.customset
3549
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3679
+ })) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3550
3680
  path: _path2 + ".customset",
3551
3681
  expected: "BaseGroupSet",
3552
3682
  value: input3.customset
3553
3683
  })].every((flag) => flag);
3554
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3684
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3555
3685
  path: _path2 + ".id",
3556
3686
  expected: "(string | undefined)",
3557
3687
  value: input3.id
@@ -3567,7 +3697,7 @@ var validCorrelationVolcanoRequest = (input) => {
3567
3697
  path: _path2 + ".settings",
3568
3698
  expected: "(__type.o6 | undefined)",
3569
3699
  value: input3.settings
3570
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3700
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3571
3701
  path: _path2 + ".settings",
3572
3702
  expected: "(__type.o6 | undefined)",
3573
3703
  value: input3.settings
@@ -3596,7 +3726,7 @@ var validCorrelationVolcanoRequest = (input) => {
3596
3726
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3597
3727
  value: input3.q
3598
3728
  })].every((flag) => flag);
3599
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3729
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3600
3730
  path: _path2 + ".hiddenValues",
3601
3731
  expected: "(HiddenValues | undefined)",
3602
3732
  value: input3.hiddenValues
@@ -3636,8 +3766,8 @@ var validCorrelationVolcanoRequest = (input) => {
3636
3766
  path: _path2 + ".breaks",
3637
3767
  expected: "(Array<number> | undefined)",
3638
3768
  value: input3.breaks
3639
- })) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
3640
- path: _path2 + ".breaks[" + _index56 + "]",
3769
+ })) && input3.breaks.map((elem, _index60) => "number" === typeof elem || $report(_exceptionable2, {
3770
+ path: _path2 + ".breaks[" + _index60 + "]",
3641
3771
  expected: "number",
3642
3772
  value: elem
3643
3773
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3657,7 +3787,7 @@ var validCorrelationVolcanoRequest = (input) => {
3657
3787
  expected: "(boolean | undefined)",
3658
3788
  value: input3.value_by_computable_grade
3659
3789
  }), true].every((flag) => flag);
3660
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3790
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3661
3791
  path: _path2 + ".hiddenValues",
3662
3792
  expected: "(HiddenValues | undefined)",
3663
3793
  value: input3.hiddenValues
@@ -3690,7 +3820,7 @@ var validCorrelationVolcanoRequest = (input) => {
3690
3820
  expected: "true",
3691
3821
  value: input3.bar_by_children
3692
3822
  }), true].every((flag) => flag);
3693
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3823
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3694
3824
  path: _path2 + ".id",
3695
3825
  expected: "(string | undefined)",
3696
3826
  value: input3.id
@@ -3706,7 +3836,7 @@ var validCorrelationVolcanoRequest = (input) => {
3706
3836
  path: _path2 + ".settings",
3707
3837
  expected: "(__type.o6 | undefined)",
3708
3838
  value: input3.settings
3709
- })) && $vo40(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3839
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3710
3840
  path: _path2 + ".settings",
3711
3841
  expected: "(__type.o6 | undefined)",
3712
3842
  value: input3.settings
@@ -3722,7 +3852,7 @@ var validCorrelationVolcanoRequest = (input) => {
3722
3852
  path: _path2 + ".q",
3723
3853
  expected: "SnpsQ",
3724
3854
  value: input3.q
3725
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3855
+ })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3726
3856
  path: _path2 + ".q",
3727
3857
  expected: "SnpsQ",
3728
3858
  value: input3.q
@@ -3730,12 +3860,12 @@ var validCorrelationVolcanoRequest = (input) => {
3730
3860
  path: _path2 + ".term",
3731
3861
  expected: "SnpsTerm",
3732
3862
  value: input3.term
3733
- })) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3863
+ })) && $vo74(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3734
3864
  path: _path2 + ".term",
3735
3865
  expected: "SnpsTerm",
3736
3866
  value: input3.term
3737
3867
  })].every((flag) => flag);
3738
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3868
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3739
3869
  path: _path2 + ".hiddenValues",
3740
3870
  expected: "(HiddenValues | undefined)",
3741
3871
  value: input3.hiddenValues
@@ -3783,7 +3913,7 @@ var validCorrelationVolcanoRequest = (input) => {
3783
3913
  path: _path2 + ".restrictAncestry",
3784
3914
  expected: "RestrictAncestry",
3785
3915
  value: input3.restrictAncestry
3786
- })) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3916
+ })) && $vo73(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3787
3917
  path: _path2 + ".restrictAncestry",
3788
3918
  expected: "RestrictAncestry",
3789
3919
  value: input3.restrictAncestry
@@ -3808,20 +3938,20 @@ var validCorrelationVolcanoRequest = (input) => {
3808
3938
  expected: "number",
3809
3939
  value: input3.stop
3810
3940
  })].every((flag) => flag);
3811
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3941
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3812
3942
  path: _path2 + ".name",
3813
3943
  expected: "string",
3814
3944
  value: input3.name
3815
3945
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
3816
3946
  path: _path2 + ".tvs",
3817
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3947
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3818
3948
  value: input3.tvs
3819
3949
  })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3820
3950
  path: _path2 + ".tvs",
3821
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3951
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3822
3952
  value: input3.tvs
3823
3953
  })].every((flag) => flag);
3824
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3954
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3825
3955
  path: _path2 + ".id",
3826
3956
  expected: "string",
3827
3957
  value: input3.id
@@ -3837,8 +3967,8 @@ var validCorrelationVolcanoRequest = (input) => {
3837
3967
  path: _path2 + ".child_types",
3838
3968
  expected: "(Array<string> | undefined)",
3839
3969
  value: input3.child_types
3840
- })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3841
- path: _path2 + ".child_types[" + _index57 + "]",
3970
+ })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3971
+ path: _path2 + ".child_types[" + _index61 + "]",
3842
3972
  expected: "string",
3843
3973
  value: elem
3844
3974
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3853,8 +3983,8 @@ var validCorrelationVolcanoRequest = (input) => {
3853
3983
  path: _path2 + ".included_types",
3854
3984
  expected: "(Array<string> | undefined)",
3855
3985
  value: input3.included_types
3856
- })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3857
- path: _path2 + ".included_types[" + _index58 + "]",
3986
+ })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3987
+ path: _path2 + ".included_types[" + _index62 + "]",
3858
3988
  expected: "string",
3859
3989
  value: elem
3860
3990
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3893,12 +4023,12 @@ var validCorrelationVolcanoRequest = (input) => {
3893
4023
  path: _path2 + ".snps",
3894
4024
  expected: "(Array<SnpsEntry> | undefined)",
3895
4025
  value: input3.snps
3896
- })) && input3.snps.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3897
- path: _path2 + ".snps[" + _index59 + "]",
4026
+ })) && input3.snps.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4027
+ path: _path2 + ".snps[" + _index63 + "]",
3898
4028
  expected: "SnpsEntry",
3899
4029
  value: elem
3900
- })) && $vo73(elem, _path2 + ".snps[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3901
- path: _path2 + ".snps[" + _index59 + "]",
4030
+ })) && $vo75(elem, _path2 + ".snps[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
4031
+ path: _path2 + ".snps[" + _index63 + "]",
3902
4032
  expected: "SnpsEntry",
3903
4033
  value: elem
3904
4034
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3906,12 +4036,12 @@ var validCorrelationVolcanoRequest = (input) => {
3906
4036
  expected: "(Array<SnpsEntry> | undefined)",
3907
4037
  value: input3.snps
3908
4038
  })].every((flag) => flag);
3909
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4039
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3910
4040
  path: _path2 + ".altAlleles",
3911
4041
  expected: "(Array<string> | undefined)",
3912
4042
  value: input3.altAlleles
3913
- })) && input3.altAlleles.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3914
- path: _path2 + ".altAlleles[" + _index60 + "]",
4043
+ })) && input3.altAlleles.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
4044
+ path: _path2 + ".altAlleles[" + _index64 + "]",
3915
4045
  expected: "string",
3916
4046
  value: elem
3917
4047
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3922,12 +4052,12 @@ var validCorrelationVolcanoRequest = (input) => {
3922
4052
  path: _path2 + ".alleles",
3923
4053
  expected: "(Array<AllelesEntry> | undefined)",
3924
4054
  value: input3.alleles
3925
- })) && input3.alleles.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3926
- path: _path2 + ".alleles[" + _index61 + "]",
4055
+ })) && input3.alleles.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4056
+ path: _path2 + ".alleles[" + _index65 + "]",
3927
4057
  expected: "AllelesEntry",
3928
4058
  value: elem
3929
- })) && $vo74(elem, _path2 + ".alleles[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3930
- path: _path2 + ".alleles[" + _index61 + "]",
4059
+ })) && $vo76(elem, _path2 + ".alleles[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
4060
+ path: _path2 + ".alleles[" + _index65 + "]",
3931
4061
  expected: "AllelesEntry",
3932
4062
  value: elem
3933
4063
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3942,7 +4072,7 @@ var validCorrelationVolcanoRequest = (input) => {
3942
4072
  path: _path2 + ".gt2count",
3943
4073
  expected: "(__type.o8 | undefined)",
3944
4074
  value: input3.gt2count
3945
- })) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4075
+ })) && $vo77(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3946
4076
  path: _path2 + ".gt2count",
3947
4077
  expected: "(__type.o8 | undefined)",
3948
4078
  value: input3.gt2count
@@ -3971,7 +4101,7 @@ var validCorrelationVolcanoRequest = (input) => {
3971
4101
  expected: "(number | undefined)",
3972
4102
  value: input3.pos
3973
4103
  })].every((flag) => flag);
3974
- const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4104
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3975
4105
  path: _path2 + ".allele",
3976
4106
  expected: "string",
3977
4107
  value: input3.allele
@@ -3984,7 +4114,7 @@ var validCorrelationVolcanoRequest = (input) => {
3984
4114
  expected: "boolean",
3985
4115
  value: input3.isRef
3986
4116
  })].every((flag) => flag);
3987
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4117
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3988
4118
  path: _path2 + ".k",
3989
4119
  expected: "string",
3990
4120
  value: input3.k
@@ -3993,6 +4123,104 @@ var validCorrelationVolcanoRequest = (input) => {
3993
4123
  expected: "(number | string)",
3994
4124
  value: input3.v
3995
4125
  })].every((flag) => flag);
4126
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4127
+ path: _path2 + ".id",
4128
+ expected: "(string | undefined)",
4129
+ value: input3.id
4130
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
4131
+ path: _path2 + ".$id",
4132
+ expected: "(string | undefined)",
4133
+ value: input3.$id
4134
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4135
+ path: _path2 + ".isAtomic",
4136
+ expected: "(true | undefined)",
4137
+ value: input3.isAtomic
4138
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4139
+ path: _path2 + ".settings",
4140
+ expected: "(__type.o6 | undefined)",
4141
+ value: input3.settings
4142
+ })) && $vo42(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4143
+ path: _path2 + ".settings",
4144
+ expected: "(__type.o6 | undefined)",
4145
+ value: input3.settings
4146
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4147
+ path: _path2 + ".minNumSamples",
4148
+ expected: "(number | undefined)",
4149
+ value: input3.minNumSamples
4150
+ }), true, "TermCollectionTWValues" === input3.type || $report(_exceptionable2, {
4151
+ path: _path2 + ".type",
4152
+ expected: '"TermCollectionTWValues"',
4153
+ value: input3.type
4154
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4155
+ path: _path2 + ".term",
4156
+ expected: "TermCollection",
4157
+ value: input3.term
4158
+ })) && $vo40(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4159
+ path: _path2 + ".term",
4160
+ expected: "TermCollection",
4161
+ value: input3.term
4162
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4163
+ path: _path2 + ".q",
4164
+ expected: "TermCollectionQValues",
4165
+ value: input3.q
4166
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4167
+ path: _path2 + ".q",
4168
+ expected: "TermCollectionQValues",
4169
+ value: input3.q
4170
+ })].every((flag) => flag);
4171
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4172
+ path: _path2 + ".hiddenValues",
4173
+ expected: "(HiddenValues | undefined)",
4174
+ value: input3.hiddenValues
4175
+ })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4176
+ path: _path2 + ".hiddenValues",
4177
+ expected: "(HiddenValues | undefined)",
4178
+ value: input3.hiddenValues
4179
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4180
+ path: _path2 + ".isAtomic",
4181
+ expected: "(true | undefined)",
4182
+ value: input3.isAtomic
4183
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
4184
+ path: _path2 + ".name",
4185
+ expected: "(string | undefined)",
4186
+ value: input3.name
4187
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
4188
+ path: _path2 + ".reuseId",
4189
+ expected: "(string | undefined)",
4190
+ value: input3.reuseId
4191
+ }), "continuous" === input3.mode || $report(_exceptionable2, {
4192
+ path: _path2 + ".mode",
4193
+ expected: '"continuous"',
4194
+ value: input3.mode
4195
+ }), "values" === input3.type || $report(_exceptionable2, {
4196
+ path: _path2 + ".type",
4197
+ expected: '"values"',
4198
+ value: input3.type
4199
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
4200
+ path: _path2 + ".lst",
4201
+ expected: "Array<string>",
4202
+ value: input3.lst
4203
+ })) && input3.lst.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
4204
+ path: _path2 + ".lst[" + _index66 + "]",
4205
+ expected: "string",
4206
+ value: elem
4207
+ })).every((flag) => flag) || $report(_exceptionable2, {
4208
+ path: _path2 + ".lst",
4209
+ expected: "Array<string>",
4210
+ value: input3.lst
4211
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
4212
+ path: _path2 + ".numerators",
4213
+ expected: "(Array<string> | undefined)",
4214
+ value: input3.numerators
4215
+ })) && input3.numerators.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
4216
+ path: _path2 + ".numerators[" + _index67 + "]",
4217
+ expected: "string",
4218
+ value: elem
4219
+ })).every((flag) => flag) || $report(_exceptionable2, {
4220
+ path: _path2 + ".numerators",
4221
+ expected: "(Array<string> | undefined)",
4222
+ value: input3.numerators
4223
+ })].every((flag) => flag);
3996
4224
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3997
4225
  if ("tvslst" === input3.type)
3998
4226
  return $vo1(input3, _path2, _exceptionable2);
@@ -4034,35 +4262,37 @@ var validCorrelationVolcanoRequest = (input) => {
4034
4262
  });
4035
4263
  })();
4036
4264
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
4265
+ if ("TermCollectionTWValues" === input3.type)
4266
+ return $vo78(input3, _path2, _exceptionable2);
4037
4267
  if ("SnpsTW" === input3.type)
4038
- return $vo69(input3, _path2, _exceptionable2);
4268
+ return $vo71(input3, _path2, _exceptionable2);
4039
4269
  if ("ConditionTW" === input3.type)
4040
- return $vo66(input3, _path2, _exceptionable2);
4270
+ return $vo68(input3, _path2, _exceptionable2);
4041
4271
  if ("GvCustomGsTW" === input3.type)
4042
- return $vo64(input3, _path2, _exceptionable2);
4272
+ return $vo66(input3, _path2, _exceptionable2);
4043
4273
  if ("GvPredefinedGsTW" === input3.type)
4044
- return $vo62(input3, _path2, _exceptionable2);
4274
+ return $vo64(input3, _path2, _exceptionable2);
4045
4275
  if ("GvValuesTW" === input3.type)
4046
- return $vo58(input3, _path2, _exceptionable2);
4276
+ return $vo60(input3, _path2, _exceptionable2);
4047
4277
  if ("NumTWSpline" === input3.type)
4048
- return $vo55(input3, _path2, _exceptionable2);
4278
+ return $vo57(input3, _path2, _exceptionable2);
4049
4279
  if ("NumTWCont" === input3.type)
4050
- return $vo53(input3, _path2, _exceptionable2);
4280
+ return $vo55(input3, _path2, _exceptionable2);
4051
4281
  if ("NumTWBinary" === input3.type)
4052
- return $vo51(input3, _path2, _exceptionable2);
4282
+ return $vo53(input3, _path2, _exceptionable2);
4053
4283
  if ("NumTWCustomBin" === input3.type)
4054
- return $vo50(input3, _path2, _exceptionable2);
4284
+ return $vo52(input3, _path2, _exceptionable2);
4055
4285
  if ("NumTWRegularBin" === input3.type)
4056
- return $vo49(input3, _path2, _exceptionable2);
4286
+ return $vo51(input3, _path2, _exceptionable2);
4057
4287
  if ("QualTWCustomGS" === input3.type)
4058
- return $vo46(input3, _path2, _exceptionable2);
4288
+ return $vo48(input3, _path2, _exceptionable2);
4059
4289
  if ("QualTWPredefinedGS" === input3.type)
4060
- return $vo44(input3, _path2, _exceptionable2);
4290
+ return $vo46(input3, _path2, _exceptionable2);
4061
4291
  if ("QualTWValues" === input3.type)
4062
- return $vo39(input3, _path2, _exceptionable2);
4292
+ return $vo41(input3, _path2, _exceptionable2);
4063
4293
  return $report(_exceptionable2, {
4064
4294
  path: _path2,
4065
- expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4295
+ expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4066
4296
  value: input3
4067
4297
  });
4068
4298
  })();
@@ -4091,6 +4321,8 @@ var validCorrelationVolcanoRequest = (input) => {
4091
4321
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
4092
4322
  if (void 0 !== input3.ranges)
4093
4323
  return $vo13(input3, _path2, _exceptionable2);
4324
+ if (void 0 !== input3.ratio)
4325
+ return $vo39(input3, _path2, _exceptionable2);
4094
4326
  return $vo3(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
4095
4327
  })();
4096
4328
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
@@ -4130,9 +4362,9 @@ var validCorrelationVolcanoRequest = (input) => {
4130
4362
  if ("categorical" === input3.type)
4131
4363
  return $vo4(input3, _path2, _exceptionable2);
4132
4364
  if ("snp" === input3.type)
4133
- return $vo41(input3, _path2, _exceptionable2);
4365
+ return $vo43(input3, _path2, _exceptionable2);
4134
4366
  if ("singleCellCellType" === input3.type)
4135
- return $vo42(input3, _path2, _exceptionable2);
4367
+ return $vo44(input3, _path2, _exceptionable2);
4136
4368
  return $report(_exceptionable2, {
4137
4369
  path: _path2,
4138
4370
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -4141,9 +4373,9 @@ var validCorrelationVolcanoRequest = (input) => {
4141
4373
  })();
4142
4374
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4143
4375
  if ("gene" === input3.kind)
4144
- return $vo59(input3, _path2, _exceptionable2);
4376
+ return $vo61(input3, _path2, _exceptionable2);
4145
4377
  if ("coord" === input3.kind)
4146
- return $vo60(input3, _path2, _exceptionable2);
4378
+ return $vo62(input3, _path2, _exceptionable2);
4147
4379
  return $report(_exceptionable2, {
4148
4380
  path: _path2,
4149
4381
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -4152,9 +4384,9 @@ var validCorrelationVolcanoRequest = (input) => {
4152
4384
  })();
4153
4385
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4154
4386
  if ("grade" === input3.valueFor)
4155
- return $vo67(input3, _path2, _exceptionable2);
4387
+ return $vo69(input3, _path2, _exceptionable2);
4156
4388
  if ("children" === input3.valueFor)
4157
- return $vo68(input3, _path2, _exceptionable2);
4389
+ return $vo70(input3, _path2, _exceptionable2);
4158
4390
  return $report(_exceptionable2, {
4159
4391
  path: _path2,
4160
4392
  expected: "(ConditionGradeQ | ConditionChildrenQ)",