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