@regulaforensics/vp-frontend-document-components 7.6.2054-nightly → 7.6.2055-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/dist/index.d.ts CHANGED
@@ -1,8 +1,11 @@
1
1
  import { ContainerList } from '@regulaforensics/document-reader-webclient';
2
2
  import { DocumentFormat } from '@regulaforensics/document-reader-webclient';
3
+ import { DocumentTranslations as DocumentTranslations_2 } from '..';
3
4
  import { GetTransactionsByTagResponse } from '@regulaforensics/document-reader-webclient';
5
+ import { License as License_2 } from '../types';
4
6
  import { MeasureSystem } from '@regulaforensics/document-reader-webclient';
5
7
  import { MRZFormat } from '@regulaforensics/document-reader-webclient';
8
+ import { ProcessRejectResponse as ProcessRejectResponse_2 } from '../types';
6
9
  import { ProcessResponse } from '@regulaforensics/document-reader-webclient';
7
10
  import { Response as Response_2 } from '@regulaforensics/document-reader-webclient';
8
11
  import { Result } from '@regulaforensics/document-reader-webclient';
@@ -118,8 +121,8 @@ export declare class DocumentReaderCaptureWebComponent extends HTMLElement {
118
121
  private onEvent;
119
122
  attributeChangedCallback(name: CameraSnapshotAttributes): void;
120
123
  connectedCallback(): void;
121
- set translations(dictionary: Partial<Record<string, DocumentTranslations>> | null);
122
- get translations(): Partial<Record<string, DocumentTranslations>> | null;
124
+ set translations(dictionary: Partial<Record<string, DocumentTranslations_2>> | null);
125
+ get translations(): Partial<Record<string, DocumentTranslations_2>> | null;
123
126
  set settings(params: CameraSnapshotSettings);
124
127
  get settings(): CameraSnapshotSettings;
125
128
  private render;
@@ -149,8 +152,8 @@ export declare class DocumentReaderProcessor {
149
152
  isInitialized: boolean;
150
153
  videoElement: HTMLVideoElement | null;
151
154
  constructor(videoElement?: HTMLVideoElement);
152
- get recognizeListener(): ((data: Response_2 | ProcessRejectResponse) => void) | null;
153
- set recognizeListener(listener: ((data: Response_2 | ProcessRejectResponse) => void) | null);
155
+ get recognizeListener(): ((data: Response_2 | ProcessRejectResponse_2) => void) | null;
156
+ set recognizeListener(listener: ((data: Response_2 | ProcessRejectResponse_2) => void) | null);
154
157
  get streamParam(): Partial<StreamParams>;
155
158
  set streamParam(params: Partial<StreamParams>);
156
159
  get recognizerProcessParam(): ProcessingRequest;
@@ -171,7 +174,7 @@ export declare class DocumentReaderProcessor {
171
174
  stopRecognition(): void;
172
175
  initialize(license?: {
173
176
  license: string | undefined;
174
- }): Promise<License>;
177
+ }): Promise<License_2>;
175
178
  shutdown(): void;
176
179
  }
177
180
 
@@ -318,8 +321,8 @@ export declare class DocumentReaderWebComponent extends HTMLElement {
318
321
  private onEvent;
319
322
  attributeChangedCallback(name: DocumentReaderAttributes): void;
320
323
  connectedCallback(): void;
321
- set translations(dictionary: Partial<Record<string, DocumentTranslations>> | null);
322
- get translations(): Partial<Record<string, DocumentTranslations>> | null;
324
+ set translations(dictionary: Partial<Record<string, DocumentTranslations_2>> | null);
325
+ get translations(): Partial<Record<string, DocumentTranslations_2>> | null;
323
326
  set settings(params: DocumentReaderSettings);
324
327
  get settings(): DocumentReaderSettings;
325
328
  private render;