@sjcrh/proteinpaint-types 2.124.0 → 2.126.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-NCFUZ5VV.js → chunk-2S4T3WUF.js} +790 -386
  3. package/dist/{chunk-XPOHYEAY.js → chunk-537XOM43.js} +584 -382
  4. package/dist/{chunk-LBGUOJR3.js → chunk-5O422YU6.js} +343 -141
  5. package/dist/{chunk-SQBZAOWB.js → chunk-7IRM7OKB.js} +343 -141
  6. package/dist/{chunk-XZAH6P4D.js → chunk-A3XJW6BZ.js} +5 -1
  7. package/dist/{chunk-3ZT4UCFM.js → chunk-BXPSDGWG.js} +343 -141
  8. package/dist/{chunk-QMWUUGEK.js → chunk-CJC7ZHSZ.js} +376 -174
  9. package/dist/{chunk-F64WJMRL.js → chunk-DJCPG2RT.js} +817 -413
  10. package/dist/{chunk-ZMOSABYP.js → chunk-GZCIY2WK.js} +584 -382
  11. package/dist/{chunk-K7P6C6KU.js → chunk-LVXO4MLR.js} +586 -384
  12. package/dist/chunk-NWEXA2YB.js +308 -0
  13. package/dist/{chunk-AGSW7G4T.js → chunk-O4RAE6UJ.js} +582 -380
  14. package/dist/chunk-RPX4TVMD.js +14 -0
  15. package/dist/{chunk-KRYTJ2SL.js → chunk-RWMZSRX7.js} +2 -2
  16. package/dist/chunk-SMS3Y2XZ.js +75 -0
  17. package/dist/{chunk-RX5EB2HL.js → chunk-VSNV3MLV.js} +343 -141
  18. package/dist/{chunk-5HL5BPE5.js → chunk-W6NLM363.js} +2 -2
  19. package/dist/{chunk-WQGLAGSY.js → chunk-YGX6BZZY.js} +4 -4
  20. package/dist/{chunk-5XRJ5ATE.js → chunk-YOS2YTCE.js} +584 -382
  21. package/dist/clearwsisession.js +3 -13
  22. package/dist/clearwsisessions.js +13 -0
  23. package/dist/correlationVolcano.js +1 -1
  24. package/dist/gdc.grin2.js +17 -0
  25. package/dist/genesetEnrichment.js +1 -1
  26. package/dist/healthcheck.js +1 -1
  27. package/dist/index.js +89 -65
  28. package/dist/termdb.boxplot.js +1 -1
  29. package/dist/termdb.categories.js +1 -1
  30. package/dist/termdb.cluster.js +1 -1
  31. package/dist/termdb.descrstats.js +1 -1
  32. package/dist/termdb.numericcategories.js +1 -1
  33. package/dist/termdb.percentile.js +1 -1
  34. package/dist/termdb.termsbyids.js +1 -1
  35. package/dist/termdb.topMutatedGenes.js +5 -5
  36. package/dist/termdb.topTermsByType.js +1 -1
  37. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  38. package/dist/termdb.violin.js +1 -1
  39. package/dist/wsisamples.js +3 -3
  40. package/package.json +1 -1
  41. package/src/dataset.ts +6 -0
  42. package/src/index.ts +1 -0
  43. package/src/routes/gdc.grin2.ts +101 -0
  44. package/src/routes/genesetEnrichment.ts +2 -0
  45. package/src/terms/geneVariant.ts +1 -0
@@ -58,8 +58,8 @@ var validDescrStatsRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu5(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io17(input3.filter)) && true;
62
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io20(input3.term));
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu5(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io18(input3.filter)) && true;
62
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term));
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -84,89 +84,91 @@ var validDescrStatsRequest = (input) => {
84
84
  const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
85
85
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
86
86
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "boolean" === typeof input3.uncomputable;
87
- const $io12 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem))) && ("object" === typeof input3.active && null !== input3.active && $io17(input3.active)) && "number" === typeof input3.group;
87
+ const $io12 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem))) && ("object" === typeof input3.active && null !== input3.active && $io18(input3.active)) && "number" === typeof input3.group;
88
88
  const $io13 = (input3) => Array.isArray(input3.joinWith) && input3.joinWith.every((elem) => "string" === typeof elem);
89
- const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && 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) && $io15(input3.values));
90
- const $io15 = (input3) => Object.keys(input3).every((key) => {
89
+ const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.geneVariantTerm || "object" === typeof input3.geneVariantTerm && null !== input3.geneVariantTerm && $iu7(input3.geneVariantTerm)) && 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) && $io16(input3.values));
90
+ const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "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) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
91
+ const $io16 = (input3) => Object.keys(input3).every((key) => {
91
92
  const value = input3[key];
92
93
  if (void 0 === value)
93
94
  return true;
94
95
  if (RegExp(/(.*)/).test(key))
95
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
96
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io17(value);
96
97
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
97
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
98
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io17(value);
98
99
  return true;
99
100
  });
100
- const $io16 = (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 && $io17(input3.filter));
101
- const $io17 = (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 && $iu1(elem)));
102
- const $io18 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
103
- const $io19 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io20(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) && $io16(elem)));
104
- const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === 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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
105
- const $io21 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem)));
106
- const $io22 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
107
- const $io23 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
108
- const $io24 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
109
- const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
110
- const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io33(input3.continuousColorScale));
111
- const $io27 = (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);
112
- const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
113
- const $io29 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
114
- const $io30 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
115
- const $io31 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
116
- const $io32 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
117
- const $io33 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
118
- const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
119
- const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (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) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
120
- const $io36 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
121
- const $io37 = (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;
122
- const $io38 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
123
- const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
124
- const $io40 = (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 && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q));
125
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
126
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
127
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
128
- const $io44 = (input3) => "number" === typeof input3.value;
129
- 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.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
130
- const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "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 && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io17(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
131
- const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
132
- const $io48 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && (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 && $io49(elem)));
133
- const $io49 = (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 && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(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);
134
- const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
135
- const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
136
- const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
137
- const $io53 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && "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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
138
- const $io54 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
139
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === 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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
140
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io33(input3.continuousColorScale));
141
- const $io57 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
142
- const $io58 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && (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 && $io49(elem)));
143
- const $io59 = (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) && $io60(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
144
- const $io60 = (input3) => Object.keys(input3).every((key) => {
101
+ const $io17 = (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 && $io18(input3.filter));
102
+ const $io18 = (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 && $iu1(elem)));
103
+ const $io19 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
104
+ const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(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) && $io17(elem)));
105
+ const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === 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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
106
+ const $io22 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem)));
107
+ const $io23 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
108
+ const $io24 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
109
+ const $io25 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
110
+ const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
111
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io28(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io34(input3.continuousColorScale));
112
+ const $io28 = (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);
113
+ const $io29 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
114
+ const $io30 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
115
+ const $io31 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
116
+ const $io32 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
117
+ const $io33 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
118
+ const $io34 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
119
+ const $io35 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
120
+ const $io36 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io37(input3.term)) && (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) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
121
+ const $io37 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter));
122
+ const $io38 = (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;
123
+ const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
124
+ const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
125
+ const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
126
+ const $io42 = (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 && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
127
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
128
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
129
+ const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $io46(elem))) && (null !== input3.type && void 0 === input3.type);
130
+ const $io46 = (input3) => "number" === typeof input3.value;
131
+ 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 && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term));
132
+ const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "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 && $io49(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io18(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
133
+ const $io49 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
134
+ const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && (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 && $io51(elem)));
135
+ const $io51 = (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 && $io52(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io53(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);
136
+ const $io52 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
137
+ const $io53 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
138
+ 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 && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
139
+ const $io55 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
140
+ 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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
141
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === 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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
142
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io28(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io34(input3.continuousColorScale));
143
+ const $io59 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter));
144
+ const $io60 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && (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 && $io51(elem)));
145
+ const $io61 = (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) && $io62(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter));
146
+ const $io62 = (input3) => Object.keys(input3).every((key) => {
145
147
  const value = input3[key];
146
148
  if (void 0 === value)
147
149
  return true;
148
150
  if (RegExp(/(.*)/).test(key))
149
- return "object" === typeof value && null !== value && $io61(value);
151
+ return "object" === typeof value && null !== value && $io63(value);
150
152
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
151
- return "object" === typeof value && null !== value && $io61(value);
153
+ return "object" === typeof value && null !== value && $io63(value);
152
154
  return true;
153
155
  });
154
- const $io61 = (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 && $io17(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
155
- const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
156
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
157
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (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;
158
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io66(input3.groups));
159
- const $io66 = (input3) => Object.keys(input3).every((key) => {
156
+ const $io63 = (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 && $io18(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io64(elem))) && true;
157
+ const $io64 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
158
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
159
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (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;
160
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io68(input3.groups));
161
+ const $io68 = (input3) => Object.keys(input3).every((key) => {
160
162
  const value = input3[key];
161
163
  if (void 0 === value)
162
164
  return true;
163
165
  if (RegExp(/(.*)/).test(key))
164
- return "object" === typeof value && null !== value && $io67(value);
166
+ return "object" === typeof value && null !== value && $io69(value);
165
167
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
166
- return "object" === typeof value && null !== value && $io67(value);
168
+ return "object" === typeof value && null !== value && $io69(value);
167
169
  return true;
168
170
  });
169
- const $io67 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
171
+ const $io69 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io64(elem))) && true;
170
172
  const $iu0 = (input3) => (() => {
171
173
  if ("string" === typeof input3.type)
172
174
  return $io9(input3);
@@ -176,42 +178,42 @@ var validDescrStatsRequest = (input) => {
176
178
  })();
177
179
  const $iu1 = (input3) => (() => {
178
180
  if ("tvslst" === input3.type)
179
- return $io17(input3);
180
- if ("tvs" === input3.type)
181
181
  return $io18(input3);
182
+ if ("tvs" === input3.type)
183
+ return $io19(input3);
182
184
  return false;
183
185
  })();
184
186
  const $iu2 = (input3) => (() => {
185
187
  if (true === input3.startunbounded)
186
- return $io29(input3);
188
+ return $io30(input3);
187
189
  if (true === input3.stopunbounded)
188
- return $io31(input3);
189
- return $io30(input3);
190
+ return $io32(input3);
191
+ return $io31(input3);
190
192
  })();
191
193
  const $iu3 = (input3) => (() => {
192
194
  if (true === input3.startunbounded)
193
- return $io29(input3);
194
- if (void 0 !== input3.start)
195
195
  return $io30(input3);
196
+ if (void 0 !== input3.start)
197
+ return $io31(input3);
196
198
  return false;
197
199
  })();
198
200
  const $iu4 = (input3) => (() => {
199
201
  if (void 0 !== input3.stop)
200
- return $io30(input3);
201
- if (true === input3.stopunbounded)
202
202
  return $io31(input3);
203
+ if (true === input3.stopunbounded)
204
+ return $io32(input3);
203
205
  return false;
204
206
  })();
205
207
  const $iu5 = (input3) => (() => {
206
208
  if (void 0 !== input3.type)
207
209
  return $io1(input3);
208
210
  return (() => {
209
- if ($io52(input3))
210
- return $io52(input3);
211
- if ($io45(input3))
212
- return $io45(input3);
213
- if ($io40(input3))
214
- return $io40(input3);
211
+ if ($io54(input3))
212
+ return $io54(input3);
213
+ if ($io47(input3))
214
+ return $io47(input3);
215
+ if ($io42(input3))
216
+ return $io42(input3);
215
217
  return false;
216
218
  })();
217
219
  })();
@@ -225,93 +227,100 @@ var validDescrStatsRequest = (input) => {
225
227
  return $io5(input3);
226
228
  })();
227
229
  const $iu7 = (input3) => (() => {
230
+ if ("gene" === input3.kind)
231
+ return $io15(input3);
232
+ if ("coord" === input3.kind)
233
+ return $io41(input3);
234
+ return false;
235
+ })();
236
+ const $iu8 = (input3) => (() => {
237
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)))
238
+ return $io23(input3);
239
+ return $io25(input3);
240
+ })();
241
+ const $iu9 = (input3) => (() => {
228
242
  if (void 0 !== input3.ranges)
229
- return $io25(input3);
243
+ return $io26(input3);
230
244
  return (() => {
231
- if ($io19(input3))
232
- return $io19(input3);
233
- if ($io35(input3))
234
- return $io35(input3);
235
- if ($io38(input3))
236
- return $io38(input3);
245
+ if ($io20(input3))
246
+ return $io20(input3);
247
+ if ($io36(input3))
248
+ return $io36(input3);
249
+ if ($io39(input3))
250
+ return $io39(input3);
237
251
  return false;
238
252
  })();
239
253
  })();
