@sjcrh/proteinpaint-types 2.146.2 → 2.147.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/aiProjectSelectedWSImages.js +1 -1
  2. package/dist/aiProjectTrainModel.js +11 -0
  3. package/dist/brainImaging.js +1 -1
  4. package/dist/{chunk-75OHIZMS.js → chunk-225Q2ZUA.js} +2 -6
  5. package/dist/{chunk-74B7B2CV.js → chunk-2ZJS3NUY.js} +258 -82
  6. package/dist/{chunk-NBV7HYBA.js → chunk-3SKFYOKV.js} +407 -515
  7. package/dist/{chunk-G5KSPYQG.js → chunk-4SJC57Y6.js} +403 -511
  8. package/dist/{chunk-4VEXL32Q.js → chunk-75GS5ZG5.js} +381 -489
  9. package/dist/{chunk-2BHWLFKE.js → chunk-ETMCI34A.js} +2 -6
  10. package/dist/{chunk-7ICZFAGK.js → chunk-KSVIBMFQ.js} +1049 -797
  11. package/dist/{chunk-C246BWQE.js → chunk-NQUMNEVO.js} +258 -82
  12. package/dist/{chunk-4DNCZQOB.js → chunk-OOQIRLS5.js} +258 -82
  13. package/dist/{chunk-5KADNZH2.js → chunk-RA7IEGS4.js} +408 -516
  14. package/dist/chunk-UYJA4UM7.js +97 -0
  15. package/dist/{chunk-GCAZSDCW.js → chunk-WL7ZVGZS.js} +403 -511
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +48 -40
  18. package/dist/samplewsimages.js +1 -1
  19. package/dist/termdb.boxplot.js +1 -1
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.cluster.js +1 -1
  22. package/dist/termdb.descrstats.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/package.json +1 -1
  27. package/src/dataset.ts +15 -12
  28. package/src/index.ts +2 -0
  29. package/src/routes/aiProjectSelectedWSImages.ts +0 -1
  30. package/src/routes/aiProjectTrainModel.ts +20 -0
  31. package/src/routes/brainImaging.ts +3 -3
  32. package/src/terms/categorical.ts +9 -90
  33. package/src/terms/q.ts +6 -1
  34. package/src/terms/qualitative.ts +73 -0
  35. package/src/terms/singleCellCellType.ts +6 -10
  36. package/src/terms/snp.ts +9 -13
  37. package/src/terms/term.ts +2 -2
  38. package/src/terms/tw.ts +3 -4
@@ -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.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 && (void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers);
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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === 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 && $io42(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)
@@ -96,12 +96,12 @@ var validBoxPlotRequest = (input) => {
96
96
  });
97
97
  const $io5 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter));
98
98
  const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
99
- const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
99
+ const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
100
100
  const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
101
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
101
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
102
102
  const $io10 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
103
103
  const $io11 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
104
- const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
104
+ const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
105
105
  const $io13 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
