@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
@@ -74,7 +74,7 @@ var validBoxPlotRequest = (input) => {
74
74
  const __is = (input2) => {
75
75
  const $join = import_typia.createValidate.join;
76
76
  const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers) && (void 0 === input3.showAssocTests || "boolean" === typeof input3.showAssocTests) && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu6(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true;
77
- 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;
77
+ 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;
78
78
  const $io2 = (input3) => Object.keys(input3).every((key) => {
79
79
  const value = input3[key];
80
80
  if (void 0 === value)
@@ -137,41 +137,45 @@ var validBoxPlotRequest = (input) => {
137
137
  const $io38 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
138
138
  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)));
139
139
  const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
140
- 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));
141
- 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));
142
- 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;
143
- 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;
144
- 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;
145
- 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;
146
- 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));
147
- const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
148
- 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));
149
- 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));
150
- 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));
151
- 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);
152
- 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));
153
- 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);
154
- 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));
155
- 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);
156
- const $io57 = (input3) => "number" === typeof input3.value;
157
- 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));
158
- 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)));
159
- 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)));
160
- 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;
161
- 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));
162
- 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;
163
- 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));
164
- 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));
165
- 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));
166
- 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;
167
- 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;
168
- 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));
169
- 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;
170
- const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
171
- 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)));
172
- 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);
173
- const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
174
- const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
140
+ 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;
141
+ 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);
142
+ 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));
143
+ 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));
144
+ 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;
145
+ 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;
146
+ 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;
147
+ 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;
148
+ 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));
149
+ const $io50 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
150
+ 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));
151
+ 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));
152
+ 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));
153
+ 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);
154
+ 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));
155
+ 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);
156
+ 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));
157
+ 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);
158
+ const $io59 = (input3) => "number" === typeof input3.value;
159
+ 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));
160
+ 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)));
161
+ 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)));
162
+ 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;
163
+ 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));
164
+ 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;
165
+ 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));
166
+ 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));
167
+ 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));
168
+ 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;
169
+ 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;
170
+ 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));
171
+ 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;
172
+ const $io73 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
173
+ 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)));
174
+ 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);
175
+ const $io76 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
176
+ const $io77 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
177
+ 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));
178
+ 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));
175
179
  const $iu0 = (input3) => (() => {
176
180
  if ("tvslst" === input3.type)
177
181
  return $io6(input3);
@@ -215,30 +219,32 @@ var validBoxPlotRequest = (input) => {
215
219
  return false;
216
220
  })();
217
221
  const $iu6 = (input3) => (() => {
222
+ if ("TermCollectionTWValues" === input3.type)
223
+ return $io78(input3);
218
224
  if ("SnpsTW" === input3.type)
219
- return $io69(input3);
225
+ return $io71(input3);
220
226
  if ("ConditionTW" === input3.type)
221
- return $io66(input3);
227
+ return $io68(input3);
222
228
  if ("GvCustomGsTW" === input3.type)
223
- return $io64(input3);
229
+ return $io66(input3);
224
230
  if ("GvPredefinedGsTW" === input3.type)
225
- return $io62(input3);
231
+ return $io64(input3);
226
232
  if ("GvValuesTW" === input3.type)
227
- return $io58(input3);
233
+ return $io60(input3);
228
234
  if ("NumTWSpline" === input3.type)
229
- return $io55(input3);
235
+ return $io57(input3);
230
236
  if ("NumTWCont" === input3.type)
231
- return $io53(input3);
237
+ return $io55(input3);
232
238
  if ("NumTWBinary" === input3.type)
233
- return $io51(input3);
239
+ return $io53(input3);
234
240
  if ("NumTWCustomBin" === input3.type)
235
- return $io50(input3);
241
+ return $io52(input3);
236
242
  if ("NumTWRegularBin" === input3.type)
237
- return $io49(input3);
243
+ return $io51(input3);
238
244
  if ("QualTWCustomGS" === input3.type)
239
- return $io46(input3);
245
+ return $io48(input3);
240
246
  if ("QualTWPredefinedGS" === input3.type)
241
- return $io44(input3);
247
+ return $io46(input3);
242
248
  if ("QualTWValues" === input3.type)
243
249
  return $io1(input3);
244
250
  return false;
@@ -247,14 +253,16 @@ var validBoxPlotRequest = (input) => {
247
253
  if ("categorical" === input3.type)
248
254
  return $io3(input3);
249
255
  if ("snp" === input3.type)
250
- return $io41(input3);
256
+ return $io43(input3);
251
257
  if ("singleCellCellType" === input3.type)
252
- return $io42(input3);
258
+ return $io44(input3);
253
259
  return false;
254
260
  })();
255
261
  const $iu8 = (input3) => (() => {
256
262
  if (void 0 !== input3.ranges)
257
263
  return $io9(input3);
264
+ if (void 0 !== input3.ratio)
265
+ return $io41(input3);
258
266
  return (() => {
259
267
  if ($io8(input3))
260
268
  return $io8(input3);
@@ -298,16 +306,16 @@ var validBoxPlotRequest = (input) => {
298
306
  })();
299
307
  const $iu12 = (input3) => (() => {
300
308
  if ("gene" === input3.kind)
301
- return $io59(input3);
309
+ return $io61(input3);
302
310
  if ("coord" === input3.kind)
303
- return $io60(input3);
311
+ return $io62(input3);
304
312
  return false;
305
313
  })();
306
314
  const $iu13 = (input3) => (() => {
307
315
  if ("grade" === input3.valueFor)
308
- return $io67(input3);
316
+ return $io69(input3);
309
317
  if ("children" === input3.valueFor)
310
- return $io68(input3);
318
+ return $io70(input3);
311
319
  return false;
312
320
  })();
313
321
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -318,11 +326,11 @@ var validBoxPlotRequest = (input) => {
318
326
  const $join = import_typia.createValidate.join;
319
327
  const $vo0 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
320
328
  path: _path2 + ".tw",
321
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
329
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
322
330
  value: input3.tw
323
331
  })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
324
332
  path: _path2 + ".tw",
325
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
333
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
326
334
  value: input3.tw
327
335
  }), "string" === typeof input3.genome || $report(_exceptionable2, {
328
336
  path: _path2 + ".genome",
@@ -350,19 +358,19 @@ var validBoxPlotRequest = (input) => {
350
358
  value: input3.showAssocTests
351
359
  }), void 0 === input3.overlayTw || ("object" === typeof input3.overlayTw && null !== input3.overlayTw || $report(_exceptionable2, {
352
360
  path: _path2 + ".overlayTw",
353
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
361
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues | undefined)",
354
362
  value: input3.overlayTw
355
363
  })) && $vu6(input3.overlayTw, _path2 + ".overlayTw", _exceptionable2) || $report(_exceptionable2, {
356
364
  path: _path2 + ".overlayTw",
357
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
365
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues | undefined)",
358
366
  value: input3.overlayTw
359
367
  }), void 0 === input3.divideTw || ("object" === typeof input3.divideTw && null !== input3.divideTw || $report(_exceptionable2, {
360
368
  path: _path2 + ".divideTw",
361
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
369
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues | undefined)",
362
370
  value: input3.divideTw
363
371
  })) && $vu6(input3.divideTw, _path2 + ".divideTw", _exceptionable2) || $report(_exceptionable2, {
364
372
  path: _path2 + ".divideTw",
365
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
373
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues | undefined)",
366
374
  value: input3.divideTw
367
375
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
368
376
  path: _path2 + ".filter",
@@ -409,7 +417,7 @@ var validBoxPlotRequest = (input) => {
409
417
  path: _path2 + ".q",
410
418
  expected: "ValuesQ",
411
419
  value: input3.q
412
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
420
+ })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
413
421
  path: _path2 + ".q",
414
422
  expected: "ValuesQ",
415
423
  value: input3.q
@@ -597,11 +605,11 @@ var validBoxPlotRequest = (input) => {
597
605
  value: input3.type
598
606
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
599
607
  path: _path2 + ".tvs",
600
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
608
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
601
609
  value: input3.tvs
602
610
  })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
603
611
  path: _path2 + ".tvs",
604
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
612
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
605
613
  value: input3.tvs
