generio-sdk 1.0.79 → 1.0.81

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
@@ -115,6 +115,7 @@ interface GetAnnotationPlacementsOutputModel {
115
115
  }
116
116
  interface AnnotationPlacement {
117
117
  examinationId: number;
118
+ title: string;
118
119
  laterality: string;
119
120
  plane: string;
120
121
  coordsType: string;
package/dist/index.d.ts CHANGED
@@ -115,6 +115,7 @@ interface GetAnnotationPlacementsOutputModel {
115
115
  }
116
116
  interface AnnotationPlacement {
117
117
  examinationId: number;
118
+ title: string;
118
119
  laterality: string;
119
120
  plane: string;
120
121
  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.81",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",