@sjcrh/proteinpaint-types 2.167.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 (38) 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-E4Z7PJZQ.js → chunk-HRH4GGV2.js} +503 -235
  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/routes/termdb.boxplot.ts +7 -9
  36. package/src/terms/term.ts +3 -1
  37. package/src/terms/termCollection.ts +52 -0
  38. package/src/terms/tw.ts +3 -2
@@ -59,7 +59,7 @@ var validDescrStatsRequest = (input) => {
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
61
  const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true;
62
- const $io1 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "QualTWValues" === input3.type;
62
+ const $io1 = (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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWValues" === input3.type;
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -122,41 +122,45 @@ var validDescrStatsRequest = (input) => {
122
122
  const $io38 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
123
123
  const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
124
124
  const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
125
- 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $io34(input3.groupsetting));
126
- 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
127
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
128
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWPredefinedGS" === input3.type;
129
- const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
130
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWCustomGS" === input3.type;
131
- const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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));
132
- const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
133
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
134
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
135
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
136
- const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
137
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
138
- const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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);
139
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
140
- const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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);
141
- const $io57 = (input3) => "number" === typeof input3.value;
142
- 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) && $io2(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));
143
- 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
144
- 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
145
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
146
- 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) && $io2(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));
147
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
148
- 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) && $io2(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));
149
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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));
150
- 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
151
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
152
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
153
- 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) && $io2(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));
154
- const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
155
- const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
156
- 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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)));
157
- 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);
158
- const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
159
- const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
125
+ const $io41 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && "number" === typeof input3.ratio;
126
+ const $io42 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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);
127
+ 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $io34(input3.groupsetting));
128
+ 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
129
+ const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
130
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWPredefinedGS" === input3.type;
131
+ const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
132
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q)) && "QualTWCustomGS" === input3.type;
133
+ const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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));
134
+ const $io50 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
135
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
136
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
137
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io54(input3.q));
138
+ const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
139
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io56(input3.q));
140
+ const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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);
141
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
142
+ const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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);
143
+ const $io59 = (input3) => "number" === typeof input3.value;
144
+ 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) && $io2(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));
145
+ 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
146
+ 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
147
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
148
+ 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) && $io2(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));
149
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
150
+ 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) && $io2(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));
151
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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));
152
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
153
+ const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
154
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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;
155
+ 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) && $io2(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));
156
+ const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
157
+ const $io73 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
158
+ 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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)));
159
+ 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);
160
+ const $io76 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
161
+ const $io77 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
162
+ 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) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io42(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
163
+ const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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));
160
164
  const $iu0 = (input3) => (() => {
161
165
  if ("tvslst" === input3.type)
162
166
  return $io6(input3);
@@ -200,30 +204,32 @@ var validDescrStatsRequest = (input) => {
200
204
  return false;
201
205
  })();
202
206
  const $iu6 = (input3) => (() => {
207
+ if ("TermCollectionTWValues" === input3.type)
208
+ return $io78(input3);
203
209
  if ("SnpsTW" === input3.type)
204
- return $io69(input3);
210
+ return $io71(input3);
205
211
  if ("ConditionTW" === input3.type)
206
- return $io66(input3);
212
+ return $io68(input3);
207
213
  if ("GvCustomGsTW" === input3.type)
208
- return $io64(input3);
214
+ return $io66(input3);
209
215
  if ("GvPredefinedGsTW" === input3.type)
210
- return $io62(input3);
216
+ return $io64(input3);
211
217
  if ("GvValuesTW" === input3.type)
212
- return $io58(input3);
218
+ return $io60(input3);
213
219
  if ("NumTWSpline" === input3.type)
214
- return $io55(input3);
220
+ return $io57(input3);
215
221
  if ("NumTWCont" === input3.type)
216
- return $io53(input3);
222
+ return $io55(input3);
217
223
  if ("NumTWBinary" === input3.type)
218
- return $io51(input3);
224
+ return $io53(input3);
219
225
  if ("NumTWCustomBin" === input3.type)
220
- return $io50(input3);
226
+ return $io52(input3);
221
227
  if ("NumTWRegularBin" === input3.type)
222
- return $io49(input3);
228
+ return $io51(input3);
223
229
  if ("QualTWCustomGS" === input3.type)
224
- return $io46(input3);
230
+ return $io48(input3);
225
231
  if ("QualTWPredefinedGS" === input3.type)
226
- return $io44(input3);
232
+ return $io46(input3);
227
233
  if ("QualTWValues" === input3.type)
228
234
  return $io1(input3);
229
235
  return false;
@@ -232,14 +238,16 @@ var validDescrStatsRequest = (input) => {
232
238
  if ("categorical" === input3.type)
233
239
  return $io3(input3);
234
240
  if ("snp" === input3.type)
235
- return $io41(input3);
241
+ return $io43(input3);
236
242
  if ("singleCellCellType" === input3.type)
237
- return $io42(input3);
243
+ return $io44(input3);
238
244
  return false;
239
245
  })();
240
246
  const $iu8 = (input3) => (() => {
241
247
  if (void 0 !== input3.ranges)
242
248
  return $io9(input3);
249
+ if (void 0 !== input3.ratio)
250
+ return $io41(input3);
243
251
  return (() => {
244
252
  if ($io8(input3))
245
253
  return $io8(input3);
@@ -283,16 +291,16 @@ var validDescrStatsRequest = (input) => {
283
291
  })();
284
292
  const $iu12 = (input3) => (() => {
285
293
  if ("gene" === input3.kind)
286
- return $io59(input3);
294
+ return $io61(input3);
287
295
  if ("coord" === input3.kind)
288
- return $io60(input3);
296
+ return $io62(input3);
289
297
  return false;
290
298
  })();
291
299
  const $iu13 = (input3) => (() => {
292
300
  if ("grade" === input3.valueFor)
293
- return $io67(input3);
301
+ return $io69(input3);
294
302
  if ("children" === input3.valueFor)
295
- return $io68(input3);
303
+ return $io70(input3);
296
304
  return false;
297
305
  })();
298
306
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -315,11 +323,11 @@ var validDescrStatsRequest = (input) => {
315
323
  value: input3.embedder
316
324
  }), ("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
317
325
  path: _path2 + ".tw",
318
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
326
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
319
327
  value: input3.tw
320
328
  })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
321
329
  path: _path2 + ".tw",
322
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
330
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
323
331
  value: input3.tw
324
332
  }), void 0 === input3.logScale || "boolean" === typeof input3.logScale || $report(_exceptionable2, {
325
333
  path: _path2 + ".logScale",
@@ -370,7 +378,7 @@ var validDescrStatsRequest = (input) => {
370
378
  path: _path2 + ".q",
371
379
  expected: "ValuesQ",
372
380
  value: input3.q
373
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
381
+ })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
374
382
  path: _path2 + ".q",
375
383
  expected: "ValuesQ",
376
384
  value: input3.q
@@ -558,11 +566,11 @@ var validDescrStatsRequest = (input) => {
558
566
  value: input3.type
559
567
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
560
568
  path: _path2 + ".tvs",
561
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
569
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
562
570
  value: input3.tvs
563
571
  })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
564
572
  path: _path2 + ".tvs",
565
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
573
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
566
574
  value: input3.tvs
567
575
  })].every((flag) => flag);