606
614
  })].every((flag) => flag);
607
615
  const $vo8 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
@@ -2322,7 +2330,28 @@ var validBoxPlotRequest = (input) => {
2322
2330
  expected: "string",
2323
2331
  value: input3.value
2324
2332
  })].every((flag) => flag);
2325
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2333
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2334
+ path: _path2 + ".join",
2335
+ expected: "(string | undefined)",
2336
+ value: input3.join
2337
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2338
+ path: _path2 + ".isnot",
2339
+ expected: "(boolean | undefined)",
2340
+ value: input3.isnot
2341
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2342
+ path: _path2 + ".term",
2343
+ expected: "TermCollection",
2344
+ value: input3.term
2345
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2346
+ path: _path2 + ".term",
2347
+ expected: "TermCollection",
2348
+ value: input3.term
2349
+ }), "number" === typeof input3.ratio || $report(_exceptionable2, {
2350
+ path: _path2 + ".ratio",
2351
+ expected: "number",
2352
+ value: input3.ratio
2353
+ })].every((flag) => flag);
2354
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2326
2355
  path: _path2 + ".id",
2327
2356
  expected: "string",
2328
2357
  value: input3.id
@@ -2330,9 +2359,9 @@ var validBoxPlotRequest = (input) => {
2330
2359
  path: _path2 + ".name",
2331
2360
  expected: "string",
2332
2361
  value: input3.name
2333
- }), "snp" === input3.type || $report(_exceptionable2, {
2362
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
2334
2363
  path: _path2 + ".type",
2335
- expected: '"snp"',
2364
+ expected: '"termCollection"',
2336
2365
  value: input3.type
2337
2366
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2338
2367
  path: _path2 + ".child_types",
@@ -2386,6 +2415,107 @@ var validBoxPlotRequest = (input) => {
2386
2415
  path: _path2 + ".valueConversion",
2387
2416
  expected: "(__type.o2 | undefined)",
2388
2417
  value: input3.valueConversion
2418
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2419
+ path: _path2 + ".collectionId",
2420
+ expected: "(string | undefined)",
2421
+ value: input3.collectionId
2422
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
2423
+ path: _path2 + ".lst",
2424
+ expected: "(Array<string> | undefined)",
2425
+ value: input3.lst
2426
+ })) && input3.lst.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2427
+ path: _path2 + ".lst[" + _index42 + "]",
2428
+ expected: "string",
2429
+ value: elem
2430
+ })).every((flag) => flag) || $report(_exceptionable2, {
2431
+ path: _path2 + ".lst",
2432
+ expected: "(Array<string> | undefined)",
2433
+ value: input3.lst
2434
+ }), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
2435
+ path: _path2 + ".termlst",
2436
+ expected: "(Array<any> | undefined)",
2437
+ value: input3.termlst
2438
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2439
+ path: _path2 + ".numerators",
2440
+ expected: "(Array<string> | undefined)",
2441
+ value: input3.numerators
2442
+ })) && input3.numerators.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2443
+ path: _path2 + ".numerators[" + _index43 + "]",
2444
+ expected: "string",
2445
+ value: elem
2446
+ })).every((flag) => flag) || $report(_exceptionable2, {
2447
+ path: _path2 + ".numerators",
2448
+ expected: "(Array<string> | undefined)",
2449
+ value: input3.numerators
2450
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
2451
+ path: _path2 + ".newTvs",
2452
+ expected: "(boolean | undefined)",
2453
+ value: input3.newTvs
2454
+ })].every((flag) => flag);
2455
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2456
+ path: _path2 + ".id",
2457
+ expected: "string",
2458
+ value: input3.id
2459
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2460
+ path: _path2 + ".name",
2461
+ expected: "string",
2462
+ value: input3.name
2463
+ }), "snp" === input3.type || $report(_exceptionable2, {
2464
+ path: _path2 + ".type",
2465
+ expected: '"snp"',
2466
+ value: input3.type
2467
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2468
+ path: _path2 + ".child_types",
2469
+ expected: "(Array<string> | undefined)",
2470
+ value: input3.child_types
2471
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2472
+ path: _path2 + ".child_types[" + _index44 + "]",
2473
+ expected: "string",
2474
+ value: elem
2475
+ })).every((flag) => flag) || $report(_exceptionable2, {
2476
+ path: _path2 + ".child_types",
2477
+ expected: "(Array<string> | undefined)",
2478
+ value: input3.child_types
2479
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2480
+ path: _path2 + ".hashtmldetail",
2481
+ expected: "(boolean | undefined)",
2482
+ value: input3.hashtmldetail
2483
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2484
+ path: _path2 + ".included_types",
2485
+ expected: "(Array<string> | undefined)",
2486
+ value: input3.included_types
2487
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2488
+ path: _path2 + ".included_types[" + _index45 + "]",
2489
+ expected: "string",
2490
+ value: elem
2491
+ })).every((flag) => flag) || $report(_exceptionable2, {
2492
+ path: _path2 + ".included_types",
2493
+ expected: "(Array<string> | undefined)",
2494
+ value: input3.included_types
2495
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2496
+ path: _path2 + ".isleaf",
2497
+ expected: "(boolean | undefined)",
2498
+ value: input3.isleaf
2499
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2500
+ path: _path2 + ".values",
2501
+ expected: "(TermValues | undefined)",
2502
+ value: input3.values
2503
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2504
+ path: _path2 + ".values",
2505
+ expected: "(TermValues | undefined)",
2506
+ value: input3.values
2507
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2508
+ path: _path2 + ".skipValuesBuild",
2509
+ expected: "(boolean | undefined)",
2510
+ value: input3.skipValuesBuild
2511
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2512
+ path: _path2 + ".valueConversion",
2513
+ expected: "(__type.o2 | undefined)",
2514
+ value: input3.valueConversion
2515
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2516
+ path: _path2 + ".valueConversion",
2517
+ expected: "(__type.o2 | undefined)",
2518
+ value: input3.valueConversion
2389
2519
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
2390
2520
  path: _path2 + ".chr",
2391
2521
  expected: "string",
@@ -2406,8 +2536,8 @@ var validBoxPlotRequest = (input) => {
2406
2536
  path: _path2 + ".alt",
2407
2537
  expected: "Array<string>",
2408
2538
  value: input3.alt
2409
- })) && input3.alt.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2410
- path: _path2 + ".alt[" + _index42 + "]",
2539
+ })) && input3.alt.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2540
+ path: _path2 + ".alt[" + _index46 + "]",
2411
2541
  expected: "string",
2412
2542
  value: elem
2413
2543
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2423,7 +2553,7 @@ var validBoxPlotRequest = (input) => {
2423
2553
  expected: "TermGroupSetting",
2424
2554
  value: input3.groupsetting
2425
2555
  })].every((flag) => flag);
2426
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2556
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2427
2557
  path: _path2 + ".id",
2428
2558
  expected: "string",
2429
2559
  value: input3.id
@@ -2439,8 +2569,8 @@ var validBoxPlotRequest = (input) => {
2439
2569
  path: _path2 + ".child_types",
2440
2570
  expected: "(Array<string> | undefined)",
2441
2571
  value: input3.child_types
2442
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2443
- path: _path2 + ".child_types[" + _index43 + "]",
2572
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2573
+ path: _path2 + ".child_types[" + _index47 + "]",
2444
2574
  expected: "string",
2445
2575
  value: elem
2446
2576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2455,8 +2585,8 @@ var validBoxPlotRequest = (input) => {
2455
2585
  path: _path2 + ".included_types",
2456
2586
  expected: "(Array<string> | undefined)",
2457
2587
  value: input3.included_types
2458
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2459
- path: _path2 + ".included_types[" + _index44 + "]",
2588
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2589
+ path: _path2 + ".included_types[" + _index48 + "]",
2460
2590
  expected: "string",
2461
2591
  value: elem
2462
2592
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2504,7 +2634,7 @@ var validBoxPlotRequest = (input) => {
2504
2634
  expected: "TermGroupSetting",
2505
2635
  value: input3.groupsetting
2506
2636
  })].every((flag) => flag);
2507
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2637
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2508
2638
  path: _path2 + ".hiddenValues",
2509
2639
  expected: "(HiddenValues | undefined)",
