@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
@@ -0,0 +1,14 @@
1
+ // src/routes/clearwsisessions.ts
2
+ var clearWSImagesSessionsPayload = {
3
+ request: {
4
+ typeId: "ClearWSImagesSessionsRequest"
5
+ },
6
+ response: {
7
+ typeId: "ClearWSImagesSessionsResponse"
8
+ }
9
+ // examples: []
10
+ };
11
+
12
+ export {
13
+ clearWSImagesSessionsPayload
14
+ };
@@ -65,7 +65,7 @@ var validHealthCheckResponse = (input) => {
65
65
  const errors = [];
66
66
  const __is = (input2) => {
67
67
  const $join = import_typia.createValidate.join;
68
- const $io0 = (input3) => ("ok" === input3.status || "error" === input3.status) && ("object" === typeof input3.genomes && null !== input3.genomes && false === Array.isArray(input3.genomes) && $io1(input3.genomes)) && ("object" === typeof input3.versionInfo && null !== input3.versionInfo && $io6(input3.versionInfo)) && (void 0 === input3.byDataset || "object" === typeof input3.byDataset && null !== input3.byDataset && false === Array.isArray(input3.byDataset) && $io9(input3.byDataset)) && (void 0 === input3.auth || "object" === typeof input3.auth && null !== input3.auth && false === Array.isArray(input3.auth) && $io10(input3.auth)) && (void 0 === input3.w || Array.isArray(input3.w) && input3.w.every((elem) => "number" === typeof elem)) && (void 0 === input3.rs || "number" === typeof input3.rs);
68
+ const $io0 = (input3) => ("error" === input3.status || "ok" === input3.status) && ("object" === typeof input3.genomes && null !== input3.genomes && false === Array.isArray(input3.genomes) && $io1(input3.genomes)) && ("object" === typeof input3.versionInfo && null !== input3.versionInfo && $io6(input3.versionInfo)) && (void 0 === input3.byDataset || "object" === typeof input3.byDataset && null !== input3.byDataset && false === Array.isArray(input3.byDataset) && $io9(input3.byDataset)) && (void 0 === input3.auth || "object" === typeof input3.auth && null !== input3.auth && false === Array.isArray(input3.auth) && $io10(input3.auth)) && (void 0 === input3.w || Array.isArray(input3.w) && input3.w.every((elem) => "number" === typeof elem)) && (void 0 === input3.rs || "number" === typeof input3.rs);
69
69
  const $io1 = (input3) => Object.keys(input3).every((key) => {
70
70
  const value = input3[key];
71
71
  if (void 0 === value)
@@ -117,7 +117,7 @@ var validHealthCheckResponse = (input) => {
117
117
  const $report = import_typia.createValidate.report(errors);
118
118
  ((input2, _path, _exceptionable = true) => {
119
119
  const $join = import_typia.createValidate.join;
120
- const $vo0 = (input3, _path2, _exceptionable2 = true) => ["ok" === input3.status || "error" === input3.status || $report(_exceptionable2, {
120
+ const $vo0 = (input3, _path2, _exceptionable2 = true) => ["error" === input3.status || "ok" === input3.status || $report(_exceptionable2, {
121
121
  path: _path2 + ".status",
122
122
  expected: '("error" | "ok")',
123
123
  value: input3.status
@@ -0,0 +1,75 @@
1
+ import {
2
+ __toESM,
3
+ require_lib
4
+ } from "./chunk-CNSSF43V.js";
5
+
6
+ // dist/clearwsisessions.ts
7
+ var import_typia = __toESM(require_lib(), 1);
8
+ var validClearWSImagesSessionsRequest = (input) => {
9
+ const errors = [];
10
+ const __is = (input2) => {
11
+ const $io0 = (input3) => Array.isArray(input3.sessions);
12
+ return "object" === typeof input2 && null !== input2 && $io0(input2);
13
+ };
14
+ if (false === __is(input)) {
15
+ const $report = import_typia.createValidate.report(errors);
16
+ ((input2, _path, _exceptionable = true) => {
17
+ const $vo0 = (input3, _path2, _exceptionable2 = true) => [Array.isArray(input3.sessions) || $report(_exceptionable2, {
18
+ path: _path2 + ".sessions",
19
+ expected: "Array<any>",
20
+ value: input3.sessions
21
+ })].every((flag) => flag);
22
+ return ("object" === typeof input2 && null !== input2 || $report(true, {
23
+ path: _path + "",
24
+ expected: "ClearWSImagesSessionsRequest",
25
+ value: input2
26
+ })) && $vo0(input2, _path + "", true) || $report(true, {
27
+ path: _path + "",
28
+ expected: "ClearWSImagesSessionsRequest",
29
+ value: input2
30
+ });
31
+ })(input, "$input", true);
32
+ }
33
+ const success = 0 === errors.length;
34
+ return {
35
+ success,
36
+ errors,
37
+ data: success ? input : void 0
38
+ };
39
+ };
40
+ var validClearWSImagesSessionsResponse = (input) => {
41
+ const errors = [];
42
+ const __is = (input2) => {
43
+ return "object" === typeof input2 && null !== input2 && "string" === typeof input2.message;
44
+ };
45
+ if (false === __is(input)) {
46
+ const $report = import_typia.createValidate.report(errors);
47
+ ((input2, _path, _exceptionable = true) => {
48
+ const $vo0 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.message || $report(_exceptionable2, {
49
+ path: _path2 + ".message",
50
+ expected: "string",
51
+ value: input3.message
52
+ })].every((flag) => flag);
53
+ return ("object" === typeof input2 && null !== input2 || $report(true, {
54
+ path: _path + "",
55
+ expected: "ClearWSImagesSessionsResponse",
56
+ value: input2
57
+ })) && $vo0(input2, _path + "", true) || $report(true, {
58
+ path: _path + "",
59
+ expected: "ClearWSImagesSessionsResponse",
60
+ value: input2
61
+ });
62
+ })(input, "$input", true);
63
+ }
64
+ const success = 0 === errors.length;
65
+ return {
66
+ success,
67
+ errors,
68
+ data: success ? input : void 0
69
+ };
70
+ };
71
+
72
+ export {
73
+ validClearWSImagesSessionsRequest,
74
+ validClearWSImagesSessionsResponse
75
+ };