568
576
  const $vo8 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
@@ -2283,7 +2291,28 @@ var validDescrStatsRequest = (input) => {
2283
2291
  expected: "string",
2284
2292
  value: input3.value
2285
2293
  })].every((flag) => flag);
2286
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2294
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2295
+ path: _path2 + ".join",
2296
+ expected: "(string | undefined)",
2297
+ value: input3.join
2298
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2299
+ path: _path2 + ".isnot",
2300
+ expected: "(boolean | undefined)",
2301
+ value: input3.isnot
2302
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2303
+ path: _path2 + ".term",
2304
+ expected: "TermCollection",
2305
+ value: input3.term
2306
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2307
+ path: _path2 + ".term",
2308
+ expected: "TermCollection",
2309
+ value: input3.term
2310
+ }), "number" === typeof input3.ratio || $report(_exceptionable2, {
2311
+ path: _path2 + ".ratio",
2312
+ expected: "number",
2313
+ value: input3.ratio
2314
+ })].every((flag) => flag);
2315
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2287
2316
  path: _path2 + ".id",
2288
2317
  expected: "string",
2289
2318
  value: input3.id
@@ -2291,9 +2320,9 @@ var validDescrStatsRequest = (input) => {
2291
2320
  path: _path2 + ".name",
2292
2321
  expected: "string",
2293
2322
  value: input3.name
2294
- }), "snp" === input3.type || $report(_exceptionable2, {
2323
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
2295
2324
  path: _path2 + ".type",
2296
- expected: '"snp"',
2325
+ expected: '"termCollection"',
2297
2326
  value: input3.type
2298
2327
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2299
2328
  path: _path2 + ".child_types",
@@ -2347,6 +2376,107 @@ var validDescrStatsRequest = (input) => {
2347
2376
  path: _path2 + ".valueConversion",
2348
2377
  expected: "(__type.o2 | undefined)",
2349
2378
  value: input3.valueConversion
2379
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2380
+ path: _path2 + ".collectionId",
2381
+ expected: "(string | undefined)",
2382
+ value: input3.collectionId
2383
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
2384
+ path: _path2 + ".lst",
2385
+ expected: "(Array<string> | undefined)",
2386
+ value: input3.lst
2387
+ })) && input3.lst.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2388
+ path: _path2 + ".lst[" + _index42 + "]",
2389
+ expected: "string",
2390
+ value: elem
2391
+ })).every((flag) => flag) || $report(_exceptionable2, {
2392
+ path: _path2 + ".lst",
2393
+ expected: "(Array<string> | undefined)",
2394
+ value: input3.lst
2395
+ }), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
2396
+ path: _path2 + ".termlst",
2397
+ expected: "(Array<any> | undefined)",
2398
+ value: input3.termlst
2399
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2400
+ path: _path2 + ".numerators",
2401
+ expected: "(Array<string> | undefined)",
2402
+ value: input3.numerators
2403
+ })) && input3.numerators.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2404
+ path: _path2 + ".numerators[" + _index43 + "]",
2405
+ expected: "string",
2406
+ value: elem
2407
+ })).every((flag) => flag) || $report(_exceptionable2, {
2408
+ path: _path2 + ".numerators",
2409
+ expected: "(Array<string> | undefined)",
2410
+ value: input3.numerators
2411
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
2412
+ path: _path2 + ".newTvs",
2413
+ expected: "(boolean | undefined)",
2414
+ value: input3.newTvs
2415
+ })].every((flag) => flag);
2416
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2417
+ path: _path2 + ".id",
2418
+ expected: "string",
2419
+ value: input3.id
2420
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2421
+ path: _path2 + ".name",
2422
+ expected: "string",
2423
+ value: input3.name
2424
+ }), "snp" === input3.type || $report(_exceptionable2, {
2425
+ path: _path2 + ".type",
2426
+ expected: '"snp"',
2427
+ value: input3.type
2428
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2429
+ path: _path2 + ".child_types",
2430
+ expected: "(Array<string> | undefined)",
2431
+ value: input3.child_types
2432
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2433
+ path: _path2 + ".child_types[" + _index44 + "]",
2434
+ expected: "string",
2435
+ value: elem
2436
+ })).every((flag) => flag) || $report(_exceptionable2, {
2437
+ path: _path2 + ".child_types",
2438
+ expected: "(Array<string> | undefined)",
2439
+ value: input3.child_types
2440
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2441
+ path: _path2 + ".hashtmldetail",
2442
+ expected: "(boolean | undefined)",
2443
+ value: input3.hashtmldetail
2444
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2445
+ path: _path2 + ".included_types",
2446
+ expected: "(Array<string> | undefined)",
2447
+ value: input3.included_types
2448
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2449
+ path: _path2 + ".included_types[" + _index45 + "]",
2450
+ expected: "string",
2451
+ value: elem
2452
+ })).every((flag) => flag) || $report(_exceptionable2, {
2453
+ path: _path2 + ".included_types",
2454
+ expected: "(Array<string> | undefined)",
2455
+ value: input3.included_types
2456
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2457
+ path: _path2 + ".isleaf",
2458
+ expected: "(boolean | undefined)",
2459
+ value: input3.isleaf
2460
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2461
+ path: _path2 + ".values",
2462
+ expected: "(TermValues | undefined)",
2463
+ value: input3.values
2464
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2465
+ path: _path2 + ".values",
2466
+ expected: "(TermValues | undefined)",
2467
+ value: input3.values
2468
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2469
+ path: _path2 + ".skipValuesBuild",
2470
+ expected: "(boolean | undefined)",
2471
+ value: input3.skipValuesBuild
2472
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2473
+ path: _path2 + ".valueConversion",
2474
+ expected: "(__type.o2 | undefined)",
2475
+ value: input3.valueConversion
2476
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2477
+ path: _path2 + ".valueConversion",
2478
+ expected: "(__type.o2 | undefined)",
2479
+ value: input3.valueConversion
2350
2480
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
2351
2481
  path: _path2 + ".chr",
2352
2482
  expected: "string",
@@ -2367,8 +2497,8 @@ var validDescrStatsRequest = (input) => {
2367
2497
  path: _path2 + ".alt",
2368
2498
  expected: "Array<string>",
2369
2499
  value: input3.alt
2370
- })) && input3.alt.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2371
- path: _path2 + ".alt[" + _index42 + "]",
2500
+ })) && input3.alt.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2501
+ path: _path2 + ".alt[" + _index46 + "]",
2372
2502
  expected: "string",