106
106
  const $io14 = (input3) => Object.keys(input3).every((key) => {
107
107
  const value = input3[key];
@@ -125,7 +125,7 @@ var validBoxPlotRequest = (input) => {
125
125
  const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
126
126
  const $io27 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
127
127
  const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
128
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
128
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
129
129
  const $io30 = (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) && "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))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
130
130
  const $io31 = (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) && "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);
131
131
  const $io32 = (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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
@@ -136,45 +136,41 @@ var validBoxPlotRequest = (input) => {
136
136
  const $io37 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
137
137
  const $io38 = (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) && "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 && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
138
138
  const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
139
- const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
140
- const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "CatTWPredefinedGS" === input3.type;
141
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
142
- const $io43 = (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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "CatTWCustomGS" === input3.type;
143
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io45(input3.customset));
144
- const $io45 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
146
- const $io47 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q));
148
- const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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]))));
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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io51(input3.q));
150
- const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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);
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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
152
- const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io54(elem))) && (null !== input3.type && void 0 === input3.type);
153
- const $io54 = (input3) => "number" === typeof input3.value;
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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
155
- const $io56 = (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) && "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 && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
156
- const $io57 = (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) && "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 && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
157
- const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
158
- const $io59 = (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 && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
159
- const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
160
- const $io61 = (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 && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
161
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io45(input3.customset));
162
- const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu12(input3.q));
163
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
164
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io67(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io69(input3.term));
166
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io68(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;
167
- const $io68 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
168
- const $io69 = (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.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io70(elem)));
169
- const $io70 = (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 && $io71(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io72(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);
170
- const $io71 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
171
- const $io72 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
172
- const $io73 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io78(input3.term));
173
- const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
174
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "filter" === input3.type;
175
- const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
176
- const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io45(input3.customset));
177
- const $io78 = (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) && "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 && $io33(input3.groupsetting));
139
+ const $io40 = (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) && "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 && $io33(input3.groupsetting));
140
+ const $io41 = (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) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
141
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
142
+ const $io43 = (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 && $io44(input3.q)) && "QualTWPredefinedGS" === input3.type;
143
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
144
+ const $io45 = (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 && $io46(input3.q)) && "QualTWCustomGS" === input3.type;
145
+ const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io47(input3.customset));
146
+ const $io47 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io51(input3.q));
150
+ const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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]))));
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 && "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) && $io53(input3.q));
152
+ const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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);
153
+ const $io54 = (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 && $io55(input3.q));
154
+ const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io56(elem))) && (null !== input3.type && void 0 === input3.type);
155
+ const $io56 = (input3) => "number" === typeof input3.value;
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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
157
+ const $io58 = (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) && "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 && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
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) && "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 && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
159
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
160
+ const $io61 = (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 && $io62(input3.q));
161
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
162
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $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 && $io64(input3.q));
163
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io47(input3.customset));
164
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
165
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
166
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io71(input3.term));
168
+ const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io70(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;
169
+ const $io70 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
170
+ const $io71 = (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.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io72(elem)));
171
+ const $io72 = (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 && $io73(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io74(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);
172
+ const $io73 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
173
+ const $io74 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
178
174
  const $iu0 = (input3) => (() => {
179
175
  if ("tvslst" === input3.type)
180
176
  return $io6(input3);
@@ -218,37 +214,44 @@ var validBoxPlotRequest = (input) => {
218
214
  return false;
219
215
  })();
220
216
  const $iu6 = (input3) => (() => {
221
- if ("SnpTW" === input3.type)
222
- return $io73(input3);
223
217
  if ("SnpsTW" === input3.type)
224
- return $io66(input3);
218
+ return $io68(input3);
225
219
  if ("ConditionTW" === input3.type)
226
- return $io63(input3);
220
+ return $io65(input3);
227
221
  if ("GvCustomGsTW" === input3.type)
228
- return $io61(input3);
222
+ return $io63(input3);
229
223
  if ("GvPredefinedGsTW" === input3.type)
230
- return $io59(input3);
224
+ return $io61(input3);
231
225
  if ("GvValuesTW" === input3.type)
232
- return $io55(input3);
226
+ return $io57(input3);
233
227
  if ("NumTWSpline" === input3.type)
234
- return $io52(input3);
228
+ return $io54(input3);
235
229
  if ("NumTWCont" === input3.type)
236
- return $io50(input3);
230
+ return $io52(input3);
237
231
  if ("NumTWBinary" === input3.type)
238
- return $io48(input3);
232
+ return $io50(input3);
239
233
  if ("NumTWCustomBin" === input3.type)
240
- return $io47(input3);
234
+ return $io49(input3);
241
235
  if ("NumTWRegularBin" === input3.type)
242
- return $io46(input3);
243
- if ("CatTWCustomGS" === input3.type)
236
+ return $io48(input3);
237
+ if ("QualTWCustomGS" === input3.type)
238
+ return $io45(input3);
239
+ if ("QualTWPredefinedGS" === input3.type)
244
240
  return $io43(input3);
245
- if ("CatTWPredefinedGS" === input3.type)
246
- return $io41(input3);
247
- if ("CatTWValues" === input3.type)
241
+ if ("QualTWValues" === input3.type)
248
242
  return $io1(input3);
249
243
  return false;
250
244
  })();
251
245
  const $iu7 = (input3) => (() => {
246
+ if ("categorical" === input3.type)
247
+ return $io3(input3);
248
+ if ("snp" === input3.type)
249
+ return $io40(input3);
250
+ if ("singleCellCellType" === input3.type)
251
+ return $io41(input3);
252
+ return false;
253
+ })();
254
+ const $iu8 = (input3) => (() => {
252
255
  if (void 0 !== input3.ranges)
253
256
  return $io9(input3);
254
257
  return (() => {
@@ -261,7 +264,7 @@ var validBoxPlotRequest = (input) => {
261
264
  return false;
262
265
  })();
263
266
  })();
264
- const $iu8 = (input3) => (() => {
267
+ const $iu9 = (input3) => (() => {
265
268
  if ("integer" === input3.type || "float" === input3.type)
266
269
  return $io10(input3);
267
270
  if ("metaboliteIntensity" === input3.type)
@@ -278,43 +281,32 @@ var validBoxPlotRequest = (input) => {
278
281
  return false;
279
282
  })();
280
283
  })();
281
- const $iu9 = (input3) => (() => {
284
+ const $iu10 = (input3) => (() => {
282
285
  if ("regular-bin" === input3.type)
283
286
  return $io13(input3);
284
287
  if ("custom-bin" === input3.type)
285
288
  return $io18(input3);
286
289
  return false;
287
290
  })();
288
- const $iu10 = (input3) => (() => {
291
+ const $iu11 = (input3) => (() => {
289
292
  if ("gene" === input3.kind)
290
293
  return $io30(input3);
291
294
  if ("coord" === input3.kind)
292
295
  return $io38(input3);
293
296
  return false;
294
297
  })();
295
- const $iu11 = (input3) => (() => {
298
+ const $iu12 = (input3) => (() => {
296
299
  if ("gene" === input3.kind)
297
- return $io56(input3);
300
+ return $io58(input3);
298
301
  if ("coord" === input3.kind)
299
- return $io57(input3);
302
+ return $io59(input3);
300
303
  return false;
301
304
  })();
302
- const $iu12 = (input3) => (() => {
305
+ const $iu13 = (input3) => (() => {
303
306
  if ("grade" === input3.valueFor)
304
- return $io64(input3);
307
+ return $io66(input3);
305
308
  if ("children" === input3.valueFor)
306
- return $io65(input3);
307
- return false;
308
- })();
309
- const $iu13 = (input3) => (() => {
310
- if ("values" === input3.type)
311
- return $io74(input3);
312
- if ("filter" === input3.type)
313
- return $io75(input3);
314
- if ("predefined-groupset" === input3.type)
315
- return $io76(input3);
316
- if ("custom-groupset" === input3.type)
317
- return $io77(input3);
309
+ return $io67(input3);
318
310
  return false;
319
311
  })();
320
312
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -325,11 +317,11 @@ var validBoxPlotRequest = (input) => {
325
317
  const $join = import_typia.createValidate.join;
326
318
  const $vo0 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
327
319
  path: _path2 + ".tw",
328
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
320
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
329
321
  value: input3.tw
330
322
  })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
331
323
  path: _path2 + ".tw",
332
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
324
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
333
325
  value: input3.tw
334
326
  }), "string" === typeof input3.genome || $report(_exceptionable2, {
335
327
  path: _path2 + ".genome",
@@ -349,19 +341,19 @@ var validBoxPlotRequest = (input) => {
349
341
  value: input3.orderByMedian
350
342
  }), void 0 === input3.overlayTw || ("object" === typeof input3.overlayTw && null !== input3.overlayTw || $report(_exceptionable2, {
351
343
  path: _path2 + ".overlayTw",
352
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW | undefined)",
344
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
353
345
  value: input3.overlayTw
354
346
  })) && $vu6(input3.overlayTw, _path2 + ".overlayTw", _exceptionable2) || $report(_exceptionable2, {
355
347
  path: _path2 + ".overlayTw",
356
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW | undefined)",
348
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
357
349
  value: input3.overlayTw
358
350
  }), void 0 === input3.divideTw || ("object" === typeof input3.divideTw && null !== input3.divideTw || $report(_exceptionable2, {
359
351
  path: _path2 + ".divideTw",
360
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW | undefined)",
352
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
361
353
  value: input3.divideTw
362
354
  })) && $vu6(input3.divideTw, _path2 + ".divideTw", _exceptionable2) || $report(_exceptionable2, {
363
355
  path: _path2 + ".divideTw",
364
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW | undefined)",
356
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | undefined)",
365
357
  value: input3.divideTw
366
358
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
367
359
  path: _path2 + ".filter",
@@ -402,23 +394,23 @@ var validBoxPlotRequest = (input) => {
402
394
  value: input3.minNumSamples
403
395
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
404
396
  path: _path2 + ".term",
405
- expected: "CategoricalTerm",
397
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
406
398
  value: input3.term
407
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
399
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
408
400
  path: _path2 + ".term",
409
- expected: "CategoricalTerm",
401
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
410
402
  value: input3.term
411
403
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
412
404
  path: _path2 + ".q",
413
405
  expected: "ValuesQ",
414
406
  value: input3.q
415
- })) && $vo40(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
407
+ })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
416
408
  path: _path2 + ".q",
417
409
  expected: "ValuesQ",
418
410
  value: input3.q
419
- }), "CatTWValues" === input3.type || $report(_exceptionable2, {
411
+ }), "QualTWValues" === input3.type || $report(_exceptionable2, {
420
412
  path: _path2 + ".type",
421
- expected: '"CatTWValues"',
413
+ expected: '"QualTWValues"',
422
414
  value: input3.type
423
415
  })].every((flag) => flag);
424
416
  const $vo2 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
@@ -594,7 +586,7 @@ var validBoxPlotRequest = (input) => {
594
586
  path: _path2 + ".tvs",
595
587
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
596
588
  value: input3.tvs
597
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
589
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
598
590
  path: _path2 + ".tvs",
599
591
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
600
592
  value: input3.tvs
@@ -648,7 +640,7 @@ var validBoxPlotRequest = (input) => {
648
640
  path: _path2 + ".term",
649
641
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
650
642
  value: input3.term
651
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
643
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
652
644
  path: _path2 + ".term",
653
645
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
654
646
  value: input3.term
@@ -775,7 +767,7 @@ var validBoxPlotRequest = (input) => {
775
767
  path: _path2 + '["default"]',
776
768
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
777
769
  value: input3["default"]
778
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
770
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
779
771
  path: _path2 + '["default"]',
780
772
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
781
773
  value: input3["default"]
@@ -783,7 +775,7 @@ var validBoxPlotRequest = (input) => {
783
775
  path: _path2 + ".less",
784
776
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
785
777
  value: input3.less
786
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
778
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
787
779
  path: _path2 + ".less",
788
780
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
789
781
  value: input3.less
@@ -1669,7 +1661,7 @@ var validBoxPlotRequest = (input) => {
1669
1661
  path: _path2 + ".parentTerm",
1670
1662
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1671
1663
  value: input3.parentTerm
1672
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1664
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1673
1665
  path: _path2 + ".parentTerm",
1674
1666
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1675
1667
  value: input3.parentTerm
@@ -2204,7 +2196,173 @@ var validBoxPlotRequest = (input) => {
2204
2196
  expected: "string",
2205
2197
  value: input3.value
2206
2198
  })].every((flag) => flag);
2207
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2199
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2200
+ path: _path2 + ".id",
2201
+ expected: "string",
2202
+ value: input3.id
2203
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2204
+ path: _path2 + ".name",
2205
+ expected: "string",
2206
+ value: input3.name
2207
+ }), "snp" === input3.type || $report(_exceptionable2, {
2208
+ path: _path2 + ".type",
2209
+ expected: '"snp"',
2210
+ value: input3.type
2211
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2212
+ path: _path2 + ".child_types",
2213
+ expected: "(Array<string> | undefined)",
2214
+ value: input3.child_types
2215
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2216
+ path: _path2 + ".child_types[" + _index40 + "]",
2217
+ expected: "string",
2218
+ value: elem
2219
+ })).every((flag) => flag) || $report(_exceptionable2, {
2220
+ path: _path2 + ".child_types",
2221
+ expected: "(Array<string> | undefined)",
2222
+ value: input3.child_types
2223
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2224
+ path: _path2 + ".hashtmldetail",
2225
+ expected: "(boolean | undefined)",
2226
+ value: input3.hashtmldetail
2227
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2228
+ path: _path2 + ".included_types",
2229
+ expected: "(Array<string> | undefined)",
2230
+ value: input3.included_types
2231
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2232
+ path: _path2 + ".included_types[" + _index41 + "]",
2233
+ expected: "string",
2234
+ value: elem
2235
+ })).every((flag) => flag) || $report(_exceptionable2, {
2236
+ path: _path2 + ".included_types",
2237
+ expected: "(Array<string> | undefined)",
2238
+ value: input3.included_types
2239
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2240
+ path: _path2 + ".isleaf",
2241
+ expected: "(boolean | undefined)",
2242
+ value: input3.isleaf
2243
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2244
+ path: _path2 + ".values",
2245
+ expected: "(TermValues | undefined)",
2246
+ value: input3.values
2247
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2248
+ path: _path2 + ".values",
2249
+ expected: "(TermValues | undefined)",
2250
+ value: input3.values
2251
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2252
+ path: _path2 + ".skipValuesBuild",
2253
+ expected: "(boolean | undefined)",
2254
+ value: input3.skipValuesBuild
2255
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2256
+ path: _path2 + ".chr",
2257
+ expected: "string",
2258
+ value: input3.chr
2259
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2260
+ path: _path2 + ".start",
2261
+ expected: "number",
2262
+ value: input3.start
2263
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2264
+ path: _path2 + ".stop",
2265
+ expected: "number",
2266
+ value: input3.stop
2267
+ }), "string" === typeof input3.ref || $report(_exceptionable2, {
2268
+ path: _path2 + ".ref",
2269
+ expected: "string",
2270
+ value: input3.ref
2271
+ }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
2272
+ path: _path2 + ".alt",
2273
+ expected: "Array<string>",
2274
+ value: input3.alt
2275
+ })) && input3.alt.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2276
+ path: _path2 + ".alt[" + _index42 + "]",
2277
+ expected: "string",
2278
+ value: elem
2279
+ })).every((flag) => flag) || $report(_exceptionable2, {
2280
+ path: _path2 + ".alt",
2281
+ expected: "Array<string>",
2282
+ value: input3.alt
2283
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2284
+ path: _path2 + ".groupsetting",
2285
+ expected: "TermGroupSetting",
2286
+ value: input3.groupsetting
2287
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2288
+ path: _path2 + ".groupsetting",
2289
+ expected: "TermGroupSetting",
2290
+ value: input3.groupsetting
2291
+ })].every((flag) => flag);
2292
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2293
+ path: _path2 + ".id",
2294
+ expected: "string",
2295
+ value: input3.id
2296
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2297
+ path: _path2 + ".name",
2298
+ expected: "string",
2299
+ value: input3.name
2300
+ }), "singleCellCellType" === input3.type || $report(_exceptionable2, {
2301
+ path: _path2 + ".type",
2302
+ expected: '"singleCellCellType"',
2303
+ value: input3.type
2304
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2305
+ path: _path2 + ".child_types",
2306
+ expected: "(Array<string> | undefined)",
2307
+ value: input3.child_types
2308
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2309
+ path: _path2 + ".child_types[" + _index43 + "]",
2310
+ expected: "string",
2311
+ value: elem
2312
+ })).every((flag) => flag) || $report(_exceptionable2, {
2313
+ path: _path2 + ".child_types",
2314
+ expected: "(Array<string> | undefined)",
2315
+ value: input3.child_types
2316
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2317
+ path: _path2 + ".hashtmldetail",
2318
+ expected: "(boolean | undefined)",
2319
+ value: input3.hashtmldetail
2320
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2321
+ path: _path2 + ".included_types",
2322
+ expected: "(Array<string> | undefined)",
2323
+ value: input3.included_types
2324
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2325
+ path: _path2 + ".included_types[" + _index44 + "]",
2326
+ expected: "string",
2327
+ value: elem
2328
+ })).every((flag) => flag) || $report(_exceptionable2, {
2329
+ path: _path2 + ".included_types",
2330
+ expected: "(Array<string> | undefined)",
2331
+ value: input3.included_types
2332
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2333
+ path: _path2 + ".isleaf",
2334
+ expected: "(boolean | undefined)",
2335
+ value: input3.isleaf
2336
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2337
+ path: _path2 + ".values",
2338
+ expected: "(TermValues | undefined)",
2339
+ value: input3.values
2340
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2341
+ path: _path2 + ".values",
2342
+ expected: "(TermValues | undefined)",
2343
+ value: input3.values
2344
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2345
+ path: _path2 + ".skipValuesBuild",
2346
+ expected: "(boolean | undefined)",
2347
+ value: input3.skipValuesBuild
2348
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
2349
+ path: _path2 + ".sample",
2350
+ expected: "string",
2351
+ value: input3.sample
2352
+ }), "string" === typeof input3.plot || $report(_exceptionable2, {
2353
+ path: _path2 + ".plot",
2354
+ expected: "string",
2355
+ value: input3.plot
2356
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2357
+ path: _path2 + ".groupsetting",
2358
+ expected: "TermGroupSetting",
2359
+ value: input3.groupsetting
2360
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2361
+ path: _path2 + ".groupsetting",
2362
+ expected: "TermGroupSetting",
2363
+ value: input3.groupsetting
2364
+ })].every((flag) => flag);
2365
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2208
2366
  path: _path2 + ".hiddenValues",
