generio-sdk 1.0.77 → 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
@@ -103,6 +103,8 @@ interface GetExaminationMessageInputModel {
103
103
  //#region src/models/GetAnnotationPlacementsInputModel.d.ts
104
104
  interface GetAnnotationPlacementsInputModel {
105
105
  examinationId: number;
106
+ laterality: string;
107
+ plane: string;
106
108
  }
107
109
  //#endregion
108
110
  //#region src/models/GetAnnotationPlacementsOutputModel.d.ts
@@ -113,6 +115,7 @@ interface GetAnnotationPlacementsOutputModel {
113
115
  }
114
116
  interface AnnotationPlacement {
115
117
  examinationId: number;
118
+ title: string;
116
119
  laterality: string;
117
120
  plane: string;
118
121
  coordsType: string;
package/dist/index.d.ts CHANGED
@@ -103,6 +103,8 @@ interface GetExaminationMessageInputModel {
103
103
  //#region src/models/GetAnnotationPlacementsInputModel.d.ts
104
104
  interface GetAnnotationPlacementsInputModel {
105
105
  examinationId: number;
106
+ laterality: string;
107
+ plane: string;
106
108
  }
107
109
  //#endregion
108
110
  //#region src/models/GetAnnotationPlacementsOutputModel.d.ts
@@ -113,6 +115,7 @@ interface GetAnnotationPlacementsOutputModel {
113
115
  }
114
116
  interface AnnotationPlacement {
115
117
  examinationId: number;
118
+ title: string;
116
119
  laterality: string;
117
120
  plane: string;
118
121
  coordsType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generio-sdk",
3
- "version": "1.0.77",
3
+ "version": "1.0.81",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",