2373
2503
  value: elem
2374
2504
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2384,7 +2514,7 @@ var validDescrStatsRequest = (input) => {
2384
2514
  expected: "TermGroupSetting",
2385
2515
  value: input3.groupsetting
2386
2516
  })].every((flag) => flag);
2387
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2517
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2388
2518
  path: _path2 + ".id",
2389
2519
  expected: "string",
2390
2520
  value: input3.id
@@ -2400,8 +2530,8 @@ var validDescrStatsRequest = (input) => {
2400
2530
  path: _path2 + ".child_types",
2401
2531
  expected: "(Array<string> | undefined)",
2402
2532
  value: input3.child_types
2403
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2404
- path: _path2 + ".child_types[" + _index43 + "]",
2533
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2534
+ path: _path2 + ".child_types[" + _index47 + "]",
2405
2535
  expected: "string",
2406
2536
  value: elem
2407
2537
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2416,8 +2546,8 @@ var validDescrStatsRequest = (input) => {
2416
2546
  path: _path2 + ".included_types",
2417
2547
  expected: "(Array<string> | undefined)",
2418
2548
  value: input3.included_types
2419
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2420
- path: _path2 + ".included_types[" + _index44 + "]",
2549
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2550
+ path: _path2 + ".included_types[" + _index48 + "]",
2421
2551
  expected: "string",
2422
2552
  value: elem
2423
2553
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2465,7 +2595,7 @@ var validDescrStatsRequest = (input) => {
2465
2595
  expected: "TermGroupSetting",
2466
2596
  value: input3.groupsetting
2467
2597
  })].every((flag) => flag);
2468
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2598
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2469
2599
  path: _path2 + ".hiddenValues",
2470
2600
  expected: "(HiddenValues | undefined)",
2471
2601
  value: input3.hiddenValues
@@ -2494,7 +2624,7 @@ var validDescrStatsRequest = (input) => {
2494
2624
  expected: '"values"',
2495
2625
  value: input3.type
2496
2626
  })].every((flag) => flag);
2497
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2627
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2498
2628
  path: _path2 + ".id",
2499
2629
  expected: "(string | undefined)",
2500
2630
  value: input3.id
@@ -2530,7 +2660,7 @@ var validDescrStatsRequest = (input) => {
2530
2660
  path: _path2 + ".q",
2531
2661
  expected: "PredefinedGroupSettingQ",
2532
2662
  value: input3.q
2533
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2663
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2534
2664
  path: _path2 + ".q",
2535
2665
  expected: "PredefinedGroupSettingQ",
2536
2666
  value: input3.q
@@ -2539,7 +2669,7 @@ var validDescrStatsRequest = (input) => {
2539
2669
  expected: '"QualTWPredefinedGS"',
2540
2670
  value: input3.type
2541
2671
  })].every((flag) => flag);
2542
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2672
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2543
2673
  path: _path2 + ".hiddenValues",
2544
2674
  expected: "(HiddenValues | undefined)",
2545
2675
  value: input3.hiddenValues
@@ -2572,7 +2702,7 @@ var validDescrStatsRequest = (input) => {
2572
2702
  expected: "number",
2573
2703
  value: input3.predefined_groupset_idx
2574
2704
  })].every((flag) => flag);
2575
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2705
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2576
2706
  path: _path2 + ".id",
2577
2707
  expected: "(string | undefined)",
2578
2708
  value: input3.id
@@ -2608,7 +2738,7 @@ var validDescrStatsRequest = (input) => {
2608
2738
  path: _path2 + ".q",
2609
2739
  expected: "CustomGroupSettingQ",
2610
2740
  value: input3.q
2611
- })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2741
+ })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2612
2742
  path: _path2 + ".q",
2613
2743
  expected: "CustomGroupSettingQ",
2614
2744
  value: input3.q
@@ -2617,7 +2747,7 @@ var validDescrStatsRequest = (input) => {
2617
2747
  expected: '"QualTWCustomGS"',
2618
2748
  value: input3.type
2619
2749
  })].every((flag) => flag);
2620
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2750
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2621
2751
  path: _path2 + ".hiddenValues",
2622
2752
  expected: "(HiddenValues | undefined)",
2623
2753
  value: input3.hiddenValues
@@ -2649,21 +2779,21 @@ var validDescrStatsRequest = (input) => {
2649
2779
  path: _path2 + ".customset",
2650
2780
  expected: "BaseGroupSet",
2651
2781
  value: input3.customset
2652
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2782
+ })) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2653
2783
  path: _path2 + ".customset",
2654
2784
  expected: "BaseGroupSet",
2655
2785
  value: input3.customset
2656
2786
  })].every((flag) => flag);
2657
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2787
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2658
2788
  path: _path2 + ".groups",
2659
2789
  expected: "Array<GroupEntry>",
2660
2790
  value: input3.groups
2661
- })) && input3.groups.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2662
- path: _path2 + ".groups[" + _index45 + "]",
2791
+ })) && input3.groups.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2792
+ path: _path2 + ".groups[" + _index49 + "]",
2663
2793
  expected: "(FilterGroup | ValuesGroup)",
2664
2794
  value: elem
2665
- })) && $vu3(elem, _path2 + ".groups[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2666
- path: _path2 + ".groups[" + _index45 + "]",
2795
+ })) && $vu3(elem, _path2 + ".groups[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2796
+ path: _path2 + ".groups[" + _index49 + "]",
2667
2797
  expected: "(FilterGroup | ValuesGroup)",
2668
2798
  value: elem
2669
2799
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2671,7 +2801,7 @@ var validDescrStatsRequest = (input) => {
2671
2801
  expected: "Array<GroupEntry>",
2672
2802
  value: input3.groups
2673
2803
  })].every((flag) => flag);