2209
2367
  expected: "(HiddenValues | undefined)",
2210
2368
  value: input3.hiddenValues
@@ -2233,7 +2391,7 @@ var validBoxPlotRequest = (input) => {
2233
2391
  expected: '"values"',
2234
2392
  value: input3.type
2235
2393
  })].every((flag) => flag);
2236
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2394
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2237
2395
  path: _path2 + ".id",
2238
2396
  expected: "(string | undefined)",
2239
2397
  value: input3.id
@@ -2259,26 +2417,26 @@ var validBoxPlotRequest = (input) => {
2259
2417
  value: input3.minNumSamples
2260
2418
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2261
2419
  path: _path2 + ".term",
2262
- expected: "CategoricalTerm",
2420
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2263
2421
  value: input3.term
2264
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2422
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2265
2423
  path: _path2 + ".term",
2266
- expected: "CategoricalTerm",
2424
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2267
2425
  value: input3.term
2268
2426
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2269
2427
  path: _path2 + ".q",
2270
2428
  expected: "PredefinedGroupSettingQ",
2271
2429
  value: input3.q
2272
- })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2430
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2273
2431
  path: _path2 + ".q",
2274
2432
  expected: "PredefinedGroupSettingQ",
2275
2433
  value: input3.q
2276
- }), "CatTWPredefinedGS" === input3.type || $report(_exceptionable2, {
2434
+ }), "QualTWPredefinedGS" === input3.type || $report(_exceptionable2, {
2277
2435
  path: _path2 + ".type",
2278
- expected: '"CatTWPredefinedGS"',
2436
+ expected: '"QualTWPredefinedGS"',
2279
2437
  value: input3.type
2280
2438
  })].every((flag) => flag);
2281
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2439
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2282
2440
  path: _path2 + ".hiddenValues",
2283
2441
  expected: "(HiddenValues | undefined)",
2284
2442
  value: input3.hiddenValues
@@ -2311,7 +2469,7 @@ var validBoxPlotRequest = (input) => {
2311
2469
  expected: "number",
2312
2470
  value: input3.predefined_groupset_idx
2313
2471
  })].every((flag) => flag);
2314
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2472
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2315
2473
  path: _path2 + ".id",
2316
2474
  expected: "(string | undefined)",
2317
2475
  value: input3.id
@@ -2337,26 +2495,26 @@ var validBoxPlotRequest = (input) => {
2337
2495
  value: input3.minNumSamples
2338
2496
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2339
2497
  path: _path2 + ".term",
2340
- expected: "CategoricalTerm",
2498
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2341
2499
  value: input3.term
2342
- })) && $vo3(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2500
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2343
2501
  path: _path2 + ".term",
2344
- expected: "CategoricalTerm",
2502
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2345
2503
  value: input3.term
2346
2504
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2347
2505
  path: _path2 + ".q",
2348
2506
  expected: "CustomGroupSettingQ",
2349
2507
  value: input3.q
2350
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2508
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2351
2509
  path: _path2 + ".q",
2352
2510
  expected: "CustomGroupSettingQ",
2353
2511
  value: input3.q
2354
- }), "CatTWCustomGS" === input3.type || $report(_exceptionable2, {
2512
+ }), "QualTWCustomGS" === input3.type || $report(_exceptionable2, {
2355
2513
  path: _path2 + ".type",
2356
- expected: '"CatTWCustomGS"',
2514
+ expected: '"QualTWCustomGS"',
2357
2515
  value: input3.type
2358
2516
  })].every((flag) => flag);
2359
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2517
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2360
2518
  path: _path2 + ".hiddenValues",
2361
2519
  expected: "(HiddenValues | undefined)",
2362
2520
  value: input3.hiddenValues
@@ -2388,21 +2546,21 @@ var validBoxPlotRequest = (input) => {
2388
2546
  path: _path2 + ".customset",
2389
2547
  expected: "BaseGroupSet",
2390
2548
  value: input3.customset
2391
- })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2549
+ })) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2392
2550
  path: _path2 + ".customset",
2393
2551
  expected: "BaseGroupSet",
