generio-sdk 1.0.87 → 1.0.88
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -178,6 +178,8 @@ interface FormElementStateViewModel {
|
|
|
178
178
|
guid: string;
|
|
179
179
|
value: string;
|
|
180
180
|
formTypeId: number;
|
|
181
|
+
metadataType?: string;
|
|
182
|
+
metadata?: string;
|
|
181
183
|
}
|
|
182
184
|
//#endregion
|
|
183
185
|
//#region src/models/UpdateStudyInputModel.d.ts
|
|
@@ -191,6 +193,8 @@ interface FormElementStateInputModel {
|
|
|
191
193
|
guid: string;
|
|
192
194
|
value: string;
|
|
193
195
|
formTypeId: number;
|
|
196
|
+
metadataType?: string;
|
|
197
|
+
metadata?: string;
|
|
194
198
|
}
|
|
195
199
|
//#endregion
|
|
196
200
|
//#region src/models/UpdateStudyOutputModel.d.ts
|
package/dist/index.d.ts
CHANGED
|
@@ -178,6 +178,8 @@ interface FormElementStateViewModel {
|
|
|
178
178
|
guid: string;
|
|
179
179
|
value: string;
|
|
180
180
|
formTypeId: number;
|
|
181
|
+
metadataType?: string;
|
|
182
|
+
metadata?: string;
|
|
181
183
|
}
|
|
182
184
|
//#endregion
|
|
183
185
|
//#region src/models/UpdateStudyInputModel.d.ts
|
|
@@ -191,6 +193,8 @@ interface FormElementStateInputModel {
|
|
|
191
193
|
guid: string;
|
|
192
194
|
value: string;
|
|
193
195
|
formTypeId: number;
|
|
196
|
+
metadataType?: string;
|
|
197
|
+
metadata?: string;
|
|
194
198
|
}
|
|
195
199
|
//#endregion
|
|
196
200
|
//#region src/models/UpdateStudyOutputModel.d.ts
|