2674
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2804
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2675
2805
  path: _path2 + ".id",
2676
2806
  expected: "(string | undefined)",
2677
2807
  value: input3.id
@@ -2716,7 +2846,7 @@ var validDescrStatsRequest = (input) => {
2716
2846
  expected: "RegularNumericBinConfig",
2717
2847
  value: input3.q
2718
2848
  })].every((flag) => flag);
2719
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2849
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2720
2850
  path: _path2 + ".id",
2721
2851
  expected: "(string | undefined)",
2722
2852
  value: input3.id
@@ -2761,7 +2891,7 @@ var validDescrStatsRequest = (input) => {
2761
2891
  expected: "CustomNumericBinConfig",
2762
2892
  value: input3.q
2763
2893
  })].every((flag) => flag);
2764
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2894
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2765
2895
  path: _path2 + ".id",
2766
2896
  expected: "(string | undefined)",
2767
2897
  value: input3.id
@@ -2801,12 +2931,12 @@ var validDescrStatsRequest = (input) => {
2801
2931
  path: _path2 + ".q",
2802
2932
  expected: "BinaryNumericQ",
2803
2933
  value: input3.q
2804
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2934
+ })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2805
2935
  path: _path2 + ".q",
2806
2936
  expected: "BinaryNumericQ",
2807
2937
  value: input3.q
2808
2938
  })].every((flag) => flag);
2809
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2939
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2810
2940
  path: _path2 + ".hiddenValues",
2811
2941
  expected: "(HiddenValues | undefined)",
2812
2942
  value: input3.hiddenValues
@@ -2874,7 +3004,7 @@ var validDescrStatsRequest = (input) => {
2874
3004
  expected: "(number | undefined)",
2875
3005
  value: input3.cutoffPercentile
2876
3006
  })].every((flag) => flag);
2877
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3007
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2878
3008
  path: _path2 + ".id",
2879
3009
  expected: "(string | undefined)",
2880
3010
  value: input3.id
@@ -2914,12 +3044,12 @@ var validDescrStatsRequest = (input) => {
2914
3044
  path: _path2 + ".q",
2915
3045
  expected: "ContinuousNumericQ",
2916
3046
  value: input3.q
2917
- })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3047
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2918
3048
  path: _path2 + ".q",
2919
3049
  expected: "ContinuousNumericQ",
2920
3050
  value: input3.q
2921
3051
  })].every((flag) => flag);
2922
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3052
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2923
3053
  path: _path2 + ".hiddenValues",
2924
3054
  expected: "(HiddenValues | undefined)",
2925
3055
  value: input3.hiddenValues
@@ -2960,7 +3090,7 @@ var validDescrStatsRequest = (input) => {
2960
3090
  expected: "(number | undefined)",
2961
3091
  value: input3.scale
2962
3092
  })].every((flag) => flag);
2963
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3093
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2964
3094
  path: _path2 + ".id",
2965
3095
  expected: "(string | undefined)",
2966
3096
  value: input3.id
@@ -3000,12 +3130,12 @@ var validDescrStatsRequest = (input) => {
3000
3130
  path: _path2 + ".q",
3001
3131
  expected: "SplineNumericQ",
3002
3132
  value: input3.q
3003
- })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3133
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3004
3134
  path: _path2 + ".q",
3005
3135
  expected: "SplineNumericQ",
3006
3136
  value: input3.q
3007
3137
  })].every((flag) => flag);
3008
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3138
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3009
3139
  path: _path2 + ".hiddenValues",
3010
3140
  expected: "(HiddenValues | undefined)",
3011
3141
  value: input3.hiddenValues
@@ -3033,12 +3163,12 @@ var validDescrStatsRequest = (input) => {
3033
3163
  path: _path2 + ".knots",
3034
3164
  expected: "Array<__type>.o3",
3035
3165
  value: input3.knots
3036
- })) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3037
- path: _path2 + ".knots[" + _index46 + "]",
3166
+ })) && input3.knots.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3167
+ path: _path2 + ".knots[" + _index50 + "]",
3038
3168
  expected: "__type.o7",
3039
3169
  value: elem
3040
- })) && $vo57(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
3041
- path: _path2 + ".knots[" + _index46 + "]",
3170
+ })) && $vo59(elem, _path2 + ".knots[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3171
+ path: _path2 + ".knots[" + _index50 + "]",
3042
3172
  expected: "__type.o7",
3043
3173
  value: elem
3044
3174
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3054,12 +3184,12 @@ var validDescrStatsRequest = (input) => {
3054
3184
  expected: "undefined",
3055
3185
  value: input3.type
3056
3186
  }))].every((flag) => flag);
3057
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3187
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3058
3188
  path: _path2 + ".value",
3059
3189
  expected: "number",
3060
3190
  value: input3.value
3061
3191
  })].every((flag) => flag);
3062
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3192
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3063
3193
  path: _path2 + ".id",
3064
3194
  expected: "(string | undefined)",
3065
3195
  value: input3.id
@@ -3099,12 +3229,12 @@ var validDescrStatsRequest = (input) => {
3099
3229
  path: _path2 + ".q",
3100
3230
  expected: "GvValuesQ",
3101
3231
  value: input3.q
3102
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3232
+ })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3103
3233
  path: _path2 + ".q",
3104
3234
  expected: "GvValuesQ",
3105
3235
  value: input3.q
3106
3236
  })].every((flag) => flag);
3107
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3237
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3108
3238
  path: _path2 + ".id",
3109
3239
  expected: "string",
3110
3240
  value: input3.id
@@ -3120,8 +3250,8 @@ var validDescrStatsRequest = (input) => {
3120
3250
  path: _path2 + ".child_types",
3121
3251
  expected: "(Array<string> | undefined)",
3122
3252
  value: input3.child_types
3123
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
3124
- path: _path2 + ".child_types[" + _index47 + "]",
3253
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3254
+ path: _path2 + ".child_types[" + _index51 + "]",
3125
3255
  expected: "string",
3126
3256
  value: elem
3127
3257
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3136,8 +3266,8 @@ var validDescrStatsRequest = (input) => {
3136
3266
  path: _path2 + ".included_types",
3137
3267
  expected: "(Array<string> | undefined)",
3138
3268
  value: input3.included_types
3139
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
3140
- path: _path2 + ".included_types[" + _index48 + "]",
3269
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3270
+ path: _path2 + ".included_types[" + _index52 + "]",
3141
3271
  expected: "string",
3142
3272
  value: elem
3143
3273
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3192,12 +3322,12 @@ var validDescrStatsRequest = (input) => {
3192
3322
  path: _path2 + ".genes",
3193
3323
  expected: "Array<GvGeneTerm>",
3194
3324
  value: input3.genes
3195
- })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3196
- path: _path2 + ".genes[" + _index49 + "]",
3325
+ })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3326
+ path: _path2 + ".genes[" + _index53 + "]",
3197
3327
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3198
3328
  value: elem