2394
2552
  value: input3.customset
2395
2553
  })].every((flag) => flag);
2396
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2554
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2397
2555
  path: _path2 + ".groups",
2398
2556
  expected: "Array<GroupEntry>",
2399
2557
  value: input3.groups
2400
- })) && input3.groups.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2401
- path: _path2 + ".groups[" + _index40 + "]",
2558
+ })) && input3.groups.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2559
+ path: _path2 + ".groups[" + _index45 + "]",
2402
2560
  expected: "(FilterGroup | ValuesGroup)",
2403
2561
  value: elem
2404
- })) && $vu3(elem, _path2 + ".groups[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2405
- path: _path2 + ".groups[" + _index40 + "]",
2562
+ })) && $vu3(elem, _path2 + ".groups[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2563
+ path: _path2 + ".groups[" + _index45 + "]",
2406
2564
  expected: "(FilterGroup | ValuesGroup)",
2407
2565
  value: elem
2408
2566
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2410,7 +2568,7 @@ var validBoxPlotRequest = (input) => {
2410
2568
  expected: "Array<GroupEntry>",
2411
2569
  value: input3.groups
2412
2570
  })].every((flag) => flag);
2413
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2571
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2414
2572
  path: _path2 + ".id",
2415
2573
  expected: "(string | undefined)",
2416
2574
  value: input3.id
@@ -2442,7 +2600,7 @@ var validBoxPlotRequest = (input) => {
2442
2600
  path: _path2 + ".term",
2443
2601
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2444
2602
  value: input3.term
2445
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2603
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2446
2604
  path: _path2 + ".term",
2447
2605
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2448
2606
  value: input3.term
@@ -2455,7 +2613,7 @@ var validBoxPlotRequest = (input) => {
2455
2613
  expected: "RegularNumericBinConfig",
2456
2614
  value: input3.q
2457
2615
  })].every((flag) => flag);
2458
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2616
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2459
2617
  path: _path2 + ".id",
2460
2618
  expected: "(string | undefined)",
2461
2619
  value: input3.id
@@ -2487,7 +2645,7 @@ var validBoxPlotRequest = (input) => {
2487
2645
  path: _path2 + ".term",
2488
2646
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2489
2647
  value: input3.term
2490
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2648
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2491
2649
  path: _path2 + ".term",
2492
2650
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2493
2651
  value: input3.term
@@ -2500,7 +2658,7 @@ var validBoxPlotRequest = (input) => {
2500
2658
  expected: "CustomNumericBinConfig",
2501
2659
  value: input3.q
2502
2660
  })].every((flag) => flag);
2503
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2661
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2504
2662
  path: _path2 + ".id",
2505
2663
  expected: "(string | undefined)",
2506
2664
  value: input3.id
@@ -2532,7 +2690,7 @@ var validBoxPlotRequest = (input) => {
2532
2690
  path: _path2 + ".term",
2533
2691
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2534
2692
  value: input3.term
2535
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2693
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2536
2694
  path: _path2 + ".term",
2537
2695
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2538
2696
  value: input3.term
@@ -2540,12 +2698,12 @@ var validBoxPlotRequest = (input) => {
2540
2698
  path: _path2 + ".q",
2541
2699
  expected: "BinaryNumericQ",
2542
2700
  value: input3.q
2543
- })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2701
+ })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2544
2702
  path: _path2 + ".q",
2545
2703
  expected: "BinaryNumericQ",
2546
2704
  value: input3.q
2547
2705
  })].every((flag) => flag);
2548
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2706
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2549
2707
  path: _path2 + ".hiddenValues",
2550
2708
  expected: "(HiddenValues | undefined)",
2551
2709
  value: input3.hiddenValues
@@ -2605,7 +2763,7 @@ var validBoxPlotRequest = (input) => {
2605
2763
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2606
2764
  value: input3.lst
2607
2765
  })].every((flag) => flag);
2608
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2766
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2609
2767
  path: _path2 + ".id",
2610
2768
  expected: "(string | undefined)",
2611
2769
  value: input3.id
@@ -2637,7 +2795,7 @@ var validBoxPlotRequest = (input) => {
2637
2795
  path: _path2 + ".term",
2638
2796
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2639
2797
  value: input3.term
2640
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2798
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2641
2799
  path: _path2 + ".term",
2642
2800
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2643
2801
  value: input3.term
@@ -2645,12 +2803,12 @@ var validBoxPlotRequest = (input) => {
2645
2803
  path: _path2 + ".q",
2646
2804
  expected: "ContinuousNumericQ",
2647
2805
  value: input3.q
2648
- })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2806
+ })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2649
2807
  path: _path2 + ".q",
2650
2808
  expected: "ContinuousNumericQ",
2651
2809
  value: input3.q
2652
2810
  })].every((flag) => flag);
2653
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2811
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2654
2812
  path: _path2 + ".hiddenValues",
2655
2813
  expected: "(HiddenValues | undefined)",
2656
2814
  value: input3.hiddenValues
@@ -2687,7 +2845,7 @@ var validBoxPlotRequest = (input) => {
2687
2845
  expected: "undefined",
2688
2846
  value: input3.type
2689
2847
  }))].every((flag) => flag);
2690
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2848
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2691
2849
  path: _path2 + ".id",
2692
2850
  expected: "(string | undefined)",
2693
2851
  value: input3.id
@@ -2719,7 +2877,7 @@ var validBoxPlotRequest = (input) => {
2719
2877
  path: _path2 + ".term",
2720
2878
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2721
2879
  value: input3.term
2722
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2880
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2723
2881
  path: _path2 + ".term",
2724
2882
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2725
2883
  value: input3.term
@@ -2727,12 +2885,12 @@ var validBoxPlotRequest = (input) => {
2727
2885
  path: _path2 + ".q",
2728
2886
  expected: "SplineNumericQ",
2729
2887
  value: input3.q
2730
- })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2888
+ })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2731
2889
  path: _path2 + ".q",
2732
2890
  expected: "SplineNumericQ",
2733
2891
  value: input3.q
2734
2892
  })].every((flag) => flag);
2735
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2893
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2736
2894
  path: _path2 + ".hiddenValues",
2737
2895
  expected: "(HiddenValues | undefined)",
2738
2896
  value: input3.hiddenValues
@@ -2760,12 +2918,12 @@ var validBoxPlotRequest = (input) => {
2760
2918
  path: _path2 + ".knots",
2761
2919
  expected: "Array<__type>.o3",
2762
2920
  value: input3.knots
2763
- })) && input3.knots.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2764
- path: _path2 + ".knots[" + _index41 + "]",
2921
+ })) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2922
+ path: _path2 + ".knots[" + _index46 + "]",
2765
2923
  expected: "__type.o6",
2766
2924
  value: elem
2767
- })) && $vo54(elem, _path2 + ".knots[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2768
- path: _path2 + ".knots[" + _index41 + "]",
2925
+ })) && $vo56(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2926
+ path: _path2 + ".knots[" + _index46 + "]",
2769
2927
  expected: "__type.o6",
2770
2928
  value: elem
2771
2929
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2781,12 +2939,12 @@ var validBoxPlotRequest = (input) => {
2781
2939
  expected: "undefined",
2782
2940
  value: input3.type
2783
2941
  }))].every((flag) => flag);
2784
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2942
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2785
2943
  path: _path2 + ".value",
2786
2944
  expected: "number",
2787
2945
  value: input3.value
2788
2946
  })].every((flag) => flag);
2789
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2947
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2790
2948
  path: _path2 + ".id",
2791
2949
  expected: "(string | undefined)",
2792
2950
  value: input3.id
@@ -2818,7 +2976,7 @@ var validBoxPlotRequest = (input) => {
2818
2976
  path: _path2 + ".term",
2819
2977
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2820
2978
  value: input3.term
2821
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2979
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2822
2980
  path: _path2 + ".term",
2823
2981
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2824
2982
  value: input3.term
@@ -2826,12 +2984,12 @@ var validBoxPlotRequest = (input) => {
2826
2984
  path: _path2 + ".q",
2827
2985
  expected: "GvValuesQ",
2828
2986
  value: input3.q
2829
- })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2987
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2830
2988
  path: _path2 + ".q",
2831
2989
  expected: "GvValuesQ",
2832
2990
  value: input3.q
2833
2991
  })].every((flag) => flag);
2834
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2992
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2835
2993
  path: _path2 + ".id",
2836
2994
  expected: "string",
2837
2995
  value: input3.id
