@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
@@ -40,19 +40,21 @@ var validNumericCategoriesRequest = (input) => {
40
40
  const $io6 = (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 && $io1(input3.filter));
41
41
  const $io7 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io8(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io9(elem)));
42
42
  const $io8 = (input3) => Array.isArray(input3.joinWith) && input3.joinWith.every((elem) => "string" === typeof elem);
43
- const $io9 = (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) && $io5(input3.values));
44
- const $io10 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io11(elem)));
45
- const $io11 = (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 && $iu1(elem)));
46
- const $io12 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io13(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
47
- const $io13 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
48
- const $io14 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && "boolean" === typeof input3.uncomputable;
49
- const $io15 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io8(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io9(elem))) && ("object" === typeof input3.active && null !== input3.active && $io1(input3.active)) && "number" === typeof input3.group;
50
- const $io16 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
51
- const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io18(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 && $io27(elem)));
52
- const $io18 = (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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale));
53
- const $io19 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu5(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu5(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);
54
- const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(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 && $iu6(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu7(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
55
- const $io21 = (input3) => Object.keys(input3).every((key) => {
43
+ const $io9 = (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 && $iu5(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) && $io5(input3.values));
44
+ const $io10 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(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 && $iu4(input3.groupsetting));
45
+ const $io11 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io12(elem)));
46
+ const $io12 = (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 && $iu1(elem)));
47
+ const $io13 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io14(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
48
+ const $io14 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
49
+ const $io15 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io16(input3.filter)) && "boolean" === typeof input3.uncomputable;
50
+ const $io16 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io8(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io9(elem))) && ("object" === typeof input3.active && null !== input3.active && $io1(input3.active)) && "number" === typeof input3.group;
51
+ const $io17 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
52
+ const $io18 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(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 && $iu4(input3.groupsetting));
53
+ 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)) && (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 && $io29(elem)));
54
+ const $io20 = (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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io21(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
55
+ const $io21 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu6(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu6(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);
56
+ const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io23(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 && $iu7(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu8(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
57
+ const $io23 = (input3) => Object.keys(input3).every((key) => {
56
58
  const value = input3[key];
57
59
  if (void 0 === value)
58
60
  return true;
@@ -60,17 +62,17 @@ var validNumericCategoriesRequest = (input) => {
60
62
  return "number" === typeof value;
61
63
  return true;
62
64
  });
63
- const $io22 = (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);
64
- const $io23 = (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);
65
- const $io24 = (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);
66
- const $io25 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io21(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);
67
- const $io26 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
68
- const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
69
- const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (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 && $io30(elem)));
70
- const $io29 = (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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter));
71
- const $io30 = (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;
72
- const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io9(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
73
- const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
65
+ const $io24 = (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);
66
+ const $io25 = (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);
67
+ const $io26 = (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);
68
+ const $io27 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io23(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);
69
+ const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
70
+ const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
71
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(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 && $io32(elem)));
72
+ const $io31 = (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) && $io5(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter));
73
+ const $io32 = (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;
74
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io9(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
75
+ const $io34 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
74
76
  const $iu0 = (input3) => (() => {
75
77
  if ("tvslst" === input3.type)
76
78
  return $io1(input3);
@@ -80,55 +82,62 @@ var validNumericCategoriesRequest = (input) => {
80
82
  })();
81
83
  const $iu1 = (input3) => (() => {
82
84
  if ("string" === typeof input3.type)
83
- return $io12(input3);
85
+ return $io13(input3);
84
86
  if ("filter" === input3.type)
85
- return $io14(input3);
87
+ return $io15(input3);
86
88
  return false;
87
89
  })();
88
90
  const $iu2 = (input3) => (() => {
89
91
  if (true === input3.startunbounded)
90
- return $io22(input3);
91
- if (true === input3.stopunbounded)
92
92
  return $io24(input3);
93
- return $io23(input3);
93
+ if (true === input3.stopunbounded)
94
+ return $io26(input3);
95
+ return $io25(input3);
94
96
  })();
95
97
  const $iu3 = (input3) => (() => {
96
98
  if (void 0 !== input3.ranges)
97
- return $io17(input3);
99
+ return $io19(input3);
98
100
  return (() => {
99
101
  if ($io3(input3))
100
102
  return $io3(input3);
101
- if ($io28(input3))
102
- return $io28(input3);
103
- if ($io31(input3))
104
- return $io31(input3);
103
+ if ($io30(input3))
104
+ return $io30(input3);
105
+ if ($io33(input3))
106
+ return $io33(input3);
105
107
  return false;
106
108
  })();
107
109
  })();
108
110
  const $iu4 = (input3) => (() => {
109
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io11(elem)))
110
- return $io10(input3);
111
- return $io16(input3);
111
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io12(elem)))
112
+ return $io11(input3);
113
+ return $io17(input3);
112
114
  })();
113
115
  const $iu5 = (input3) => (() => {
116
+ if ("gene" === input3.kind)
117
+ return $io10(input3);
118
+ if ("coord" === input3.kind)
119
+ return $io18(input3);
120
+ return false;
121
+ })();
122
+ const $iu6 = (input3) => (() => {
114
123
  if ("regular-bin" === input3.type)
115
- return $io20(input3);
124
+ return $io22(input3);
116
125
  if ("custom-bin" === input3.type)
117
- return $io25(input3);
126
+ return $io27(input3);
118
127
  return false;
119
128
  })();
120
- const $iu6 = (input3) => (() => {
129
+ const $iu7 = (input3) => (() => {
121
130
  if (true === input3.startunbounded)
122
- return $io22(input3);
131
+ return $io24(input3);
123
132
  if (void 0 !== input3.start)
124
- return $io23(input3);
133
+ return $io25(input3);
125
134
  return false;
126
135
  })();
127
- const $iu7 = (input3) => (() => {
136
+ const $iu8 = (input3) => (() => {
128
137
  if (void 0 !== input3.stop)
129
- return $io23(input3);
138
+ return $io25(input3);
130
139
  if (true === input3.stopunbounded)
131
- return $io24(input3);
140
+ return $io26(input3);
132
141
  return false;
133
142
  })();
134
143
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -427,6 +436,14 @@ var validNumericCategoriesRequest = (input) => {
427
436
  path: _path2 + ".name_noOrigin",
428
437
  expected: "string",
429
438
  value: input3.name_noOrigin
439
+ }), void 0 === input3.geneVariantTerm || ("object" === typeof input3.geneVariantTerm && null !== input3.geneVariantTerm || $report(_exceptionable2, {
440
+ path: _path2 + ".geneVariantTerm",
441
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
442
+ value: input3.geneVariantTerm
443
+ })) && $vu5(input3.geneVariantTerm, _path2 + ".geneVariantTerm", _exceptionable2) || $report(_exceptionable2, {
444
+ path: _path2 + ".geneVariantTerm",
445
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
446
+ value: input3.geneVariantTerm
430
447
  }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
431
448
  path: _path2 + ".isleaf",
432
449
  expected: "boolean",
@@ -452,7 +469,96 @@ var validNumericCategoriesRequest = (input) => {
452
469
  expected: "TermValues",
453
470
  value: input3.values
454
471
  })].every((flag) => flag);
455
- const $vo10 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
472
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
473
+ path: _path2 + ".id",
474
+ expected: "string",
475
+ value: input3.id
476
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
477
+ path: _path2 + ".name",
478
+ expected: "string",
479
+ value: input3.name
480
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
481
+ path: _path2 + ".type",
482
+ expected: '"geneVariant"',
483
+ value: input3.type
484
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
485
+ path: _path2 + ".child_types",
486
+ expected: "(Array<string> | undefined)",
487
+ value: input3.child_types
488
+ })) && input3.child_types.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
489
+ path: _path2 + ".child_types[" + _index7 + "]",
490
+ expected: "string",
491
+ value: elem
492
+ })).every((flag) => flag) || $report(_exceptionable2, {
493
+ path: _path2 + ".child_types",
494
+ expected: "(Array<string> | undefined)",
495
+ value: input3.child_types
496
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
497
+ path: _path2 + ".hashtmldetail",
498
+ expected: "(boolean | undefined)",
499
+ value: input3.hashtmldetail
500
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
501
+ path: _path2 + ".included_types",
502
+ expected: "(Array<string> | undefined)",
503
+ value: input3.included_types
504
+ })) && input3.included_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
505
+ path: _path2 + ".included_types[" + _index8 + "]",
506
+ expected: "string",
507
+ value: elem
508
+ })).every((flag) => flag) || $report(_exceptionable2, {
509
+ path: _path2 + ".included_types",
510
+ expected: "(Array<string> | undefined)",
511
+ value: input3.included_types
512
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
513
+ path: _path2 + ".isleaf",
514
+ expected: "(boolean | undefined)",
515
+ value: input3.isleaf
516
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
517
+ path: _path2 + ".values",
518
+ expected: "(TermValues | undefined)",
519
+ value: input3.values
520
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
521
+ path: _path2 + ".values",
522
+ expected: "(TermValues | undefined)",
523
+ value: input3.values
524
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
525
+ path: _path2 + ".filter",
526
+ expected: "(TermFilter | undefined)",
527
+ value: input3.filter
528
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
529
+ path: _path2 + ".filter",
530
+ expected: "(TermFilter | undefined)",
531
+ value: input3.filter
532
+ }), "gene" === input3.kind || $report(_exceptionable2, {
533
+ path: _path2 + ".kind",
534
+ expected: '"gene"',
535
+ value: input3.kind
536
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
537
+ path: _path2 + ".gene",
538
+ expected: "string",
539
+ value: input3.gene
540
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
541
+ path: _path2 + ".chr",
542
+ expected: "(string | undefined)",
543
+ value: input3.chr
544
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
545
+ path: _path2 + ".start",
546
+ expected: "(number | undefined)",
547
+ value: input3.start
548
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
549
+ path: _path2 + ".stop",
550
+ expected: "(number | undefined)",
551
+ value: input3.stop
552
+ }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
553
+ path: _path2 + ".groupsetting",
554
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
555
+ value: input3.groupsetting
556
+ })) && $vu4(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
557
+ path: _path2 + ".groupsetting",
558
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
559
+ value: input3.groupsetting
560
+ })].every((flag) => flag);
561
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
456
562
  path: _path2 + ".disabled",
