@sjcrh/proteinpaint-types 2.137.2-2 → 2.137.3

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 (33) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-SUL2XLYM.js → chunk-2YASZMH3.js} +665 -229
  3. package/dist/{chunk-6LRQCE3E.js → chunk-6HAS5WRS.js} +243 -41
  4. package/dist/{chunk-6H6TQ3MA.js → chunk-7FTOFTNK.js} +243 -41
  5. package/dist/{chunk-PAQX4HYF.js → chunk-AL4VFH5I.js} +520 -286
  6. package/dist/{chunk-7YFANJ2A.js → chunk-CC3OBRKE.js} +479 -245
  7. package/dist/{chunk-FMSTAFII.js → chunk-DD2RLZHC.js} +243 -41
  8. package/dist/{chunk-G36XAK7Y.js → chunk-GGZUN2GE.js} +73 -1
  9. package/dist/{chunk-CBPDONEQ.js → chunk-HCBXL376.js} +494 -246
  10. package/dist/{chunk-MDPMNCMV.js → chunk-HWRFIXJA.js} +480 -246
  11. package/dist/{chunk-IE3MSHTB.js → chunk-I2BMMKPN.js} +480 -246
  12. package/dist/{chunk-QCGBPQ7S.js → chunk-JKBVXIRQ.js} +247 -45
  13. package/dist/{chunk-657TS66W.js → chunk-LTGT4NK4.js} +713 -277
  14. package/dist/{chunk-YGOZU46P.js → chunk-S2M5SN7Q.js} +243 -41
  15. package/dist/correlationVolcano.js +1 -1
  16. package/dist/index.js +13 -13
  17. package/dist/termdb.boxplot.js +1 -1
  18. package/dist/termdb.categories.js +1 -1
  19. package/dist/termdb.cluster.js +1 -1
  20. package/dist/termdb.descrstats.js +1 -1
  21. package/dist/termdb.numericcategories.js +1 -1
  22. package/dist/termdb.percentile.js +1 -1
  23. package/dist/termdb.singleSampleMutation.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  27. package/dist/termdb.violin.js +1 -1
  28. package/package.json +1 -1
  29. package/src/dataset.ts +9 -8
  30. package/src/routes/termdb.categories.ts +5 -0
  31. package/src/routes/termdb.descrstats.ts +1 -0
  32. package/src/routes/termdb.singleSampleMutation.ts +19 -1
  33. package/src/terms/geneVariant.ts +11 -3
@@ -61,7 +61,7 @@ var validViolinRequest = (input) => {
61
61
  const $join = import_typia.createValidate.join;
62
62
  const $io0 = (input3) => "number" === typeof input3.axisHeight && (Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && "string" === typeof input3.datasymbol && "number" === typeof input3.devicePixelRatio && true && "string" === typeof input3.dslabel && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "string" === typeof input3.genome && "boolean" === typeof input3.isKDE && ("horizontal" === input3.orientation || "vertical" === input3.orientation) && "number" === typeof input3.radius && "number" === typeof input3.rightMargin && true && "number" === typeof input3.strokeWidth && "number" === typeof input3.svgw && "number" === typeof input3.ticks && true && "string" === typeof input3.unit;
63
63
  const $io1 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
64
- const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu3(input3.tvs));
64
+ const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu4(input3.tvs));
65
65
  const $io3 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(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) && $io6(elem)));
66
66
  const $io4 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