@@ -2847,8 +3005,8 @@ var validBoxPlotRequest = (input) => {
2847
3005
  path: _path2 + ".child_types",
2848
3006
  expected: "(Array<string> | undefined)",
2849
3007
  value: input3.child_types
2850
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2851
- path: _path2 + ".child_types[" + _index42 + "]",
3008
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
3009
+ path: _path2 + ".child_types[" + _index47 + "]",
2852
3010
  expected: "string",
2853
3011
  value: elem
2854
3012
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2863,8 +3021,8 @@ var validBoxPlotRequest = (input) => {
2863
3021
  path: _path2 + ".included_types",
2864
3022
  expected: "(Array<string> | undefined)",
2865
3023
  value: input3.included_types
2866
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2867
- path: _path2 + ".included_types[" + _index43 + "]",
3024
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
3025
+ path: _path2 + ".included_types[" + _index48 + "]",
2868
3026
  expected: "string",
2869
3027
  value: elem
2870
3028
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2911,12 +3069,12 @@ var validBoxPlotRequest = (input) => {
2911
3069
  path: _path2 + ".genes",
2912
3070
  expected: "Array<GvGeneTerm>",
2913
3071
  value: input3.genes
2914
- })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2915
- path: _path2 + ".genes[" + _index44 + "]",
3072
+ })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3073
+ path: _path2 + ".genes[" + _index49 + "]",
2916
3074
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2917
3075
  value: elem
2918
- })) && $vu2(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2919
- path: _path2 + ".genes[" + _index44 + "]",
3076
+ })) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3077
+ path: _path2 + ".genes[" + _index49 + "]",
2920
3078
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2921
3079
  value: elem
2922
3080
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2935,12 +3093,12 @@ var validBoxPlotRequest = (input) => {
2935
3093
  path: _path2 + ".childTerms",
2936
3094
  expected: "Array<DtTerm>",
2937
3095
  value: input3.childTerms
2938
- })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2939
- path: _path2 + ".childTerms[" + _index45 + "]",
3096
+ })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3097
+ path: _path2 + ".childTerms[" + _index50 + "]",
2940
3098
  expected: "DtTerm",
2941
3099
  value: elem
2942
- })) && $vo29(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2943
- path: _path2 + ".childTerms[" + _index45 + "]",
3100
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3101
+ path: _path2 + ".childTerms[" + _index50 + "]",
2944
3102
  expected: "DtTerm",
2945
3103
  value: elem
2946
3104
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2948,7 +3106,7 @@ var validBoxPlotRequest = (input) => {
2948
3106
  expected: "Array<DtTerm>",
2949
3107
  value: input3.childTerms
2950
3108
  })].every((flag) => flag);
2951
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3109
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2952
3110
  path: _path2 + ".id",
2953
3111
  expected: "string",
2954
3112
  value: input3.id
@@ -2964,8 +3122,8 @@ var validBoxPlotRequest = (input) => {
2964
3122
  path: _path2 + ".child_types",
2965
3123
  expected: "(Array<string> | undefined)",
2966
3124
  value: input3.child_types
2967
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2968
- path: _path2 + ".child_types[" + _index46 + "]",
3125
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3126
+ path: _path2 + ".child_types[" + _index51 + "]",
2969
3127
  expected: "string",
2970
3128
  value: elem
2971
3129
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2980,8 +3138,8 @@ var validBoxPlotRequest = (input) => {
2980
3138
  path: _path2 + ".included_types",
2981
3139
  expected: "(Array<string> | undefined)",
2982
3140
  value: input3.included_types
2983
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2984
- path: _path2 + ".included_types[" + _index47 + "]",
3141
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3142
+ path: _path2 + ".included_types[" + _index52 + "]",
2985
3143
  expected: "string",
2986
3144
  value: elem
2987
3145
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3024,12 +3182,12 @@ var validBoxPlotRequest = (input) => {
3024
3182
  path: _path2 + ".genes",
3025
3183
  expected: "Array<GvGeneTerm>",
3026
3184
  value: input3.genes
3027
- })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3028
- path: _path2 + ".genes[" + _index48 + "]",
3185
+ })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3186
+ path: _path2 + ".genes[" + _index53 + "]",
3029
3187
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3030
3188
  value: elem
3031
- })) && $vu2(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
3032
- path: _path2 + ".genes[" + _index48 + "]",
3189
+ })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3190
+ path: _path2 + ".genes[" + _index53 + "]",
3033
3191
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3034
3192
  value: elem
3035
3193
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3048,12 +3206,12 @@ var validBoxPlotRequest = (input) => {
3048
3206
  path: _path2 + ".childTerms",
3049
3207
  expected: "Array<DtTerm>",
3050
3208
  value: input3.childTerms
3051
- })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3052
- path: _path2 + ".childTerms[" + _index49 + "]",
3209
+ })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3210
+ path: _path2 + ".childTerms[" + _index54 + "]",
3053
3211
  expected: "DtTerm",
3054
3212
  value: elem
3055
- })) && $vo29(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3056
- path: _path2 + ".childTerms[" + _index49 + "]",
3213
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3214
+ path: _path2 + ".childTerms[" + _index54 + "]",
3057
3215
  expected: "DtTerm",
3058
3216
  value: elem
3059
3217
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3061,7 +3219,7 @@ var validBoxPlotRequest = (input) => {
3061
3219
  expected: "Array<DtTerm>",
3062
3220
  value: input3.childTerms
3063
3221
  })].every((flag) => flag);
3064
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3222
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3065
3223
  path: _path2 + ".hiddenValues",
3066
3224
  expected: "(HiddenValues | undefined)",
3067
3225
  value: input3.hiddenValues
@@ -3102,7 +3260,7 @@ var validBoxPlotRequest = (input) => {
3102
3260
  expected: '"values"',
3103
3261
  value: input3.type
3104
3262
  })].every((flag) => flag);
3105
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3263
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3106
3264
  path: _path2 + ".id",
3107
3265
  expected: "(string | undefined)",
3108
3266
  value: input3.id
@@ -3134,7 +3292,7 @@ var validBoxPlotRequest = (input) => {
3134
3292
  path: _path2 + ".term",
3135
3293
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3136
3294
  value: input3.term
3137
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3295
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3138
3296
  path: _path2 + ".term",
3139
3297
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3140
3298
  value: input3.term
@@ -3142,12 +3300,12 @@ var validBoxPlotRequest = (input) => {
3142
3300
  path: _path2 + ".q",
3143
3301
  expected: "GvPredefinedGsQ",
3144
3302
  value: input3.q
3145
- })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3303
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3146
3304
  path: _path2 + ".q",
3147
3305
  expected: "GvPredefinedGsQ",
3148
3306
  value: input3.q
3149
3307
  })].every((flag) => flag);
3150
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3308
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3151
3309
  path: _path2 + ".hiddenValues",
3152
3310
  expected: "(HiddenValues | undefined)",
3153
3311
  value: input3.hiddenValues
@@ -3192,7 +3350,7 @@ var validBoxPlotRequest = (input) => {
3192
3350
  expected: "number",
3193
3351
  value: input3.predefined_groupset_idx
3194
3352
  })].every((flag) => flag);
3195
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3353
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3196
3354
  path: _path2 + ".id",
3197
3355
  expected: "(string | undefined)",
3198
3356
  value: input3.id
@@ -3224,7 +3382,7 @@ var validBoxPlotRequest = (input) => {
3224
3382
  path: _path2 + ".term",
3225
3383
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3226
3384
  value: input3.term
3227
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3385
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3228
3386
  path: _path2 + ".term",
3229
3387
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3230
3388
  value: input3.term
@@ -3232,12 +3390,12 @@ var validBoxPlotRequest = (input) => {
3232
3390
  path: _path2 + ".q",
3233
3391
  expected: "GvCustomGsQ",
3234
3392
  value: input3.q
3235
- })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3393
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3236
3394
  path: _path2 + ".q",
3237
3395
  expected: "GvCustomGsQ",
3238
3396
  value: input3.q
3239
3397
  })].every((flag) => flag);
3240
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3398
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3241
3399
  path: _path2 + ".hiddenValues",
3242
3400
  expected: "(HiddenValues | undefined)",
3243
3401
  value: input3.hiddenValues
@@ -3281,12 +3439,12 @@ var validBoxPlotRequest = (input) => {
3281
3439
  path: _path2 + ".customset",
3282
3440
  expected: "BaseGroupSet",
3283
3441
  value: input3.customset
3284
- })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3442
+ })) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3285
3443
  path: _path2 + ".customset",
3286
3444
  expected: "BaseGroupSet",
3287
3445
  value: input3.customset
3288
3446
  })].every((flag) => flag);
3289
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3447
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3290
3448
  path: _path2 + ".id",
3291
3449
  expected: "(string | undefined)",
3292
3450
  value: input3.id