457
563
  expected: "(boolean | undefined)",
458
564
  value: input3.disabled
@@ -460,12 +566,12 @@ var validNumericCategoriesRequest = (input) => {
460
566
  path: _path2 + ".lst",
461
567
  expected: "Array<Groupset>",
462
568
  value: input3.lst
463
- })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
464
- path: _path2 + ".lst[" + _index7 + "]",
569
+ })) && input3.lst.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
570
+ path: _path2 + ".lst[" + _index9 + "]",
465
571
  expected: "Groupset",
466
572
  value: elem
467
- })) && $vo11(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
468
- path: _path2 + ".lst[" + _index7 + "]",
573
+ })) && $vo12(elem, _path2 + ".lst[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
574
+ path: _path2 + ".lst[" + _index9 + "]",
469
575
  expected: "Groupset",
470
576
  value: elem
471
577
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -473,7 +579,7 @@ var validNumericCategoriesRequest = (input) => {
473
579
  expected: "Array<Groupset>",
474
580
  value: input3.lst
475
581
  })].every((flag) => flag);
476
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
582
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
477
583
  path: _path2 + ".name",
478
584
  expected: "string",
479
585
  value: input3.name
@@ -493,12 +599,12 @@ var validNumericCategoriesRequest = (input) => {
493
599
  path: _path2 + ".groups",
494
600
  expected: "Array<GroupEntry>",
495
601
  value: input3.groups
496
- })) && input3.groups.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
497
- path: _path2 + ".groups[" + _index8 + "]",
602
+ })) && input3.groups.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
603
+ path: _path2 + ".groups[" + _index10 + "]",
498
604
  expected: "(FilterGroup | ValuesGroup)",
