generio-sdk 1.0.71 → 1.0.72

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
@@ -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
@@ -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.72",
4
4
  "description": "SDK library for generio integration",
5
5
  "type": "module",
6
6
  "license": "MIT",