@regulaforensics/vp-frontend-document-components 7.2.1573-stage → 7.2.1575-nightly

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/lib/index.d.ts CHANGED
@@ -199,11 +199,11 @@ interface StreamParams {
199
199
 
200
200
  interface VideoData {
201
201
  data: Blob;
202
- width: number;
203
- height: number;
202
+ width?: number;
203
+ height?: number;
204
204
  mimeType: string;
205
- duration: number;
206
- bitrate: number;
205
+ duration?: number;
206
+ bitrate?: number;
207
207
  }
208
208
 
209
209
  interface VideoRecordSettings {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.2.1573-stage",
3
+ "version": "7.2.1575-nightly",
4
4
  "description": "Regula framework agnostic web components to work with webcamera",
5
5
  "types": "lib/index.d.ts",
6
6
  "main": "dist/main.js",