67
67
  const $io5 = (input3) => Object.keys(input3).every((key) => {
@@ -82,8 +82,8 @@ var validViolinRequest = (input) => {
82
82
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
83
83
  const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(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 && $io22(elem)));
84
84
  const $io13 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
85
- const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu4(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu4(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);
86
- const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
85
+ const $io14 = (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);
86
+ const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
87
87
  const $io16 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -101,11 +101,13 @@ var validViolinRequest = (input) => {
101
101
  const $io23 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io24(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 && $io25(elem)));
102
102
  const $io24 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
103
103
  const $io25 = (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;
104
- 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.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
105
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu7(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
106
- const $io28 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
107
- const $io29 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
108
- const $io30 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
104
+ 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.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
105
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu8(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
106
+ const $io28 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
107
+ const $io29 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
108
+ const $io30 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
109
+ const $io31 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
110
+ const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
109
111
  const $iu0 = (input3) => (() => {
110
112
  if ("tvslst" === input3.type)
111
113
  return $io1(input3);
@@ -128,6 +130,13 @@ var validViolinRequest = (input) => {
128
130
  return $io18(input3);
129
131
  })();
130
132
  const $iu3 = (input3) => (() => {
133
+ if ("gene" === input3.kind)
134
+ return $io29(input3);
135
+ if ("coord" === input3.kind)
136
+ return $io30(input3);
137
+ return false;
138
+ })();
139
+ const $iu4 = (input3) => (() => {
131
140
  if (void 0 !== input3.ranges)
132
141
  return $io12(input3);
133
142
  return (() => {
@@ -140,32 +149,32 @@ var validViolinRequest = (input) => {
140
149
  return false;
141
150
  })();
142
151
  })();
143
- const $iu4 = (input3) => (() => {
152
+ const $iu5 = (input3) => (() => {
144
153
  if ("regular-bin" === input3.type)
145
154
  return $io15(input3);
146
155
  if ("custom-bin" === input3.type)
147
156
  return $io20(input3);
148
157
  return false;
149
158
  })();
150
- const $iu5 = (input3) => (() => {
159
+ const $iu6 = (input3) => (() => {
151
160
  if (true === input3.startunbounded)
152
161
  return $io17(input3);
153
162
  if (void 0 !== input3.start)
154
163
  return $io18(input3);
155
164
  return false;
156
165
  })();
157
- const $iu6 = (input3) => (() => {
166
+ const $iu7 = (input3) => (() => {
158
167
  if (void 0 !== input3.stop)
159
168
  return $io18(input3);
160
169
  if (true === input3.stopunbounded)
161
170
  return $io19(input3);
162
171
  return false;
163
172
  })();
164
- const $iu7 = (input3) => (() => {
173
+ const $iu8 = (input3) => (() => {
165
174
  if ("gene" === input3.kind)
166
175
  return $io28(input3);
167
176
  if ("coord" === input3.kind)
168
- return $io29(input3);
177
+ return $io31(input3);
169
178
  return false;
170
179
  })();
171
180
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -288,7 +297,7 @@ var validViolinRequest = (input) => {
288
297
  path: _path2 + ".tvs",
289
298
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
290
299
  value: input3.tvs
291
- })) && $vu3(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
300
+ })) && $vu4(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
292
301
  path: _path2 + ".tvs",
293
302
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
294
303
  value: input3.tvs
@@ -697,7 +706,7 @@ var validViolinRequest = (input) => {
697
706
  path: _path2 + '["default"]',
698
707
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
699
708
  value: input3["default"]
700
- })) && $vu4(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
709
+ })) && $vu5(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
701
710
  path: _path2 + '["default"]',
702
711
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
703
712
  value: input3["default"]
@@ -705,7 +714,7 @@ var validViolinRequest = (input) => {
705
714
  path: _path2 + ".less",
706
715
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
707
716
  value: input3.less
708
- })) && $vu4(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
717
+ })) && $vu5(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
709
718
  path: _path2 + ".less",
710
719
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
711
720
  value: input3.less
@@ -766,7 +775,7 @@ var validViolinRequest = (input) => {
766
775
  path: _path2 + ".first_bin",
767
776
  expected: "(FullyBoundedBin | StartUnboundedBin)",
768
777
  value: input3.first_bin
769
- })) && $vu5(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
778
+ })) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
770
779
  path: _path2 + ".first_bin",
771
780
  expected: "(FullyBoundedBin | StartUnboundedBin)",
772
781
  value: input3.first_bin
@@ -774,7 +783,7 @@ var validViolinRequest = (input) => {
774
783
  path: _path2 + ".last_bin",
775
784
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
776
785
  value: input3.last_bin
777
- })) && $vu6(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
786
+ })) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
778
787
  path: _path2 + ".last_bin",
