@regulaforensics/vp-frontend-document-components 7.2.1600-nightly → 7.2.1601-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/README.md +1 -33
- package/dist/main.js +1 -1
- package/esm/main.js +1 -1
- package/lib/index.d.ts +0 -6
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -417,12 +417,6 @@ export interface IDocumentReader extends ICameraSnapshot {
|
|
|
417
417
|
'capture-button'?: boolean;
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
-
export interface ILogger {
|
|
421
|
-
logListener: (log: string) => void;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
declare const Logger: ILogger;
|
|
425
|
-
|
|
426
420
|
export type DocumentReaderDetailType = DetailEvent<DocumentEventActions, DocumentReaderResponseType>;
|
|
427
421
|
export type CameraSnapshotDetailType = DetailEvent<DocumentEventActions, CameraSnapshotResponseType>;
|
|
428
422
|
|
package/package.json
CHANGED