499
605
  value: elem
500
- })) && $vu1(elem, _path2 + ".groups[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
501
- path: _path2 + ".groups[" + _index8 + "]",
606
+ })) && $vu1(elem, _path2 + ".groups[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
607
+ path: _path2 + ".groups[" + _index10 + "]",
502
608
  expected: "(FilterGroup | ValuesGroup)",
503
609
  value: elem
504
610
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -506,7 +612,7 @@ var validNumericCategoriesRequest = (input) => {
506
612
  expected: "Array<GroupEntry>",
507
613
  value: input3.groups
508
614
  })].every((flag) => flag);
509
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
615
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
510
616
  path: _path2 + ".name",
511
617
  expected: "string",
512
618
  value: input3.name
@@ -518,12 +624,12 @@ var validNumericCategoriesRequest = (input) => {
518
624
  path: _path2 + ".values",
519
625
  expected: "Array<__type>",
520
626
  value: input3.values
521
- })) && input3.values.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
522
- path: _path2 + ".values[" + _index9 + "]",
627
+ })) && input3.values.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
628
+ path: _path2 + ".values[" + _index11 + "]",
523
629
  expected: "__type.o2",
524
630
  value: elem
525
- })) && $vo13(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
526
- path: _path2 + ".values[" + _index9 + "]",
631
+ })) && $vo14(elem, _path2 + ".values[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
632
+ path: _path2 + ".values[" + _index11 + "]",
527
633
  expected: "__type.o2",
528
634
  value: elem
529
635
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -535,7 +641,7 @@ var validNumericCategoriesRequest = (input) => {
535
641
  expected: "(boolean | undefined)",
536
642
  value: input3.uncomputable
537
643
  })].every((flag) => flag);
538
- const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
644
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
539
645
  path: _path2 + ".key",
540
646
  expected: "(number | string)",
541
647
  value: input3.key
@@ -544,7 +650,7 @@ var validNumericCategoriesRequest = (input) => {
544
650
  expected: "string",
545
651
  value: input3.label
546
652
  })].every((flag) => flag);
547
- const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
653
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
548
654
  path: _path2 + ".name",
549
655
  expected: "string",
550
656
  value: input3.name