2510
2640
  value: input3.hiddenValues
@@ -2533,7 +2663,7 @@ var validBoxPlotRequest = (input) => {
2533
2663
  expected: '"values"',
2534
2664
  value: input3.type
2535
2665
  })].every((flag) => flag);
2536
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2666
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2537
2667
  path: _path2 + ".id",
2538
2668
  expected: "(string | undefined)",
2539
2669
  value: input3.id
@@ -2569,7 +2699,7 @@ var validBoxPlotRequest = (input) => {
2569
2699
  path: _path2 + ".q",
2570
2700
  expected: "PredefinedGroupSettingQ",
2571
2701
  value: input3.q
2572
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2702
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2573
2703
  path: _path2 + ".q",
2574
2704
  expected: "PredefinedGroupSettingQ",
2575
2705
  value: input3.q
@@ -2578,7 +2708,7 @@ var validBoxPlotRequest = (input) => {
2578
2708
  expected: '"QualTWPredefinedGS"',
2579
2709
  value: input3.type
2580
2710
  })].every((flag) => flag);
2581
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2711
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2582
2712
  path: _path2 + ".hiddenValues",
2583
2713
  expected: "(HiddenValues | undefined)",
2584
2714
  value: input3.hiddenValues
@@ -2611,7 +2741,7 @@ var validBoxPlotRequest = (input) => {
2611
2741
  expected: "number",
2612
2742
  value: input3.predefined_groupset_idx
2613
2743
  })].every((flag) => flag);
2614
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2744
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2615
2745
  path: _path2 + ".id",
2616
2746
  expected: "(string | undefined)",
2617
2747
  value: input3.id
@@ -2647,7 +2777,7 @@ var validBoxPlotRequest = (input) => {
2647
2777
  path: _path2 + ".q",
2648
2778
  expected: "CustomGroupSettingQ",
2649
2779
  value: input3.q
2650
- })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2780
+ })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2651
2781
  path: _path2 + ".q",
2652
2782
  expected: "CustomGroupSettingQ",
2653
2783
  value: input3.q
@@ -2656,7 +2786,7 @@ var validBoxPlotRequest = (input) => {
2656
2786
  expected: '"QualTWCustomGS"',
2657
2787
  value: input3.type
2658
2788
  })].every((flag) => flag);
2659
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2789
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2660
2790
  path: _path2 + ".hiddenValues",
2661
2791
  expected: "(HiddenValues | undefined)",
2662
2792
  value: input3.hiddenValues
@@ -2688,21 +2818,21 @@ var validBoxPlotRequest = (input) => {
2688
2818
  path: _path2 + ".customset",
2689
2819
  expected: "BaseGroupSet",
2690
2820
  value: input3.customset
2691
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2821
+ })) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2692
2822
  path: _path2 + ".customset",
2693
2823
  expected: "BaseGroupSet",
2694
2824
  value: input3.customset
2695
2825
  })].every((flag) => flag);
2696
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2826
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2697
2827
  path: _path2 + ".groups",
2698
2828
  expected: "Array<GroupEntry>",
2699
2829
  value: input3.groups
2700
- })) && input3.groups.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2701
- path: _path2 + ".groups[" + _index45 + "]",
2830
+ })) && input3.groups.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2831
+ path: _path2 + ".groups[" + _index49 + "]",
2702
2832
  expected: "(FilterGroup | ValuesGroup)",
2703
2833
  value: elem
2704
- })) && $vu3(elem, _path2 + ".groups[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2705
- path: _path2 + ".groups[" + _index45 + "]",
2834
+ })) && $vu3(elem, _path2 + ".groups[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2835
+ path: _path2 + ".groups[" + _index49 + "]",
2706
2836
  expected: "(FilterGroup | ValuesGroup)",
2707
2837
  value: elem
2708
2838
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2710,7 +2840,7 @@ var validBoxPlotRequest = (input) => {
2710
2840
  expected: "Array<GroupEntry>",
2711
2841
  value: input3.groups
2712
2842
  })].every((flag) => flag);
2713
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2843
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2714
2844
  path: _path2 + ".id",
2715
2845
  expected: "(string | undefined)",
2716
2846
  value: input3.id
@@ -2755,7 +2885,7 @@ var validBoxPlotRequest = (input) => {
2755
2885
  expected: "RegularNumericBinConfig",
2756
2886
  value: input3.q
2757
2887
  })].every((flag) => flag);
2758
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2888
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2759
2889
  path: _path2 + ".id",
2760
2890
  expected: "(string | undefined)",
2761
2891
  value: input3.id
@@ -2800,7 +2930,7 @@ var validBoxPlotRequest = (input) => {
2800
2930
  expected: "CustomNumericBinConfig",
2801
2931
  value: input3.q
2802
2932
  })].every((flag) => flag);
2803
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2933
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2804
2934
  path: _path2 + ".id",
2805
2935
  expected: "(string | undefined)",
2806
2936
  value: input3.id
@@ -2840,12 +2970,12 @@ var validBoxPlotRequest = (input) => {
2840
2970
  path: _path2 + ".q",
2841
2971
  expected: "BinaryNumericQ",
2842
2972
  value: input3.q
2843
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2973
+ })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2844
2974
  path: _path2 + ".q",
2845
2975
  expected: "BinaryNumericQ",
2846
2976
  value: input3.q
2847
2977
  })].every((flag) => flag);
2848
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2978
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2849
2979
  path: _path2 + ".hiddenValues",
2850
2980
  expected: "(HiddenValues | undefined)",
2851
2981
  value: input3.hiddenValues
@@ -2913,7 +3043,7 @@ var validBoxPlotRequest = (input) => {
2913
3043
  expected: "(number | undefined)",
2914
3044
  value: input3.cutoffPercentile
2915
3045
  })].every((flag) => flag);
2916
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3046
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2917
3047
  path: _path2 + ".id",
2918
3048
  expected: "(string | undefined)",
2919
3049
  value: input3.id
@@ -2953,12 +3083,12 @@ var validBoxPlotRequest = (input) => {
2953
3083
  path: _path2 + ".q",
2954
3084
  expected: "ContinuousNumericQ",
2955
3085
  value: input3.q
2956
- })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3086
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2957
3087
  path: _path2 + ".q",
2958
3088
  expected: "ContinuousNumericQ",
2959
3089
  value: input3.q
2960
3090
  })].every((flag) => flag);
2961
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3091
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2962
3092
  path: _path2 + ".hiddenValues",
2963
3093
  expected: "(HiddenValues | undefined)",
2964
3094
  value: input3.hiddenValues
@@ -2999,7 +3129,7 @@ var validBoxPlotRequest = (input) => {
2999
3129
  expected: "(number | undefined)",
3000
3130
  value: input3.scale
3001
3131
  })].every((flag) => flag);
3002
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3132
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3003
3133
  path: _path2 + ".id",
3004
3134
  expected: "(string | undefined)",
3005
3135
  value: input3.id
@@ -3039,12 +3169,12 @@ var validBoxPlotRequest = (input) => {
3039
3169
  path: _path2 + ".q",
3040
3170
  expected: "SplineNumericQ",
3041
3171
  value: input3.q
3042
- })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3172
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3043
3173
  path: _path2 + ".q",
3044
3174
  expected: "SplineNumericQ",
3045
3175
  value: input3.q
3046
3176
  })].every((flag) => flag);
3047
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3177
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3048
3178
  path: _path2 + ".hiddenValues",
3049
3179
  expected: "(HiddenValues | undefined)",
3050
3180
  value: input3.hiddenValues
@@ -3072,12 +3202,12 @@ var validBoxPlotRequest = (input) => {
3072
3202
  path: _path2 + ".knots",
3073
3203
  expected: "Array<__type>.o3",
3074
3204
  value: input3.knots
3075
- })) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3076
- path: _path2 + ".knots[" + _index46 + "]",
3205
+ })) && input3.knots.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3206
+ path: _path2 + ".knots[" + _index50 + "]",
3077
3207
  expected: "__type.o7",
3078
3208
  value: elem
