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 CHANGED
@@ -179,7 +179,7 @@ interface FormElementStateViewModel {
179
179
  //#region src/models/UpdateStudyInputModel.d.ts
180
180
  interface UpdateStudyInputModel {
181
181
  studyInstanceUId: string;
182
- examinationElementId: number;
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
- examinationElementId: number;
182
+ examinationId: number;
183
183
  formElementStates: FormElementStateInputModel[];
184
184
  }
185
185
  interface FormElementStateInputModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generio-sdk",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",