3199
- })) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3200
- path: _path2 + ".genes[" + _index49 + "]",
3329
+ })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3330
+ path: _path2 + ".genes[" + _index53 + "]",
3201
3331
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3202
3332
  value: elem
3203
3333
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3216,12 +3346,12 @@ var validDescrStatsRequest = (input) => {
3216
3346
  path: _path2 + ".childTerms",
3217
3347
  expected: "Array<DtTerm>",
3218
3348
  value: input3.childTerms
3219
- })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3220
- path: _path2 + ".childTerms[" + _index50 + "]",
3349
+ })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3350
+ path: _path2 + ".childTerms[" + _index54 + "]",
3221
3351
  expected: "DtTerm",
3222
3352
  value: elem
3223
- })) && $vo30(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3224
- path: _path2 + ".childTerms[" + _index50 + "]",
3353
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3354
+ path: _path2 + ".childTerms[" + _index54 + "]",
3225
3355
  expected: "DtTerm",
3226
3356
  value: elem
3227
3357
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3229,7 +3359,7 @@ var validDescrStatsRequest = (input) => {
3229
3359
  expected: "Array<DtTerm>",
3230
3360
  value: input3.childTerms
3231
3361
  })].every((flag) => flag);
3232
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3362
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3233
3363
  path: _path2 + ".id",
3234
3364
  expected: "string",
3235
3365
  value: input3.id
@@ -3245,8 +3375,8 @@ var validDescrStatsRequest = (input) => {
3245
3375
  path: _path2 + ".child_types",
3246
3376
  expected: "(Array<string> | undefined)",
3247
3377
  value: input3.child_types
3248
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3249
- path: _path2 + ".child_types[" + _index51 + "]",
3378
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3379
+ path: _path2 + ".child_types[" + _index55 + "]",
3250
3380
  expected: "string",
3251
3381
  value: elem
3252
3382
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3261,8 +3391,8 @@ var validDescrStatsRequest = (input) => {
3261
3391
  path: _path2 + ".included_types",
3262
3392
  expected: "(Array<string> | undefined)",
3263
3393
  value: input3.included_types
3264
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3265
- path: _path2 + ".included_types[" + _index52 + "]",
3394
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3395
+ path: _path2 + ".included_types[" + _index56 + "]",
3266
3396
  expected: "string",
3267
3397
  value: elem
3268
3398
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3313,12 +3443,12 @@ var validDescrStatsRequest = (input) => {
3313
3443
  path: _path2 + ".genes",
3314
3444
  expected: "Array<GvGeneTerm>",
3315
3445
  value: input3.genes
3316
- })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3317
- path: _path2 + ".genes[" + _index53 + "]",
3446
+ })) && input3.genes.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3447
+ path: _path2 + ".genes[" + _index57 + "]",
3318
3448
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3319
3449
  value: elem
3320
- })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3321
- path: _path2 + ".genes[" + _index53 + "]",
3450
+ })) && $vu2(elem, _path2 + ".genes[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3451
+ path: _path2 + ".genes[" + _index57 + "]",
3322
3452
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3323
3453
  value: elem
3324
3454
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3337,12 +3467,12 @@ var validDescrStatsRequest = (input) => {
3337
3467
  path: _path2 + ".childTerms",
3338
3468
  expected: "Array<DtTerm>",
3339
3469
  value: input3.childTerms
3340
- })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3341
- path: _path2 + ".childTerms[" + _index54 + "]",
3470
+ })) && input3.childTerms.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3471
+ path: _path2 + ".childTerms[" + _index58 + "]",
3342
3472
  expected: "DtTerm",
3343
3473
  value: elem
3344
- })) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3345
- path: _path2 + ".childTerms[" + _index54 + "]",
3474
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3475
+ path: _path2 + ".childTerms[" + _index58 + "]",
3346
3476
  expected: "DtTerm",
3347
3477
  value: elem
3348
3478
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3350,7 +3480,7 @@ var validDescrStatsRequest = (input) => {
3350
3480
  expected: "Array<DtTerm>",
3351
3481
  value: input3.childTerms
3352
3482
  })].every((flag) => flag);
3353
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3483
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3354
3484
  path: _path2 + ".hiddenValues",
3355
3485
  expected: "(HiddenValues | undefined)",
3356
3486
  value: input3.hiddenValues
@@ -3391,7 +3521,7 @@ var validDescrStatsRequest = (input) => {
3391
3521
  expected: '"values"',
3392
3522
  value: input3.type
3393
3523
  })].every((flag) => flag);
3394
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3524
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3395
3525
  path: _path2 + ".id",
3396
3526
  expected: "(string | undefined)",
3397
3527
  value: input3.id
@@ -3431,12 +3561,12 @@ var validDescrStatsRequest = (input) => {
3431
3561
  path: _path2 + ".q",
3432
3562
  expected: "GvPredefinedGsQ",
3433
3563
  value: input3.q
3434
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3564
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3435
3565
  path: _path2 + ".q",
3436
3566
  expected: "GvPredefinedGsQ",
3437
3567
  value: input3.q
3438
3568
  })].every((flag) => flag);
3439
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3569
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3440
3570
  path: _path2 + ".hiddenValues",
3441
3571
  expected: "(HiddenValues | undefined)",
3442
3572
  value: input3.hiddenValues
@@ -3481,7 +3611,7 @@ var validDescrStatsRequest = (input) => {
3481
3611
  expected: "number",
3482
3612
  value: input3.predefined_groupset_idx
3483
3613
  })].every((flag) => flag);
3484
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3614
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3485
3615
  path: _path2 + ".id",
3486
3616
  expected: "(string | undefined)",
3487
3617
  value: input3.id
@@ -3521,12 +3651,12 @@ var validDescrStatsRequest = (input) => {
3521
3651
  path: _path2 + ".q",
3522
3652
  expected: "GvCustomGsQ",
3523
3653
  value: input3.q
3524
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3654
+ })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3525
3655
  path: _path2 + ".q",