240
- const $iu8 = (input3) => (() => {
241
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)))
242
- return $io22(input3);
243
- return $io24(input3);
244
- })();
245
- const $iu9 = (input3) => (() => {
254
+ const $iu10 = (input3) => (() => {
246
255
  if ("regular-bin" === input3.type)
247
- return $io28(input3);
256
+ return $io29(input3);
248
257
  if ("custom-bin" === input3.type)
249
- return $io32(input3);
258
+ return $io33(input3);
250
259
  return false;
251
260
  })();
252
- const $iu10 = (input3) => (() => {
261
+ const $iu11 = (input3) => (() => {
253
262
  if ("regular-bin" === input3.type)
254
- return $io28(input3);
263
+ return $io29(input3);
255
264
  if ("continuous" === input3.mode)
256
- return $io42(input3);
265
+ return $io44(input3);
257
266
  if ("spline" === input3.mode)
258
- return $io43(input3);
267
+ return $io45(input3);
259
268
  return (() => {
260
- if ($io32(input3))
261
- return $io32(input3);
262
- if ($io41(input3))
263
- return $io41(input3);
269
+ if ($io33(input3))
270
+ return $io33(input3);
271
+ if ($io43(input3))
272
+ return $io43(input3);
264
273
  return false;
265
274
  })();
266
275
  })();
267
- const $iu11 = (input3) => (() => {
276
+ const $iu12 = (input3) => (() => {
268
277
  if ("gene" === input3.kind)
269
- return $io53(input3);
278
+ return $io55(input3);
270
279
  if ("coord" === input3.kind)
271
- return $io54(input3);
280
+ return $io56(input3);
272
281
  if ("categorical" === input3.type)
273
- return $io55(input3);
282
+ return $io57(input3);
274
283
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
275
- return $io56(input3);
284
+ return $io58(input3);
276
285
  if ("condition" === input3.type)
277
- return $io57(input3);
286
+ return $io59(input3);
278
287
  return (() => {
279
- if ($io58(input3))
280
- return $io58(input3);
281
- if ($io59(input3))
282
- return $io59(input3);
288
+ if ($io60(input3))
289
+ return $io60(input3);
290
+ if ($io61(input3))
291
+ return $io61(input3);
283
292
  return false;
284
293
  })();
285
294
  })();
286
- const $iu12 = (input3) => (() => {
295
+ const $iu13 = (input3) => (() => {
287
296
  if (void 0 !== input3.predefined_groupset_idx)
288
297
  return $io6(input3);
289
298
  if (void 0 !== input3.customset)
290
299
  return $io7(input3);
291
300
  if (void 0 !== input3.bin_size)
292
- return $io28(input3);
301
+ return $io29(input3);
293
302
  if (void 0 !== input3.knots)
294
- return $io43(input3);
303
+ return $io45(input3);
295
304
  if (void 0 !== input3.AFcutoff)
296
- return $io46(input3);
305
+ return $io48(input3);
297
306
  if (void 0 !== input3.timeScale)
298
- return $io64(input3);
307
+ return $io66(input3);
299
308
  return (() => {
300
309
  if (void 0 !== input3.groups)
301
- return $io65(input3);
310
+ return $io67(input3);
302
311
  return (() => {
303
312
  if ($io5(input3))
304
313
  return $io5(input3);
305
- if ($io63(input3))
306
- return $io63(input3);
314
+ if ($io65(input3))
315
+ return $io65(input3);
307
316
  if ($io3(input3))
308
317
  return $io3(input3);
309
- if ($io32(input3))
310
- return $io32(input3);
311
- if ($io41(input3))
312
- return $io41(input3);
313
- if ($io42(input3))
314
- return $io42(input3);
318
+ if ($io33(input3))
319
+ return $io33(input3);
320
+ if ($io43(input3))
321
+ return $io43(input3);
322
+ if ($io44(input3))
323
+ return $io44(input3);
315
324
  return false;
316
325
  })();
317
326
  })();
@@ -350,7 +359,7 @@ var validDescrStatsRequest = (input) => {
350
359
  path: _path2 + ".filter",
351
360
  expected: "(Filter | undefined)",
352
361
  value: input3.filter
353
- })) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
362
+ })) && $vo18(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
354
363
  path: _path2 + ".filter",
355
364
  expected: "(Filter | undefined)",
356
365
  value: input3.filter
@@ -395,7 +404,7 @@ var validDescrStatsRequest = (input) => {
395
404
  path: _path2 + ".term",
396
405
  expected: "CategoricalTerm",
397
406
  value: input3.term
398
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
407
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
399
408
  path: _path2 + ".term",
400
409
  expected: "CategoricalTerm",
401
410
  value: input3.term
@@ -652,7 +661,7 @@ var validDescrStatsRequest = (input) => {
652
661
  path: _path2 + ".active",
653
662
  expected: "Filter",
654
663
  value: input3.active
655
- })) && $vo17(input3.active, _path2 + ".active", _exceptionable2) || $report(_exceptionable2, {
664
+ })) && $vo18(input3.active, _path2 + ".active", _exceptionable2) || $report(_exceptionable2, {
656
665
  path: _path2 + ".active",
657
666
  expected: "Filter",
658
667
  value: input3.active
@@ -690,6 +699,14 @@ var validDescrStatsRequest = (input) => {
690
699
  path: _path2 + ".name_noOrigin",
691
700
  expected: "string",
692
701
  value: input3.name_noOrigin
702
+ }), void 0 === input3.geneVariantTerm || ("object" === typeof input3.geneVariantTerm && null !== input3.geneVariantTerm || $report(_exceptionable2, {
703
+ path: _path2 + ".geneVariantTerm",
704
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
705
+ value: input3.geneVariantTerm
706
+ })) && $vu7(input3.geneVariantTerm, _path2 + ".geneVariantTerm", _exceptionable2) || $report(_exceptionable2, {
707
+ path: _path2 + ".geneVariantTerm",
708
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
709
+ value: input3.geneVariantTerm
693
710
  }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
694
711
  path: _path2 + ".isleaf",
695
712
  expected: "boolean",
@@ -710,12 +727,101 @@ var validDescrStatsRequest = (input) => {
710
727
  path: _path2 + ".values",
711
728
  expected: "TermValues",
712
729
  value: input3.values
713
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
730
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
714
731
  path: _path2 + ".values",
715
732
  expected: "TermValues",
716
733
  value: input3.values
717
734
  })].every((flag) => flag);
718
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
735
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
736
+ path: _path2 + ".id",
737
+ expected: "string",
738
+ value: input3.id
739
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
740
+ path: _path2 + ".name",
741
+ expected: "string",
742
+ value: input3.name
743
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
744
+ path: _path2 + ".type",
745
+ expected: '"geneVariant"',
746
+ value: input3.type
747
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
748
+ path: _path2 + ".child_types",
749
+ expected: "(Array<string> | undefined)",
750
+ value: input3.child_types
751
+ })) && input3.child_types.map((elem, _index5) => "string" === typeof elem || $report(_exceptionable2, {
752
+ path: _path2 + ".child_types[" + _index5 + "]",
753
+ expected: "string",
754
+ value: elem
755
+ })).every((flag) => flag) || $report(_exceptionable2, {
756
+ path: _path2 + ".child_types",
757
+ expected: "(Array<string> | undefined)",
758
+ value: input3.child_types
759
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
760
+ path: _path2 + ".hashtmldetail",
761
+ expected: "(boolean | undefined)",
762
+ value: input3.hashtmldetail
763
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
764
+ path: _path2 + ".included_types",
765
+ expected: "(Array<string> | undefined)",
766
+ value: input3.included_types
767
+ })) && input3.included_types.map((elem, _index6) => "string" === typeof elem || $report(_exceptionable2, {
768
+ path: _path2 + ".included_types[" + _index6 + "]",
769
+ expected: "string",
770
+ value: elem
771
+ })).every((flag) => flag) || $report(_exceptionable2, {
772
+ path: _path2 + ".included_types",
773
+ expected: "(Array<string> | undefined)",
774
+ value: input3.included_types
775
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
776
+ path: _path2 + ".isleaf",
777
+ expected: "(boolean | undefined)",
778
+ value: input3.isleaf
779
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
780
+ path: _path2 + ".values",
781
+ expected: "(TermValues | undefined)",
782
+ value: input3.values
783
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
784
+ path: _path2 + ".values",
785
+ expected: "(TermValues | undefined)",
786
+ value: input3.values
787
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
788
+ path: _path2 + ".filter",
789
+ expected: "(TermFilter | undefined)",
790
+ value: input3.filter
791
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
792
+ path: _path2 + ".filter",
793
+ expected: "(TermFilter | undefined)",
794
+ value: input3.filter
795
+ }), "gene" === input3.kind || $report(_exceptionable2, {
796
+ path: _path2 + ".kind",
797
+ expected: '"gene"',
798
+ value: input3.kind
799
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
800
+ path: _path2 + ".gene",
801
+ expected: "string",
802
+ value: input3.gene
803
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
804
+ path: _path2 + ".chr",
805
+ expected: "(string | undefined)",
806
+ value: input3.chr
807
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
808
+ path: _path2 + ".start",
809
+ expected: "(number | undefined)",
810
+ value: input3.start
811
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
812
+ path: _path2 + ".stop",
813
+ expected: "(number | undefined)",
814
+ value: input3.stop
815
+ }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
816
+ path: _path2 + ".groupsetting",
817
+ expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
818
+ value: input3.groupsetting
819
+ })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
820
+ path: _path2 + ".groupsetting",
821
+ expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
822
+ value: input3.groupsetting
823
+ })].every((flag) => flag);
824
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
719
825
  const value = input3[key];
720
826
  if (void 0 === value)
721
827
  return true;
@@ -724,7 +830,7 @@ var validDescrStatsRequest = (input) => {
724
830
  path: _path2 + $join(key),
725
831
  expected: "BaseValue",
726
832
  value
727
- })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
833
+ })) && $vo17(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
728
834
  path: _path2 + $join(key),
729
835
  expected: "BaseValue",
730
836
  value
@@ -734,14 +840,14 @@ var validDescrStatsRequest = (input) => {
734
840
  path: _path2 + $join(key),
735
841
  expected: "BaseValue",
736
842
  value
737
- })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
843
+ })) && $vo17(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
738
844
  path: _path2 + $join(key),
739
845
  expected: "BaseValue",
740
846
  value
741
847
  });
742
848
  return true;
743
849
  }).every((flag) => flag)].every((flag) => flag);
744
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
850
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
745
851
  path: _path2 + ".key",
746
852
  expected: "(string | undefined)",
747
853
  value: input3.key
@@ -769,12 +875,12 @@ var validDescrStatsRequest = (input) => {
769
875
  path: _path2 + ".filter",
770
876
  expected: "(Filter | undefined)",
771
877
  value: input3.filter
772
- })) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
878
+ })) && $vo18(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
773
879
  path: _path2 + ".filter",
774
880
  expected: "(Filter | undefined)",
775
881
  value: input3.filter
776
882
  })].every((flag) => flag);
