generio-sdk 1.0.79 → 1.0.83

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.
package/dist/index.d.cts CHANGED
@@ -114,7 +114,9 @@ interface GetAnnotationPlacementsOutputModel {
114
114
  annotationPlacements: AnnotationPlacement[];
115
115
  }
116
116
  interface AnnotationPlacement {
117
+ id: number;
117
118
  examinationId: number;
119
+ title: string;
118
120
  laterality: string;
119
121
  plane: string;
120
122
  coordsType: string;
package/dist/index.d.ts CHANGED
@@ -114,7 +114,9 @@ interface GetAnnotationPlacementsOutputModel {
114
114
  annotationPlacements: AnnotationPlacement[];
115
115
  }
116
116
  interface AnnotationPlacement {
117
+ id: number;
117
118
  examinationId: number;
119
+ title: string;
118
120
  laterality: string;
119
121
  plane: string;
120
122
  coordsType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generio-sdk",
3
- "version": "1.0.79",
3
+ "version": "1.0.83",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",