3526
3656
  expected: "GvCustomGsQ",
3527
3657
  value: input3.q
3528
3658
  })].every((flag) => flag);
3529
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3659
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3530
3660
  path: _path2 + ".hiddenValues",
3531
3661
  expected: "(HiddenValues | undefined)",
3532
3662
  value: input3.hiddenValues
@@ -3570,12 +3700,12 @@ var validDescrStatsRequest = (input) => {
3570
3700
  path: _path2 + ".customset",
3571
3701
  expected: "BaseGroupSet",
3572
3702
  value: input3.customset
3573
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3703
+ })) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3574
3704
  path: _path2 + ".customset",
3575
3705
  expected: "BaseGroupSet",
3576
3706
  value: input3.customset
3577
3707
  })].every((flag) => flag);
3578
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3708
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3579
3709
  path: _path2 + ".id",
3580
3710
  expected: "(string | undefined)",
3581
3711
  value: input3.id
@@ -3620,7 +3750,7 @@ var validDescrStatsRequest = (input) => {
3620
3750
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3621
3751
  value: input3.q
3622
3752
  })].every((flag) => flag);
3623
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3753
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3624
3754
  path: _path2 + ".hiddenValues",
3625
3755
  expected: "(HiddenValues | undefined)",
3626
3756
  value: input3.hiddenValues
@@ -3660,8 +3790,8 @@ var validDescrStatsRequest = (input) => {
3660
3790
  path: _path2 + ".breaks",
3661
3791
  expected: "(Array<number> | undefined)",
3662
3792
  value: input3.breaks
3663
- })) && input3.breaks.map((elem, _index55) => "number" === typeof elem || $report(_exceptionable2, {
3664
- path: _path2 + ".breaks[" + _index55 + "]",
3793
+ })) && input3.breaks.map((elem, _index59) => "number" === typeof elem || $report(_exceptionable2, {
3794
+ path: _path2 + ".breaks[" + _index59 + "]",
3665
3795
  expected: "number",
3666
3796
  value: elem
3667
3797
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3681,7 +3811,7 @@ var validDescrStatsRequest = (input) => {
3681
3811
  expected: "(boolean | undefined)",
3682
3812
  value: input3.value_by_computable_grade
3683
3813
  }), true].every((flag) => flag);
3684
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3814
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3685
3815
  path: _path2 + ".hiddenValues",
3686
3816
  expected: "(HiddenValues | undefined)",
3687
3817
  value: input3.hiddenValues
@@ -3714,7 +3844,7 @@ var validDescrStatsRequest = (input) => {
3714
3844
  expected: "true",
3715
3845
  value: input3.bar_by_children
3716
3846
  }), true].every((flag) => flag);
3717
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3847
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3718
3848
  path: _path2 + ".id",
3719
3849
  expected: "(string | undefined)",
3720
3850
  value: input3.id
@@ -3746,7 +3876,7 @@ var validDescrStatsRequest = (input) => {
3746
3876
  path: _path2 + ".q",
3747
3877
  expected: "SnpsQ",
3748
3878
  value: input3.q
3749
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3879
+ })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3750
3880
  path: _path2 + ".q",
3751
3881
  expected: "SnpsQ",
3752
3882
  value: input3.q
@@ -3754,12 +3884,12 @@ var validDescrStatsRequest = (input) => {
3754
3884
  path: _path2 + ".term",
3755
3885
  expected: "SnpsTerm",
3756
3886
  value: input3.term
3757
- })) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3887
+ })) && $vo74(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3758
3888
  path: _path2 + ".term",
3759
3889
  expected: "SnpsTerm",
3760
3890
  value: input3.term
3761
3891
  })].every((flag) => flag);
3762
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3892
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3763
3893
  path: _path2 + ".hiddenValues",
3764
3894
  expected: "(HiddenValues | undefined)",
3765
3895
  value: input3.hiddenValues
@@ -3807,7 +3937,7 @@ var validDescrStatsRequest = (input) => {
3807
3937
  path: _path2 + ".restrictAncestry",
3808
3938
  expected: "RestrictAncestry",
3809
3939
  value: input3.restrictAncestry
3810
- })) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3940
+ })) && $vo73(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3811
3941
  path: _path2 + ".restrictAncestry",
3812
3942
  expected: "RestrictAncestry",
3813
3943
  value: input3.restrictAncestry
@@ -3832,20 +3962,20 @@ var validDescrStatsRequest = (input) => {
3832
3962
  expected: "number",
3833
3963
  value: input3.stop
3834
3964
  })].every((flag) => flag);
3835
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3965
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3836
3966
  path: _path2 + ".name",
3837
3967
  expected: "string",
3838
3968
  value: input3.name
3839
3969
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
3840
3970
  path: _path2 + ".tvs",
3841
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3971
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3842
3972
  value: input3.tvs
3843
3973
  })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3844
3974
  path: _path2 + ".tvs",
3845
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3975
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3846
3976
  value: input3.tvs
3847
3977
  })].every((flag) => flag);
3848
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3978
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3849
3979
  path: _path2 + ".id",
3850
3980
  expected: "string",
3851
3981
  value: input3.id
@@ -3861,8 +3991,8 @@ var validDescrStatsRequest = (input) => {
3861
3991
  path: _path2 + ".child_types",
3862
3992
  expected: "(Array<string> | undefined)",
3863
3993
  value: input3.child_types
3864
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3865
- path: _path2 + ".child_types[" + _index56 + "]",
3994
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3995
+ path: _path2 + ".child_types[" + _index60 + "]",
3866
3996
  expected: "string",
3867
3997
  value: elem
3868
3998
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3877,8 +4007,8 @@ var validDescrStatsRequest = (input) => {
3877
4007
  path: _path2 + ".included_types",
3878
4008
  expected: "(Array<string> | undefined)",
3879
4009
  value: input3.included_types
3880
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3881
- path: _path2 + ".included_types[" + _index57 + "]",
4010
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
4011
+ path: _path2 + ".included_types[" + _index61 + "]",
3882
4012
  expected: "string",
3883
4013
  value: elem
3884
4014
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3917,12 +4047,12 @@ var validDescrStatsRequest = (input) => {
3917
4047
  path: _path2 + ".snps",
3918
4048
  expected: "(Array<SnpsEntry> | undefined)",
3919
4049
  value: input3.snps
3920
- })) && input3.snps.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3921
- path: _path2 + ".snps[" + _index58 + "]",
4050
+ })) && input3.snps.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4051
+ path: _path2 + ".snps[" + _index62 + "]",
3922
4052
  expected: "SnpsEntry",
