File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export enum AuthenticityResultType {
2929 OCR_SECURITY_TEXT = 64 ,
3030 IPI = 128 ,
3131 PHOTO_EMBED_TYPE = 512 ,
32- HOLOGRAMS = 1024 ,
33- OVI = 4096 ,
32+ OVI = 1024 ,
33+ HOLOGRAMS = 4096 ,
3434 PHOTO_AREA = 8192 ,
3535 PORTRAIT_COMPARISON = 32768 ,
3636 BARCODE_FORMAT_CHECK = 65536 ,
Original file line number Diff line number Diff line change @@ -2475,15 +2475,15 @@ export enum TextFieldType {
24752475 /**
24762476 * Year of birth
24772477 */
2478- YEAR_OF_EXPIRY = 667 ,
2478+ YEAR_OF_BIRTH = 667 ,
24792479 /**
24802480 * Year of expiry
24812481 */
2482- GRANDFATHER_NAME_MATERNAL = 668 ,
2482+ YEAR_OF_EXPIRY = 668 ,
24832483 /**
24842484 * Grandfather mame maternal
24852485 */
2486- NUMBER_669 = 669
2486+ GRANDFATHER_NAME_MATERNAL = 669
24872487}
24882488
24892489
You can’t perform that action at this time.
0 commit comments