@@ -556,7 +662,7 @@ var validNumericCategoriesRequest = (input) => {
556
662
  path: _path2 + ".filter",
557
663
  expected: "TermFilter & { active: Filter; group: number; }",
558
664
  value: input3.filter
559
- })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
665
+ })) && $vo16(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
560
666
  path: _path2 + ".filter",
561
667
  expected: "TermFilter & { active: Filter; group: number; }",
562
668
  value: input3.filter
@@ -565,7 +671,7 @@ var validNumericCategoriesRequest = (input) => {
565
671
  expected: "boolean",
566
672
  value: input3.uncomputable
567
673
  })].every((flag) => flag);
568
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
674
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
569
675
  path: _path2 + ".opts",
570
676
  expected: "__type.o1",
571
677
  value: input3.opts
@@ -577,12 +683,12 @@ var validNumericCategoriesRequest = (input) => {
577
683
  path: _path2 + ".terms",
578
684
  expected: "Array<DtTerm>",
579
685
  value: input3.terms
580
- })) && input3.terms.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
581
- path: _path2 + ".terms[" + _index10 + "]",
686
+ })) && input3.terms.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
687
+ path: _path2 + ".terms[" + _index12 + "]",
582
688
  expected: "DtTerm",
583
689
  value: elem
584
- })) && $vo9(elem, _path2 + ".terms[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
585
- path: _path2 + ".terms[" + _index10 + "]",
690
+ })) && $vo9(elem, _path2 + ".terms[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
691
+ path: _path2 + ".terms[" + _index12 + "]",
586
692
  expected: "DtTerm",
587
693
  value: elem
588
694
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -602,7 +708,7 @@ var validNumericCategoriesRequest = (input) => {
602
708
  expected: "number",
603
709
  value: input3.group
604
710
  })].every((flag) => flag);
605
- const $vo16 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
711
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
606
712
  path: _path2 + ".disabled",
607
713
  expected: "boolean",
608
714
  value: input3.disabled
@@ -619,7 +725,92 @@ var validNumericCategoriesRequest = (input) => {
619
725
  expected: "([] | undefined)",
620
726
  value: input3.lst
621
727
  })].every((flag) => flag);
622
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
728
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
729
+ path: _path2 + ".id",
730
+ expected: "string",
731
+ value: input3.id
732
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
733
+ path: _path2 + ".name",
734
+ expected: "string",
735
+ value: input3.name
736
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
737
+ path: _path2 + ".type",
738
+ expected: '"geneVariant"',
739
+ value: input3.type
740
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
741
+ path: _path2 + ".child_types",
742
+ expected: "(Array<string> | undefined)",
743
+ value: input3.child_types
744
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
745
+ path: _path2 + ".child_types[" + _index13 + "]",
746
+ expected: "string",
747
+ value: elem
748
+ })).every((flag) => flag) || $report(_exceptionable2, {
749
+ path: _path2 + ".child_types",
750
+ expected: "(Array<string> | undefined)",
751
+ value: input3.child_types
752
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
753
+ path: _path2 + ".hashtmldetail",
754
+ expected: "(boolean | undefined)",
755
+ value: input3.hashtmldetail
756
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
757
+ path: _path2 + ".included_types",
758
+ expected: "(Array<string> | undefined)",
759
+ value: input3.included_types
760
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
761
+ path: _path2 + ".included_types[" + _index14 + "]",
762
+ expected: "string",
763
+ value: elem
764
+ })).every((flag) => flag) || $report(_exceptionable2, {
765
+ path: _path2 + ".included_types",
766
+ expected: "(Array<string> | undefined)",
767
+ value: input3.included_types
768
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
769
+ path: _path2 + ".isleaf",
770
+ expected: "(boolean | undefined)",
771
+ value: input3.isleaf
772
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
773
+ path: _path2 + ".values",
774
+ expected: "(TermValues | undefined)",
775
+ value: input3.values
776
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
777
+ path: _path2 + ".values",
778
+ expected: "(TermValues | undefined)",
779
+ value: input3.values
780
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
781
+ path: _path2 + ".filter",
782
+ expected: "(TermFilter | undefined)",
783
+ value: input3.filter
784
+ })) && $vo7(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
785
+ path: _path2 + ".filter",
786
+ expected: "(TermFilter | undefined)",
787
+ value: input3.filter
788
+ }), "coord" === input3.kind || $report(_exceptionable2, {
789
+ path: _path2 + ".kind",
790
+ expected: '"coord"',
791
+ value: input3.kind
792
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
793
+ path: _path2 + ".chr",
794
+ expected: "string",
795
+ value: input3.chr
796
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
797
+ path: _path2 + ".start",
798
+ expected: "number",
799
+ value: input3.start
800
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
801
+ path: _path2 + ".stop",
802
+ expected: "number",
803
+ value: input3.stop
804
+ }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
805
+ path: _path2 + ".groupsetting",
806
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
807
+ value: input3.groupsetting
808
+ })) && $vu4(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
809
+ path: _path2 + ".groupsetting",
810
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
811
+ value: input3.groupsetting
812
+ })].every((flag) => flag);
813
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
623
814
  path: _path2 + ".join",