@@ -3326,12 +3484,12 @@ var validBoxPlotRequest = (input) => {
3326
3484
  path: _path2 + ".q",
3327
3485
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3328
3486
  value: input3.q
3329
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3487
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3330
3488
  path: _path2 + ".q",
3331
3489
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3332
3490
  value: input3.q
3333
3491
  })].every((flag) => flag);
3334
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3492
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3335
3493
  path: _path2 + ".hiddenValues",
3336
3494
  expected: "(HiddenValues | undefined)",
3337
3495
  value: input3.hiddenValues
@@ -3371,8 +3529,8 @@ var validBoxPlotRequest = (input) => {
3371
3529
  path: _path2 + ".breaks",
3372
3530
  expected: "(Array<number> | undefined)",
3373
3531
  value: input3.breaks
3374
- })) && input3.breaks.map((elem, _index50) => "number" === typeof elem || $report(_exceptionable2, {
3375
- path: _path2 + ".breaks[" + _index50 + "]",
3532
+ })) && input3.breaks.map((elem, _index55) => "number" === typeof elem || $report(_exceptionable2, {
3533
+ path: _path2 + ".breaks[" + _index55 + "]",
3376
3534
  expected: "number",
3377
3535
  value: elem
3378
3536
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3392,7 +3550,7 @@ var validBoxPlotRequest = (input) => {
3392
3550
  expected: "(boolean | undefined)",
3393
3551
  value: input3.value_by_computable_grade
3394
3552
  }), true].every((flag) => flag);
3395
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3553
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3396
3554
  path: _path2 + ".hiddenValues",
3397
3555
  expected: "(HiddenValues | undefined)",
3398
3556
  value: input3.hiddenValues
@@ -3425,7 +3583,7 @@ var validBoxPlotRequest = (input) => {
3425
3583
  expected: "true",
3426
3584
  value: input3.bar_by_children
3427
3585
  }), true].every((flag) => flag);
3428
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3586
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3429
3587
  path: _path2 + ".id",
3430
3588
  expected: "(string | undefined)",
3431
3589
  value: input3.id
@@ -3457,7 +3615,7 @@ var validBoxPlotRequest = (input) => {
3457
3615
  path: _path2 + ".q",
3458
3616
  expected: "SnpsQ",
3459
3617
  value: input3.q
3460
- })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3618
+ })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3461
3619
  path: _path2 + ".q",
3462
3620
  expected: "SnpsQ",
3463
3621
  value: input3.q
@@ -3465,12 +3623,12 @@ var validBoxPlotRequest = (input) => {
3465
3623
  path: _path2 + ".term",
3466
3624
  expected: "SnpsTerm",
3467
3625
  value: input3.term
3468
- })) && $vo69(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3626
+ })) && $vo71(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3469
3627
  path: _path2 + ".term",
3470
3628
  expected: "SnpsTerm",
3471
3629
  value: input3.term
3472
3630
  })].every((flag) => flag);
3473
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3631
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3474
3632
  path: _path2 + ".hiddenValues",
3475
3633
  expected: "(HiddenValues | undefined)",
3476
3634
  value: input3.hiddenValues
@@ -3518,7 +3676,7 @@ var validBoxPlotRequest = (input) => {
3518
3676
  path: _path2 + ".restrictAncestry",
3519
3677
  expected: "RestrictAncestry",
3520
3678
  value: input3.restrictAncestry
3521
- })) && $vo68(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3679
+ })) && $vo70(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3522
3680
  path: _path2 + ".restrictAncestry",
3523
3681
  expected: "RestrictAncestry",
3524
3682
  value: input3.restrictAncestry
@@ -3543,7 +3701,7 @@ var validBoxPlotRequest = (input) => {
3543
3701
  expected: "number",
3544
3702
  value: input3.stop
3545
3703
  })].every((flag) => flag);
3546
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3704
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3547
3705
  path: _path2 + ".name",
3548
3706
  expected: "string",
3549
3707
  value: input3.name
@@ -3551,12 +3709,12 @@ var validBoxPlotRequest = (input) => {
3551
3709
  path: _path2 + ".tvs",
3552
3710
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3553
3711
  value: input3.tvs
3554
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3712
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3555
3713
  path: _path2 + ".tvs",
3556
3714
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3557
3715
  value: input3.tvs
3558
3716
  })].every((flag) => flag);
3559
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3717
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3560
3718
  path: _path2 + ".id",
3561
3719
  expected: "string",
3562
3720
  value: input3.id
@@ -3572,8 +3730,8 @@ var validBoxPlotRequest = (input) => {
3572
3730
  path: _path2 + ".child_types",
3573
3731
  expected: "(Array<string> | undefined)",
3574
3732
  value: input3.child_types
3575
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3576
- path: _path2 + ".child_types[" + _index51 + "]",
3733
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3734
+ path: _path2 + ".child_types[" + _index56 + "]",
3577
3735
  expected: "string",
3578
3736
  value: elem
3579
3737
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3588,8 +3746,8 @@ var validBoxPlotRequest = (input) => {
3588
3746
  path: _path2 + ".included_types",
3589
3747
  expected: "(Array<string> | undefined)",
3590
3748
  value: input3.included_types
3591
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3592
- path: _path2 + ".included_types[" + _index52 + "]",
3749
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3750
+ path: _path2 + ".included_types[" + _index57 + "]",
3593
3751
  expected: "string",
3594
3752
  value: elem
3595
3753
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3620,12 +3778,12 @@ var validBoxPlotRequest = (input) => {
3620
3778
  path: _path2 + ".snps",
3621
3779
  expected: "(Array<SnpsEntry> | undefined)",
3622
3780
  value: input3.snps
3623
- })) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3624
- path: _path2 + ".snps[" + _index53 + "]",
3781
+ })) && input3.snps.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3782
+ path: _path2 + ".snps[" + _index58 + "]",
3625
3783
  expected: "SnpsEntry",
3626
3784
  value: elem
3627
- })) && $vo70(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3628
- path: _path2 + ".snps[" + _index53 + "]",
3785
+ })) && $vo72(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3786
+ path: _path2 + ".snps[" + _index58 + "]",
3629
3787
  expected: "SnpsEntry",
3630
3788
  value: elem
3631
3789
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3633,12 +3791,12 @@ var validBoxPlotRequest = (input) => {
3633
3791
  expected: "(Array<SnpsEntry> | undefined)",
3634
3792
  value: input3.snps
3635
3793
  })].every((flag) => flag);
3636
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3794
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3637
3795
  path: _path2 + ".altAlleles",
3638
3796
  expected: "(Array<string> | undefined)",
3639
3797
  value: input3.altAlleles
3640
- })) && input3.altAlleles.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3641
- path: _path2 + ".altAlleles[" + _index54 + "]",
3798
+ })) && input3.altAlleles.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3799
+ path: _path2 + ".altAlleles[" + _index59 + "]",
3642
3800
  expected: "string",
3643
3801
  value: elem
3644
3802
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3649,12 +3807,12 @@ var validBoxPlotRequest = (input) => {
3649
3807
  path: _path2 + ".alleles",
3650
3808
  expected: "(Array<AllelesEntry> | undefined)",
3651
3809
  value: input3.alleles
3652
- })) && input3.alleles.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3653
- path: _path2 + ".alleles[" + _index55 + "]",
3810
+ })) && input3.alleles.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3811
+ path: _path2 + ".alleles[" + _index60 + "]",
3654
3812
  expected: "AllelesEntry",
3655
3813
  value: elem
3656
- })) && $vo71(elem, _path2 + ".alleles[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3657
- path: _path2 + ".alleles[" + _index55 + "]",
3814
+ })) && $vo73(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3815
+ path: _path2 + ".alleles[" + _index60 + "]",
3658
3816
  expected: "AllelesEntry",
3659
3817
  value: elem
3660
3818
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3669,7 +3827,7 @@ var validBoxPlotRequest = (input) => {
3669
3827
  path: _path2 + ".gt2count",
3670
3828
  expected: "(__type.o7 | undefined)",
3671
3829
  value: input3.gt2count
3672
- })) && $vo72(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3830
+ })) && $vo74(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3673
3831
  path: _path2 + ".gt2count",
3674
3832
  expected: "(__type.o7 | undefined)",
3675
3833
  value: input3.gt2count
@@ -3698,7 +3856,7 @@ var validBoxPlotRequest = (input) => {
3698
3856
  expected: "(number | undefined)",
3699
3857
  value: input3.pos
3700
3858
  })].every((flag) => flag);
3701
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3859
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3702
3860
  path: _path2 + ".allele",
3703
3861
  expected: "string",
3704
3862
  value: input3.allele
