@regulaforensics/vp-frontend-document-components 7.2.1580-nightly → 7.2.1583-rc

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
@@ -166,11 +166,7 @@ interface StreamParams {
166
166
 
167
167
  interface VideoData {
168
168
  data: Blob;
169
- width?: number;
170
- height?: number;
171
169
  mimeType: string;
172
- duration?: number;
173
- bitrate?: number;
174
170
  }
175
171
 
176
172
  interface VideoRecordSettings {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.2.1580-nightly",
3
+ "version": "7.2.1583-rc",
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",