3923
4053
  value: elem
3924
- })) && $vo73(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3925
- path: _path2 + ".snps[" + _index58 + "]",
4054
+ })) && $vo75(elem, _path2 + ".snps[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
4055
+ path: _path2 + ".snps[" + _index62 + "]",
3926
4056
  expected: "SnpsEntry",
3927
4057
  value: elem
3928
4058
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3930,12 +4060,12 @@ var validDescrStatsRequest = (input) => {
3930
4060
  expected: "(Array<SnpsEntry> | undefined)",
3931
4061
  value: input3.snps
3932
4062
  })].every((flag) => flag);
3933
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4063
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3934
4064
  path: _path2 + ".altAlleles",
3935
4065
  expected: "(Array<string> | undefined)",
3936
4066
  value: input3.altAlleles
3937
- })) && input3.altAlleles.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3938
- path: _path2 + ".altAlleles[" + _index59 + "]",
4067
+ })) && input3.altAlleles.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
4068
+ path: _path2 + ".altAlleles[" + _index63 + "]",
3939
4069
  expected: "string",
3940
4070
  value: elem
3941
4071
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3946,12 +4076,12 @@ var validDescrStatsRequest = (input) => {
3946
4076
  path: _path2 + ".alleles",
3947
4077
  expected: "(Array<AllelesEntry> | undefined)",
3948
4078
  value: input3.alleles
3949
- })) && input3.alleles.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3950
- path: _path2 + ".alleles[" + _index60 + "]",
4079
+ })) && input3.alleles.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4080
+ path: _path2 + ".alleles[" + _index64 + "]",
3951
4081
  expected: "AllelesEntry",
3952
4082
  value: elem
3953
- })) && $vo74(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3954
- path: _path2 + ".alleles[" + _index60 + "]",
4083
+ })) && $vo76(elem, _path2 + ".alleles[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
4084
+ path: _path2 + ".alleles[" + _index64 + "]",
3955
4085
  expected: "AllelesEntry",
3956
4086
  value: elem
3957
4087
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3966,7 +4096,7 @@ var validDescrStatsRequest = (input) => {
3966
4096
  path: _path2 + ".gt2count",
3967
4097
  expected: "(__type.o8 | undefined)",
3968
4098
  value: input3.gt2count
3969
- })) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4099
+ })) && $vo77(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3970
4100
  path: _path2 + ".gt2count",
3971
4101
  expected: "(__type.o8 | undefined)",
3972
4102
  value: input3.gt2count
@@ -3995,7 +4125,7 @@ var validDescrStatsRequest = (input) => {
3995
4125
  expected: "(number | undefined)",
3996
4126
  value: input3.pos
3997
4127
  })].every((flag) => flag);
3998
- const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4128
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3999
4129
  path: _path2 + ".allele",
4000
4130
  expected: "string",
4001
4131
  value: input3.allele
@@ -4008,7 +4138,7 @@ var validDescrStatsRequest = (input) => {
4008
4138
  expected: "boolean",
4009
4139
  value: input3.isRef
4010
4140
  })].every((flag) => flag);
4011
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4141
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4012
4142
  path: _path2 + ".k",
4013
4143
  expected: "string",
4014
4144
  value: input3.k
@@ -4017,6 +4147,104 @@ var validDescrStatsRequest = (input) => {
4017
4147
  expected: "(number | string)",
4018
4148
  value: input3.v
4019
4149
  })].every((flag) => flag);
4150
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4151
+ path: _path2 + ".id",
4152
+ expected: "(string | undefined)",
4153
+ value: input3.id
4154
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
4155
+ path: _path2 + ".$id",
4156
+ expected: "(string | undefined)",
4157
+ value: input3.$id
4158
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4159
+ path: _path2 + ".isAtomic",
4160
+ expected: "(true | undefined)",
4161
+ value: input3.isAtomic
4162
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4163
+ path: _path2 + ".settings",
4164
+ expected: "(__type | undefined)",
4165
+ value: input3.settings
4166
+ })) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4167
+ path: _path2 + ".settings",
4168
+ expected: "(__type | undefined)",
4169
+ value: input3.settings
4170
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4171
+ path: _path2 + ".minNumSamples",
4172
+ expected: "(number | undefined)",
4173
+ value: input3.minNumSamples
4174
+ }), true, "TermCollectionTWValues" === input3.type || $report(_exceptionable2, {
4175
+ path: _path2 + ".type",
4176
+ expected: '"TermCollectionTWValues"',
4177
+ value: input3.type
4178
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4179
+ path: _path2 + ".term",
4180
+ expected: "TermCollection",
4181
+ value: input3.term
4182
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4183
+ path: _path2 + ".term",
4184
+ expected: "TermCollection",
4185
+ value: input3.term
4186
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4187
+ path: _path2 + ".q",
4188
+ expected: "TermCollectionQValues",
4189
+ value: input3.q
4190
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4191
+ path: _path2 + ".q",
4192
+ expected: "TermCollectionQValues",
4193
+ value: input3.q
4194
+ })].every((flag) => flag);
4195
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4196
+ path: _path2 + ".hiddenValues",
4197
+ expected: "(HiddenValues | undefined)",
4198
+ value: input3.hiddenValues
4199
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4200
+ path: _path2 + ".hiddenValues",
4201
+ expected: "(HiddenValues | undefined)",
4202
+ value: input3.hiddenValues
4203
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4204
+ path: _path2 + ".isAtomic",
4205
+ expected: "(true | undefined)",
4206
+ value: input3.isAtomic
4207
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
4208
+ path: _path2 + ".name",
4209
+ expected: "(string | undefined)",
4210
+ value: input3.name
4211
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
4212
+ path: _path2 + ".reuseId",
4213
+ expected: "(string | undefined)",
4214
+ value: input3.reuseId
4215
+ }), "continuous" === input3.mode || $report(_exceptionable2, {
4216
+ path: _path2 + ".mode",
4217
+ expected: '"continuous"',
4218
+ value: input3.mode
4219
+ }), "values" === input3.type || $report(_exceptionable2, {
4220
+ path: _path2 + ".type",
4221
+ expected: '"values"',
4222
+ value: input3.type
4223
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
4224
+ path: _path2 + ".lst",
4225
+ expected: "Array<string>",
4226
+ value: input3.lst
4227
+ })) && input3.lst.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
4228
+ path: _path2 + ".lst[" + _index65 + "]",
4229
+ expected: "string",
4230
+ value: elem
4231
+ })).every((flag) => flag) || $report(_exceptionable2, {
4232
+ path: _path2 + ".lst",
4233
+ expected: "Array<string>",
4234
+ value: input3.lst
4235
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
4236
+ path: _path2 + ".numerators",
4237
+ expected: "(Array<string> | undefined)",
4238
+ value: input3.numerators
4239
+ })) && input3.numerators.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
4240
+ path: _path2 + ".numerators[" + _index66 + "]",
4241
+ expected: "string",
4242
+ value: elem
4243
+ })).every((flag) => flag) || $report(_exceptionable2, {
4244
+ path: _path2 + ".numerators",
4245
+ expected: "(Array<string> | undefined)",
4246
+ value: input3.numerators
4247
+ })].every((flag) => flag);
4020
4248
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
4021
4249
  if ("tvslst" === input3.type)