779
788
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
780
789
  value: input3.last_bin
@@ -1110,7 +1119,7 @@ var validViolinRequest = (input) => {
1110
1119
  path: _path2 + ".values[" + _index17 + "]",
1111
1120
  expected: "__type.o4",
1112
1121
  value: elem
1113
- })) && $vo30(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1122
+ })) && $vo32(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1114
1123
  path: _path2 + ".values[" + _index17 + "]",
1115
1124
  expected: "__type.o4",
1116
1125
  value: elem
@@ -1145,11 +1154,11 @@ var validViolinRequest = (input) => {
1145
1154
  value: input3.name_noOrigin
1146
1155
  }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1147
1156
  path: _path2 + ".parentTerm",
1148
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1157
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1149
1158
  value: input3.parentTerm
1150
- })) && $vu7(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1159
+ })) && $vu8(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1151
1160
  path: _path2 + ".parentTerm",
1152
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1161
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1153
1162
  value: input3.parentTerm
1154
1163
  }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1155
1164
  path: _path2 + ".isleaf",
@@ -1252,6 +1261,22 @@ var validViolinRequest = (input) => {
1252
1261
  path: _path2 + ".stop",
1253
1262
  expected: "(number | undefined)",
1254
1263
  value: input3.stop
1264
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1265
+ path: _path2 + ".genes",
1266
+ expected: "Array<GvGeneTerm>",
1267
+ value: input3.genes
1268
+ })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1269
+ path: _path2 + ".genes[" + _index20 + "]",
1270
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1271
+ value: elem
1272
+ })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1273
+ path: _path2 + ".genes[" + _index20 + "]",
1274
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1275
+ value: elem
1276
+ })).every((flag) => flag) || $report(_exceptionable2, {
1277
+ path: _path2 + ".genes",
1278
+ expected: "Array<GvGeneTerm>",
1279
+ value: input3.genes
1255
1280
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1256
1281
  path: _path2 + ".groupsetting",
1257
1282
  expected: "(TermGroupSetting | undefined)",
@@ -1264,12 +1289,12 @@ var validViolinRequest = (input) => {
1264
1289
  path: _path2 + ".childTerms",
1265
1290
  expected: "(Array<DtTerm> | undefined)",
1266
1291
  value: input3.childTerms
1267
- })) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1268
- path: _path2 + ".childTerms[" + _index20 + "]",
1292
+ })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1293
+ path: _path2 + ".childTerms[" + _index21 + "]",
1269
1294
  expected: "DtTerm",
1270
1295
  value: elem
