generio-sdk 1.0.72 → 1.0.73
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -179,7 +179,7 @@ interface FormElementStateViewModel {
|
|
|
179
179
|
//#region src/models/UpdateStudyInputModel.d.ts
|
|
180
180
|
interface UpdateStudyInputModel {
|
|
181
181
|
studyInstanceUId: string;
|
|
182
|
-
|
|
182
|
+
examinationId: number;
|
|
183
183
|
formElementStates: FormElementStateInputModel[];
|
|
184
184
|
}
|
|
185
185
|
interface FormElementStateInputModel {
|
package/dist/index.d.ts
CHANGED
|
@@ -179,7 +179,7 @@ interface FormElementStateViewModel {
|
|
|
179
179
|
//#region src/models/UpdateStudyInputModel.d.ts
|
|
180
180
|
interface UpdateStudyInputModel {
|
|
181
181
|
studyInstanceUId: string;
|
|
182
|
-
|
|
182
|
+
examinationId: number;
|
|
183
183
|
formElementStates: FormElementStateInputModel[];
|
|
184
184
|
}
|
|
185
185
|
interface FormElementStateInputModel {
|