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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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
|