1271
- })) && $vo27(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1272
- path: _path2 + ".childTerms[" + _index20 + "]",
1296
+ })) && $vo27(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1297
+ path: _path2 + ".childTerms[" + _index21 + "]",
1273
1298
  expected: "DtTerm",
1274
1299
  value: elem
1275
1300
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1285,6 +1310,156 @@ var validViolinRequest = (input) => {
1285
1310
  path: _path2 + ".name",
1286
1311
  expected: "string",
1287
1312
  value: input3.name
1313
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1314
+ path: _path2 + ".type",
1315
+ expected: "string",
1316
+ value: input3.type
1317
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1318
+ path: _path2 + ".child_types",
1319
+ expected: "(Array<string> | undefined)",
1320
+ value: input3.child_types
1321
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1322
+ path: _path2 + ".child_types[" + _index22 + "]",
1323
+ expected: "string",
1324
+ value: elem
1325
+ })).every((flag) => flag) || $report(_exceptionable2, {
1326
+ path: _path2 + ".child_types",
1327
+ expected: "(Array<string> | undefined)",
1328
+ value: input3.child_types
1329
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1330
+ path: _path2 + ".hashtmldetail",
1331
+ expected: "(boolean | undefined)",
1332
+ value: input3.hashtmldetail
1333
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1334
+ path: _path2 + ".included_types",
1335
+ expected: "(Array<string> | undefined)",
1336
+ value: input3.included_types
1337
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1338
+ path: _path2 + ".included_types[" + _index23 + "]",
1339
+ expected: "string",
1340
+ value: elem
1341
+ })).every((flag) => flag) || $report(_exceptionable2, {
1342
+ path: _path2 + ".included_types",
1343
+ expected: "(Array<string> | undefined)",
1344
+ value: input3.included_types
1345
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1346
+ path: _path2 + ".isleaf",
1347
+ expected: "(boolean | undefined)",
1348
+ value: input3.isleaf
1349
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1350
+ path: _path2 + ".values",
1351
+ expected: "(TermValues | undefined)",
1352
+ value: input3.values
1353
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1354
+ path: _path2 + ".values",
1355
+ expected: "(TermValues | undefined)",
1356
+ value: input3.values
1357
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1358
+ path: _path2 + ".skipValuesBuild",
1359
+ expected: "(boolean | undefined)",
1360
+ value: input3.skipValuesBuild
1361
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1362
+ path: _path2 + ".kind",
1363
+ expected: '"gene"',
1364
+ value: input3.kind
1365
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1366
+ path: _path2 + ".gene",
1367
+ expected: "string",
1368
+ value: input3.gene
1369
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1370
+ path: _path2 + ".chr",
1371
+ expected: "(string | undefined)",
1372
+ value: input3.chr
1373
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1374
+ path: _path2 + ".start",
1375
+ expected: "(number | undefined)",
1376
+ value: input3.start
1377
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1378
+ path: _path2 + ".stop",
1379
+ expected: "(number | undefined)",
1380
+ value: input3.stop
1381
+ })].every((flag) => flag);
1382
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1383
+ path: _path2 + ".id",
1384
+ expected: "string",
1385
+ value: input3.id
1386
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1387
+ path: _path2 + ".name",
1388
+ expected: "string",
1389
+ value: input3.name
1390
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1391
+ path: _path2 + ".type",
1392
+ expected: "string",
1393
+ value: input3.type
1394
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1395
+ path: _path2 + ".child_types",
1396
+ expected: "(Array<string> | undefined)",
1397
+ value: input3.child_types
1398
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1399
+ path: _path2 + ".child_types[" + _index24 + "]",
1400
+ expected: "string",
1401
+ value: elem
1402
+ })).every((flag) => flag) || $report(_exceptionable2, {
1403
+ path: _path2 + ".child_types",
1404
+ expected: "(Array<string> | undefined)",
1405
+ value: input3.child_types
1406
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1407
+ path: _path2 + ".hashtmldetail",
1408
+ expected: "(boolean | undefined)",
1409
+ value: input3.hashtmldetail
1410
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1411
+ path: _path2 + ".included_types",
1412
+ expected: "(Array<string> | undefined)",
1413
+ value: input3.included_types
1414
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1415
+ path: _path2 + ".included_types[" + _index25 + "]",
1416
+ expected: "string",
1417
+ value: elem
1418
+ })).every((flag) => flag) || $report(_exceptionable2, {
1419
+ path: _path2 + ".included_types",
1420
+ expected: "(Array<string> | undefined)",
1421
+ value: input3.included_types
1422
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1423
+ path: _path2 + ".isleaf",
1424
+ expected: "(boolean | undefined)",
1425
+ value: input3.isleaf
1426
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1427
+ path: _path2 + ".values",
1428
+ expected: "(TermValues | undefined)",
1429
+ value: input3.values
1430
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1431
+ path: _path2 + ".values",
1432
+ expected: "(TermValues | undefined)",
1433
+ value: input3.values
1434
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1435
+ path: _path2 + ".skipValuesBuild",
1436
+ expected: "(boolean | undefined)",
1437
+ value: input3.skipValuesBuild
1438
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1439
+ path: _path2 + ".kind",
1440
+ expected: '"coord"',
1441
+ value: input3.kind
1442
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1443
+ path: _path2 + ".chr",
1444
+ expected: "string",
1445
+ value: input3.chr
1446
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1447
+ path: _path2 + ".start",
1448
+ expected: "number",
1449
+ value: input3.start
1450
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1451
+ path: _path2 + ".stop",
1452
+ expected: "number",
1453
+ value: input3.stop
1454
+ })].every((flag) => flag);
1455
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1456
+ path: _path2 + ".id",
1457
+ expected: "string",
1458
+ value: input3.id
1459
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1460
+ path: _path2 + ".name",
1461
+ expected: "string",
1462
+ value: input3.name
1288
1463
  }), "geneVariant" === input3.type || $report(_exceptionable2, {
1289
1464
  path: _path2 + ".type",
1290
1465
  expected: '"geneVariant"',
@@ -1293,8 +1468,8 @@ var validViolinRequest = (input) => {
1293
1468
  path: _path2 + ".child_types",
1294
1469
  expected: "(Array<string> | undefined)",
1295
1470
  value: input3.child_types
1296
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1297
- path: _path2 + ".child_types[" + _index21 + "]",
1471
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1472
+ path: _path2 + ".child_types[" + _index26 + "]",
1298
1473
  expected: "string",
1299
1474
  value: elem
1300
1475
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1309,8 +1484,8 @@ var validViolinRequest = (input) => {
1309
1484
  path: _path2 + ".included_types",
1310
1485
  expected: "(Array<string> | undefined)",
1311
1486
  value: input3.included_types
1312
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1313
- path: _path2 + ".included_types[" + _index22 + "]",
1487
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1488
+ path: _path2 + ".included_types[" + _index27 + "]",
1314
1489
  expected: "string",
1315
1490
  value: elem
1316
1491
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1349,6 +1524,22 @@ var validViolinRequest = (input) => {
1349
1524
  path: _path2 + ".stop",
1350
1525
  expected: "number",
1351
1526
  value: input3.stop
1527
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1528
+ path: _path2 + ".genes",
1529
+ expected: "Array<GvGeneTerm>",
1530
+ value: input3.genes
1531
+ })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1532
+ path: _path2 + ".genes[" + _index28 + "]",
1533
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1534
+ value: elem
1535
+ })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1536
+ path: _path2 + ".genes[" + _index28 + "]",
1537
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1538
+ value: elem
1539
+ })).every((flag) => flag) || $report(_exceptionable2, {
1540
+ path: _path2 + ".genes",
1541
+ expected: "Array<GvGeneTerm>",
1542
+ value: input3.genes
1352
1543
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1353
1544
  path: _path2 + ".groupsetting",
1354
1545
  expected: "(TermGroupSetting | undefined)",
@@ -1361,12 +1552,12 @@ var validViolinRequest = (input) => {
1361
1552
  path: _path2 + ".childTerms",
1362
1553
  expected: "(Array<DtTerm> | undefined)",
1363
1554
  value: input3.childTerms
1364
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1365
- path: _path2 + ".childTerms[" + _index23 + "]",
1555
+ })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1556
+ path: _path2 + ".childTerms[" + _index29 + "]",
1366
1557
  expected: "DtTerm",
1367
1558
  value: elem
1368
- })) && $vo27(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1369
- path: _path2 + ".childTerms[" + _index23 + "]",
1559
+ })) && $vo27(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1560
+ path: _path2 + ".childTerms[" + _index29 + "]",
1370
1561
  expected: "DtTerm",
1371
1562
  value: elem
1372
1563
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1374,7 +1565,7 @@ var validViolinRequest = (input) => {
1374
1565
  expected: "(Array<DtTerm> | undefined)",
1375
1566
  value: input3.childTerms
1376
1567
  })].every((flag) => flag);
