@idscan/onboarding 2.7.4 → 2.7.5

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
- export type IDVCDocumentTypeIndex = 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11;
2
- export type IDVCDocumentTypeName = 'DL' | 'Passport' | 'PassportCard' | 'GreenCard' | 'InternationalId' | 'VIN' | 'Barcode' | 'FaceAuthorization' | 'EmploymentAuthorization';
1
+ export type IDVCDocumentTypeIndex = 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11;
2
+ export type IDVCDocumentTypeName = 'DL' | 'IC' | '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;
@@ -21,5 +21,6 @@ export type StepConfig = {
21
21
  mode?: StepMode;
22
22
  enableDesktopNotification?: boolean;
23
23
  autocaptureDelay?: number;
24
+ enableFourCornerCapture?: boolean;
24
25
  };
25
26
  export {};
@@ -42,6 +42,8 @@ export declare enum DocumentTypeIDs {
42
42
  'DL' = 1,
43
43
  'Passport' = 2,
44
44
  'PassportCard' = 3,
45
+ 'CommonAccessCardOld' = 4,
46
+ 'CommonAccessCard' = 5,
45
47
  'GreenCard' = 6,
46
48
  'InternationalId' = 7,
47
49
  'VIN' = 8,