3079
- })) && $vo57(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
3080
- path: _path2 + ".knots[" + _index46 + "]",
3209
+ })) && $vo59(elem, _path2 + ".knots[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3210
+ path: _path2 + ".knots[" + _index50 + "]",
3081
3211
  expected: "__type.o7",
3082
3212
  value: elem
3083
3213
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3093,12 +3223,12 @@ var validBoxPlotRequest = (input) => {
3093
3223
  expected: "undefined",
3094
3224
  value: input3.type
3095
3225
  }))].every((flag) => flag);
3096
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3226
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3097
3227
  path: _path2 + ".value",
3098
3228
  expected: "number",
3099
3229
  value: input3.value
3100
3230
  })].every((flag) => flag);
3101
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3231
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3102
3232
  path: _path2 + ".id",
3103
3233
  expected: "(string | undefined)",
3104
3234
  value: input3.id
@@ -3138,12 +3268,12 @@ var validBoxPlotRequest = (input) => {
3138
3268
  path: _path2 + ".q",
3139
3269
  expected: "GvValuesQ",
3140
3270
  value: input3.q
3141
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3271
+ })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3142
3272
  path: _path2 + ".q",
3143
3273
  expected: "GvValuesQ",
3144
3274
  value: input3.q
3145
3275
  })].every((flag) => flag);
3146
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3276
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3147
3277
  path: _path2 + ".id",
3148
3278
  expected: "string",
3149
3279
  value: input3.id
@@ -3159,8 +3289,8 @@ var validBoxPlotRequest = (input) => {
3159
3289
  path: _path2 + ".child_types",
3160
3290
  expected: "(Array<string> | undefined)",
3161
3291
  value: input3.child_types
3162
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
3163
- path: _path2 + ".child_types[" + _index47 + "]",
3292
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3293
+ path: _path2 + ".child_types[" + _index51 + "]",
3164
3294
  expected: "string",
3165
3295
  value: elem
3166
3296
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3175,8 +3305,8 @@ var validBoxPlotRequest = (input) => {
3175
3305
  path: _path2 + ".included_types",
3176
3306
  expected: "(Array<string> | undefined)",
3177
3307
  value: input3.included_types
3178
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
3179
- path: _path2 + ".included_types[" + _index48 + "]",
3308
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3309
+ path: _path2 + ".included_types[" + _index52 + "]",
3180
3310
  expected: "string",
3181
3311
  value: elem
3182
3312
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3231,12 +3361,12 @@ var validBoxPlotRequest = (input) => {
3231
3361
  path: _path2 + ".genes",
3232
3362
  expected: "Array<GvGeneTerm>",
3233
3363
  value: input3.genes
3234
- })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3235
- path: _path2 + ".genes[" + _index49 + "]",
3364
+ })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3365
+ path: _path2 + ".genes[" + _index53 + "]",
3236
3366
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3237
3367
  value: elem
3238
- })) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3239
- path: _path2 + ".genes[" + _index49 + "]",
3368
+ })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3369
+ path: _path2 + ".genes[" + _index53 + "]",
3240
3370
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3241
3371
  value: elem
3242
3372
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3255,12 +3385,12 @@ var validBoxPlotRequest = (input) => {
3255
3385
  path: _path2 + ".childTerms",
3256
3386
  expected: "Array<DtTerm>",
3257
3387
  value: input3.childTerms
3258
- })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3259
- path: _path2 + ".childTerms[" + _index50 + "]",
3388
+ })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3389
+ path: _path2 + ".childTerms[" + _index54 + "]",
3260
3390
  expected: "DtTerm",
3261
3391
  value: elem
3262
- })) && $vo30(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3263
- path: _path2 + ".childTerms[" + _index50 + "]",
3392
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3393
+ path: _path2 + ".childTerms[" + _index54 + "]",
3264
3394
  expected: "DtTerm",
3265
3395
  value: elem
3266
3396
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3268,7 +3398,7 @@ var validBoxPlotRequest = (input) => {
3268
3398
  expected: "Array<DtTerm>",
3269
3399
  value: input3.childTerms
3270
3400
  })].every((flag) => flag);
3271
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3401
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3272
3402
  path: _path2 + ".id",
3273
3403
  expected: "string",
3274
3404
  value: input3.id
@@ -3284,8 +3414,8 @@ var validBoxPlotRequest = (input) => {
3284
3414
  path: _path2 + ".child_types",
3285
3415
  expected: "(Array<string> | undefined)",
3286
3416
  value: input3.child_types
3287
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3288
- path: _path2 + ".child_types[" + _index51 + "]",
3417
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3418
+ path: _path2 + ".child_types[" + _index55 + "]",
3289
3419
  expected: "string",
3290
3420
  value: elem
3291
3421
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3300,8 +3430,8 @@ var validBoxPlotRequest = (input) => {
3300
3430
  path: _path2 + ".included_types",
3301
3431
  expected: "(Array<string> | undefined)",
3302
3432
  value: input3.included_types
3303
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3304
- path: _path2 + ".included_types[" + _index52 + "]",
3433
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3434
+ path: _path2 + ".included_types[" + _index56 + "]",
3305
3435
  expected: "string",
3306
3436
  value: elem
3307
3437
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3352,12 +3482,12 @@ var validBoxPlotRequest = (input) => {
3352
3482
  path: _path2 + ".genes",
3353
3483
  expected: "Array<GvGeneTerm>",
3354
3484
  value: input3.genes
3355
- })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3356
- path: _path2 + ".genes[" + _index53 + "]",
3485
+ })) && input3.genes.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3486
+ path: _path2 + ".genes[" + _index57 + "]",
3357
3487
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3358
3488
  value: elem
3359
- })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3360
- path: _path2 + ".genes[" + _index53 + "]",
3489
+ })) && $vu2(elem, _path2 + ".genes[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3490
+ path: _path2 + ".genes[" + _index57 + "]",
3361
3491
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3362
3492
  value: elem
3363
3493
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3376,12 +3506,12 @@ var validBoxPlotRequest = (input) => {
3376
3506
  path: _path2 + ".childTerms",
3377
3507
  expected: "Array<DtTerm>",
3378
3508
  value: input3.childTerms
3379
- })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3380
- path: _path2 + ".childTerms[" + _index54 + "]",
3509
+ })) && input3.childTerms.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3510
+ path: _path2 + ".childTerms[" + _index58 + "]",
3381
3511
  expected: "DtTerm",
3382
3512
  value: elem
3383
- })) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3384
- path: _path2 + ".childTerms[" + _index54 + "]",
3513
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3514
+ path: _path2 + ".childTerms[" + _index58 + "]",
3385
3515
  expected: "DtTerm",
3386
3516
  value: elem
3387
3517
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3389,7 +3519,7 @@ var validBoxPlotRequest = (input) => {
3389
3519
  expected: "Array<DtTerm>",
3390
3520
  value: input3.childTerms
3391
3521
  })].every((flag) => flag);
3392
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3522
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3393
3523
  path: _path2 + ".hiddenValues",
3394
3524
  expected: "(HiddenValues | undefined)",
3395
3525
  value: input3.hiddenValues
@@ -3430,7 +3560,7 @@ var validBoxPlotRequest = (input) => {
3430
3560
  expected: '"values"',
3431
3561
  value: input3.type
3432
3562
  })].every((flag) => flag);
3433
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3563
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3434
3564
  path: _path2 + ".id",
3435
3565
  expected: "(string | undefined)",
3436
3566
  value: input3.id
@@ -3470,12 +3600,12 @@ var validBoxPlotRequest = (input) => {
3470
3600
  path: _path2 + ".q",
3471
3601
  expected: "GvPredefinedGsQ",
3472
3602
  value: input3.q
3473
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3603
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3474
3604
  path: _path2 + ".q",
3475
3605
  expected: "GvPredefinedGsQ",
3476
3606
  value: input3.q
3477
3607
  })].every((flag) => flag);
3478
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3608
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3479
3609
  path: _path2 + ".hiddenValues",
3480
3610
  expected: "(HiddenValues | undefined)",
3481
3611
  value: input3.hiddenValues
@@ -3520,7 +3650,7 @@ var validBoxPlotRequest = (input) => {
3520
3650
  expected: "number",
3521
3651
  value: input3.predefined_groupset_idx
3522
3652
  })].every((flag) => flag);
