@idscan/onboarding 2.7.1 → 2.7.3

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.
@@ -1,5 +1,5 @@
1
1
  export type IDVCDocumentTypeIndex = 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11;
2
- export type IDVCDocumentTypeName = 'ID' | 'Passport' | 'PassportCard' | 'GreenCard' | 'InternationalId' | 'VIN' | 'Barcode' | 'FaceAuthorization' | 'EmploymentAuthorization';
2
+ export type IDVCDocumentTypeName = 'DL' | 'Passport' | 'PassportCard' | 'GreenCard' | 'InternationalId' | 'VIN' | 'Barcode' | 'FaceAuthorization' | 'EmploymentAuthorization';
3
3
  export type SupportedLanguage = 'en' | 'es';
4
4
  export type RealFaceModeType = 'auto' | 'none' | 'all';
5
5
  export type Base64Image = string;
@@ -39,7 +39,7 @@ export declare enum NotificationText {
39
39
  'sent via SMS or email' = 3
40
40
  }
41
41
  export declare enum DocumentTypeIDs {
42
- 'ID' = 1,
42
+ 'DL' = 1,
43
43
  'Passport' = 2,
44
44
  'PassportCard' = 3,
45
45
  'GreenCard' = 6,
@@ -5,7 +5,7 @@ export default class Wrapper {
5
5
  private api;
6
6
  private lib;
7
7
  private configs;
8
- private IDVCModule;
8
+ private readonly IDVCModule;
9
9
  private validationOutput;
10
10
  private form;
11
11
  private validationModal;