generio-sdk 1.0.77 → 1.0.79

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
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generio-sdk",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",