generio-sdk 1.0.71 → 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 {
@@ -187,6 +187,8 @@ interface FormElementStateInputModel {
187
187
  value: string;
188
188
  formTypeId: number;
189
189
  }
190
+ //#endregion
191
+ //#region src/models/UpdateStudyOutputModel.d.ts
190
192
  interface UpdateStudyOutputModel {
191
193
  isSuccess: boolean;
192
194
  errorMessage?: string;
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 {
@@ -187,6 +187,8 @@ interface FormElementStateInputModel {
187
187
  value: string;
188
188
  formTypeId: number;
189
189
  }
190
+ //#endregion
191
+ //#region src/models/UpdateStudyOutputModel.d.ts
190
192
  interface UpdateStudyOutputModel {
191
193
  isSuccess: boolean;
192
194
  errorMessage?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generio-sdk",
3
- "version": "1.0.71",
3
+ "version": "1.0.73",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",