1377
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1568
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1378
1569
  path: _path2 + ".key",
1379
1570
  expected: "string",
1380
1571
  value: input3.key
@@ -1417,11 +1608,22 @@ var validViolinRequest = (input) => {
1417
1608
  return $vo18(input3, _path2, _exceptionable2);
1418
1609
  })();
1419
1610
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1611
+ if ("gene" === input3.kind)
1612
+ return $vo29(input3, _path2, _exceptionable2);
1613
+ if ("coord" === input3.kind)
1614
+ return $vo30(input3, _path2, _exceptionable2);
1615
+ return $report(_exceptionable2, {
1616
+ path: _path2,
1617
+ expected: "(BaseTerm & Gene | BaseTerm & Coord)",
1618
+ value: input3
1619
+ });
1620
+ })();
1621
+ const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1420
1622
  if (void 0 !== input3.ranges)
1421
1623
  return $vo12(input3, _path2, _exceptionable2);
1422
1624
  return $vo3(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
1423
1625
  })();
1424
- const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1626
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1425
1627
  if ("regular-bin" === input3.type)
1426
1628
  return $vo15(input3, _path2, _exceptionable2);
1427
1629
  if ("custom-bin" === input3.type)
@@ -1432,7 +1634,7 @@ var validViolinRequest = (input) => {
1432
1634
  value: input3
1433
1635
  });