624
815
  expected: "(string | undefined)",
625
816
  value: input3.join
@@ -631,7 +822,7 @@ var validNumericCategoriesRequest = (input) => {
631
822
  path: _path2 + ".term",
632
823
  expected: "NumericTerm",
633
824
  value: input3.term
634
- })) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
825
+ })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
635
826
  path: _path2 + ".term",
636
827
  expected: "NumericTerm",
637
828
  value: input3.term
@@ -639,12 +830,12 @@ var validNumericCategoriesRequest = (input) => {
639
830
  path: _path2 + ".ranges",
640
831
  expected: "Array<NumericBin>",
641
832
  value: input3.ranges
642
- })) && input3.ranges.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
643
- path: _path2 + ".ranges[" + _index11 + "]",
833
+ })) && input3.ranges.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
834
+ path: _path2 + ".ranges[" + _index15 + "]",
644
835
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
645
836
  value: elem
646
- })) && $vu2(elem, _path2 + ".ranges[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
647
- path: _path2 + ".ranges[" + _index11 + "]",
837
+ })) && $vu2(elem, _path2 + ".ranges[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
838
+ path: _path2 + ".ranges[" + _index15 + "]",
648
839
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
649
840
  value: elem
650
841
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -655,12 +846,12 @@ var validNumericCategoriesRequest = (input) => {
655
846
  path: _path2 + ".values",
656
847
  expected: "Array<__type>.o1",
657
848
  value: input3.values
658
- })) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
659
- path: _path2 + ".values[" + _index12 + "]",
849
+ })) && input3.values.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
850
+ path: _path2 + ".values[" + _index16 + "]",
660
851
  expected: "__type.o5",
661
852
  value: elem
662
- })) && $vo27(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
663
- path: _path2 + ".values[" + _index12 + "]",
853
+ })) && $vo29(elem, _path2 + ".values[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
854
+ path: _path2 + ".values[" + _index16 + "]",
664
855
  expected: "__type.o5",
665
856
  value: elem
666
857
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -668,7 +859,7 @@ var validNumericCategoriesRequest = (input) => {
668
859
  expected: "Array<__type>.o1",
669
860
  value: input3.values
670
861
  })].every((flag) => flag);
671
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
862
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
672
863
  path: _path2 + ".id",
673
864
  expected: "string",
674
865
  value: input3.id
@@ -684,8 +875,8 @@ var validNumericCategoriesRequest = (input) => {
684
875
  path: _path2 + ".child_types",
685
876
  expected: "(Array<string> | undefined)",
686
877
  value: input3.child_types
687
- })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
688
- path: _path2 + ".child_types[" + _index13 + "]",
878
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
879
+ path: _path2 + ".child_types[" + _index17 + "]",
689
880
  expected: "string",
690
881
  value: elem
691
882
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -700,8 +891,8 @@ var validNumericCategoriesRequest = (input) => {
700
891
  path: _path2 + ".included_types",
701
892
  expected: "(Array<string> | undefined)",
702
893
  value: input3.included_types
703
- })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
704
- path: _path2 + ".included_types[" + _index14 + "]",
894
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
895
+ path: _path2 + ".included_types[" + _index18 + "]",
705
896
  expected: "string",
706
897
  value: elem
707
898
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -732,7 +923,7 @@ var validNumericCategoriesRequest = (input) => {
732
923
  path: _path2 + ".bins",
733
924
  expected: "PresetNumericBins",
734
925
  value: input3.bins
735
- })) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
926
+ })) && $vo21(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
736
927
  path: _path2 + ".bins",
737
928
  expected: "PresetNumericBins",
738
929
  value: input3.bins
@@ -744,16 +935,16 @@ var validNumericCategoriesRequest = (input) => {
744
935
  path: _path2 + ".continuousColorScale",
745
936
  expected: "(__type.o4 | undefined)",
746
937
  value: input3.continuousColorScale
747
- })) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
938
+ })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
748
939
  path: _path2 + ".continuousColorScale",
749
940
  expected: "(__type.o4 | undefined)",
750
941
  value: input3.continuousColorScale
751
942
  })].every((flag) => flag);
752
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
943
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
753
944
  path: _path2 + '["default"]',
754
945
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
755
946
  value: input3["default"]
756
- })) && $vu5(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
947
+ })) && $vu6(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
757
948
  path: _path2 + '["default"]',
758
949
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
759
950
  value: input3["default"]
@@ -761,7 +952,7 @@ var validNumericCategoriesRequest = (input) => {
761
952
  path: _path2 + ".less",
762
953
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
763
954
  value: input3.less
764
- })) && $vu5(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
955
+ })) && $vu6(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
765
956
  path: _path2 + ".less",
766
957
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
767
958
  value: input3.less
@@ -786,11 +977,11 @@ var validNumericCategoriesRequest = (input) => {
786
977
  expected: "(number | undefined)",
787
978
  value: input3.max
788
979
  })].every((flag) => flag);