3523
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3653
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3524
3654
  path: _path2 + ".id",
3525
3655
  expected: "(string | undefined)",
3526
3656
  value: input3.id
@@ -3560,12 +3690,12 @@ var validBoxPlotRequest = (input) => {
3560
3690
  path: _path2 + ".q",
3561
3691
  expected: "GvCustomGsQ",
3562
3692
  value: input3.q
3563
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3693
+ })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3564
3694
  path: _path2 + ".q",
3565
3695
  expected: "GvCustomGsQ",
3566
3696
  value: input3.q
3567
3697
  })].every((flag) => flag);
3568
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3698
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3569
3699
  path: _path2 + ".hiddenValues",
3570
3700
  expected: "(HiddenValues | undefined)",
3571
3701
  value: input3.hiddenValues
@@ -3609,12 +3739,12 @@ var validBoxPlotRequest = (input) => {
3609
3739
  path: _path2 + ".customset",
3610
3740
  expected: "BaseGroupSet",
3611
3741
  value: input3.customset
3612
- })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3742
+ })) && $vo50(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3613
3743
  path: _path2 + ".customset",
3614
3744
  expected: "BaseGroupSet",
3615
3745
  value: input3.customset
3616
3746
  })].every((flag) => flag);
3617
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3747
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3618
3748
  path: _path2 + ".id",
3619
3749
  expected: "(string | undefined)",
3620
3750
  value: input3.id
@@ -3659,7 +3789,7 @@ var validBoxPlotRequest = (input) => {
3659
3789
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3660
3790
  value: input3.q
3661
3791
  })].every((flag) => flag);
3662
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3792
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3663
3793
  path: _path2 + ".hiddenValues",
3664
3794
  expected: "(HiddenValues | undefined)",
3665
3795
  value: input3.hiddenValues
@@ -3699,8 +3829,8 @@ var validBoxPlotRequest = (input) => {
3699
3829
  path: _path2 + ".breaks",
3700
3830
  expected: "(Array<number> | undefined)",
3701
3831
  value: input3.breaks
3702
- })) && input3.breaks.map((elem, _index55) => "number" === typeof elem || $report(_exceptionable2, {
3703
- path: _path2 + ".breaks[" + _index55 + "]",
3832
+ })) && input3.breaks.map((elem, _index59) => "number" === typeof elem || $report(_exceptionable2, {
3833
+ path: _path2 + ".breaks[" + _index59 + "]",
3704
3834
  expected: "number",
3705
3835
  value: elem
3706
3836
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3720,7 +3850,7 @@ var validBoxPlotRequest = (input) => {
3720
3850
  expected: "(boolean | undefined)",
3721
3851
  value: input3.value_by_computable_grade
3722
3852
  }), true].every((flag) => flag);
3723
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3853
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3724
3854
  path: _path2 + ".hiddenValues",
3725
3855
  expected: "(HiddenValues | undefined)",
3726
3856
  value: input3.hiddenValues
@@ -3753,7 +3883,7 @@ var validBoxPlotRequest = (input) => {
3753
3883
  expected: "true",
3754
3884
  value: input3.bar_by_children
3755
3885
  }), true].every((flag) => flag);
3756
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3886
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3757
3887
  path: _path2 + ".id",
3758
3888
  expected: "(string | undefined)",
3759
3889
  value: input3.id
@@ -3785,7 +3915,7 @@ var validBoxPlotRequest = (input) => {
3785
3915
  path: _path2 + ".q",
3786
3916
  expected: "SnpsQ",
3787
3917
  value: input3.q
3788
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3918
+ })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3789
3919
  path: _path2 + ".q",
3790
3920
  expected: "SnpsQ",
3791
3921
  value: input3.q
@@ -3793,12 +3923,12 @@ var validBoxPlotRequest = (input) => {
3793
3923
  path: _path2 + ".term",
3794
3924
  expected: "SnpsTerm",
3795
3925
  value: input3.term
3796
- })) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3926
+ })) && $vo74(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3797
3927
  path: _path2 + ".term",
3798
3928
  expected: "SnpsTerm",
3799
3929
  value: input3.term
3800
3930
  })].every((flag) => flag);
3801
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3931
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3802
3932
  path: _path2 + ".hiddenValues",
3803
3933
  expected: "(HiddenValues | undefined)",
3804
3934
  value: input3.hiddenValues
@@ -3846,7 +3976,7 @@ var validBoxPlotRequest = (input) => {
3846
3976
  path: _path2 + ".restrictAncestry",
3847
3977
  expected: "RestrictAncestry",
3848
3978
  value: input3.restrictAncestry
3849
- })) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3979
+ })) && $vo73(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3850
3980
  path: _path2 + ".restrictAncestry",
3851
3981
  expected: "RestrictAncestry",
3852
3982
  value: input3.restrictAncestry
@@ -3871,20 +4001,20 @@ var validBoxPlotRequest = (input) => {
3871
4001
  expected: "number",
3872
4002
  value: input3.stop
3873
4003
  })].every((flag) => flag);
3874
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4004
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3875
4005
  path: _path2 + ".name",
3876
4006
  expected: "string",
3877
4007
  value: input3.name
3878
4008
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
3879
4009
  path: _path2 + ".tvs",
3880
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
4010
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3881
4011
  value: input3.tvs
3882
4012
  })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3883
4013
  path: _path2 + ".tvs",
3884
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
4014
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3885
4015
  value: input3.tvs
3886
4016
  })].every((flag) => flag);
3887
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4017
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3888
4018
  path: _path2 + ".id",
3889
4019
  expected: "string",
3890
4020
  value: input3.id
@@ -3900,8 +4030,8 @@ var validBoxPlotRequest = (input) => {
3900
4030
  path: _path2 + ".child_types",
3901
4031
  expected: "(Array<string> | undefined)",
3902
4032
  value: input3.child_types
3903
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3904
- path: _path2 + ".child_types[" + _index56 + "]",
4033
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
4034
+ path: _path2 + ".child_types[" + _index60 + "]",
3905
4035
  expected: "string",
3906
4036
  value: elem
3907
4037
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3916,8 +4046,8 @@ var validBoxPlotRequest = (input) => {
3916
4046
  path: _path2 + ".included_types",
3917
4047
  expected: "(Array<string> | undefined)",
3918
4048
  value: input3.included_types
3919
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3920
- path: _path2 + ".included_types[" + _index57 + "]",
4049
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
4050
+ path: _path2 + ".included_types[" + _index61 + "]",
3921
4051
  expected: "string",
3922
4052
  value: elem
3923
4053
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3956,12 +4086,12 @@ var validBoxPlotRequest = (input) => {
3956
4086
  path: _path2 + ".snps",
3957
4087
  expected: "(Array<SnpsEntry> | undefined)",
3958
4088
  value: input3.snps
3959
- })) && input3.snps.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3960
- path: _path2 + ".snps[" + _index58 + "]",
4089
+ })) && input3.snps.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4090
+ path: _path2 + ".snps[" + _index62 + "]",
3961
4091
  expected: "SnpsEntry",
3962
4092
  value: elem
3963
- })) && $vo73(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3964
- path: _path2 + ".snps[" + _index58 + "]",
4093
+ })) && $vo75(elem, _path2 + ".snps[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
4094
+ path: _path2 + ".snps[" + _index62 + "]",
3965
4095
  expected: "SnpsEntry",
3966
4096
  value: elem
3967
4097
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3969,12 +4099,12 @@ var validBoxPlotRequest = (input) => {
3969
4099
  expected: "(Array<SnpsEntry> | undefined)",
3970
4100
  value: input3.snps
3971
4101
  })].every((flag) => flag);
3972
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4102
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3973
4103
  path: _path2 + ".altAlleles",
3974
4104
  expected: "(Array<string> | undefined)",
3975
4105
  value: input3.altAlleles
3976
- })) && input3.altAlleles.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3977
- path: _path2 + ".altAlleles[" + _index59 + "]",
4106
+ })) && input3.altAlleles.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
4107
+ path: _path2 + ".altAlleles[" + _index63 + "]",
3978
4108
  expected: "string",
3979
4109
  value: elem