1434
1636
  })();
1435
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1637
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1436
1638
  if (true === input3.startunbounded)
1437
1639
  return $vo17(input3, _path2, _exceptionable2);
1438
1640
  if (void 0 !== input3.start)
@@ -1443,7 +1645,7 @@ var validViolinRequest = (input) => {
1443
1645
  value: input3
1444
1646
  });
1445
1647
  })();
1446
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1648
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1447
1649
  if (void 0 !== input3.stop)
1448
1650
  return $vo18(input3, _path2, _exceptionable2);
1449
1651
  if (true === input3.stopunbounded)
@@ -1454,14 +1656,14 @@ var validViolinRequest = (input) => {
1454
1656
  value: input3
1455
1657
  });
1456
1658
  })();
1457
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1659
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1458
1660
  if ("gene" === input3.kind)
1459
1661
  return $vo28(input3, _path2, _exceptionable2);
1460
1662
  if ("coord" === input3.kind)
1461
- return $vo29(input3, _path2, _exceptionable2);
1663
+ return $vo31(input3, _path2, _exceptionable2);
1462
1664
  return $report(_exceptionable2, {
1463
1665
  path: _path2,
1464
- expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
1666
+ expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
1465
1667
  value: input3
1466
1668
  });
1467
1669
  })();
@@ -2,7 +2,7 @@ import {
2
2
  CorrelationVolcanoPayload,
3
3
  validCorrelationVolcanoRequest,
4
4
  validCorrelationVolcanoResponse
5
- } from "./chunk-PAQX4HYF.js";
5
+ } from "./chunk-AL4VFH5I.js";
6
6
  import "./chunk-CNSSF43V.js";