777
- const $vo17 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
883
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
778
884
  path: _path2 + ".type",
779
885
  expected: '"tvslst"',
780
886
  value: input3.type
@@ -794,12 +900,12 @@ var validDescrStatsRequest = (input) => {
794
900
  path: _path2 + ".lst",
795
901
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
796
902
  value: input3.lst
797
- })) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
798
- path: _path2 + ".lst[" + _index5 + "]",
903
+ })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
904
+ path: _path2 + ".lst[" + _index7 + "]",
799
905
  expected: "(Filter | __type.o3)",
800
906
  value: elem
801
- })) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
802
- path: _path2 + ".lst[" + _index5 + "]",
907
+ })) && $vu1(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
908
+ path: _path2 + ".lst[" + _index7 + "]",
803
909
  expected: "(Filter | __type.o3)",
804
910
  value: elem
805
911
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -807,7 +913,7 @@ var validDescrStatsRequest = (input) => {
807
913
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
808
914
  value: input3.lst
809
915
  })].every((flag) => flag);
810
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
916
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
811
917
  path: _path2 + ".type",
812
918
  expected: '"tvs"',
813
919
  value: input3.type
@@ -815,12 +921,12 @@ var validDescrStatsRequest = (input) => {
815
921
  path: _path2 + ".tvs",
816
922
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
817
923
  value: input3.tvs
818
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
924
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
819
925
  path: _path2 + ".tvs",
820
926
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
821
927
  value: input3.tvs
822
928
  })].every((flag) => flag);
823
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
929
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
824
930
  path: _path2 + ".join",
825
931
  expected: "(string | undefined)",
826
932
  value: input3.join
@@ -832,7 +938,7 @@ var validDescrStatsRequest = (input) => {
832
938
  path: _path2 + ".term",
833
939
  expected: "CategoricalTerm",
834
940
  value: input3.term
835
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
941
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
836
942
  path: _path2 + ".term",
837
943
  expected: "CategoricalTerm",
838
944
  value: input3.term
@@ -844,12 +950,12 @@ var validDescrStatsRequest = (input) => {
844
950
  path: _path2 + ".values",
845
951
  expected: "Array<BaseValue>",
846
952
  value: input3.values
847
- })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
848
- path: _path2 + ".values[" + _index6 + "]",
953
+ })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
954
+ path: _path2 + ".values[" + _index8 + "]",
849
955
  expected: "BaseValue",
850
956
  value: elem
851
- })) && $vo16(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
852
- path: _path2 + ".values[" + _index6 + "]",
957
+ })) && $vo17(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
958
+ path: _path2 + ".values[" + _index8 + "]",
853
959
  expected: "BaseValue",
854
960
  value: elem
855
961
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -857,7 +963,7 @@ var validDescrStatsRequest = (input) => {
857
963
  expected: "Array<BaseValue>",
858
964
  value: input3.values
859
965
  })].every((flag) => flag);
860
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
966
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
861
967
  path: _path2 + ".id",
862
968
  expected: "string",
863
969
  value: input3.id
@@ -873,8 +979,8 @@ var validDescrStatsRequest = (input) => {
873
979
  path: _path2 + ".child_types",
874
980
  expected: "(Array<string> | undefined)",
875
981
  value: input3.child_types
876
- })) && input3.child_types.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
877
- path: _path2 + ".child_types[" + _index7 + "]",
982
+ })) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
983
+ path: _path2 + ".child_types[" + _index9 + "]",
878
984
  expected: "string",
879
985
  value: elem
880
986
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -889,8 +995,8 @@ var validDescrStatsRequest = (input) => {
889
995
  path: _path2 + ".included_types",
890
996
  expected: "(Array<string> | undefined)",
891
997
  value: input3.included_types
892
- })) && input3.included_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
893
- path: _path2 + ".included_types[" + _index8 + "]",
998
+ })) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
999
+ path: _path2 + ".included_types[" + _index10 + "]",
894
1000
  expected: "string",
895
1001
  value: elem
896
1002
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -905,7 +1011,7 @@ var validDescrStatsRequest = (input) => {
905
1011
  path: _path2 + ".values",
906
1012
  expected: "(TermValues | undefined)",
907
1013
  value: input3.values
908
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1014
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
909
1015
  path: _path2 + ".values",
910
1016
  expected: "(TermValues | undefined)",
911
1017
  value: input3.values
@@ -913,7 +1019,7 @@ var validDescrStatsRequest = (input) => {
913
1019
  path: _path2 + ".filter",
914
1020
  expected: "(TermFilter | undefined)",
915
1021
  value: input3.filter
916
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1022
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
917
1023
  path: _path2 + ".filter",
918
1024
  expected: "(TermFilter | undefined)",
919
1025
  value: input3.filter
@@ -926,7 +1032,7 @@ var validDescrStatsRequest = (input) => {
926
1032
  expected: "(EnabledTermGroupSetting | __type.o4)",
927
1033
  value: input3.groupsetting
928
1034
  })].every((flag) => flag);
929
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
1035
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
930
1036
  path: _path2 + ".opts",
931
1037
  expected: "__type.o2",
932
1038
  value: input3.opts
@@ -938,12 +1044,12 @@ var validDescrStatsRequest = (input) => {
938
1044
  path: _path2 + ".terms",
939
1045
  expected: "Array<DtTerm>",
940
1046
  value: input3.terms
941
- })) && input3.terms.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
942
- path: _path2 + ".terms[" + _index9 + "]",
1047
+ })) && input3.terms.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1048
+ path: _path2 + ".terms[" + _index11 + "]",
943
1049
  expected: "DtTerm",
944
1050
  value: elem
945
- })) && $vo14(elem, _path2 + ".terms[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
946
- path: _path2 + ".terms[" + _index9 + "]",
1051
+ })) && $vo14(elem, _path2 + ".terms[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
1052
+ path: _path2 + ".terms[" + _index11 + "]",
947
1053
  expected: "DtTerm",
948
1054
  value: elem
949
1055
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -951,7 +1057,7 @@ var validDescrStatsRequest = (input) => {
951
1057
  expected: "Array<DtTerm>",
952
1058
  value: input3.terms
953
1059
  })].every((flag) => flag);
954
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
1060
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
955
1061
  path: _path2 + ".disabled",
956
1062
  expected: "(boolean | undefined)",
957
1063
  value: input3.disabled
@@ -959,12 +1065,12 @@ var validDescrStatsRequest = (input) => {
959
1065
  path: _path2 + ".lst",
960
1066
  expected: "Array<Groupset>",
961
1067
  value: input3.lst
962
- })) && input3.lst.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
963
- path: _path2 + ".lst[" + _index10 + "]",
1068
+ })) && input3.lst.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1069
+ path: _path2 + ".lst[" + _index12 + "]",
964
1070
  expected: "Groupset",
965
1071
  value: elem
966
- })) && $vo23(elem, _path2 + ".lst[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
967
- path: _path2 + ".lst[" + _index10 + "]",
1072
+ })) && $vo24(elem, _path2 + ".lst[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1073
+ path: _path2 + ".lst[" + _index12 + "]",
968
1074
  expected: "Groupset",
969
1075
  value: elem
970
1076
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -972,7 +1078,7 @@ var validDescrStatsRequest = (input) => {
972
1078
  expected: "Array<Groupset>",
973
1079
  value: input3.lst
974
1080
  })].every((flag) => flag);
975
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1081
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
976
1082
  path: _path2 + ".name",
977
1083
  expected: "string",
978
1084
  value: input3.name
@@ -992,12 +1098,12 @@ var validDescrStatsRequest = (input) => {
992
1098
  path: _path2 + ".groups",
993
1099
  expected: "Array<GroupEntry>",
994
1100
  value: input3.groups
995
- })) && input3.groups.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
996
- path: _path2 + ".groups[" + _index11 + "]",
1101
+ })) && input3.groups.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1102
+ path: _path2 + ".groups[" + _index13 + "]",
997
1103
  expected: "(FilterGroup | ValuesGroup)",
998
1104
  value: elem
999
- })) && $vu0(elem, _path2 + ".groups[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
1000
- path: _path2 + ".groups[" + _index11 + "]",
1105
+ })) && $vu0(elem, _path2 + ".groups[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
1106
+ path: _path2 + ".groups[" + _index13 + "]",
1001
1107
  expected: "(FilterGroup | ValuesGroup)",
1002
1108
  value: elem
1003
1109
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1005,7 +1111,7 @@ var validDescrStatsRequest = (input) => {
1005
1111
  expected: "Array<GroupEntry>",
1006
1112
  value: input3.groups
1007
1113
  })].every((flag) => flag);
1008
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1114
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1009
1115
  path: _path2 + ".disabled",
1010
1116
  expected: "boolean",
1011
1117
  value: input3.disabled
@@ -1022,7 +1128,7 @@ var validDescrStatsRequest = (input) => {
1022
1128
  expected: "([] | undefined)",
1023
1129
  value: input3.lst
1024
1130
  })].every((flag) => flag);
1025
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1131
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1026
1132
  path: _path2 + ".join",
1027
1133
  expected: "(string | undefined)",
1028
1134
  value: input3.join
@@ -1034,7 +1140,7 @@ var validDescrStatsRequest = (input) => {
1034
1140
  path: _path2 + ".term",
1035
1141
  expected: "NumericTerm",
1036
1142
  value: input3.term
1037
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1143
+ })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1038
1144
  path: _path2 + ".term",
1039
1145
  expected: "NumericTerm",
1040
1146
  value: input3.term
@@ -1042,12 +1148,12 @@ var validDescrStatsRequest = (input) => {
1042
1148
  path: _path2 + ".ranges",
1043
1149
  expected: "Array<NumericBin>",
1044
1150
  value: input3.ranges
1045
- })) && input3.ranges.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1046
- path: _path2 + ".ranges[" + _index12 + "]",
1151
+ })) && input3.ranges.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1152
+ path: _path2 + ".ranges[" + _index14 + "]",
1047
1153
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1048
1154
  value: elem
1049
- })) && $vu2(elem, _path2 + ".ranges[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1050
- path: _path2 + ".ranges[" + _index12 + "]",
1155
+ })) && $vu2(elem, _path2 + ".ranges[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1156
+ path: _path2 + ".ranges[" + _index14 + "]",
1051
1157
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1052
1158
  value: elem
1053
1159
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1058,12 +1164,12 @@ var validDescrStatsRequest = (input) => {
1058
1164
  path: _path2 + ".values",
1059
1165
  expected: "Array<__type>.o1",
1060
1166
  value: input3.values
1061
- })) && input3.values.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1062
- path: _path2 + ".values[" + _index13 + "]",
1167
+ })) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1168
+ path: _path2 + ".values[" + _index15 + "]",
1063
1169
  expected: "__type.o6",
1064
1170
  value: elem
1065
- })) && $vo34(elem, _path2 + ".values[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
1066
- path: _path2 + ".values[" + _index13 + "]",
1171
+ })) && $vo35(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1172
+ path: _path2 + ".values[" + _index15 + "]",
1067
1173
  expected: "__type.o6",
1068
1174
  value: elem
1069
1175
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1071,7 +1177,7 @@ var validDescrStatsRequest = (input) => {
1071
1177
  expected: "Array<__type>.o1",
1072
1178
  value: input3.values
1073
1179
  })].every((flag) => flag);
1074
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1180
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1075
1181
  path: _path2 + ".id",
1076
1182
  expected: "string",
1077
1183
  value: input3.id
@@ -1087,8 +1193,8 @@ var validDescrStatsRequest = (input) => {
1087
1193
  path: _path2 + ".child_types",
1088
1194
  expected: "(Array<string> | undefined)",
1089
1195
  value: input3.child_types
1090
- })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1091
- path: _path2 + ".child_types[" + _index14 + "]",
1196
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1197
+ path: _path2 + ".child_types[" + _index16 + "]",
1092
1198
  expected: "string",