@@ -3711,7 +3869,7 @@ var validBoxPlotRequest = (input) => {
3711
3869
  expected: "boolean",
3712
3870
  value: input3.isRef
3713
3871
  })].every((flag) => flag);
3714
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3872
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3715
3873
  path: _path2 + ".k",
3716
3874
  expected: "string",
3717
3875
  value: input3.k
@@ -3720,268 +3878,6 @@ var validBoxPlotRequest = (input) => {
3720
3878
  expected: "(number | string)",
3721
3879
  value: input3.v
3722
3880
  })].every((flag) => flag);
3723
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3724
- path: _path2 + ".id",
3725
- expected: "(string | undefined)",
3726
- value: input3.id
3727
- }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3728
- path: _path2 + ".$id",
3729
- expected: "(string | undefined)",
3730
- value: input3.$id
3731
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3732
- path: _path2 + ".isAtomic",
3733
- expected: "(true | undefined)",
3734
- value: input3.isAtomic
3735
- }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3736
- path: _path2 + ".settings",
3737
- expected: "(__type | undefined)",
3738
- value: input3.settings
3739
- })) && $vo2(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3740
- path: _path2 + ".settings",
3741
- expected: "(__type | undefined)",
3742
- value: input3.settings
3743
- }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3744
- path: _path2 + ".minNumSamples",
3745
- expected: "(number | undefined)",
3746
- value: input3.minNumSamples
3747
- }), true, "SnpTW" === input3.type || $report(_exceptionable2, {
3748
- path: _path2 + ".type",
3749
- expected: '"SnpTW"',
3750
- value: input3.type
3751
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3752
- path: _path2 + ".q",
3753
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
3754
- value: input3.q
3755
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3756
- path: _path2 + ".q",
3757
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
3758
- value: input3.q
3759
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3760
- path: _path2 + ".term",
3761
- expected: "SnpTerm",
3762
- value: input3.term
3763
- })) && $vo78(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3764
- path: _path2 + ".term",
3765
- expected: "SnpTerm",
3766
- value: input3.term
3767
- })].every((flag) => flag);
3768
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3769
- path: _path2 + ".hiddenValues",
3770
- expected: "(HiddenValues | undefined)",
3771
- value: input3.hiddenValues
3772
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3773
- path: _path2 + ".hiddenValues",
3774
- expected: "(HiddenValues | undefined)",
3775
- value: input3.hiddenValues
3776
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3777
- path: _path2 + ".isAtomic",
3778
- expected: "(true | undefined)",
3779
- value: input3.isAtomic
3780
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3781
- path: _path2 + ".name",
3782
- expected: "(string | undefined)",
3783
- value: input3.name
3784
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3785
- path: _path2 + ".reuseId",
3786
- expected: "(string | undefined)",
3787
- value: input3.reuseId
3788
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3789
- path: _path2 + ".mode",
3790
- expected: '("binary" | "discrete" | undefined)',
3791
- value: input3.mode
3792
- }), "values" === input3.type || $report(_exceptionable2, {
3793
- path: _path2 + ".type",
3794
- expected: '"values"',
3795
- value: input3.type
3796
- })].every((flag) => flag);
3797
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3798
- path: _path2 + ".hiddenValues",
3799
- expected: "(HiddenValues | undefined)",
3800
- value: input3.hiddenValues
3801
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3802
- path: _path2 + ".hiddenValues",
3803
- expected: "(HiddenValues | undefined)",
3804
- value: input3.hiddenValues
3805
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3806
- path: _path2 + ".isAtomic",
3807
- expected: "(true | undefined)",
3808
- value: input3.isAtomic
3809
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3810
- path: _path2 + ".name",
3811
- expected: "(string | undefined)",
3812
- value: input3.name
3813
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3814
- path: _path2 + ".reuseId",
3815
- expected: "(string | undefined)",
3816
- value: input3.reuseId
3817
- }), "filter" === input3.type || $report(_exceptionable2, {
3818
- path: _path2 + ".type",
3819
- expected: '"filter"',
3820
- value: input3.type
3821
- })].every((flag) => flag);
3822
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3823
- path: _path2 + ".hiddenValues",
3824
- expected: "(HiddenValues | undefined)",
3825
- value: input3.hiddenValues
3826
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3827
- path: _path2 + ".hiddenValues",
3828
- expected: "(HiddenValues | undefined)",
3829
- value: input3.hiddenValues
3830
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3831
- path: _path2 + ".isAtomic",
3832
- expected: "(true | undefined)",
3833
- value: input3.isAtomic
3834
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3835
- path: _path2 + ".name",
3836
- expected: "(string | undefined)",
3837
- value: input3.name
3838
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3839
- path: _path2 + ".reuseId",
3840
- expected: "(string | undefined)",
3841
- value: input3.reuseId
3842
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3843
- path: _path2 + ".mode",
3844
- expected: '("binary" | "discrete" | undefined)',
3845
- value: input3.mode
3846
- }), "predefined-groupset" === input3.type || $report(_exceptionable2, {
3847
- path: _path2 + ".type",
3848
- expected: '"predefined-groupset"',
3849
- value: input3.type
3850
- }), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
3851
- path: _path2 + ".predefined_groupset_idx",
3852
- expected: "number",
3853
- value: input3.predefined_groupset_idx
3854
- })].every((flag) => flag);
3855
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3856
- path: _path2 + ".hiddenValues",
3857
- expected: "(HiddenValues | undefined)",
3858
- value: input3.hiddenValues
3859
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3860
- path: _path2 + ".hiddenValues",
3861
- expected: "(HiddenValues | undefined)",
3862
- value: input3.hiddenValues
3863
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3864
- path: _path2 + ".isAtomic",
3865
- expected: "(true | undefined)",
3866
- value: input3.isAtomic
3867
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3868
- path: _path2 + ".name",
3869
- expected: "(string | undefined)",
3870
- value: input3.name
3871
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3872
- path: _path2 + ".reuseId",
3873
- expected: "(string | undefined)",
3874
- value: input3.reuseId
3875
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3876
- path: _path2 + ".mode",
3877
- expected: '("binary" | "discrete" | undefined)',
3878
- value: input3.mode
3879
- }), "custom-groupset" === input3.type || $report(_exceptionable2, {
3880
- path: _path2 + ".type",
3881
- expected: '"custom-groupset"',
3882
- value: input3.type
3883
- }), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
3884
- path: _path2 + ".customset",
3885
- expected: "BaseGroupSet",
3886
- value: input3.customset
3887
- })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3888
- path: _path2 + ".customset",
3889
- expected: "BaseGroupSet",
3890
- value: input3.customset
3891
- })].every((flag) => flag);
3892
- const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3893
- path: _path2 + ".id",
3894
- expected: "string",
3895
- value: input3.id
3896
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3897
- path: _path2 + ".name",
3898
- expected: "string",
3899
- value: input3.name
3900
- }), "string" === typeof input3.type || $report(_exceptionable2, {
3901
- path: _path2 + ".type",
3902
- expected: "string",
3903
- value: input3.type
3904
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
3905
- path: _path2 + ".child_types",
3906
- expected: "(Array<string> | undefined)",
3907
- value: input3.child_types
3908
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3909
- path: _path2 + ".child_types[" + _index56 + "]",
3910
- expected: "string",
3911
- value: elem
3912
- })).every((flag) => flag) || $report(_exceptionable2, {
3913
- path: _path2 + ".child_types",
3914
- expected: "(Array<string> | undefined)",
3915
- value: input3.child_types
3916
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
3917
- path: _path2 + ".hashtmldetail",
3918
- expected: "(boolean | undefined)",
3919
- value: input3.hashtmldetail
3920
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
3921
- path: _path2 + ".included_types",
3922
- expected: "(Array<string> | undefined)",
3923
- value: input3.included_types
3924
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3925
- path: _path2 + ".included_types[" + _index57 + "]",
3926
- expected: "string",
3927
- value: elem
3928
- })).every((flag) => flag) || $report(_exceptionable2, {
3929
- path: _path2 + ".included_types",
3930
- expected: "(Array<string> | undefined)",
3931
- value: input3.included_types
3932
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
3933
- path: _path2 + ".isleaf",
3934
- expected: "(boolean | undefined)",
3935
- value: input3.isleaf
3936
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3937
- path: _path2 + ".values",
3938
- expected: "(TermValues | undefined)",
3939
- value: input3.values
3940
- })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3941
- path: _path2 + ".values",
3942
- expected: "(TermValues | undefined)",
3943
- value: input3.values
3944
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
3945
- path: _path2 + ".skipValuesBuild",
3946
- expected: "(boolean | undefined)",
3947
- value: input3.skipValuesBuild
3948
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
3949
- path: _path2 + ".chr",
3950
- expected: "string",
3951
- value: input3.chr
3952
- }), "number" === typeof input3.start || $report(_exceptionable2, {
3953
- path: _path2 + ".start",
3954
- expected: "number",
3955
- value: input3.start
3956
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
3957
- path: _path2 + ".stop",
3958
- expected: "number",
3959
- value: input3.stop
3960
- }), "string" === typeof input3.ref || $report(_exceptionable2, {
3961
- path: _path2 + ".ref",
3962
- expected: "string",
3963
- value: input3.ref
3964
- }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
3965
- path: _path2 + ".alt",
3966
- expected: "Array<string>",
3967
- value: input3.alt
3968
- })) && input3.alt.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3969
- path: _path2 + ".alt[" + _index58 + "]",
3970
- expected: "string",
3971
- value: elem
3972
- })).every((flag) => flag) || $report(_exceptionable2, {
3973
- path: _path2 + ".alt",
3974
- expected: "Array<string>",
3975
- value: input3.alt
3976
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
3977
- path: _path2 + ".groupsetting",
3978
- expected: "TermGroupSetting",
3979
- value: input3.groupsetting
3980
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3981
- path: _path2 + ".groupsetting",
3982
- expected: "TermGroupSetting",
3983
- value: input3.groupsetting
3984
- })].every((flag) => flag);
3985
3881
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3986
3882
  if ("tvslst" === input3.type)