7
7
  export {
8
8
  CorrelationVolcanoPayload,
package/dist/index.js CHANGED
@@ -7,17 +7,17 @@ import {
7
7
  termdbTopTermsByTypePayload,
8
8
  validTermdbTopTermsByTypeRequest,
9
9
  validTermdbTopTermsByTypeResponse
10
- } from "./chunk-SUL2XLYM.js";
10
+ } from "./chunk-2YASZMH3.js";
11
11
  import {
12
12
  termdbTopVariablyExpressedGenesPayload,
13
13
  validTermdbTopVariablyExpressedGenesRequest,
14
14
  validTermdbTopVariablyExpressedGenesResponse
15
- } from "./chunk-6H6TQ3MA.js";
15
+ } from "./chunk-7FTOFTNK.js";
16
16
  import {
17
17
  validViolinRequest,
18
18
  validViolinResponse,
19
19
  violinPayload
20
- } from "./chunk-YGOZU46P.js";
20
+ } from "./chunk-S2M5SN7Q.js";
21
21
  import {
22
22
  tilePayload,
23
23
  validTileRequest,
@@ -47,7 +47,7 @@ import {
47
47
  termdbSingleSampleMutationPayload,
48
48
  validTermdbSingleSampleMutationRequest,
49
49
  validTermdbSingleSampleMutationResponse
50
- } from "./chunk-G36XAK7Y.js";
50
+ } from "./chunk-GGZUN2GE.js";
51
51
  import {
52
52
  termdbSingleCellDEgenesPayload,
53
53
  validTermdbSingleCellDEgenesRequest,
@@ -72,22 +72,22 @@ import {
72
72
  termsByIdsPayload,
73
73
  validTermsByIdsRequest,
74
74
  validTermsByIdsResponse
75
- } from "./chunk-7YFANJ2A.js";
75
+ } from "./chunk-CC3OBRKE.js";
76
76
  import {
77
77
  boxplotPayload,
78
78
  validBoxPlotRequest,
79
79
  validBoxPlotResponse
80
- } from "./chunk-MDPMNCMV.js";
80
+ } from "./chunk-HWRFIXJA.js";
81
81
  import {
82
82
  termdbCategoriesPayload,
83
83
  validCategoriesRequest,
84
84
  validCategoriesResponse
85
- } from "./chunk-CBPDONEQ.js";
85
+ } from "./chunk-HCBXL376.js";
86
86
  import {
87
87
  termdbClusterPayload,
88
88
  validTermdbClusterRequest,
89
89
  validTermdbClusterResponse
90
- } from "./chunk-657TS66W.js";
90
+ } from "./chunk-LTGT4NK4.js";
91
91
  import {
92
92
  termdbCohortSummaryPayload,
93
93
  validTermdbCohortSummaryRequest,
@@ -102,17 +102,17 @@ import {
102
102
  descrStatsPayload,
103
103
  validDescrStatsRequest,
104
104
  validDescrStatsResponse
105
- } from "./chunk-IE3MSHTB.js";
105
+ } from "./chunk-I2BMMKPN.js";
106
106
  import {
107
107
  numericCategoriesPayload,
108
108
  validNumericCategoriesRequest,
109
109
  validNumericCategoriesResponse
110
- } from "./chunk-FMSTAFII.js";
110
+ } from "./chunk-DD2RLZHC.js";
111
111
  import {
112
112
  percentilePayload,
113
113
  validPercentileRequest,
114
114
  validPercentileResponse
115
- } from "./chunk-6LRQCE3E.js";
115
+ } from "./chunk-6HAS5WRS.js";
116
116
  import {
117
117
  ntseqPayload,
118
118
  validNtseqRequest,
@@ -235,7 +235,7 @@ import {
235
235
  brainImagingPayload,
236
236
  validBrainImagingRequest,
237
237
  validBrainImagingResponse
238
- } from "./chunk-QCGBPQ7S.js";
238
+ } from "./chunk-JKBVXIRQ.js";
239
239
  import {
240
240
  brainImagingSamplesPayload,
241
241
  validBrainImagingSamplesRequest,
@@ -257,7 +257,7 @@ import {
257
257
  CorrelationVolcanoPayload,
258
258
  validCorrelationVolcanoRequest,
259
259
  validCorrelationVolcanoResponse
260
- } from "./chunk-PAQX4HYF.js";
260
+ } from "./chunk-AL4VFH5I.js";
261
261
  import {
262
262
  datasetPayload,
263
263
  validDatasetRequest,
@@ -2,7 +2,7 @@ import {
2
2
  boxplotPayload,
3
3
  validBoxPlotRequest,
4
4
  validBoxPlotResponse
5
- } from "./chunk-MDPMNCMV.js";
5
+ } from "./chunk-HWRFIXJA.js";
6
6
  import "./chunk-CNSSF43V.js";
7
7
  export {
8
8
  boxplotPayload,