1093
1199
  value: elem
1094
1200
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1103,8 +1209,8 @@ var validDescrStatsRequest = (input) => {
1103
1209
  path: _path2 + ".included_types",
1104
1210
  expected: "(Array<string> | undefined)",
1105
1211
  value: input3.included_types
1106
- })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1107
- path: _path2 + ".included_types[" + _index15 + "]",
1212
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1213
+ path: _path2 + ".included_types[" + _index17 + "]",
1108
1214
  expected: "string",
1109
1215
  value: elem
1110
1216
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1119,7 +1225,7 @@ var validDescrStatsRequest = (input) => {
1119
1225
  path: _path2 + ".values",
1120
1226
  expected: "(TermValues | undefined)",
1121
1227
  value: input3.values
1122
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1228
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1123
1229
  path: _path2 + ".values",
1124
1230
  expected: "(TermValues | undefined)",
1125
1231
  value: input3.values
@@ -1127,7 +1233,7 @@ var validDescrStatsRequest = (input) => {
1127
1233
  path: _path2 + ".filter",
1128
1234
  expected: "(TermFilter | undefined)",
1129
1235
  value: input3.filter
1130
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1236
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1131
1237
  path: _path2 + ".filter",
1132
1238
  expected: "(TermFilter | undefined)",
1133
1239
  value: input3.filter
@@ -1135,7 +1241,7 @@ var validDescrStatsRequest = (input) => {
1135
1241
  path: _path2 + ".bins",
1136
1242
  expected: "PresetNumericBins",
1137
1243
  value: input3.bins
1138
- })) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1244
+ })) && $vo28(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1139
1245
  path: _path2 + ".bins",
1140
1246
  expected: "PresetNumericBins",
1141
1247
  value: input3.bins
@@ -1147,16 +1253,16 @@ var validDescrStatsRequest = (input) => {
1147
1253
  path: _path2 + ".continuousColorScale",
1148
1254
  expected: "(__type.o5 | undefined)",
1149
1255
  value: input3.continuousColorScale
1150
- })) && $vo33(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1256
+ })) && $vo34(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1151
1257
  path: _path2 + ".continuousColorScale",
1152
1258
  expected: "(__type.o5 | undefined)",
1153
1259
  value: input3.continuousColorScale
1154
1260
  })].every((flag) => flag);
1155
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1261
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1156
1262
  path: _path2 + '["default"]',
1157
1263
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1158
1264
  value: input3["default"]
1159
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1265
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1160
1266
  path: _path2 + '["default"]',
1161
1267
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1162
1268
  value: input3["default"]
@@ -1164,7 +1270,7 @@ var validDescrStatsRequest = (input) => {
1164
1270
  path: _path2 + ".less",
1165
1271
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1166
1272
  value: input3.less
1167
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1273
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1168
1274
  path: _path2 + ".less",
1169
1275
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1170
1276
  value: input3.less
@@ -1189,7 +1295,7 @@ var validDescrStatsRequest = (input) => {
1189
1295
  expected: "(number | undefined)",
1190
1296
  value: input3.max
1191
1297
  })].every((flag) => flag);
1192
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1298
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1193
1299
  path: _path2 + ".hiddenValues",
1194
1300
  expected: "(HiddenValues | undefined)",
1195
1301
  value: input3.hiddenValues
@@ -1242,7 +1348,7 @@ var validDescrStatsRequest = (input) => {
1242
1348
  expected: "(number | undefined)",
1243
1349
  value: input3.label_offset
1244
1350
  })].every((flag) => flag);
1245
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1351
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1246
1352
  path: _path2 + ".startunbounded",
1247
1353
  expected: "true",
1248
1354
  value: input3.startunbounded
@@ -1267,7 +1373,7 @@ var validDescrStatsRequest = (input) => {
1267
1373
  expected: "(string | undefined)",
1268
1374
  value: input3.label
1269
1375
  })].every((flag) => flag);
1270
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1376
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1271
1377
  path: _path2 + ".startunbounded",
1272
1378
  expected: "(false | undefined)",
1273
1379
  value: input3.startunbounded
@@ -1296,7 +1402,7 @@ var validDescrStatsRequest = (input) => {
1296
1402
  expected: "(string | undefined)",
1297
1403
  value: input3.label
1298
1404
  })].every((flag) => flag);
1299
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1405
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1300
1406
  path: _path2 + ".start",
1301
1407
  expected: "number",
1302
1408
  value: input3.start
@@ -1321,7 +1427,7 @@ var validDescrStatsRequest = (input) => {
1321
1427
  expected: "(string | undefined)",
1322
1428
  value: input3.label
1323
1429
  })].every((flag) => flag);
1324
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1430
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1325
1431
  path: _path2 + ".hiddenValues",
1326
1432
  expected: "(HiddenValues | undefined)",
1327
1433
  value: input3.hiddenValues
@@ -1367,12 +1473,12 @@ var validDescrStatsRequest = (input) => {
1367
1473
  path: _path2 + ".lst",
1368
1474
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1369
1475
  value: input3.lst.slice(1)
1370
- })) && input3.lst.slice(1).map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1371
- path: _path2 + ".lst[" + (1 + _index16) + "]",
1476
+ })) && input3.lst.slice(1).map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1477
+ path: _path2 + ".lst[" + (1 + _index18) + "]",
1372
1478
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1373
1479
  value: elem
1374
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index16) + "]", _exceptionable2) || $report(_exceptionable2, {
1375
- path: _path2 + ".lst[" + (1 + _index16) + "]",
1480
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index18) + "]", _exceptionable2) || $report(_exceptionable2, {
1481
+ path: _path2 + ".lst[" + (1 + _index18) + "]",
1376
1482
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1377
1483
  value: elem
1378
1484
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1388,7 +1494,7 @@ var validDescrStatsRequest = (input) => {
1388
1494
  expected: '("median" | undefined)',
1389
1495
  value: input3.preferredBins
1390
1496
  })].every((flag) => flag);
1391
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1497
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1392
1498
  path: _path2 + ".minColor",
1393
1499
  expected: "string",
1394
1500
  value: input3.minColor
@@ -1397,7 +1503,7 @@ var validDescrStatsRequest = (input) => {
1397
1503
  expected: "string",
1398
1504
  value: input3.maxColor
1399
1505
  })].every((flag) => flag);
1400
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1506
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1401
1507
  path: _path2 + ".key",
1402
1508
  expected: "string",
1403
1509
  value: input3.key
@@ -1414,7 +1520,7 @@ var validDescrStatsRequest = (input) => {
1414
1520
  expected: "(string | undefined)",
1415
1521
  value: input3.label
1416
1522
  })].every((flag) => flag);
1417
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1523
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1418
1524
  path: _path2 + ".join",
1419
1525
  expected: "(string | undefined)",
1420
1526
  value: input3.join
@@ -1426,7 +1532,7 @@ var validDescrStatsRequest = (input) => {
1426
1532
  path: _path2 + ".term",
1427
1533
  expected: "ConditionTerm",
1428
1534
  value: input3.term
1429
- })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1535
+ })) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1430
1536
  path: _path2 + ".term",
1431
1537
  expected: "ConditionTerm",
1432
1538
  value: input3.term
@@ -1446,12 +1552,12 @@ var validDescrStatsRequest = (input) => {
1446
1552
  path: _path2 + ".grade_and_child",
1447
1553
  expected: "(Array<GradeAndChildEntry> | undefined)",
1448
1554
  value: input3.grade_and_child
1449
- })) && input3.grade_and_child.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1450
- path: _path2 + ".grade_and_child[" + _index17 + "]",
1555
+ })) && input3.grade_and_child.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1556
+ path: _path2 + ".grade_and_child[" + _index19 + "]",
1451
1557
  expected: "GradeAndChildEntry",
1452
1558
  value: elem
1453
- })) && $vo37(elem, _path2 + ".grade_and_child[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1454
- path: _path2 + ".grade_and_child[" + _index17 + "]",
1559
+ })) && $vo38(elem, _path2 + ".grade_and_child[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1560
+ path: _path2 + ".grade_and_child[" + _index19 + "]",
1455
1561
  expected: "GradeAndChildEntry",
1456
1562
  value: elem
1457
1563
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1459,7 +1565,7 @@ var validDescrStatsRequest = (input) => {
1459
1565
  expected: "(Array<GradeAndChildEntry> | undefined)",
1460
1566
  value: input3.grade_and_child
1461
1567
  })].every((flag) => flag);
1462
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1568
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1463
1569
  path: _path2 + ".id",
1464
1570
  expected: "string",
1465
1571
  value: input3.id
@@ -1475,8 +1581,8 @@ var validDescrStatsRequest = (input) => {
1475
1581
  path: _path2 + ".child_types",
1476
1582
  expected: "(Array<string> | undefined)",
1477
1583
  value: input3.child_types
1478
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1479
- path: _path2 + ".child_types[" + _index18 + "]",
1584
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1585
+ path: _path2 + ".child_types[" + _index20 + "]",
1480
1586
  expected: "string",
1481
1587
  value: elem
1482
1588
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1491,8 +1597,8 @@ var validDescrStatsRequest = (input) => {
1491
1597
  path: _path2 + ".included_types",
1492
1598
  expected: "(Array<string> | undefined)",
1493
1599
  value: input3.included_types
1494
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1495
- path: _path2 + ".included_types[" + _index19 + "]",
1600
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1601
+ path: _path2 + ".included_types[" + _index21 + "]",
1496
1602
  expected: "string",
1497
1603
  value: elem
1498
1604
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1507,7 +1613,7 @@ var validDescrStatsRequest = (input) => {
1507
1613
  path: _path2 + ".values",
1508
1614
  expected: "(TermValues | undefined)",
1509
1615
  value: input3.values
1510
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1616
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1511
1617
  path: _path2 + ".values",
1512
1618
  expected: "(TermValues | undefined)",
1513
1619
  value: input3.values
@@ -1515,12 +1621,12 @@ var validDescrStatsRequest = (input) => {
1515
1621
  path: _path2 + ".filter",
1516
1622
  expected: "(TermFilter | undefined)",
1517
1623
  value: input3.filter
1518
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1624
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1519
1625
  path: _path2 + ".filter",
1520
1626
  expected: "(TermFilter | undefined)",
1521
1627
  value: input3.filter
1522
1628
  })].every((flag) => flag);
1523
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1629
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1524
1630
  path: _path2 + ".grade",
1525
1631
  expected: "number",
1526
1632
  value: input3.grade
@@ -1537,7 +1643,7 @@ var validDescrStatsRequest = (input) => {
1537
1643
  expected: "string",
1538
1644
  value: input3.child_label
1539
1645
  })].every((flag) => flag);
1540
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1646
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1541
1647
  path: _path2 + ".join",
1542
1648
  expected: "(string | undefined)",
1543
1649
  value: input3.join
@@ -1557,12 +1663,12 @@ var validDescrStatsRequest = (input) => {
1557
1663
  path: _path2 + ".values",
1558
1664
  expected: "Array<__type>.o2",
1559
1665
  value: input3.values
1560
- })) && input3.values.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1561
- path: _path2 + ".values[" + _index20 + "]",
1666
+ })) && input3.values.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1667
+ path: _path2 + ".values[" + _index22 + "]",
1562
1668
  expected: "__type.o7",
1563
1669
  value: elem
1564
- })) && $vo39(elem, _path2 + ".values[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1565
- path: _path2 + ".values[" + _index20 + "]",
1670
+ })) && $vo40(elem, _path2 + ".values[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1671
+ path: _path2 + ".values[" + _index22 + "]",
1566
1672
  expected: "__type.o7",
1567
1673
  value: elem
1568
1674
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1570,7 +1676,7 @@ var validDescrStatsRequest = (input) => {
1570
1676
  expected: "Array<__type>.o2",
1571
1677
  value: input3.values
1572
1678
  })].every((flag) => flag);