3987
3883
  return $vo6(input3, _path2, _exceptionable2);
@@ -4045,46 +3941,57 @@ var validBoxPlotRequest = (input) => {
4045
3941
  });
4046
3942
  })();
4047
3943
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
4048
- if ("SnpTW" === input3.type)
4049
- return $vo73(input3, _path2, _exceptionable2);
4050
3944
  if ("SnpsTW" === input3.type)
4051
- return $vo66(input3, _path2, _exceptionable2);
3945
+ return $vo68(input3, _path2, _exceptionable2);
4052
3946
  if ("ConditionTW" === input3.type)
4053
- return $vo63(input3, _path2, _exceptionable2);
3947
+ return $vo65(input3, _path2, _exceptionable2);
4054
3948
  if ("GvCustomGsTW" === input3.type)
4055
- return $vo61(input3, _path2, _exceptionable2);
3949
+ return $vo63(input3, _path2, _exceptionable2);
4056
3950
  if ("GvPredefinedGsTW" === input3.type)
4057
- return $vo59(input3, _path2, _exceptionable2);
3951
+ return $vo61(input3, _path2, _exceptionable2);
4058
3952
  if ("GvValuesTW" === input3.type)
4059
- return $vo55(input3, _path2, _exceptionable2);
3953
+ return $vo57(input3, _path2, _exceptionable2);
4060
3954
  if ("NumTWSpline" === input3.type)
4061
- return $vo52(input3, _path2, _exceptionable2);
3955
+ return $vo54(input3, _path2, _exceptionable2);
4062
3956
  if ("NumTWCont" === input3.type)
4063
- return $vo50(input3, _path2, _exceptionable2);
3957
+ return $vo52(input3, _path2, _exceptionable2);
4064
3958
  if ("NumTWBinary" === input3.type)
4065
- return $vo48(input3, _path2, _exceptionable2);
3959
+ return $vo50(input3, _path2, _exceptionable2);
4066
3960
  if ("NumTWCustomBin" === input3.type)
4067
- return $vo47(input3, _path2, _exceptionable2);
3961
+ return $vo49(input3, _path2, _exceptionable2);
4068
3962
  if ("NumTWRegularBin" === input3.type)
4069
- return $vo46(input3, _path2, _exceptionable2);
4070
- if ("CatTWCustomGS" === input3.type)
3963
+ return $vo48(input3, _path2, _exceptionable2);
3964
+ if ("QualTWCustomGS" === input3.type)
3965
+ return $vo45(input3, _path2, _exceptionable2);
3966
+ if ("QualTWPredefinedGS" === input3.type)
4071
3967
  return $vo43(input3, _path2, _exceptionable2);
4072
- if ("CatTWPredefinedGS" === input3.type)
4073
- return $vo41(input3, _path2, _exceptionable2);
4074
- if ("CatTWValues" === input3.type)
3968
+ if ("QualTWValues" === input3.type)
4075
3969
  return $vo1(input3, _path2, _exceptionable2);
4076
3970
  return $report(_exceptionable2, {
4077
3971
  path: _path2,
4078
- expected: "(SnpTW | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | CatTWCustomGS | CatTWPredefinedGS | CatTWValues)",
3972
+ expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4079
3973
  value: input3
4080
3974
  });
4081
3975
  })();
4082
3976
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3977
+ if ("categorical" === input3.type)
3978
+ return $vo3(input3, _path2, _exceptionable2);
3979
+ if ("snp" === input3.type)
3980
+ return $vo40(input3, _path2, _exceptionable2);
3981
+ if ("singleCellCellType" === input3.type)
3982
+ return $vo41(input3, _path2, _exceptionable2);
3983
+ return $report(_exceptionable2, {
3984
+ path: _path2,
3985
+ expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
3986
+ value: input3
3987
+ });
3988
+ })();
3989
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4083
3990
  if (void 0 !== input3.ranges)
4084
3991
  return $vo9(input3, _path2, _exceptionable2);
4085
3992
  return $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
4086
3993
  })();
4087
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3994
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
4088
3995
  if ("integer" === input3.type || "float" === input3.type)
4089
3996
  return $vo10(input3, _path2, _exceptionable2);
4090
3997
  if ("metaboliteIntensity" === input3.type)
@@ -4095,7 +4002,7 @@ var validBoxPlotRequest = (input) => {
4095
4002
  return $vo23(input3, _path2, _exceptionable2);
4096
4003
  return $vo20(input3, _path2, false) || $vo19(input3, _path2, false);
4097
4004
  })();
4098
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
4005
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4099
4006
  if ("regular-bin" === input3.type)
4100
4007
  return $vo13(input3, _path2, _exceptionable2);
4101
4008
  if ("custom-bin" === input3.type)
@@ -4106,7 +4013,7 @@ var validBoxPlotRequest = (input) => {
4106
4013
  value: input3
4107
4014
  });
4108
4015
  })();
4109
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4016
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4110
4017
  if ("gene" === input3.kind)
4111
4018
  return $vo30(input3, _path2, _exceptionable2);
4112
4019
  if ("coord" === input3.kind)
@@ -4117,43 +4024,28 @@ var validBoxPlotRequest = (input) => {
4117
4024
  value: input3
4118
4025
  });
4119
4026
  })();
4120
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4027
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4121
4028
  if ("gene" === input3.kind)
4122
- return $vo56(input3, _path2, _exceptionable2);
4029
+ return $vo58(input3, _path2, _exceptionable2);
4123
4030
  if ("coord" === input3.kind)
4124
- return $vo57(input3, _path2, _exceptionable2);
4031
+ return $vo59(input3, _path2, _exceptionable2);
4125
4032
  return $report(_exceptionable2, {
4126
4033
  path: _path2,
4127
4034
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4128
4035
  value: input3
4129
4036
  });
4130
4037
  })();
4131
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4038
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4132
4039
  if ("grade" === input3.valueFor)
4133
- return $vo64(input3, _path2, _exceptionable2);
4040
+ return $vo66(input3, _path2, _exceptionable2);
4134
4041
  if ("children" === input3.valueFor)
4135
- return $vo65(input3, _path2, _exceptionable2);
4042
+ return $vo67(input3, _path2, _exceptionable2);
4136
4043
  return $report(_exceptionable2, {
4137
4044
  path: _path2,
4138
4045
  expected: "(ConditionGradeQ | ConditionChildrenQ)",
4139
4046
  value: input3
4140
4047
  });
4141
4048
  })();
4142
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4143
- if ("values" === input3.type)
4144
- return $vo74(input3, _path2, _exceptionable2);
4145
- if ("filter" === input3.type)
4146
- return $vo75(input3, _path2, _exceptionable2);
4147
- if ("predefined-groupset" === input3.type)
4148
- return $vo76(input3, _path2, _exceptionable2);
4149
- if ("custom-groupset" === input3.type)
4150
- return $vo77(input3, _path2, _exceptionable2);
4151
- return $report(_exceptionable2, {
4152
- path: _path2,
4153
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; })',
4154
- value: input3
4155
- });
4156
- })();
4157
4049
  return ("object" === typeof input2 && null !== input2 || $report(true, {
4158
4050
  path: _path + "",
4159
4051
  expected: "BoxPlotRequest",