789
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
980
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
790
981
  path: _path2 + ".hiddenValues",
791
982
  expected: "(HiddenValues | undefined)",
792
983
  value: input3.hiddenValues
793
- })) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
984
+ })) && $vo23(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
794
985
  path: _path2 + ".hiddenValues",
795
986
  expected: "(HiddenValues | undefined)",
796
987
  value: input3.hiddenValues
@@ -822,7 +1013,7 @@ var validNumericCategoriesRequest = (input) => {
822
1013
  path: _path2 + ".first_bin",
823
1014
  expected: "(FullyBoundedBin | StartUnboundedBin)",
824
1015
  value: input3.first_bin
825
- })) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1016
+ })) && $vu7(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
826
1017
  path: _path2 + ".first_bin",
827
1018
  expected: "(FullyBoundedBin | StartUnboundedBin)",
828
1019
  value: input3.first_bin
@@ -830,7 +1021,7 @@ var validNumericCategoriesRequest = (input) => {
830
1021
  path: _path2 + ".last_bin",
831
1022
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
832
1023
  value: input3.last_bin
833
- })) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1024
+ })) && $vu8(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
834
1025
  path: _path2 + ".last_bin",
835
1026
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
836
1027
  value: input3.last_bin
@@ -839,7 +1030,7 @@ var validNumericCategoriesRequest = (input) => {
839
1030
  expected: "(number | undefined)",
840
1031
  value: input3.label_offset
841
1032
  })].every((flag) => flag);
842
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1033
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
843
1034
  const value = input3[key];
844
1035
  if (void 0 === value)
845
1036
  return true;
@@ -851,7 +1042,7 @@ var validNumericCategoriesRequest = (input) => {
851
1042
  });
852
1043
  return true;
853
1044
  }).every((flag) => flag)].every((flag) => flag);
854
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1045
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
855
1046
  path: _path2 + ".startunbounded",
856
1047
  expected: "true",
857
1048
  value: input3.startunbounded
@@ -876,7 +1067,7 @@ var validNumericCategoriesRequest = (input) => {
876
1067
  expected: "(string | undefined)",
877
1068
  value: input3.label
878
1069
  })].every((flag) => flag);
879
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1070
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
880
1071
  path: _path2 + ".startunbounded",
881
1072
  expected: "(false | undefined)",
882
1073
  value: input3.startunbounded
@@ -905,7 +1096,7 @@ var validNumericCategoriesRequest = (input) => {
905
1096
  expected: "(string | undefined)",
906
1097
  value: input3.label
907
1098
  })].every((flag) => flag);
908
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1099
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
909
1100
  path: _path2 + ".start",
910
1101
  expected: "number",
911
1102
  value: input3.start
@@ -930,11 +1121,11 @@ var validNumericCategoriesRequest = (input) => {
930
1121
  expected: "(string | undefined)",
931
1122
  value: input3.label
932
1123
  })].every((flag) => flag);
933
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1124
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
934
1125
  path: _path2 + ".hiddenValues",
935
1126
  expected: "(HiddenValues | undefined)",
936
1127
  value: input3.hiddenValues
937
- })) && $vo21(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1128
+ })) && $vo23(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
938
1129
  path: _path2 + ".hiddenValues",
939
1130
  expected: "(HiddenValues | undefined)",
940
1131
  value: input3.hiddenValues
@@ -976,12 +1167,12 @@ var validNumericCategoriesRequest = (input) => {
976
1167
  path: _path2 + ".lst",
977
1168
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
978
1169
  value: input3.lst.slice(1)
979
- })) && input3.lst.slice(1).map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
980
- path: _path2 + ".lst[" + (1 + _index15) + "]",
1170
+ })) && input3.lst.slice(1).map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1171
+ path: _path2 + ".lst[" + (1 + _index19) + "]",
981
1172
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
982
1173
  value: elem
983
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index15) + "]", _exceptionable2) || $report(_exceptionable2, {
984
- path: _path2 + ".lst[" + (1 + _index15) + "]",
1174
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index19) + "]", _exceptionable2) || $report(_exceptionable2, {
1175
+ path: _path2 + ".lst[" + (1 + _index19) + "]",
985
1176
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
986
1177
  value: elem
987
1178
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -997,7 +1188,7 @@ var validNumericCategoriesRequest = (input) => {
997
1188
  expected: '("median" | undefined)',
998
1189
  value: input3.preferredBins
999
1190
  })].every((flag) => flag);
1000
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1191
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1001
1192
  path: _path2 + ".minColor",
1002
1193
  expected: "string",
1003
1194
  value: input3.minColor