1573
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1679
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1574
1680
  path: _path2 + ".key",
1575
1681
  expected: "string",
1576
1682
  value: input3.key
@@ -1583,7 +1689,92 @@ var validDescrStatsRequest = (input) => {
1583
1689
  expected: "string",
1584
1690
  value: input3.value
1585
1691
  })].every((flag) => flag);
1586
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1692
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1693
+ path: _path2 + ".id",
1694
+ expected: "string",
1695
+ value: input3.id
1696
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1697
+ path: _path2 + ".name",
1698
+ expected: "string",
1699
+ value: input3.name
1700
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
1701
+ path: _path2 + ".type",
1702
+ expected: '"geneVariant"',
1703
+ value: input3.type
1704
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1705
+ path: _path2 + ".child_types",
1706
+ expected: "(Array<string> | undefined)",
1707
+ value: input3.child_types
1708
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1709
+ path: _path2 + ".child_types[" + _index23 + "]",
1710
+ expected: "string",
1711
+ value: elem
1712
+ })).every((flag) => flag) || $report(_exceptionable2, {
1713
+ path: _path2 + ".child_types",
1714
+ expected: "(Array<string> | undefined)",
1715
+ value: input3.child_types
1716
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1717
+ path: _path2 + ".hashtmldetail",
1718
+ expected: "(boolean | undefined)",
1719
+ value: input3.hashtmldetail
1720
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1721
+ path: _path2 + ".included_types",
1722
+ expected: "(Array<string> | undefined)",
1723
+ value: input3.included_types
1724
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1725
+ path: _path2 + ".included_types[" + _index24 + "]",
1726
+ expected: "string",
1727
+ value: elem
1728
+ })).every((flag) => flag) || $report(_exceptionable2, {
1729
+ path: _path2 + ".included_types",
1730
+ expected: "(Array<string> | undefined)",
1731
+ value: input3.included_types
1732
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1733
+ path: _path2 + ".isleaf",
1734
+ expected: "(boolean | undefined)",
1735
+ value: input3.isleaf
1736
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1737
+ path: _path2 + ".values",
1738
+ expected: "(TermValues | undefined)",
1739
+ value: input3.values
1740
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1741
+ path: _path2 + ".values",
1742
+ expected: "(TermValues | undefined)",
1743
+ value: input3.values
1744
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1745
+ path: _path2 + ".filter",
1746
+ expected: "(TermFilter | undefined)",
1747
+ value: input3.filter
1748
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1749
+ path: _path2 + ".filter",
1750
+ expected: "(TermFilter | undefined)",
1751
+ value: input3.filter
1752
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1753
+ path: _path2 + ".kind",
1754
+ expected: '"coord"',
1755
+ value: input3.kind
1756
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1757
+ path: _path2 + ".chr",
1758
+ expected: "string",
1759
+ value: input3.chr
1760
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1761
+ path: _path2 + ".start",
1762
+ expected: "number",
1763
+ value: input3.start
1764
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1765
+ path: _path2 + ".stop",
1766
+ expected: "number",
1767
+ value: input3.stop
1768
+ }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1769
+ path: _path2 + ".groupsetting",
1770
+ expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
1771
+ value: input3.groupsetting
1772
+ })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1773
+ path: _path2 + ".groupsetting",
1774
+ expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
1775
+ value: input3.groupsetting
1776
+ })].every((flag) => flag);
1777
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1587
1778
  path: _path2 + ".id",
1588
1779
  expected: "(string | undefined)",
1589
1780
  value: input3.id
@@ -1611,7 +1802,7 @@ var validDescrStatsRequest = (input) => {
1611
1802
  path: _path2 + ".term",
1612
1803
  expected: "NumericTerm",
1613
1804
  value: input3.term
1614
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1805
+ })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1615
1806
  path: _path2 + ".term",
1616
1807
  expected: "NumericTerm",
1617
1808
  value: input3.term
@@ -1619,12 +1810,12 @@ var validDescrStatsRequest = (input) => {
1619
1810
  path: _path2 + ".q",
1620
1811
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1621
1812
  value: input3.q
1622
- })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1813
+ })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1623
1814
  path: _path2 + ".q",
1624
1815
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1625
1816
  value: input3.q
1626
1817
  })].every((flag) => flag);
1627
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1818
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1628
1819
  path: _path2 + ".hiddenValues",
1629
1820
  expected: "(HiddenValues | undefined)",
1630
1821
  value: input3.hiddenValues
@@ -1684,7 +1875,7 @@ var validDescrStatsRequest = (input) => {
1684
1875
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1685
1876
  value: input3.lst
1686
1877
  })].every((flag) => flag);
1687
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1878
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1688
1879
  path: _path2 + ".hiddenValues",
1689
1880
  expected: "(HiddenValues | undefined)",
1690
1881
  value: input3.hiddenValues
@@ -1721,7 +1912,7 @@ var validDescrStatsRequest = (input) => {
1721
1912
  expected: "undefined",
1722
1913
  value: input3.type
1723
1914
  }))].every((flag) => flag);
1724
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1915
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1725
1916
  path: _path2 + ".hiddenValues",
1726
1917
  expected: "(HiddenValues | undefined)",
1727
1918
  value: input3.hiddenValues
@@ -1749,12 +1940,12 @@ var validDescrStatsRequest = (input) => {
1749
1940
  path: _path2 + ".knots",
1750
1941
  expected: "Array<__type>.o3",
1751
1942
  value: input3.knots
1752
- })) && input3.knots.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1753
- path: _path2 + ".knots[" + _index21 + "]",
1943
+ })) && input3.knots.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1944
+ path: _path2 + ".knots[" + _index25 + "]",
1754
1945
  expected: "__type.o8",
1755
1946
  value: elem
1756
- })) && $vo44(elem, _path2 + ".knots[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1757
- path: _path2 + ".knots[" + _index21 + "]",
1947
+ })) && $vo46(elem, _path2 + ".knots[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1948
+ path: _path2 + ".knots[" + _index25 + "]",
1758
1949
  expected: "__type.o8",
1759
1950
  value: elem
1760
1951
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1770,12 +1961,12 @@ var validDescrStatsRequest = (input) => {
1770
1961
  expected: "undefined",
1771
1962
  value: input3.type
1772
1963
  }))].every((flag) => flag);
1773
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1964
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1774
1965
  path: _path2 + ".value",
1775
1966
  expected: "number",
1776
1967
  value: input3.value
1777
1968
  })].every((flag) => flag);
1778
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1969
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1779
1970
  path: _path2 + ".id",
1780
1971
  expected: "(string | undefined)",
1781
1972
  value: input3.id
@@ -1803,7 +1994,7 @@ var validDescrStatsRequest = (input) => {
1803
1994
  path: _path2 + ".q",
1804
1995
  expected: "SnpsQ",
1805
1996
  value: input3.q
1806
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1997
+ })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1807
1998
  path: _path2 + ".q",
1808
1999
  expected: "SnpsQ",
1809
2000
  value: input3.q
@@ -1811,12 +2002,12 @@ var validDescrStatsRequest = (input) => {
1811
2002
  path: _path2 + ".term",
1812
2003
  expected: "SnpsTerm",
1813
2004
  value: input3.term
1814
- })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2005
+ })) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1815
2006
  path: _path2 + ".term",
1816
2007
  expected: "SnpsTerm",
1817
2008
  value: input3.term
1818
2009
  })].every((flag) => flag);
1819
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2010
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1820
2011
  path: _path2 + ".hiddenValues",
1821
2012
  expected: "(HiddenValues | undefined)",
1822
2013
  value: input3.hiddenValues
@@ -1872,7 +2063,7 @@ var validDescrStatsRequest = (input) => {
1872
2063
  path: _path2 + ".restrictAncestry",
1873
2064
  expected: "RestrictAncestry",
1874
2065
  value: input3.restrictAncestry
1875
- })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2066
+ })) && $vo49(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1876
2067
  path: _path2 + ".restrictAncestry",
1877
2068
  expected: "RestrictAncestry",
1878
2069
  value: input3.restrictAncestry
@@ -1880,7 +2071,7 @@ var validDescrStatsRequest = (input) => {
1880
2071
  path: _path2 + ".variant_filter",
1881
2072
  expected: "Filter",
1882
2073
  value: input3.variant_filter
1883
- })) && $vo17(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2074
+ })) && $vo18(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
1884
2075
  path: _path2 + ".variant_filter",
1885
2076
  expected: "Filter",
1886
2077
  value: input3.variant_filter
@@ -1897,7 +2088,7 @@ var validDescrStatsRequest = (input) => {
1897
2088
  expected: "number",
1898
2089
  value: input3.stop
1899
2090
  })].every((flag) => flag);
1900
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2091
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1901
2092
  path: _path2 + ".name",
1902
2093
  expected: "string",
1903
2094
  value: input3.name
@@ -1905,12 +2096,12 @@ var validDescrStatsRequest = (input) => {
1905
2096
  path: _path2 + ".tvs",
1906
2097
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
1907
2098
  value: input3.tvs
1908
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2099
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
1909
2100
  path: _path2 + ".tvs",
1910
2101
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
1911
2102
  value: input3.tvs
1912
2103
  })].every((flag) => flag);
1913
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2104
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1914
2105
  path: _path2 + ".id",
1915
2106
  expected: "string",
1916
2107
  value: input3.id
@@ -1926,8 +2117,8 @@ var validDescrStatsRequest = (input) => {
1926
2117
  path: _path2 + ".child_types",
1927
2118
  expected: "(Array<string> | undefined)",
1928
2119
  value: input3.child_types
1929
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1930
- path: _path2 + ".child_types[" + _index22 + "]",
2120
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
2121
+ path: _path2 + ".child_types[" + _index26 + "]",
1931
2122
  expected: "string",
1932
2123
  value: elem
1933
2124
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1942,8 +2133,8 @@ var validDescrStatsRequest = (input) => {
1942
2133
  path: _path2 + ".included_types",
1943
2134
  expected: "(Array<string> | undefined)",
1944
2135
  value: input3.included_types
1945
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1946
- path: _path2 + ".included_types[" + _index23 + "]",
2136
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
2137
+ path: _path2 + ".included_types[" + _index27 + "]",
1947
2138
  expected: "string",
1948
2139
  value: elem
1949
2140
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1958,7 +2149,7 @@ var validDescrStatsRequest = (input) => {
1958
2149
  path: _path2 + ".values",
1959
2150
  expected: "(TermValues | undefined)",
1960
2151
  value: input3.values
1961
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2152
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1962
2153
  path: _path2 + ".values",
1963
2154
  expected: "(TermValues | undefined)",
1964
2155
  value: input3.values
@@ -1966,7 +2157,7 @@ var validDescrStatsRequest = (input) => {
1966
2157
  path: _path2 + ".filter",
1967
2158
  expected: "(TermFilter | undefined)",
1968
2159
  value: input3.filter
1969
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2160
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1970
2161
  path: _path2 + ".filter",
1971
2162
  expected: "(TermFilter | undefined)",
1972
2163
  value: input3.filter
@@ -1978,12 +2169,12 @@ var validDescrStatsRequest = (input) => {
1978
2169
  path: _path2 + ".snps",
1979
2170
  expected: "(Array<SnpsEntry> | undefined)",
1980
2171
  value: input3.snps
1981
- })) && input3.snps.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1982
- path: _path2 + ".snps[" + _index24 + "]",
2172
+ })) && input3.snps.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2173
+ path: _path2 + ".snps[" + _index28 + "]",
1983
2174
  expected: "SnpsEntry",
1984
2175
  value: elem