3980
4110
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3985,12 +4115,12 @@ var validBoxPlotRequest = (input) => {
3985
4115
  path: _path2 + ".alleles",
3986
4116
  expected: "(Array<AllelesEntry> | undefined)",
3987
4117
  value: input3.alleles
3988
- })) && input3.alleles.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3989
- path: _path2 + ".alleles[" + _index60 + "]",
4118
+ })) && input3.alleles.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4119
+ path: _path2 + ".alleles[" + _index64 + "]",
3990
4120
  expected: "AllelesEntry",
3991
4121
  value: elem
3992
- })) && $vo74(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3993
- path: _path2 + ".alleles[" + _index60 + "]",
4122
+ })) && $vo76(elem, _path2 + ".alleles[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
4123
+ path: _path2 + ".alleles[" + _index64 + "]",
3994
4124
  expected: "AllelesEntry",
3995
4125
  value: elem
3996
4126
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4005,7 +4135,7 @@ var validBoxPlotRequest = (input) => {
4005
4135
  path: _path2 + ".gt2count",
4006
4136
  expected: "(__type.o8 | undefined)",
4007
4137
  value: input3.gt2count
4008
- })) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4138
+ })) && $vo77(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4009
4139
  path: _path2 + ".gt2count",
4010
4140
  expected: "(__type.o8 | undefined)",
4011
4141
  value: input3.gt2count
@@ -4034,7 +4164,7 @@ var validBoxPlotRequest = (input) => {
4034
4164
  expected: "(number | undefined)",
4035
4165
  value: input3.pos
4036
4166
  })].every((flag) => flag);
4037
- const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4167
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4038
4168
  path: _path2 + ".allele",
4039
4169
  expected: "string",
4040
4170
  value: input3.allele
@@ -4047,7 +4177,7 @@ var validBoxPlotRequest = (input) => {
4047
4177
  expected: "boolean",
4048
4178
  value: input3.isRef
4049
4179
  })].every((flag) => flag);
4050
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4180
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4051
4181
  path: _path2 + ".k",
4052
4182
  expected: "string",
4053
4183
  value: input3.k
@@ -4056,6 +4186,104 @@ var validBoxPlotRequest = (input) => {
4056
4186
  expected: "(number | string)",
4057
4187
  value: input3.v
4058
4188
  })].every((flag) => flag);
4189
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4190
+ path: _path2 + ".id",
4191
+ expected: "(string | undefined)",
4192
+ value: input3.id
4193
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
4194
+ path: _path2 + ".$id",
4195
+ expected: "(string | undefined)",
4196
+ value: input3.$id
4197
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4198
+ path: _path2 + ".isAtomic",
4199
+ expected: "(true | undefined)",
4200
+ value: input3.isAtomic
4201
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4202
+ path: _path2 + ".settings",
4203
+ expected: "(__type | undefined)",
4204
+ value: input3.settings
4205
+ })) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4206
+ path: _path2 + ".settings",
4207
+ expected: "(__type | undefined)",
4208
+ value: input3.settings
4209
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4210
+ path: _path2 + ".minNumSamples",
4211
+ expected: "(number | undefined)",
4212
+ value: input3.minNumSamples
4213
+ }), true, "TermCollectionTWValues" === input3.type || $report(_exceptionable2, {
4214
+ path: _path2 + ".type",
4215
+ expected: '"TermCollectionTWValues"',
4216
+ value: input3.type
4217
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4218
+ path: _path2 + ".term",
4219
+ expected: "TermCollection",
4220
+ value: input3.term
4221
+ })) && $vo42(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4222
+ path: _path2 + ".term",
4223
+ expected: "TermCollection",
4224
+ value: input3.term
4225
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4226
+ path: _path2 + ".q",
4227
+ expected: "TermCollectionQValues",
4228
+ value: input3.q
4229
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4230
+ path: _path2 + ".q",
4231
+ expected: "TermCollectionQValues",
4232
+ value: input3.q
4233
+ })].every((flag) => flag);
4234
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4235
+ path: _path2 + ".hiddenValues",
4236
+ expected: "(HiddenValues | undefined)",
4237
+ value: input3.hiddenValues
4238
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4239
+ path: _path2 + ".hiddenValues",
4240
+ expected: "(HiddenValues | undefined)",
4241
+ value: input3.hiddenValues
4242
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4243
+ path: _path2 + ".isAtomic",
4244
+ expected: "(true | undefined)",
4245
+ value: input3.isAtomic
4246
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
4247
+ path: _path2 + ".name",
4248
+ expected: "(string | undefined)",
4249
+ value: input3.name
4250
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
4251
+ path: _path2 + ".reuseId",
4252
+ expected: "(string | undefined)",
4253
+ value: input3.reuseId
4254
+ }), "continuous" === input3.mode || $report(_exceptionable2, {
4255
+ path: _path2 + ".mode",
4256
+ expected: '"continuous"',
4257
+ value: input3.mode
4258
+ }), "values" === input3.type || $report(_exceptionable2, {
4259
+ path: _path2 + ".type",
4260
+ expected: '"values"',
4261
+ value: input3.type
4262
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
4263
+ path: _path2 + ".lst",
4264
+ expected: "Array<string>",
4265
+ value: input3.lst
4266
+ })) && input3.lst.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
4267
+ path: _path2 + ".lst[" + _index65 + "]",
4268
+ expected: "string",
4269
+ value: elem
4270
+ })).every((flag) => flag) || $report(_exceptionable2, {
4271
+ path: _path2 + ".lst",
4272
+ expected: "Array<string>",
4273
+ value: input3.lst
4274
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
4275
+ path: _path2 + ".numerators",
4276
+ expected: "(Array<string> | undefined)",
4277
+ value: input3.numerators
4278
+ })) && input3.numerators.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
4279
+ path: _path2 + ".numerators[" + _index66 + "]",
4280
+ expected: "string",
4281
+ value: elem
4282
+ })).every((flag) => flag) || $report(_exceptionable2, {
4283
+ path: _path2 + ".numerators",
4284
+ expected: "(Array<string> | undefined)",
4285
+ value: input3.numerators
4286
+ })].every((flag) => flag);
4059
4287
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
4060
4288
  if ("tvslst" === input3.type)
4061
4289
  return $vo6(input3, _path2, _exceptionable2);
@@ -4119,35 +4347,37 @@ var validBoxPlotRequest = (input) => {
4119
4347
  });
4120
4348
  })();
4121
4349
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
4350
+ if ("TermCollectionTWValues" === input3.type)
4351
+ return $vo78(input3, _path2, _exceptionable2);
4122
4352
  if ("SnpsTW" === input3.type)
4123
- return $vo69(input3, _path2, _exceptionable2);
4353
+ return $vo71(input3, _path2, _exceptionable2);
4124
4354
  if ("ConditionTW" === input3.type)
4125
- return $vo66(input3, _path2, _exceptionable2);
4355
+ return $vo68(input3, _path2, _exceptionable2);
4126
4356
  if ("GvCustomGsTW" === input3.type)
4127
- return $vo64(input3, _path2, _exceptionable2);
4357
+ return $vo66(input3, _path2, _exceptionable2);
4128
4358
  if ("GvPredefinedGsTW" === input3.type)
4129
- return $vo62(input3, _path2, _exceptionable2);
4359
+ return $vo64(input3, _path2, _exceptionable2);
4130
4360
  if ("GvValuesTW" === input3.type)
4131
- return $vo58(input3, _path2, _exceptionable2);
4361
+ return $vo60(input3, _path2, _exceptionable2);
4132
4362
  if ("NumTWSpline" === input3.type)
4133
- return $vo55(input3, _path2, _exceptionable2);
4363
+ return $vo57(input3, _path2, _exceptionable2);
4134
4364
  if ("NumTWCont" === input3.type)
4135
- return $vo53(input3, _path2, _exceptionable2);
4365
+ return $vo55(input3, _path2, _exceptionable2);
4136
4366
  if ("NumTWBinary" === input3.type)
4137
- return $vo51(input3, _path2, _exceptionable2);
4367
+ return $vo53(input3, _path2, _exceptionable2);
4138
4368
  if ("NumTWCustomBin" === input3.type)
4139
- return $vo50(input3, _path2, _exceptionable2);
4369
+ return $vo52(input3, _path2, _exceptionable2);
4140
4370
  if ("NumTWRegularBin" === input3.type)