@@ -1006,7 +1197,7 @@ var validNumericCategoriesRequest = (input) => {
1006
1197
  expected: "string",
1007
1198
  value: input3.maxColor
1008
1199
  })].every((flag) => flag);
1009
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1200
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1010
1201
  path: _path2 + ".key",
1011
1202
  expected: "string",
1012
1203
  value: input3.key
@@ -1023,7 +1214,7 @@ var validNumericCategoriesRequest = (input) => {
1023
1214
  expected: "(string | undefined)",
1024
1215
  value: input3.label
1025
1216
  })].every((flag) => flag);
1026
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1217
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1027
1218
  path: _path2 + ".join",
1028
1219
  expected: "(string | undefined)",
1029
1220
  value: input3.join
@@ -1035,7 +1226,7 @@ var validNumericCategoriesRequest = (input) => {
1035
1226
  path: _path2 + ".term",
1036
1227
  expected: "ConditionTerm",
1037
1228
  value: input3.term
1038
- })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1229
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1039
1230
  path: _path2 + ".term",
1040
1231
  expected: "ConditionTerm",
1041
1232
  value: input3.term
@@ -1055,12 +1246,12 @@ var validNumericCategoriesRequest = (input) => {
1055
1246
  path: _path2 + ".grade_and_child",
1056
1247
  expected: "(Array<GradeAndChildEntry> | undefined)",
1057
1248
  value: input3.grade_and_child
1058
- })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1059
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1249
+ })) && input3.grade_and_child.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1250
+ path: _path2 + ".grade_and_child[" + _index20 + "]",
1060
1251
  expected: "GradeAndChildEntry",
1061
1252
  value: elem
1062
- })) && $vo30(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1063
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1253
+ })) && $vo32(elem, _path2 + ".grade_and_child[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1254
+ path: _path2 + ".grade_and_child[" + _index20 + "]",
1064
1255
  expected: "GradeAndChildEntry",
1065
1256
  value: elem
1066
1257
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1068,7 +1259,7 @@ var validNumericCategoriesRequest = (input) => {
1068
1259
  expected: "(Array<GradeAndChildEntry> | undefined)",
1069
1260
  value: input3.grade_and_child
1070
1261
  })].every((flag) => flag);
1071
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1262
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1072
1263
  path: _path2 + ".id",
1073
1264
  expected: "string",
1074
1265
  value: input3.id
@@ -1084,8 +1275,8 @@ var validNumericCategoriesRequest = (input) => {
1084
1275
  path: _path2 + ".child_types",
1085
1276
  expected: "(Array<string> | undefined)",
1086
1277
  value: input3.child_types
1087
- })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1088
- path: _path2 + ".child_types[" + _index17 + "]",
1278
+ })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1279
+ path: _path2 + ".child_types[" + _index21 + "]",
1089
1280
  expected: "string",
1090
1281
  value: elem
1091
1282
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1100,8 +1291,8 @@ var validNumericCategoriesRequest = (input) => {
1100
1291
  path: _path2 + ".included_types",
1101
1292
  expected: "(Array<string> | undefined)",
1102
1293
  value: input3.included_types
1103
- })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1104
- path: _path2 + ".included_types[" + _index18 + "]",
1294
+ })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1295
+ path: _path2 + ".included_types[" + _index22 + "]",
1105
1296
  expected: "string",
1106
1297
  value: elem
1107
1298
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1129,7 +1320,7 @@ var validNumericCategoriesRequest = (input) => {
1129
1320
  expected: "(TermFilter | undefined)",
1130
1321
  value: input3.filter
1131
1322
  })].every((flag) => flag);
1132
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1323
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1133
1324
  path: _path2 + ".grade",
1134
1325
  expected: "number",
1135
1326
  value: input3.grade
@@ -1146,7 +1337,7 @@ var validNumericCategoriesRequest = (input) => {
1146
1337
  expected: "string",
1147
1338
  value: input3.child_label
1148
1339
  })].every((flag) => flag);
1149
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1340
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1150
1341
  path: _path2 + ".join",
1151
1342
  expected: "(string | undefined)",
1152
1343
  value: input3.join
@@ -1166,12 +1357,12 @@ var validNumericCategoriesRequest = (input) => {
1166
1357
  path: _path2 + ".values",
1167
1358
  expected: "Array<__type>.o2",
1168
1359
  value: input3.values
1169
- })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1170
- path: _path2 + ".values[" + _index19 + "]",
1360
+ })) && input3.values.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1361
+ path: _path2 + ".values[" + _index23 + "]",
1171
1362
  expected: "__type.o6",
1172
1363
  value: elem
1173
- })) && $vo32(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1174
- path: _path2 + ".values[" + _index19 + "]",
1364
+ })) && $vo34(elem, _path2 + ".values[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1365
+ path: _path2 + ".values[" + _index23 + "]",
1175
1366
  expected: "__type.o6",
1176
1367
  value: elem
1177
1368
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1179,7 +1370,7 @@ var validNumericCategoriesRequest = (input) => {
1179
1370
  expected: "Array<__type>.o2",
1180
1371
  value: input3.values
1181
1372
  })].every((flag) => flag);