1985
- })) && $vo49(elem, _path2 + ".snps[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1986
- path: _path2 + ".snps[" + _index24 + "]",
2176
+ })) && $vo51(elem, _path2 + ".snps[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
2177
+ path: _path2 + ".snps[" + _index28 + "]",
1987
2178
  expected: "SnpsEntry",
1988
2179
  value: elem
1989
2180
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1991,12 +2182,12 @@ var validDescrStatsRequest = (input) => {
1991
2182
  expected: "(Array<SnpsEntry> | undefined)",
1992
2183
  value: input3.snps
1993
2184
  })].every((flag) => flag);
1994
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2185
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
1995
2186
  path: _path2 + ".altAlleles",
1996
2187
  expected: "(Array<string> | undefined)",
1997
2188
  value: input3.altAlleles
1998
- })) && input3.altAlleles.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1999
- path: _path2 + ".altAlleles[" + _index25 + "]",
2189
+ })) && input3.altAlleles.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
2190
+ path: _path2 + ".altAlleles[" + _index29 + "]",
2000
2191
  expected: "string",
2001
2192
  value: elem
2002
2193
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2007,12 +2198,12 @@ var validDescrStatsRequest = (input) => {
2007
2198
  path: _path2 + ".alleles",
2008
2199
  expected: "(Array<AllelesEntry> | undefined)",
2009
2200
  value: input3.alleles
2010
- })) && input3.alleles.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2011
- path: _path2 + ".alleles[" + _index26 + "]",
2201
+ })) && input3.alleles.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2202
+ path: _path2 + ".alleles[" + _index30 + "]",
2012
2203
  expected: "AllelesEntry",
2013
2204
  value: elem
2014
- })) && $vo50(elem, _path2 + ".alleles[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
2015
- path: _path2 + ".alleles[" + _index26 + "]",
2205
+ })) && $vo52(elem, _path2 + ".alleles[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2206
+ path: _path2 + ".alleles[" + _index30 + "]",
2016
2207
  expected: "AllelesEntry",
2017
2208
  value: elem
2018
2209
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2027,7 +2218,7 @@ var validDescrStatsRequest = (input) => {
2027
2218
  path: _path2 + ".gt2count",
2028
2219
  expected: "(__type.o9 | undefined)",
2029
2220
  value: input3.gt2count
2030
- })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2221
+ })) && $vo53(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2031
2222
  path: _path2 + ".gt2count",
2032
2223
  expected: "(__type.o9 | undefined)",
2033
2224
  value: input3.gt2count
@@ -2056,7 +2247,7 @@ var validDescrStatsRequest = (input) => {
2056
2247
  expected: "(number | undefined)",
2057
2248
  value: input3.pos
2058
2249
  })].every((flag) => flag);
2059
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2250
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2060
2251
  path: _path2 + ".allele",
2061
2252
  expected: "string",
2062
2253
  value: input3.allele
@@ -2069,7 +2260,7 @@ var validDescrStatsRequest = (input) => {
2069
2260
  expected: "boolean",
2070
2261
  value: input3.isRef
2071
2262
  })].every((flag) => flag);
2072
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2263
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2073
2264
  path: _path2 + ".k",
2074
2265
  expected: "string",
2075
2266
  value: input3.k
@@ -2078,7 +2269,7 @@ var validDescrStatsRequest = (input) => {
2078
2269
  expected: "(number | string)",
2079
2270
  value: input3.v
2080
2271
  })].every((flag) => flag);
2081
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2272
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2082
2273
  path: _path2 + ".id",
2083
2274
  expected: "(string | undefined)",
2084
2275
  value: input3.id
@@ -2106,7 +2297,7 @@ var validDescrStatsRequest = (input) => {
2106
2297
  path: _path2 + ".term",
2107
2298
  expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
2108
2299
  value: input3.term
2109
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2300
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2110
2301
  path: _path2 + ".term",
2111
2302
  expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
2112
2303
  value: input3.term
@@ -2114,12 +2305,12 @@ var validDescrStatsRequest = (input) => {
2114
2305
  path: _path2 + ".q",
2115
2306
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2116
2307
  value: input3.q
2117
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2308
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2118
2309
  path: _path2 + ".q",
2119
2310
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2120
2311
  value: input3.q
2121
2312
  })].every((flag) => flag);
2122
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2313
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2123
2314
  path: _path2 + ".id",
2124
2315
  expected: "string",
2125
2316
  value: input3.id
@@ -2135,8 +2326,8 @@ var validDescrStatsRequest = (input) => {
2135
2326
  path: _path2 + ".child_types",
2136
2327
  expected: "(Array<string> | undefined)",
2137
2328
  value: input3.child_types
2138
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
2139
- path: _path2 + ".child_types[" + _index27 + "]",
2329
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2330
+ path: _path2 + ".child_types[" + _index31 + "]",
2140
2331
  expected: "string",
2141
2332
  value: elem
2142
2333
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2151,8 +2342,8 @@ var validDescrStatsRequest = (input) => {
2151
2342
  path: _path2 + ".included_types",
2152
2343
  expected: "(Array<string> | undefined)",
2153
2344
  value: input3.included_types
2154
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2155
- path: _path2 + ".included_types[" + _index28 + "]",
2345
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2346
+ path: _path2 + ".included_types[" + _index32 + "]",
2156
2347
  expected: "string",
2157
2348
  value: elem
2158
2349
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2167,7 +2358,7 @@ var validDescrStatsRequest = (input) => {
2167
2358
  path: _path2 + ".values",
2168
2359
  expected: "(TermValues | undefined)",
2169
2360
  value: input3.values
2170
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2361
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2171
2362
  path: _path2 + ".values",
2172
2363
  expected: "(TermValues | undefined)",
2173
2364
  value: input3.values
@@ -2175,7 +2366,7 @@ var validDescrStatsRequest = (input) => {
2175
2366
  path: _path2 + ".filter",
2176
2367
  expected: "(TermFilter | undefined)",
2177
2368
  value: input3.filter
2178
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2369
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2179
2370
  path: _path2 + ".filter",
2180
2371
  expected: "(TermFilter | undefined)",
2181
2372
  value: input3.filter
@@ -2208,7 +2399,7 @@ var validDescrStatsRequest = (input) => {
2208
2399
  expected: "(EnabledTermGroupSetting | __type.o4)",
2209
2400
  value: input3.groupsetting
2210
2401
  })].every((flag) => flag);
2211
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2402
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2212
2403
  path: _path2 + ".id",
2213
2404
  expected: "string",
2214
2405
  value: input3.id
@@ -2224,8 +2415,8 @@ var validDescrStatsRequest = (input) => {
2224
2415
  path: _path2 + ".child_types",
2225
2416
  expected: "(Array<string> | undefined)",
2226
2417
  value: input3.child_types
2227
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
2228
- path: _path2 + ".child_types[" + _index29 + "]",
2418
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2419
+ path: _path2 + ".child_types[" + _index33 + "]",
2229
2420
  expected: "string",
2230
2421
  value: elem
2231
2422
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2240,8 +2431,8 @@ var validDescrStatsRequest = (input) => {
2240
2431
  path: _path2 + ".included_types",
2241
2432
  expected: "(Array<string> | undefined)",
2242
2433
  value: input3.included_types
2243
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2244
- path: _path2 + ".included_types[" + _index30 + "]",
2434
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2435
+ path: _path2 + ".included_types[" + _index34 + "]",
2245
2436
  expected: "string",
2246
2437
  value: elem
2247
2438
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2256,7 +2447,7 @@ var validDescrStatsRequest = (input) => {
2256
2447
  path: _path2 + ".values",
2257
2448
  expected: "(TermValues | undefined)",
2258
2449
  value: input3.values
2259
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2450
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2260
2451
  path: _path2 + ".values",
2261
2452
  expected: "(TermValues | undefined)",
2262
2453
  value: input3.values
@@ -2264,7 +2455,7 @@ var validDescrStatsRequest = (input) => {
2264
2455
  path: _path2 + ".filter",
2265
2456
  expected: "(TermFilter | undefined)",
2266
2457
  value: input3.filter
2267
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2458
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2268
2459
  path: _path2 + ".filter",
2269
2460
  expected: "(TermFilter | undefined)",
2270
2461
  value: input3.filter
@@ -2293,7 +2484,7 @@ var validDescrStatsRequest = (input) => {
2293
2484
  expected: "(EnabledTermGroupSetting | __type.o4)",
2294
2485
  value: input3.groupsetting
2295
2486
  })].every((flag) => flag);
2296
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2487
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2297
2488
  path: _path2 + ".id",
2298
2489
  expected: "string",
2299
2490
  value: input3.id
@@ -2309,8 +2500,8 @@ var validDescrStatsRequest = (input) => {
2309
2500
  path: _path2 + ".child_types",
2310
2501
  expected: "(Array<string> | undefined)",
2311
2502
  value: input3.child_types
2312
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2313
- path: _path2 + ".child_types[" + _index31 + "]",
2503
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2504
+ path: _path2 + ".child_types[" + _index35 + "]",
2314
2505
  expected: "string",
2315
2506
  value: elem
2316
2507
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2325,8 +2516,8 @@ var validDescrStatsRequest = (input) => {
2325
2516
  path: _path2 + ".included_types",
2326
2517
  expected: "(Array<string> | undefined)",
2327
2518
  value: input3.included_types
2328
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2329
- path: _path2 + ".included_types[" + _index32 + "]",
2519
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2520
+ path: _path2 + ".included_types[" + _index36 + "]",
2330
2521
  expected: "string",
2331
2522
  value: elem
2332
2523
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2341,7 +2532,7 @@ var validDescrStatsRequest = (input) => {
2341
2532
  path: _path2 + ".values",
2342
2533
  expected: "(TermValues | undefined)",
2343
2534
  value: input3.values
2344
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2535
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2345
2536
  path: _path2 + ".values",
2346
2537
  expected: "(TermValues | undefined)",
2347
2538
  value: input3.values
@@ -2349,7 +2540,7 @@ var validDescrStatsRequest = (input) => {
2349
2540
  path: _path2 + ".filter",
2350
2541
  expected: "(TermFilter | undefined)",
2351
2542
  value: input3.filter
2352
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2543
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2353
2544
  path: _path2 + ".filter",
2354
2545
  expected: "(TermFilter | undefined)",
2355
2546
  value: input3.filter
@@ -2362,7 +2553,7 @@ var validDescrStatsRequest = (input) => {
2362
2553
  expected: "(EnabledTermGroupSetting | __type.o4)",
2363
2554
  value: input3.groupsetting
2364
2555
  })].every((flag) => flag);
2365
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2556
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2366
2557
  path: _path2 + ".id",
2367
2558
  expected: "string",
2368
2559
  value: input3.id
@@ -2378,8 +2569,8 @@ var validDescrStatsRequest = (input) => {
2378
2569
  path: _path2 + ".child_types",
2379
2570
  expected: "(Array<string> | undefined)",
2380
2571
  value: input3.child_types
2381
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2382
- path: _path2 + ".child_types[" + _index33 + "]",
2572
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2573
+ path: _path2 + ".child_types[" + _index37 + "]",
2383
2574
  expected: "string",
2384
2575
  value: elem
2385
2576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2394,8 +2585,8 @@ var validDescrStatsRequest = (input) => {
2394
2585
  path: _path2 + ".included_types",
2395
2586
  expected: "(Array<string> | undefined)",
2396
2587
  value: input3.included_types
2397
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2398
- path: _path2 + ".included_types[" + _index34 + "]",
2588
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2589
+ path: _path2 + ".included_types[" + _index38 + "]",
2399
2590
  expected: "string",
2400
2591
  value: elem
2401
2592
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2410,7 +2601,7 @@ var validDescrStatsRequest = (input) => {
2410
2601
  path: _path2 + ".values",
2411
2602
  expected: "(TermValues | undefined)",
2412
2603
  value: input3.values
2413
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2604
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2414
2605
  path: _path2 + ".values",
2415
2606
  expected: "(TermValues | undefined)",
2416
2607
  value: input3.values
@@ -2418,7 +2609,7 @@ var validDescrStatsRequest = (input) => {
2418
2609
  path: _path2 + ".filter",
2419
2610
  expected: "(TermFilter | undefined)",
2420
2611
  value: input3.filter
2421
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2612
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2422
2613
  path: _path2 + ".filter",
2423
2614
  expected: "(TermFilter | undefined)",
2424
2615
  value: input3.filter
@@ -2426,7 +2617,7 @@ var validDescrStatsRequest = (input) => {
2426
2617
  path: _path2 + ".bins",
2427
2618
  expected: "PresetNumericBins",
2428
2619
  value: input3.bins
2429
- })) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2620
+ })) && $vo28(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2430
2621
  path: _path2 + ".bins",
2431
2622
  expected: "PresetNumericBins",
2432
2623
  value: input3.bins
@@ -2438,12 +2629,12 @@ var validDescrStatsRequest = (input) => {
2438
2629
  path: _path2 + ".continuousColorScale",
2439
2630
  expected: "(__type.o5 | undefined)",
2440
2631
  value: input3.continuousColorScale
2441
- })) && $vo33(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2632
+ })) && $vo34(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2442
2633
  path: _path2 + ".continuousColorScale",
2443
2634
  expected: "(__type.o5 | undefined)",
2444
2635
  value: input3.continuousColorScale
2445
2636
  })].every((flag) => flag);