4022
4250
  return $vo6(input3, _path2, _exceptionable2);
@@ -4080,35 +4308,37 @@ var validDescrStatsRequest = (input) => {
4080
4308
  });
4081
4309
  })();
4082
4310
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
4311
+ if ("TermCollectionTWValues" === input3.type)
4312
+ return $vo78(input3, _path2, _exceptionable2);
4083
4313
  if ("SnpsTW" === input3.type)
4084
- return $vo69(input3, _path2, _exceptionable2);
4314
+ return $vo71(input3, _path2, _exceptionable2);
4085
4315
  if ("ConditionTW" === input3.type)
4086
- return $vo66(input3, _path2, _exceptionable2);
4316
+ return $vo68(input3, _path2, _exceptionable2);
4087
4317
  if ("GvCustomGsTW" === input3.type)
4088
- return $vo64(input3, _path2, _exceptionable2);
4318
+ return $vo66(input3, _path2, _exceptionable2);
4089
4319
  if ("GvPredefinedGsTW" === input3.type)
4090
- return $vo62(input3, _path2, _exceptionable2);
4320
+ return $vo64(input3, _path2, _exceptionable2);
4091
4321
  if ("GvValuesTW" === input3.type)
4092
- return $vo58(input3, _path2, _exceptionable2);
4322
+ return $vo60(input3, _path2, _exceptionable2);
4093
4323
  if ("NumTWSpline" === input3.type)
4094
- return $vo55(input3, _path2, _exceptionable2);
4324
+ return $vo57(input3, _path2, _exceptionable2);
4095
4325
  if ("NumTWCont" === input3.type)
4096
- return $vo53(input3, _path2, _exceptionable2);
4326
+ return $vo55(input3, _path2, _exceptionable2);
4097
4327
  if ("NumTWBinary" === input3.type)
4098
- return $vo51(input3, _path2, _exceptionable2);
4328
+ return $vo53(input3, _path2, _exceptionable2);
4099
4329
  if ("NumTWCustomBin" === input3.type)
4100
- return $vo50(input3, _path2, _exceptionable2);
4330
+ return $vo52(input3, _path2, _exceptionable2);
4101
4331
  if ("NumTWRegularBin" === input3.type)
4102
- return $vo49(input3, _path2, _exceptionable2);
4332
+ return $vo51(input3, _path2, _exceptionable2);
4103
4333
  if ("QualTWCustomGS" === input3.type)
4104
- return $vo46(input3, _path2, _exceptionable2);
4334
+ return $vo48(input3, _path2, _exceptionable2);
4105
4335
  if ("QualTWPredefinedGS" === input3.type)
4106
- return $vo44(input3, _path2, _exceptionable2);
4336
+ return $vo46(input3, _path2, _exceptionable2);
4107
4337
  if ("QualTWValues" === input3.type)
4108
4338
  return $vo1(input3, _path2, _exceptionable2);
4109
4339
  return $report(_exceptionable2, {
4110
4340
  path: _path2,
4111
- expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4341
+ expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4112
4342
  value: input3
4113
4343
  });
4114
4344
  })();
@@ -4116,9 +4346,9 @@ var validDescrStatsRequest = (input) => {
4116
4346
  if ("categorical" === input3.type)
4117
4347
  return $vo3(input3, _path2, _exceptionable2);
4118
4348
  if ("snp" === input3.type)
4119
- return $vo41(input3, _path2, _exceptionable2);
4349
+ return $vo43(input3, _path2, _exceptionable2);
4120
4350
  if ("singleCellCellType" === input3.type)
4121
- return $vo42(input3, _path2, _exceptionable2);
4351
+ return $vo44(input3, _path2, _exceptionable2);
4122
4352
  return $report(_exceptionable2, {
4123
4353
  path: _path2,
4124
4354
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -4128,6 +4358,8 @@ var validDescrStatsRequest = (input) => {
4128
4358
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4129
4359
  if (void 0 !== input3.ranges)
4130
4360
  return $vo9(input3, _path2, _exceptionable2);
4361
+ if (void 0 !== input3.ratio)
4362
+ return $vo41(input3, _path2, _exceptionable2);
4131
4363
  return $vo8(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
4132
4364
  })();
4133
4365
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
@@ -4165,9 +4397,9 @@ var validDescrStatsRequest = (input) => {
4165
4397
  })();
4166
4398
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4167
4399
  if ("gene" === input3.kind)
4168
- return $vo59(input3, _path2, _exceptionable2);
4400
+ return $vo61(input3, _path2, _exceptionable2);
4169
4401
  if ("coord" === input3.kind)
4170
- return $vo60(input3, _path2, _exceptionable2);
4402
+ return $vo62(input3, _path2, _exceptionable2);
4171
4403
  return $report(_exceptionable2, {
4172
4404
  path: _path2,
4173
4405
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -4176,9 +4408,9 @@ var validDescrStatsRequest = (input) => {
4176
4408
  })();
4177
4409
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4178
4410
  if ("grade" === input3.valueFor)
4179
- return $vo67(input3, _path2, _exceptionable2);
4411
+ return $vo69(input3, _path2, _exceptionable2);
4180
4412
  if ("children" === input3.valueFor)
4181
- return $vo68(input3, _path2, _exceptionable2);
4413
+ return $vo70(input3, _path2, _exceptionable2);
4182
4414
  return $report(_exceptionable2, {
4183
4415
  path: _path2,
4184
4416
  expected: "(ConditionGradeQ | ConditionChildrenQ)",