4141
- return $vo49(input3, _path2, _exceptionable2);
4371
+ return $vo51(input3, _path2, _exceptionable2);
4142
4372
  if ("QualTWCustomGS" === input3.type)
4143
- return $vo46(input3, _path2, _exceptionable2);
4373
+ return $vo48(input3, _path2, _exceptionable2);
4144
4374
  if ("QualTWPredefinedGS" === input3.type)
4145
- return $vo44(input3, _path2, _exceptionable2);
4375
+ return $vo46(input3, _path2, _exceptionable2);
4146
4376
  if ("QualTWValues" === input3.type)
4147
4377
  return $vo1(input3, _path2, _exceptionable2);
4148
4378
  return $report(_exceptionable2, {
4149
4379
  path: _path2,
4150
- expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4380
+ expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4151
4381
  value: input3
4152
4382
  });
4153
4383
  })();
@@ -4155,9 +4385,9 @@ var validBoxPlotRequest = (input) => {
4155
4385
  if ("categorical" === input3.type)
4156
4386
  return $vo3(input3, _path2, _exceptionable2);
4157
4387
  if ("snp" === input3.type)
4158
- return $vo41(input3, _path2, _exceptionable2);
4388
+ return $vo43(input3, _path2, _exceptionable2);
4159
4389
  if ("singleCellCellType" === input3.type)
4160
- return $vo42(input3, _path2, _exceptionable2);
4390
+ return $vo44(input3, _path2, _exceptionable2);
4161
4391
  return $report(_exceptionable2, {
4162
4392
  path: _path2,
4163
4393
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -4167,6 +4397,8 @@ var validBoxPlotRequest = (input) => {
4167
4397
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4168
4398
  if (void 0 !== input3.ranges)
4169
4399
  return $vo9(input3, _path2, _exceptionable2);
4400
+ if (void 0 !== input3.ratio)
4401
+ return $vo41(input3, _path2, _exceptionable2);
4170
4402
  return $vo8(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
4171
4403
  })();
4172
4404
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
@@ -4204,9 +4436,9 @@ var validBoxPlotRequest = (input) => {
4204
4436
  })();
4205
4437
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4206
4438
  if ("gene" === input3.kind)
4207
- return $vo59(input3, _path2, _exceptionable2);
4439
+ return $vo61(input3, _path2, _exceptionable2);
4208
4440
  if ("coord" === input3.kind)
4209
- return $vo60(input3, _path2, _exceptionable2);
4441
+ return $vo62(input3, _path2, _exceptionable2);
4210
4442
  return $report(_exceptionable2, {
4211
4443
  path: _path2,
4212
4444
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -4215,9 +4447,9 @@ var validBoxPlotRequest = (input) => {
4215
4447
  })();
4216
4448
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4217
4449
  if ("grade" === input3.valueFor)
4218
- return $vo67(input3, _path2, _exceptionable2);
4450
+ return $vo69(input3, _path2, _exceptionable2);
4219
4451
  if ("children" === input3.valueFor)
4220
- return $vo68(input3, _path2, _exceptionable2);
4452
+ return $vo70(input3, _path2, _exceptionable2);
4221
4453
  return $report(_exceptionable2, {
4222
4454
  path: _path2,
4223
4455
  expected: "(ConditionGradeQ | ConditionChildrenQ)",
@@ -4246,7 +4478,7 @@ var validBoxPlotResponse = (input) => {
4246
4478
  const errors = [];
4247
4479
  const __is = (input2) => {
4248
4480
  const $join = import_typia.createValidate.join;
4249
- const $io0 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io1(input3.charts)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io9(elem))) && true && ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io6(input3.descrStats));
4481
+ const $io0 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io1(input3.charts)) && ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io6(input3.descrStats)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && true;
4250
4482
  const $io1 = (input3) => Object.keys(input3).every((key) => {
4251
4483
  const value = input3[key];
4252
4484
  if (void 0 === value)
@@ -4255,7 +4487,7 @@ var validBoxPlotResponse = (input) => {
4255
4487
  return "object" === typeof value && null !== value && $io2(value);
4256
4488
  return true;
4257
4489
  });
4258
- const $io2 = (input3) => "string" === typeof input3.chartId && (Array.isArray(input3.plots) && input3.plots.every((elem) => "object" === typeof elem && null !== elem && $io3(elem))) && true && (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && (null === input3.uncomputableValues || void 0 === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io8(elem))) && true;
4490
+ const $io2 = (input3) => "string" === typeof input3.chartId && (Array.isArray(input3.plots) && input3.plots.every((elem) => "object" === typeof elem && null !== elem && $io3(elem))) && "number" === typeof input3.sampleCount && (void 0 === input3.wilcoxon || Array.isArray(input3.wilcoxon) && input3.wilcoxon.every((elem) => Array.isArray(elem) && (elem.length === 3 && ("object" === typeof elem[0] && null !== elem[0] && $io8(elem[0])) && ("object" === typeof elem[1] && null !== elem[1] && $io9(elem[1])) && ("object" === typeof elem[2] && null !== elem[2] && $io10(elem[2])))));
4259
4491
  const $io3 = (input3) => "object" === typeof input3.boxplot && null !== input3.boxplot && $io4(input3.boxplot) && (void 0 === input3.color || "string" === typeof input3.color) && ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io6(input3.descrStats)) && (void 0 === input3.isHidden || "boolean" === typeof input3.isHidden) && "string" === typeof input3.key && true && (void 0 === input3.seriesId || "string" === typeof input3.seriesId);
4260
4492
  const $io4 = (input3) => (void 0 === input3.w1 || "number" === typeof input3.w1) && (void 0 === input3.w2 || "number" === typeof input3.w2) && "number" === typeof input3.p05 && "number" === typeof input3.p25 && "number" === typeof input3.p50 && "number" === typeof input3.p75 && "number" === typeof input3.p95 && "number" === typeof input3.iqr && (Array.isArray(input3.out) && input3.out.every((elem) => "object" === typeof elem && null !== elem && $io5(elem))) && "string" === typeof input3.label;
4261
4493
  const $io5 = (input3) => "number" === typeof input3.value;
@@ -4267,8 +4499,10 @@ var validBoxPlotResponse = (input) => {
4267
4499
  return "object" === typeof value && null !== value && ("string" === typeof value.key && "string" === typeof value.label && "number" === typeof value.value);
4268
4500
  return true;
4269
4501
  });
4270
- const $io8 = (input3) => "string" === typeof input3.label && "number" === typeof input3.value;
4271
- const $io9 = (input3) => "string" === typeof input3.label && "number" === typeof input3.value;
4502
+ const $io8 = (input3) => "string" === typeof input3.value;
4503
+ const $io9 = (input3) => "string" === typeof input3.value;
4504
+ const $io10 = (input3) => "string" === typeof input3.html;
4505
+ const $io11 = (input3) => "string" === typeof input3.label && "number" === typeof input3.value;
4272
4506
  return "object" === typeof input2 && null !== input2 && $io0(input2);
4273
4507
  };
4274
4508
  if (false === __is(input)) {
@@ -4291,31 +4525,31 @@ var validBoxPlotResponse = (input) => {
4291
4525
  path: _path2 + ".charts",
4292
4526
  expected: "__type",
4293
4527
  value: input3.charts
4528
+ }), ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) || $report(_exceptionable2, {
4529
+ path: _path2 + ".descrStats",
4530
+ expected: "DescrStats",
4531
+ value: input3.descrStats
4532
+ })) && $vo6(input3.descrStats, _path2 + ".descrStats", _exceptionable2) || $report(_exceptionable2, {
4533
+ path: _path2 + ".descrStats",
4534
+ expected: "DescrStats",
4535
+ value: input3.descrStats
4294
4536
  }), null === input3.uncomputableValues || (Array.isArray(input3.uncomputableValues) || $report(_exceptionable2, {
4295
4537
  path: _path2 + ".uncomputableValues",
4296
- expected: "(Array<__type>.o2 | null)",
4538
+ expected: "(Array<__type>.o1 | null)",
4297
4539
  value: input3.uncomputableValues
4298
4540
  })) && input3.uncomputableValues.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4299
