Skip to content

Commit 4a3f489

Browse files
authored
Merge pull request #97 from regulaforensics/72bfb7b0
update clients
2 parents e266e30 + db5ccae commit 4a3f489

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/models/authenticity-result-type.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

src/models/text-field-type.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)