@sjcrh/proteinpaint-types 2.119.0 → 2.123.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 (52) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-T2CSA2MC.js → chunk-3ZT4UCFM.js} +366 -512
  3. package/dist/{chunk-4V46EBDF.js → chunk-5XRJ5ATE.js} +916 -1264
  4. package/dist/{chunk-BM3JLR6T.js → chunk-AGSW7G4T.js} +905 -1253
  5. package/dist/{chunk-HURSYPTO.js → chunk-D5OG676D.js} +32 -1
  6. package/dist/{chunk-J6SJ4M3S.js → chunk-F64WJMRL.js} +1094 -1306
  7. package/dist/{chunk-YURGGHZI.js → chunk-K7P6C6KU.js} +731 -1079
  8. package/dist/{chunk-GI4NNB34.js → chunk-LBGUOJR3.js} +366 -512
  9. package/dist/{chunk-OL4OMJSP.js → chunk-NCFUZ5VV.js} +903 -1139
  10. package/dist/{chunk-GD3KAF6V.js → chunk-QMWUUGEK.js} +457 -603
  11. package/dist/{chunk-DL4UYYVE.js → chunk-RX5EB2HL.js} +366 -512
  12. package/dist/{chunk-ROPNHRVV.js → chunk-SQBZAOWB.js} +366 -512
  13. package/dist/{chunk-7NNYHDAK.js → chunk-XPOHYEAY.js} +917 -1265
  14. package/dist/{chunk-UVOO2LBD.js → chunk-ZMOSABYP.js} +916 -1264
  15. package/dist/correlationVolcano.js +1 -1
  16. package/dist/index.js +13 -13
  17. package/dist/samplewsimages.js +1 -1
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.cluster.js +1 -1
  21. package/dist/termdb.descrstats.js +1 -1
  22. package/dist/termdb.numericcategories.js +1 -1
  23. package/dist/termdb.percentile.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 +11 -5
  30. package/src/filter.ts +12 -67
  31. package/src/genome.ts +1 -1
  32. package/src/routes/hicgenome.ts +1 -1
  33. package/src/routes/isoformlst.ts +1 -1
  34. package/src/routes/samplewsimages.ts +1 -0
  35. package/src/routes/termdb.cohorts.ts +1 -1
  36. package/src/routes/termdb.singlecellData.ts +1 -1
  37. package/src/terms/categorical.ts +3 -3
  38. package/src/terms/condition.ts +2 -2
  39. package/src/terms/geneExpression.ts +3 -3
  40. package/src/terms/geneVariant.ts +58 -19
  41. package/src/terms/metaboliteIntensity.ts +4 -4
  42. package/src/terms/q.ts +1 -1
  43. package/src/terms/samplelst.ts +3 -3
  44. package/src/terms/singleCellCellType.ts +2 -2
  45. package/src/terms/singleCellGeneExpression.ts +4 -5
  46. package/src/terms/snp.ts +3 -3
  47. package/src/terms/snps.ts +4 -4
  48. package/src/terms/term.ts +14 -8
  49. package/src/terms/tw.ts +7 -8
  50. package/src/terms/updated-types.ts +5 -4
  51. package/src/termsetting.ts +4 -4
  52. package/src/test/numeric.type.spec.ts +2 -2
@@ -65,7 +65,7 @@ var validSampleWSImagesResponse = (input) => {
65
65
  const errors = [];
66
66
  const __is = (input2) => {
67
67
  const $io0 = (input3) => Array.isArray(input3.sampleWSImages) && input3.sampleWSImages.every((elem) => "object" === typeof elem && null !== elem && $io1(elem));
68
- const $io1 = (input3) => "string" === typeof input3.filename && (void 0 === input3.overlays || Array.isArray(input3.overlays) && input3.overlays.every((elem) => "string" === typeof elem)) && "string" === typeof input3.metadata;
68
+ const $io1 = (input3) => "string" === typeof input3.filename && (void 0 === input3.overlays || Array.isArray(input3.overlays) && input3.overlays.every((elem) => "string" === typeof elem)) && (void 0 === input3.zoomInPoints || Array.isArray(input3.zoomInPoints) && input3.zoomInPoints.every((elem) => Array.isArray(elem) && (elem.length === 2 && "number" === typeof elem[0] && "number" === typeof elem[1]))) && "string" === typeof input3.metadata;
69
69
  return "object" === typeof input2 && null !== input2 && $io0(input2);
70
70
  };
71
71
  if (false === __is(input)) {
@@ -104,6 +104,37 @@ var validSampleWSImagesResponse = (input) => {
104
104
  path: _path2 + ".overlays",
105
105
  expected: "(Array<string> | undefined)",
106
106
  value: input3.overlays
107
+ }), void 0 === input3.zoomInPoints || (Array.isArray(input3.zoomInPoints) || $report(_exceptionable2, {
108
+ path: _path2 + ".zoomInPoints",
109
+ expected: "(Array<[number, number]> | undefined)",
110
+ value: input3.zoomInPoints
111
+ })) && input3.zoomInPoints.map((elem, _index3) => (Array.isArray(elem) || $report(_exceptionable2, {
112
+ path: _path2 + ".zoomInPoints[" + _index3 + "]",
113
+ expected: "[number, number]",
114
+ value: elem
115
+ })) && ((elem.length === 2 || $report(_exceptionable2, {
116
+ path: _path2 + ".zoomInPoints[" + _index3 + "]",
117
+ expected: "[number, number]",
118
+ value: elem
119
+ })) && [
120
+ "number" === typeof elem[0] || $report(_exceptionable2, {
121
+ path: _path2 + ".zoomInPoints[" + _index3 + "][0]",
122
+ expected: "number",
123
+ value: elem[0]
124
+ }),
125
+ "number" === typeof elem[1] || $report(_exceptionable2, {
126
+ path: _path2 + ".zoomInPoints[" + _index3 + "][1]",
127
+ expected: "number",
128
+ value: elem[1]
129
+ })
130
+ ].every((flag) => flag)) || $report(_exceptionable2, {
131
+ path: _path2 + ".zoomInPoints[" + _index3 + "]",
132
+ expected: "[number, number]",
133
+ value: elem
134
+ })).every((flag) => flag) || $report(_exceptionable2, {
135
+ path: _path2 + ".zoomInPoints",
136
+ expected: "(Array<[number, number]> | undefined)",
137
+ value: input3.zoomInPoints
107
138
  }), "string" === typeof input3.metadata || $report(_exceptionable2, {
108
139
  path: _path2 + ".metadata",
109
140
  expected: "string",