@sjcrh/proteinpaint-types 2.145.1-0 → 2.145.2

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.
@@ -73,7 +73,7 @@ var validBoxPlotRequest = (input) => {
73
73
  const errors = [];
74
74
  const __is = (input2) => {
75
75
  const $join = import_typia.createValidate.join;
76
- const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu6(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true;
76
+ const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu6(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true && (void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers);
77
77
  const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === input3.type;
78
78
  const $io2 = (input3) => Object.keys(input3).every((key) => {
79
79
  const value = input3[key];
@@ -371,7 +371,11 @@ var validBoxPlotRequest = (input) => {
371
371
  path: _path2 + ".filter",
372
372
  expected: "(Filter | undefined)",
373
373
  value: input3.filter
374
- }), true, true].every((flag) => flag);
374
+ }), true, true, void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers || $report(_exceptionable2, {
375
+ path: _path2 + ".removeOutliers",
376
+ expected: "(boolean | undefined)",
377
+ value: input3.removeOutliers
378
+ })].every((flag) => flag);
375
379
  const $vo1 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
376
380
  path: _path2 + ".id",
377
381
  expected: "(string | undefined)",
@@ -4172,7 +4176,7 @@ var validBoxPlotResponse = (input) => {
4172
4176
  const errors = [];
4173
4177
  const __is = (input2) => {
4174
4178
  const $join = import_typia.createValidate.join;
4175
- const $io0 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io1(input3.charts)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io8(elem))) && true;
4179
+ const $io0 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io1(input3.charts)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io8(elem))) && true && true;
4176
4180
  const $io1 = (input3) => Object.keys(input3).every((key) => {
4177
4181
  const value = input3[key];
4178
4182
  if (void 0 === value)
@@ -4226,7 +4230,7 @@ var validBoxPlotResponse = (input) => {
4226
4230
  path: _path2 + ".uncomputableValues",
4227
4231
  expected: "(Array<__type>.o2 | null)",
4228
4232
  value: input3.uncomputableValues
4229
- }), true].every((flag) => flag);
4233
+ }), true, true].every((flag) => flag);
4230
4234
  const $vo1 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
4231
4235
  const value = input3[key];
4232
4236
  if (void 0 === value)
package/dist/index.js CHANGED
@@ -92,7 +92,7 @@ import {
92
92
  boxplotPayload,
93
93
  validBoxPlotRequest,
94
94
  validBoxPlotResponse
95
- } from "./chunk-6SOULHNE.js";
95
+ } from "./chunk-V2TEJZ2V.js";
96
96
  import {
97
97
  termdbCategoriesPayload,
98
98
  validCategoriesRequest,
@@ -2,7 +2,7 @@ import {
2
2
  boxplotPayload,
3
3
  validBoxPlotRequest,
4
4
  validBoxPlotResponse
5
- } from "./chunk-6SOULHNE.js";
5
+ } from "./chunk-V2TEJZ2V.js";
6
6
  import "./chunk-YNHC5SXO.js";
7
7
  export {
8
8
  boxplotPayload,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-types",
3
- "version": "2.145.1-0",
3
+ "version": "2.145.2",
4
4
  "type": "module",
5
5
  "description": "Shared type definitions between ProteinPaint server and client code",
6
6
  "main": "src/index.ts",
package/src/dataset.ts CHANGED
@@ -744,8 +744,6 @@ export type GeneExpressionQueryNative = {
744
744
  geneExpression2bins?: { [index: string]: any }
745
745
  /** gene expression unit (e.g. 'FPKM') */
746
746
  unit?: string
747
- /** temporary h5 file format flag */
748
- newformat?: boolean
749
747
  }
750
748
 
751
749
  export type GeneExpressionQuery = GeneExpressionQueryGdc | GeneExpressionQueryNative
@@ -20,6 +20,7 @@ export type BoxPlotRequest = {
20
20
  filter?: Filter
21
21
  filter0?: any
22
22
  __protected__: any
23
+ removeOutliers?: boolean
23
24
  }
24
25
 
25
26
  export type BoxPlotResponse = {
@@ -34,6 +35,7 @@ export type BoxPlotResponse = {
34
35
  /** Categories not shown in the final plot */
35
36
  uncomputableValues: { label: string; value: number }[] | null
36
37
  error?: any
38
+ descrStats: any
37
39
  }
38
40
 
39
41
  // chart containing a set of boxplots