2446
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2637
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2447
2638
  path: _path2 + ".id",
2448
2639
  expected: "string",
2449
2640
  value: input3.id
@@ -2459,8 +2650,8 @@ var validDescrStatsRequest = (input) => {
2459
2650
  path: _path2 + ".child_types",
2460
2651
  expected: "(Array<string> | undefined)",
2461
2652
  value: input3.child_types
2462
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2463
- path: _path2 + ".child_types[" + _index35 + "]",
2653
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2654
+ path: _path2 + ".child_types[" + _index39 + "]",
2464
2655
  expected: "string",
2465
2656
  value: elem
2466
2657
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2475,8 +2666,8 @@ var validDescrStatsRequest = (input) => {
2475
2666
  path: _path2 + ".included_types",
2476
2667
  expected: "(Array<string> | undefined)",
2477
2668
  value: input3.included_types
2478
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2479
- path: _path2 + ".included_types[" + _index36 + "]",
2669
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2670
+ path: _path2 + ".included_types[" + _index40 + "]",
2480
2671
  expected: "string",
2481
2672
  value: elem
2482
2673
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2491,7 +2682,7 @@ var validDescrStatsRequest = (input) => {
2491
2682
  path: _path2 + ".values",
2492
2683
  expected: "(TermValues | undefined)",
2493
2684
  value: input3.values
2494
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2685
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2495
2686
  path: _path2 + ".values",
2496
2687
  expected: "(TermValues | undefined)",
2497
2688
  value: input3.values
@@ -2499,12 +2690,12 @@ var validDescrStatsRequest = (input) => {
2499
2690
  path: _path2 + ".filter",
2500
2691
  expected: "(TermFilter | undefined)",
2501
2692
  value: input3.filter
2502
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2693
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2503
2694
  path: _path2 + ".filter",
2504
2695
  expected: "(TermFilter | undefined)",
2505
2696
  value: input3.filter
2506
2697
  })].every((flag) => flag);
2507
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2698
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2508
2699
  path: _path2 + ".id",
2509
2700
  expected: "string",
2510
2701
  value: input3.id
@@ -2520,8 +2711,8 @@ var validDescrStatsRequest = (input) => {
2520
2711
  path: _path2 + ".child_types",
2521
2712
  expected: "(Array<string> | undefined)",
2522
2713
  value: input3.child_types
2523
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2524
- path: _path2 + ".child_types[" + _index37 + "]",
2714
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2715
+ path: _path2 + ".child_types[" + _index41 + "]",
2525
2716
  expected: "string",
2526
2717
  value: elem
2527
2718
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2536,8 +2727,8 @@ var validDescrStatsRequest = (input) => {
2536
2727
  path: _path2 + ".included_types",
2537
2728
  expected: "(Array<string> | undefined)",
2538
2729
  value: input3.included_types
2539
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2540
- path: _path2 + ".included_types[" + _index38 + "]",
2730
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2731
+ path: _path2 + ".included_types[" + _index42 + "]",
2541
2732
  expected: "string",
2542
2733
  value: elem
2543
2734
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2552,7 +2743,7 @@ var validDescrStatsRequest = (input) => {
2552
2743
  path: _path2 + ".values",
2553
2744
  expected: "(TermValues | undefined)",
2554
2745
  value: input3.values
2555
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2746
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2556
2747
  path: _path2 + ".values",
2557
2748
  expected: "(TermValues | undefined)",
2558
2749
  value: input3.values
@@ -2560,7 +2751,7 @@ var validDescrStatsRequest = (input) => {
2560
2751
  path: _path2 + ".filter",
2561
2752
  expected: "(TermFilter | undefined)",
2562
2753
  value: input3.filter
2563
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2754
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2564
2755
  path: _path2 + ".filter",
2565
2756
  expected: "(TermFilter | undefined)",
2566
2757
  value: input3.filter
@@ -2572,12 +2763,12 @@ var validDescrStatsRequest = (input) => {
2572
2763
  path: _path2 + ".snps",
2573
2764
  expected: "(Array<SnpsEntry> | undefined)",
2574
2765
  value: input3.snps
2575
- })) && input3.snps.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2576
- path: _path2 + ".snps[" + _index39 + "]",
2766
+ })) && input3.snps.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2767
+ path: _path2 + ".snps[" + _index43 + "]",
2577
2768
  expected: "SnpsEntry",
2578
2769
  value: elem
2579
- })) && $vo49(elem, _path2 + ".snps[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2580
- path: _path2 + ".snps[" + _index39 + "]",
2770
+ })) && $vo51(elem, _path2 + ".snps[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2771
+ path: _path2 + ".snps[" + _index43 + "]",
2581
2772
  expected: "SnpsEntry",
2582
2773
  value: elem
2583
2774
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2585,7 +2776,7 @@ var validDescrStatsRequest = (input) => {
2585
2776
  expected: "(Array<SnpsEntry> | undefined)",
2586
2777
  value: input3.snps
2587
2778
  })].every((flag) => flag);
2588
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2779
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2589
2780
  path: _path2 + ".id",
2590
2781
  expected: "string",
2591
2782
  value: input3.id
@@ -2601,8 +2792,8 @@ var validDescrStatsRequest = (input) => {
2601
2792
  path: _path2 + ".child_types",
2602
2793
  expected: "(Array<string> | undefined)",
2603
2794
  value: input3.child_types
2604
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2605
- path: _path2 + ".child_types[" + _index40 + "]",
2795
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2796
+ path: _path2 + ".child_types[" + _index44 + "]",
2606
2797
  expected: "string",
2607
2798
  value: elem
2608
2799
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2617,8 +2808,8 @@ var validDescrStatsRequest = (input) => {
2617
2808
  path: _path2 + ".included_types",
2618
2809
  expected: "(Array<string> | undefined)",
2619
2810
  value: input3.included_types
2620
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2621
- path: _path2 + ".included_types[" + _index41 + "]",
2811
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2812
+ path: _path2 + ".included_types[" + _index45 + "]",
2622
2813
  expected: "string",
2623
2814
  value: elem
2624
2815
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2633,7 +2824,7 @@ var validDescrStatsRequest = (input) => {
2633
2824
  path: _path2 + ".values",
2634
2825
  expected: "(TermValues & SampleLstTermValues | undefined)",
2635
2826
  value: input3.values
2636
- })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2827
+ })) && $vo62(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2637
2828
  path: _path2 + ".values",
2638
2829
  expected: "(TermValues & SampleLstTermValues | undefined)",
2639
2830
  value: input3.values
@@ -2641,12 +2832,12 @@ var validDescrStatsRequest = (input) => {
2641
2832
  path: _path2 + ".filter",
2642
2833
  expected: "(TermFilter | undefined)",
2643
2834
  value: input3.filter
2644
- })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2835
+ })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2645
2836
  path: _path2 + ".filter",
2646
2837
  expected: "(TermFilter | undefined)",
2647
2838
  value: input3.filter
2648
2839
  })].every((flag) => flag);
2649
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2840
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2650
2841
  const value = input3[key];
2651
2842
  if (void 0 === value)
2652
2843
  return true;
@@ -2655,7 +2846,7 @@ var validDescrStatsRequest = (input) => {
2655
2846
  path: _path2 + $join(key),
2656
2847
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2657
2848
  value
2658
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2849
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2659
2850
  path: _path2 + $join(key),
2660
2851
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2661
2852
  value
@@ -2665,14 +2856,14 @@ var validDescrStatsRequest = (input) => {
2665
2856
  path: _path2 + $join(key),
2666
2857
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2667
2858
  value
2668
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2859
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2669
2860
  path: _path2 + $join(key),
2670
2861
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2671
2862
  value
2672
2863
  });
2673
2864
  return true;
2674
2865
  }).every((flag) => flag)].every((flag) => flag);
2675
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2866
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2676
2867
  path: _path2 + ".key",
2677
2868
  expected: "(string | undefined)",
2678
2869
  value: input3.key
@@ -2700,7 +2891,7 @@ var validDescrStatsRequest = (input) => {
2700
2891
  path: _path2 + ".filter",
2701
2892
  expected: "(Filter | undefined)",
2702
2893
  value: input3.filter
2703
- })) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2894
+ })) && $vo18(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2704
2895
  path: _path2 + ".filter",
2705
2896
  expected: "(Filter | undefined)",
2706
2897
  value: input3.filter
@@ -2716,12 +2907,12 @@ var validDescrStatsRequest = (input) => {
2716
2907
  path: _path2 + ".list",
2717
2908
  expected: "Array<__type>.o4",
2718
2909
  value: input3.list
2719
- })) && input3.list.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2720
- path: _path2 + ".list[" + _index42 + "]",
2910
+ })) && input3.list.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2911
+ path: _path2 + ".list[" + _index46 + "]",
2721
2912
  expected: "__type.o10",
2722
2913
  value: elem
2723
- })) && $vo62(elem, _path2 + ".list[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2724
- path: _path2 + ".list[" + _index42 + "]",
2914
+ })) && $vo64(elem, _path2 + ".list[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2915
+ path: _path2 + ".list[" + _index46 + "]",
2725
2916
  expected: "__type.o10",
2726
2917
  value: elem
2727
2918
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2729,7 +2920,7 @@ var validDescrStatsRequest = (input) => {
2729
2920
  expected: "Array<__type>.o4",
2730
2921
  value: input3.list
2731
2922
  }), true].every((flag) => flag);
2732
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2923
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2733
2924
  path: _path2 + ".sampleId",
2734
2925
  expected: "string",
2735
2926
  value: input3.sampleId
@@ -2738,7 +2929,7 @@ var validDescrStatsRequest = (input) => {
2738
2929
  expected: "string",
2739
2930
  value: input3.sample
2740
2931
  })].every((flag) => flag);
2741
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2932
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2742
2933
  path: _path2 + ".hiddenValues",
2743
2934
  expected: "(HiddenValues | undefined)",
2744
2935
  value: input3.hiddenValues
@@ -2767,7 +2958,7 @@ var validDescrStatsRequest = (input) => {
2767
2958
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2768
2959
  value: input3.type
2769
2960
  })].every((flag) => flag);
2770
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2961
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2771
2962
  path: _path2 + ".hiddenValues",
2772
2963
  expected: "(HiddenValues | undefined)",
2773
2964
  value: input3.hiddenValues
