@regulaforensics/vp-frontend-document-components 8.3.2391-nightly → 8.3.2394-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/dist/index.d.ts +1 -7
- package/dist/main.iife.js +23 -23
- package/dist/main.js +2915 -2923
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -247,8 +247,7 @@ export declare class DocumentReaderService {
|
|
|
247
247
|
private sendMessage;
|
|
248
248
|
private prepare;
|
|
249
249
|
initialize(initData?: {
|
|
250
|
-
license
|
|
251
|
-
module?: ModuleType;
|
|
250
|
+
license: string | undefined;
|
|
252
251
|
}): Promise<License>;
|
|
253
252
|
private doInitialize;
|
|
254
253
|
private doProcess;
|
|
@@ -474,11 +473,6 @@ export declare enum MirrorType {
|
|
|
474
473
|
noMirror = "noMirror"
|
|
475
474
|
}
|
|
476
475
|
|
|
477
|
-
export declare enum ModuleType {
|
|
478
|
-
BarcodeMRZ = "BarcodeMRZ",
|
|
479
|
-
BoundsLite = "BoundsLite"
|
|
480
|
-
}
|
|
481
|
-
|
|
482
476
|
export declare interface NewTransaction {
|
|
483
477
|
ContainerList: ContainerList;
|
|
484
478
|
TransactionInfo: TransactionInfo;
|