generio-sdk 1.0.83 → 1.0.85

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
@@ -184,7 +184,8 @@ interface FormElementStateViewModel {
184
184
  interface UpdateStudyInputModel {
185
185
  studyInstanceUId: string;
186
186
  examinationId: number;
187
- formElementStates: FormElementStateInputModel[];
187
+ formElementStatesToAdd?: FormElementStateInputModel[];
188
+ formElementStatesToRemove?: FormElementStateInputModel[];
188
189
  }
189
190
  interface FormElementStateInputModel {
190
191
  guid: string;
package/dist/index.d.ts CHANGED
@@ -184,7 +184,8 @@ interface FormElementStateViewModel {
184
184
  interface UpdateStudyInputModel {
185
185
  studyInstanceUId: string;
186
186
  examinationId: number;
187
- formElementStates: FormElementStateInputModel[];
187
+ formElementStatesToAdd?: FormElementStateInputModel[];
188
+ formElementStatesToRemove?: FormElementStateInputModel[];
188
189
  }
189
190
  interface FormElementStateInputModel {
190
191
  guid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generio-sdk",
3
- "version": "1.0.83",
3
+ "version": "1.0.85",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",