@@ -2807,8 +2998,8 @@ var validDescrStatsRequest = (input) => {
2807
2998
  path: _path2 + ".breaks",
2808
2999
  expected: "(Array<number> | undefined)",
2809
3000
  value: input3.breaks
2810
- })) && input3.breaks.map((elem, _index43) => "number" === typeof elem || $report(_exceptionable2, {
2811
- path: _path2 + ".breaks[" + _index43 + "]",
3001
+ })) && input3.breaks.map((elem, _index47) => "number" === typeof elem || $report(_exceptionable2, {
3002
+ path: _path2 + ".breaks[" + _index47 + "]",
2812
3003
  expected: "number",
2813
3004
  value: elem
2814
3005
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2832,7 +3023,7 @@ var validDescrStatsRequest = (input) => {
2832
3023
  expected: "(boolean | undefined)",
2833
3024
  value: input3.value_by_computable_grade
2834
3025
  }), true].every((flag) => flag);
2835
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3026
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2836
3027
  path: _path2 + ".hiddenValues",
2837
3028
  expected: "(HiddenValues | undefined)",
2838
3029
  value: input3.hiddenValues
@@ -2864,12 +3055,12 @@ var validDescrStatsRequest = (input) => {
2864
3055
  path: _path2 + ".groups",
2865
3056
  expected: "SampleLstTermValues",
2866
3057
  value: input3.groups
2867
- })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3058
+ })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
2868
3059
  path: _path2 + ".groups",
2869
3060
  expected: "SampleLstTermValues",
2870
3061
  value: input3.groups
2871
3062
  })].every((flag) => flag);
2872
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3063
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2873
3064
  const value = input3[key];
2874
3065
  if (void 0 === value)
2875
3066
  return true;
@@ -2878,7 +3069,7 @@ var validDescrStatsRequest = (input) => {
2878
3069
  path: _path2 + $join(key),
2879
3070
  expected: "__type.o11",
2880
3071
  value
2881
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3072
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2882
3073
  path: _path2 + $join(key),
2883
3074
  expected: "__type.o11",
2884
3075
  value
@@ -2888,14 +3079,14 @@ var validDescrStatsRequest = (input) => {
2888
3079
  path: _path2 + $join(key),
2889
3080
  expected: "__type.o11",
2890
3081
  value
2891
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3082
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2892
3083
  path: _path2 + $join(key),
2893
3084
  expected: "__type.o11",
2894
3085
  value
2895
3086
  });
2896
3087
  return true;
2897
3088
  }).every((flag) => flag)].every((flag) => flag);
2898
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3089
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2899
3090
  path: _path2 + ".name",
2900
3091
  expected: "string",
2901
3092
  value: input3.name
@@ -2907,12 +3098,12 @@ var validDescrStatsRequest = (input) => {
2907
3098
  path: _path2 + ".list",
2908
3099
  expected: "Array<__type>.o4",
2909
3100
  value: input3.list
2910
- })) && input3.list.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2911
- path: _path2 + ".list[" + _index44 + "]",
3101
+ })) && input3.list.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3102
+ path: _path2 + ".list[" + _index48 + "]",
2912
3103
  expected: "__type.o10",
2913
3104
  value: elem
2914
- })) && $vo62(elem, _path2 + ".list[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2915
- path: _path2 + ".list[" + _index44 + "]",
3105
+ })) && $vo64(elem, _path2 + ".list[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
3106
+ path: _path2 + ".list[" + _index48 + "]",
2916
3107
  expected: "__type.o10",
2917
3108
  value: elem
2918
3109
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2933,9 +3124,9 @@ var validDescrStatsRequest = (input) => {
2933
3124
  })();
2934
3125
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
2935
3126
  if ("tvslst" === input3.type)
2936
- return $vo17(input3, _path2, _exceptionable2);
2937
- if ("tvs" === input3.type)
2938
3127
  return $vo18(input3, _path2, _exceptionable2);
3128
+ if ("tvs" === input3.type)
3129
+ return $vo19(input3, _path2, _exceptionable2);
2939
3130
  return $report(_exceptionable2, {
2940
3131
  path: _path2,
2941
3132
  expected: "(Filter | __type.o3)",
@@ -2944,16 +3135,16 @@ var validDescrStatsRequest = (input) => {
2944
3135
  })();
2945
3136
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
2946
3137
  if (true === input3.startunbounded)
2947
- return $vo29(input3, _path2, _exceptionable2);
3138
+ return $vo30(input3, _path2, _exceptionable2);
2948
3139
  if (true === input3.stopunbounded)
2949
- return $vo31(input3, _path2, _exceptionable2);
2950
- return $vo30(input3, _path2, _exceptionable2);
3140
+ return $vo32(input3, _path2, _exceptionable2);
3141
+ return $vo31(input3, _path2, _exceptionable2);
2951
3142
  })();
2952
3143
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
2953
3144
  if (true === input3.startunbounded)
2954
- return $vo29(input3, _path2, _exceptionable2);
2955
- if (void 0 !== input3.start)
2956
3145
  return $vo30(input3, _path2, _exceptionable2);
3146
+ if (void 0 !== input3.start)
3147
+ return $vo31(input3, _path2, _exceptionable2);
2957
3148
  return $report(_exceptionable2, {
2958
3149
  path: _path2,
2959
3150
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -2962,9 +3153,9 @@ var validDescrStatsRequest = (input) => {
2962
3153
  })();
2963
3154
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
2964
3155
  if (void 0 !== input3.stop)
2965
- return $vo30(input3, _path2, _exceptionable2);
2966
- if (true === input3.stopunbounded)
2967
3156
  return $vo31(input3, _path2, _exceptionable2);
3157
+ if (true === input3.stopunbounded)
3158
+ return $vo32(input3, _path2, _exceptionable2);
2968
3159
  return $report(_exceptionable2, {
2969
3160
  path: _path2,
2970
3161
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -2974,7 +3165,7 @@ var validDescrStatsRequest = (input) => {
2974
3165
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
2975
3166
  if (void 0 !== input3.type)
2976
3167
  return $vo1(input3, _path2, _exceptionable2);
2977
- return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3168
+ return $vo54(input3, _path2, false) || $vo47(input3, _path2, false) || $vo42(input3, _path2, false);
2978
3169
  })();
2979
3170
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
2980
3171
  if ("values" === input3.type)
@@ -2986,65 +3177,76 @@ var validDescrStatsRequest = (input) => {
2986
3177
  return $vo5(input3, _path2, _exceptionable2);
2987
3178
  })();
2988
3179
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
2989
- if (void 0 !== input3.ranges)
2990
- return $vo25(input3, _path2, _exceptionable2);
2991
- return $vo19(input3, _path2, false) || $vo35(input3, _path2, false) || $vo38(input3, _path2, false);
3180
+ if ("gene" === input3.kind)
3181
+ return $vo15(input3, _path2, _exceptionable2);
3182
+ if ("coord" === input3.kind)
3183
+ return $vo41(input3, _path2, _exceptionable2);
3184
+ return $report(_exceptionable2, {
3185
+ path: _path2,
3186
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; })',
3187
+ value: input3
3188
+ });
2992
3189
  })();
2993
3190
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
2994
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index45) => "object" === typeof elem && null !== elem && $vo23(elem, _path2 + ".lst[" + _index45 + "]", false)).every((flag) => flag))
2995
- return $vo22(input3, _path2, _exceptionable2);
2996
- return $vo24(input3, _path2, _exceptionable2);
3191
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index49) => "object" === typeof elem && null !== elem && $vo24(elem, _path2 + ".lst[" + _index49 + "]", false)).every((flag) => flag))
3192
+ return $vo23(input3, _path2, _exceptionable2);
3193
+ return $vo25(input3, _path2, _exceptionable2);
2997
3194
  })();
2998
3195
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3196
+ if (void 0 !== input3.ranges)
3197
+ return $vo26(input3, _path2, _exceptionable2);
3198
+ return $vo20(input3, _path2, false) || $vo36(input3, _path2, false) || $vo39(input3, _path2, false);
3199
+ })();
3200
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
2999
3201
  if ("regular-bin" === input3.type)
3000
- return $vo28(input3, _path2, _exceptionable2);
3202
+ return $vo29(input3, _path2, _exceptionable2);
3001
3203
  if ("custom-bin" === input3.type)
3002
- return $vo32(input3, _path2, _exceptionable2);
3204
+ return $vo33(input3, _path2, _exceptionable2);
3003
3205
  return $report(_exceptionable2, {
3004
3206
  path: _path2,
3005
3207
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
3006
3208
  value: input3
3007
3209
  });
3008
3210
  })();
3009
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3211
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3010
3212
  if ("regular-bin" === input3.type)
3011
- return $vo28(input3, _path2, _exceptionable2);
3213
+ return $vo29(input3, _path2, _exceptionable2);
3012
3214
  if ("continuous" === input3.mode)
3013
- return $vo42(input3, _path2, _exceptionable2);
3215
+ return $vo44(input3, _path2, _exceptionable2);
3014
3216
  if ("spline" === input3.mode)
3015
- return $vo43(input3, _path2, _exceptionable2);
3016
- return $vo32(input3, _path2, false) || $vo41(input3, _path2, false);
3217
+ return $vo45(input3, _path2, _exceptionable2);
3218
+ return $vo33(input3, _path2, false) || $vo43(input3, _path2, false);
3017
3219
  })();
3018
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3220
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3019
3221
  if ("gene" === input3.kind)
3020
- return $vo53(input3, _path2, _exceptionable2);
3222
+ return $vo55(input3, _path2, _exceptionable2);
3021
3223
  if ("coord" === input3.kind)
3022
- return $vo54(input3, _path2, _exceptionable2);
3224
+ return $vo56(input3, _path2, _exceptionable2);
3023
3225
  if ("categorical" === input3.type)
3024
- return $vo55(input3, _path2, _exceptionable2);
3226
+ return $vo57(input3, _path2, _exceptionable2);
3025
3227
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3026
- return $vo56(input3, _path2, _exceptionable2);
3228
+ return $vo58(input3, _path2, _exceptionable2);
3027
3229
  if ("condition" === input3.type)
3028
- return $vo57(input3, _path2, _exceptionable2);
3029
- return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3230
+ return $vo59(input3, _path2, _exceptionable2);
3231
+ return $vo60(input3, _path2, false) || $vo61(input3, _path2, false);
3030
3232
  })();
3031
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3233
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3032
3234
  if (void 0 !== input3.predefined_groupset_idx)
3033
3235
  return $vo6(input3, _path2, _exceptionable2);
3034
3236
  if (void 0 !== input3.customset)
3035
3237
  return $vo7(input3, _path2, _exceptionable2);
3036
3238
  if (void 0 !== input3.bin_size)
3037
- return $vo28(input3, _path2, _exceptionable2);
3239
+ return $vo29(input3, _path2, _exceptionable2);
3038
3240
  if (void 0 !== input3.knots)
3039
- return $vo43(input3, _path2, _exceptionable2);
3241
+ return $vo45(input3, _path2, _exceptionable2);
3040
3242
  if (void 0 !== input3.AFcutoff)
3041
- return $vo46(input3, _path2, _exceptionable2);
3243
+ return $vo48(input3, _path2, _exceptionable2);
3042
3244
  if (void 0 !== input3.timeScale)
3043
- return $vo64(input3, _path2, _exceptionable2);
3245
+ return $vo66(input3, _path2, _exceptionable2);
3044
3246
  return (() => {
3045
3247
  if (void 0 !== input3.groups)
3046
- return $vo65(input3, _path2, _exceptionable2);
3047
- return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo32(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
3248
+ return $vo67(input3, _path2, _exceptionable2);
3249
+ return $vo5(input3, _path2, false) || $vo65(input3, _path2, false) || $vo3(input3, _path2, false) || $vo33(input3, _path2, false) || $vo43(input3, _path2, false) || $vo44(input3, _path2, false);
3048
3250
  })();
3049
3251
  })();
3050
3252
  return ("object" === typeof input2 && null !== input2 || $report(true, {