4541
  path: _path2 + ".uncomputableValues[" + _index1 + "]",
4300
- expected: "__type.o4",
4542
+ expected: "__type.o6",
4301
4543
  value: elem
4302
- })) && $vo9(elem, _path2 + ".uncomputableValues[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
4544
+ })) && $vo11(elem, _path2 + ".uncomputableValues[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
4303
4545
  path: _path2 + ".uncomputableValues[" + _index1 + "]",
4304
- expected: "__type.o4",
4546
+ expected: "__type.o6",
4305
4547
  value: elem
4306
4548
  })).every((flag) => flag) || $report(_exceptionable2, {
4307
4549
  path: _path2 + ".uncomputableValues",
4308
- expected: "(Array<__type>.o2 | null)",
4550
+ expected: "(Array<__type>.o1 | null)",
4309
4551
  value: input3.uncomputableValues
4310
- }), true, ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) || $report(_exceptionable2, {
4311
- path: _path2 + ".descrStats",
4312
- expected: "DescrStats",
4313
- value: input3.descrStats
4314
- })) && $vo6(input3.descrStats, _path2 + ".descrStats", _exceptionable2) || $report(_exceptionable2, {
4315
- path: _path2 + ".descrStats",
4316
- expected: "DescrStats",
4317
- value: input3.descrStats
4318
- })].every((flag) => flag);
4552
+ }), true].every((flag) => flag);
4319
4553
  const $vo1 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
4320
4554
  const value = input3[key];
4321
4555
  if (void 0 === value)
@@ -4352,31 +4586,59 @@ var validBoxPlotResponse = (input) => {
4352
4586
  path: _path2 + ".plots",
4353
4587
  expected: "Array<BoxPlotEntry>",
4354
4588
  value: input3.plots
4355
- }), true, void 0 === input3.absMin || "number" === typeof input3.absMin || $report(_exceptionable2, {
4356
- path: _path2 + ".absMin",
4357
- expected: "(number | undefined)",
4358
- value: input3.absMin
4359
- }), void 0 === input3.absMax || "number" === typeof input3.absMax || $report(_exceptionable2, {
4360
- path: _path2 + ".absMax",
4361
- expected: "(number | undefined)",
4362
- value: input3.absMax
4363
- }), null === input3.uncomputableValues || void 0 === input3.uncomputableValues || (Array.isArray(input3.uncomputableValues) || $report(_exceptionable2, {
4364
- path: _path2 + ".uncomputableValues",
4365
- expected: "(Array<__type>.o1 | null | undefined)",
4366
- value: input3.uncomputableValues
4367
- })) && input3.uncomputableValues.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4368
- path: _path2 + ".uncomputableValues[" + _index3 + "]",
4369
- expected: "__type.o3",
4589
+ }), "number" === typeof input3.sampleCount || $report(_exceptionable2, {
4590
+ path: _path2 + ".sampleCount",
4591
+ expected: "number",
4592
+ value: input3.sampleCount
4593
+ }), void 0 === input3.wilcoxon || (Array.isArray(input3.wilcoxon) || $report(_exceptionable2, {
4594
+ path: _path2 + ".wilcoxon",
4595
+ expected: "(Array<[{ value: string; }, { value: string; }, { html: string; }]> | undefined)",
4596
+ value: input3.wilcoxon
4597
+ })) && input3.wilcoxon.map((elem, _index3) => (Array.isArray(elem) || $report(_exceptionable2, {
4598
+ path: _path2 + ".wilcoxon[" + _index3 + "]",
4599
+ expected: "[{ value: string; }, { value: string; }, { html: string; }]",
4370
4600
  value: elem
4371
- })) && $vo8(elem, _path2 + ".uncomputableValues[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
4372
- path: _path2 + ".uncomputableValues[" + _index3 + "]",
4373
- expected: "__type.o3",
4601
+ })) && ((elem.length === 3 || $report(_exceptionable2, {
4602
+ path: _path2 + ".wilcoxon[" + _index3 + "]",
4603
+ expected: "[__type.o3, __type.o4, __type.o5]",
4604
+ value: elem
4605
+ })) && [
4606
+ ("object" === typeof elem[0] && null !== elem[0] || $report(_exceptionable2, {
4607
+ path: _path2 + ".wilcoxon[" + _index3 + "][0]",
4608
+ expected: "__type.o3",
4609
+ value: elem[0]
4610
+ })) && $vo8(elem[0], _path2 + ".wilcoxon[" + _index3 + "][0]", _exceptionable2) || $report(_exceptionable2, {
4611
+ path: _path2 + ".wilcoxon[" + _index3 + "][0]",
4612
+ expected: "__type.o3",
4613
+ value: elem[0]
4614
+ }),
4615
+ ("object" === typeof elem[1] && null !== elem[1] || $report(_exceptionable2, {
4616
+ path: _path2 + ".wilcoxon[" + _index3 + "][1]",
4617
+ expected: "__type.o4",
4618
+ value: elem[1]
4619
+ })) && $vo9(elem[1], _path2 + ".wilcoxon[" + _index3 + "][1]", _exceptionable2) || $report(_exceptionable2, {
4620
+ path: _path2 + ".wilcoxon[" + _index3 + "][1]",
4621
+ expected: "__type.o4",
4622
+ value: elem[1]
4623
+ }),
4624
+ ("object" === typeof elem[2] && null !== elem[2] || $report(_exceptionable2, {
4625
+ path: _path2 + ".wilcoxon[" + _index3 + "][2]",
4626
+ expected: "__type.o5",
4627
+ value: elem[2]
4628
+ })) && $vo10(elem[2], _path2 + ".wilcoxon[" + _index3 + "][2]", _exceptionable2) || $report(_exceptionable2, {
4629
+ path: _path2 + ".wilcoxon[" + _index3 + "][2]",
4630
+ expected: "__type.o5",
4631
+ value: elem[2]
4632
+ })
4633
+ ].every((flag) => flag)) || $report(_exceptionable2, {
4634
+ path: _path2 + ".wilcoxon[" + _index3 + "]",
4635
+ expected: "[{ value: string; }, { value: string; }, { html: string; }]",
4374
4636
  value: elem
4375
4637
  })).every((flag) => flag) || $report(_exceptionable2, {
4376
- path: _path2 + ".uncomputableValues",
4377
- expected: "(Array<__type>.o1 | null | undefined)",
4378
- value: input3.uncomputableValues
4379
- }), true].every((flag) => flag);
4638
+ path: _path2 + ".wilcoxon",
4639
+ expected: "(Array<[{ value: string; }, { value: string; }, { html: string; }]> | undefined)",
4640
+ value: input3.wilcoxon
4641
+ })].every((flag) => flag);
4380
4642
  const $vo3 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.boxplot && null !== input3.boxplot || $report(_exceptionable2, {
4381
4643
  path: _path2 + ".boxplot",
4382
4644
  expected: "BoxPlotData & { label: string; }",
@@ -4497,16 +4759,22 @@ var validBoxPlotResponse = (input) => {
4497
4759
  expected: "number",
4498
4760
  value: input3.value
4499
4761
  })].every((flag) => flag);
4500
- const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.label || $report(_exceptionable2, {
4501
- path: _path2 + ".label",
4762
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.value || $report(_exceptionable2, {
4763
+ path: _path2 + ".value",
4502
4764
  expected: "string",
4503
- value: input3.label
4504
- }), "number" === typeof input3.value || $report(_exceptionable2, {
4765
+ value: input3.value
4766
+ })].every((flag) => flag);
4767
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.value || $report(_exceptionable2, {
4505
4768
  path: _path2 + ".value",
4506
- expected: "number",
4769
+ expected: "string",
4507
4770
  value: input3.value
4508
4771
  })].every((flag) => flag);
4509
- const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.label || $report(_exceptionable2, {
4772
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.html || $report(_exceptionable2, {
4773
+ path: _path2 + ".html",
4774
+ expected: "string",
4775
+ value: input3.html
4776
+ })].every((flag) => flag);
4777
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.label || $report(_exceptionable2, {
4510
4778
  path: _path2 + ".label",
4511
4779
  expected: "string",
4512
4780
  value: input3.label