1182
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1373
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1183
1374
  path: _path2 + ".key",
1184
1375
  expected: "string",
1185
1376
  value: input3.key
@@ -1205,9 +1396,9 @@ var validNumericCategoriesRequest = (input) => {
1205
1396
  })();
1206
1397
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
1207
1398
  if ("string" === typeof input3.type)
1208
- return $vo12(input3, _path2, _exceptionable2);
1399
+ return $vo13(input3, _path2, _exceptionable2);
1209
1400
  if ("filter" === input3.type)
1210
- return $vo14(input3, _path2, _exceptionable2);
1401
+ return $vo15(input3, _path2, _exceptionable2);
1211
1402
  return $report(_exceptionable2, {
1212
1403
  path: _path2,
1213
1404
  expected: "(ValuesGroup | FilterGroup)",
@@ -1216,48 +1407,59 @@ var validNumericCategoriesRequest = (input) => {
1216
1407
  })();
1217
1408
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
1218
1409
  if (true === input3.startunbounded)
1219
- return $vo22(input3, _path2, _exceptionable2);
1220
- if (true === input3.stopunbounded)
1221
1410
  return $vo24(input3, _path2, _exceptionable2);
1222
- return $vo23(input3, _path2, _exceptionable2);
1411
+ if (true === input3.stopunbounded)
1412
+ return $vo26(input3, _path2, _exceptionable2);
1413
+ return $vo25(input3, _path2, _exceptionable2);
1223
1414
  })();
1224
1415
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1225
1416
  if (void 0 !== input3.ranges)
1226
- return $vo17(input3, _path2, _exceptionable2);
1227
- return $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
1417
+ return $vo19(input3, _path2, _exceptionable2);
1418
+ return $vo3(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
1228
1419
  })();
1229
1420
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1230
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index20) => "object" === typeof elem && null !== elem && $vo11(elem, _path2 + ".lst[" + _index20 + "]", false)).every((flag) => flag))
1231
- return $vo10(input3, _path2, _exceptionable2);
1232
- return $vo16(input3, _path2, _exceptionable2);
1421
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index24) => "object" === typeof elem && null !== elem && $vo12(elem, _path2 + ".lst[" + _index24 + "]", false)).every((flag) => flag))
1422
+ return $vo11(input3, _path2, _exceptionable2);
1423
+ return $vo17(input3, _path2, _exceptionable2);
1233
1424
  })();
1234
1425
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1426
+ if ("gene" === input3.kind)
1427
+ return $vo10(input3, _path2, _exceptionable2);
1428
+ if ("coord" === input3.kind)
1429
+ return $vo18(input3, _path2, _exceptionable2);
1430
+ return $report(_exceptionable2, {
1431
+ path: _path2,
1432
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; })',
1433
+ value: input3
1434
+ });
1435
+ })();
1436
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1235
1437
  if ("regular-bin" === input3.type)
1236
- return $vo20(input3, _path2, _exceptionable2);
1438
+ return $vo22(input3, _path2, _exceptionable2);
1237
1439
  if ("custom-bin" === input3.type)
1238
- return $vo25(input3, _path2, _exceptionable2);
1440
+ return $vo27(input3, _path2, _exceptionable2);
1239
1441
  return $report(_exceptionable2, {
1240
1442
  path: _path2,
1241
1443
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
1242
1444
  value: input3
1243
1445
  });
1244
1446
  })();
1245
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1447
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1246
1448
  if (true === input3.startunbounded)
1247
- return $vo22(input3, _path2, _exceptionable2);
1449
+ return $vo24(input3, _path2, _exceptionable2);
1248
1450
  if (void 0 !== input3.start)
1249
- return $vo23(input3, _path2, _exceptionable2);
1451
+ return $vo25(input3, _path2, _exceptionable2);
1250
1452
  return $report(_exceptionable2, {
1251
1453
  path: _path2,
1252
1454
  expected: "(StartUnboundedBin | FullyBoundedBin)",
1253
1455
  value: input3
1254
1456
  });
1255
1457
  })();
1256
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1458
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1257
1459
  if (void 0 !== input3.stop)
1258
- return $vo23(input3, _path2, _exceptionable2);
1460
+ return $vo25(input3, _path2, _exceptionable2);
1259
1461
  if (true === input3.stopunbounded)
1260
- return $vo24(input3, _path2, _exceptionable2);
1462
+ return $vo26(input3, _path2, _exceptionable2);
1261
1463
  return $report(_exceptionable2, {
1262
1464
  path: _path2,
1263
1465
  expected: "(FullyBoundedBin | StopUnboundedBin)",