@authme/identity-verification 2.1.2-rc.0 → 2.2.0-rc.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/assets/locale/en_US.json +165 -131
  3. package/assets/locale/zh_Hant_TW.json +165 -131
  4. package/assets/styles/style.css +532 -13
  5. package/package.json +6 -6
  6. package/src/lib/identity-verification-feature-identity-verification.d.ts +3 -2
  7. package/src/lib/identity-verification-feature-identity-verification.js +14 -0
  8. package/src/lib/identity-verification-feature-identity-verification.js.map +1 -1
  9. package/src/lib/interface/config.interface.d.ts +8 -1
  10. package/src/lib/interface/config.interface.js +3 -2
  11. package/src/lib/interface/config.interface.js.map +1 -1
  12. package/src/lib/interface/result.model.d.ts +30 -8
  13. package/src/lib/module/liveness-verify.module.js +32 -3
  14. package/src/lib/module/liveness-verify.module.js.map +1 -1
  15. package/src/lib/module/liveness.module.js +33 -5
  16. package/src/lib/module/liveness.module.js.map +1 -1
  17. package/src/lib/module/mrz.module.js +21 -7
  18. package/src/lib/module/mrz.module.js.map +1 -1
  19. package/src/lib/module/ocr.module.js +18 -3
  20. package/src/lib/module/ocr.module.js.map +1 -1
  21. package/src/lib/ui/basic.d.ts +3 -3
  22. package/src/lib/ui/basic.js +5 -4
  23. package/src/lib/ui/basic.js.map +1 -1
  24. package/src/lib/ui/default-images.d.ts +2 -0
  25. package/src/lib/ui/default-images.js +6 -0
  26. package/src/lib/ui/default-images.js.map +1 -0
  27. package/src/lib/ui/liveness-flow.d.ts +1 -1
  28. package/src/lib/ui/liveness-flow.js +32 -11
  29. package/src/lib/ui/liveness-flow.js.map +1 -1
  30. package/src/lib/ui/liveness.ui.d.ts +1 -0
  31. package/src/lib/ui/liveness.ui.js +109 -1
  32. package/src/lib/ui/liveness.ui.js.map +1 -1
  33. package/src/lib/ui/ocr-flow.d.ts +2 -2
  34. package/src/lib/ui/ocr-flow.js +36 -7
  35. package/src/lib/ui/ocr-flow.js.map +1 -1
  36. package/src/lib/ui/ocr.ui.d.ts +19 -0
  37. package/src/lib/ui/ocr.ui.js +176 -1
  38. package/src/lib/ui/ocr.ui.js.map +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,64 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [2.2.0-rc.5](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.4...v2.2.0-rc.5) (2022-12-03)
6
+
7
+ ### Features
8
+
9
+ - implement getCardTypeAndCountry ([8759f1a](https://github.com/AuthMe01/web-client-sdk/commit/8759f1a5e29e9ddd1d6b5f296c3f934c7c83b852))
10
+ - implement showIntroPage option in liveness-flow ([e9c1b7f](https://github.com/AuthMe01/web-client-sdk/commit/e9c1b7f223fa6ab9bda61d48ba49e74885e6b8a9))
11
+ - strict error code & error handler ([b6267d5](https://github.com/AuthMe01/web-client-sdk/commit/b6267d57d0a6bf80ef9eddd12243da969b1ebb79))
12
+ - use Lokalise locale files ([4ce0a4d](https://github.com/AuthMe01/web-client-sdk/commit/4ce0a4d93309e82420944fa9763222f738322269))
13
+
14
+ ### Bug Fixes
15
+
16
+ - naming TW => TWN ([dcd4615](https://github.com/AuthMe01/web-client-sdk/commit/dcd4615f80345a8308d688671283b8b0cbb006ec))
17
+
18
+ ## [2.2.0-rc.4](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.3...v2.2.0-rc.4) (2022-12-01)
19
+
20
+ ## [2.2.0-rc.3](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.2...v2.2.0-rc.3) (2022-11-30)
21
+
22
+ ### Bug Fixes
23
+
24
+ - union value when has same fields ([17b6297](https://github.com/AuthMe01/web-client-sdk/commit/17b62970d465e7309b6b34cffba25add448b4594))
25
+
26
+ ## [2.2.0-rc.2](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.1...v2.2.0-rc.2) (2022-11-28)
27
+
28
+ ### Features
29
+
30
+ - mv confirm-ui to sdk & add showConfirmPage flag ([9ff9279](https://github.com/AuthMe01/web-client-sdk/commit/9ff92795b2deaf28a89fcaabe6df24a5c67243c1))
31
+ - showConfirmPage => displayResultPage ([dc231eb](https://github.com/AuthMe01/web-client-sdk/commit/dc231eb116a961c0d3c69a27d06fa847a8588770))
32
+
33
+ ### Bug Fixes
34
+
35
+ - ocr style when bootstrap-css missing ([7d010c4](https://github.com/AuthMe01/web-client-sdk/commit/7d010c4bb8a7e3ec0288010b4020713fdeb99df9))
36
+ - OCRResult type when not success ([de8b651](https://github.com/AuthMe01/web-client-sdk/commit/de8b65114fd75b70dd6055c21c7e624ece7fd060))
37
+ - remove unnecessary upload-image ([04dc418](https://github.com/AuthMe01/web-client-sdk/commit/04dc418bc21c5fe8a414f3db08184e7861d2db67))
38
+ - sdk default icon flag ([1501e42](https://github.com/AuthMe01/web-client-sdk/commit/1501e4214eeab222588f5d8a171fa72e6ce3b7fe))
39
+
40
+ ## [2.2.0-rc.1](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.0...v2.2.0-rc.1) (2022-11-18)
41
+
42
+ ### Features
43
+
44
+ - auto detect camera & fix SAMSUNG camera issue ([15c7153](https://github.com/AuthMe01/web-client-sdk/commit/15c7153ff539289aff445210e952f0cf2671f671))
45
+
46
+ ### Bug Fixes
47
+
48
+ - scss 效果與文件對齊 ([24e8b2e](https://github.com/AuthMe01/web-client-sdk/commit/24e8b2e0ecdf1e06d2dde5746fbd1381b1a1d207))
49
+
50
+ ## [2.2.0-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.1.1...v2.2.0-rc.0) (2022-11-11)
51
+
52
+ ### Features
53
+
54
+ - PROD-1656 setting page ([80af27f](https://github.com/AuthMe01/web-client-sdk/commit/80af27fe90396f7b1159d0aac6ac201cd2785c4b))
55
+ - PROD-1847 get last backCamera ([391b1ed](https://github.com/AuthMe01/web-client-sdk/commit/391b1ed84723ed90ff0eb991a0edddbbd6d6c494))
56
+ - PROD-1947 update EngineLib v4.0.0 ([b409697](https://github.com/AuthMe01/web-client-sdk/commit/b409697feececcfb92de73c924645f753b080e45))
57
+
58
+ ### Bug Fixes
59
+
60
+ - field via engine-lib toJson when mrz ([dd4e731](https://github.com/AuthMe01/web-client-sdk/commit/dd4e73134dce246f450d124a0afb36e182a9873d))
61
+ - PROD-1925 fix upload image logic on liveness fail ([7e497fc](https://github.com/AuthMe01/web-client-sdk/commit/7e497fcce6a47be4176d24cb83be79bbeead4346))
62
+
5
63
  ## [2.1.2-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.1...prod-2.1.2-rc.0) (2022-09-15)
6
64
 
7
65
  ### Bug Fixes
@@ -1,132 +1,166 @@
1
1
  {
2
- "home.environment": "Environment",
3
- "home.liveness": "Liveness",
4
- "home.healthIdentification": "Health ID card",
5
- "home.privacy": "Privacy",
6
- "home.activeLiveness": "Active liveness",
7
- "home.verify": "Verification",
8
- "home.passportIdentification": "Passport",
9
- "home.initSDK": "Initialize SDK",
10
- "home.idCardIdentification": "ID card",
11
- "home.passiveLiveness": "Passive liveness",
12
- "home.clientId": "Customer ID",
13
- "home.licenseIdentification": "Driving license",
14
- "home.notFinish": "Incomplete",
15
- "home.register": "Enrollment",
16
- "verify.idCard": "ID card",
17
- "verify.step1Title": "Step.1 fraud detection",
18
- "verify.step1Describe": "Please hold your ID card and position within the frame, try not to cover the frame, and make sure the ID card is clear and not reflective",
19
- "verify.step2Title": "Step.2 take the photo of your ID card",
20
- "verify.allowCamera": "Please enable camera access for verification",
21
- "verify.startVerifyBtn": "Get started",
22
- "verify.understandBtn": "I got it",
23
- "verify.fraudDescribe": "Please flip your ID card according to the instructions",
24
- "verify.idCardFrontSide": "Align the front of your ID card within the frame",
25
- "verify.frontSide": "Front",
26
- "verify.idCardFlipLeft": "Hold your ID card and tilt it left",
27
- "verify.idCardFlipRight": "Hold your ID card and tilt it right",
28
- "verify.idCardFlipUp": "Hold your ID card and tilt it up",
29
- "verify.idCardFlipDown": "Hold your ID card and tilt it down",
30
- "verify.clearBtn": "Confirm",
31
- "verify.retryBtn": "Try again",
32
- "verify.confirmIdCardFront": "Confirm the front of your ID card",
33
- "verify.confirmBtn": "Confirm",
34
- "verify.idCardBackSide": "Frame the back of your ID card in a box",
35
- "verify.backSide": "Back",
36
- "verify.confirmIdCardBack": "Confirm the back of your ID card",
37
- "verify.uploading": "Uploading",
38
- "verify.error.noCard": "No document found",
39
- "verify.error.mismatch": "Align your card within the frame",
40
- "verify.error.reflective": "The document is too dark or has reflective area",
41
- "verify.error.wrongCardType": "Wrong document",
42
- "verify.error.blur": "Blurry image",
43
- "verify.error.blurDescribe": "The photo is blurry, please try again",
44
- "verify.healthFrontSide": "Align the front of your Health ID card within the frame",
45
- "verify.confirmHealthFront": "Confirm the front of your Health ID card",
46
- "verify.licenseFrontSide": "Align the front of your driving license within the frame",
47
- "verify.licenseBackSide": "Align the back of your driving license within the frame",
48
- "verify.confirmLicenseFront": "Confirm the front of your driving license",
49
- "verify.confirmLicenseBack": "Confirm the back of your driving license",
50
- "verify.passportFrontSide": "Align the front of the passport within the frame",
51
- "confirm.idNumber": "ID number",
52
- "confirm.issueCity": "Place of issue",
53
- "confirm.placeOfBirth": "Place of birth",
54
- "confirm.confirmBtn": "Confirm",
55
- "confirm.gender": "Sex",
56
- "confirm.father": "Father",
57
- "confirm.militaryService": "Military service",
58
- "confirm.dateOfBirth": "Date of birth",
59
- "confirm.dateOfIssue": "Date of issue",
60
- "confirm.issueReason": "Type of issue",
61
- "confirm.address": "Address",
62
- "confirm.idCard": "ID card",
63
- "confirm.mother": "Mother",
64
- "confirm.spouse": "Spouse",
65
- "confirm.serialNumber": "Card number",
66
- "confirm.name": "Name",
67
- "confirm.healthCard": "Health ID card",
68
- "confirm.cardNumber": "Card number",
69
- "confirm.type": "License type",
70
- "confirm.issue": "Date of issue",
71
- "confirm.controlNo": "Jurisdiction number",
72
- "confirm.licenseNo": "License number",
73
- "confirm.condition": "License class",
74
- "confirm.driverLicense": "Driving license",
75
- "confirm.expiry": "Date of expiry",
76
- "confirm.birthDate": "Date of birth",
77
- "confirm.nationality": "Nationality",
78
- "confirm.givenName": "Given name",
79
- "confirm.documentNumber": "Number",
80
- "confirm.expiryDate": "Date of expiry",
81
- "confirm.passport": "Passport",
82
- "confirm.personaNumber": "ID number",
83
- "confirm.documentType": "Document type",
84
- "confirm.surname": "Surname",
85
- "confirm.country": "Country",
86
- "verify.ocrSuccess": "Identifying...",
87
- "verify.error.serverError": "Server error",
88
- "verify.error.retryBtn": "Retry",
89
- "verify.error.timeout": "Your request timed out, please retry to complete verification",
90
- "verify.error.updateVersion": "Update to the latest version",
91
- "verify.error.updateVersionDescribe": "Current version is not supported, please update to the latest one",
92
- "verify.error.gyro": "Tilt your phone",
93
- "verify.error.gyroDescribe": "Avoid holding your phone in vertical or horizontal position",
94
- "liveness.title": "Frame your face",
95
- "liveness.needMoreFrame": "Identifying...",
96
- "liveness.error.faceNotAtCenter": "Align your face",
97
- "liveness.error.faceTooLarge": "Move farther",
98
- "liveness.error.needOpenEyes": "Make sure the eyes are not covered",
99
- "liveness.error.noFace": "Your face is not detected",
100
- "liveness.error.needFaceToCamera": "Look straight ahead",
101
- "liveness.error.faceMasked": "Make sure your face is not covered",
102
- "liveness.error.faceTooSmall": "Move closer",
103
- "liveness.error.openEyes": "Open your eyes",
104
- "liveness.error.needCloseMouth": "Close your mouth",
105
- "liveness.error.needOpenMouth": "Open your mouth",
106
- "liveness.error.needSmile": "Please smile",
107
- "liveness.uploading": "Uploading",
108
- "camera.error.lowResolution": "Camera resolution is too low",
109
- "camera.error.notFound": "Camera is not working",
110
- "network.error.offline": "Can't connect to the Internet",
111
- "general.loading": "Loading",
112
- "verify.fraud.hintTitle": "Please confirm when you operate",
113
- "verify.fraud.hintText": "1. Make sure there is sufficient light and avoid back light\n2. Align within the frame",
114
- "livenessVerify.error.customerNotFound": "Your account has not been registered",
115
- "livenessVerify.error.deactivateCustomer": "Your account is deactivated",
116
- "livenessVerify.error.customerInProgress": "Pending",
117
- "livenessVerify.error.unexpectedError": "An unexpected error occurred",
118
- "verify.header.idCard": "Take the photo of ID card",
119
- "verify.header.passport": "Take the photo of passport",
120
- "verify.header.driverLicense": "Take the photo of driving license",
121
- "verify.header.healthCard": "Take the photo of health ID card",
122
- "verify.header.step": "Step {{current}}/{{total}}",
123
- "liveness.header.liveness": "Liveness Detection",
124
- "home.title": "Real Name Authentication",
125
- "home.input.placeHolder": "Please input",
126
- "confirm.personalNumber": "ID number",
127
- "browser.error.notSupport": "",
128
- "confirm.sex": "",
129
- "error.screenSize.title": "",
130
- "error.screenSize.content": "",
131
- "home.idCardFraud": ""
132
- }
2
+ "home.environment": "Environment",
3
+ "home.liveness": "Liveness",
4
+ "home.healthIdentification": "Health ID Card",
5
+ "home.privacy": "Privacy",
6
+ "home.activeLiveness": "Active Liveness",
7
+ "home.verify": "Verification",
8
+ "home.passportIdentification": "Passport",
9
+ "home.initSDK": "Initialize SDK",
10
+ "home.idCardIdentification": "ID Card",
11
+ "home.passiveLiveness": "Passive Liveness",
12
+ "home.clientId": "Customer ID",
13
+ "home.licenseIdentification": "Driving License",
14
+ "home.notFinish": "Incomplete",
15
+ "home.register": "Enrollment",
16
+ "verify.idCard": "ID Card",
17
+ "verify.step1Title": "Step.1 Fraud Detection",
18
+ "verify.step1Describe": "Please hold your ID card and position within the frame, try not to cover the frame and make sure the ID card is clear and not reflective",
19
+ "verify.step2Title": "Step.2 Take the photo of your ID card",
20
+ "verify.allowCamera": "Please enable camera access for verification",
21
+ "verify.startVerifyBtn": "Get started",
22
+ "verify.understandBtn": "I got it",
23
+ "verify.fraudDescribe": "Please flip your ID card according to the instructions",
24
+ "verify.idCardFrontSide": "Align the front of your ID card within the frame",
25
+ "verify.frontSide": "Front",
26
+ "verify.idCardFlipLeft": "Hold your ID card and tilt it left",
27
+ "verify.idCardFlipRight": "Hold your ID card and tilt it right",
28
+ "verify.idCardFlipUp": "Hold your ID card and tilt it up",
29
+ "verify.idCardFlipDown": "Hold your ID card and tilt it down",
30
+ "verify.clearBtn": "Confirm",
31
+ "verify.retryBtn": "Try again",
32
+ "verify.confirmIdCardFront": "Confirm the front of your ID card",
33
+ "verify.confirmBtn": "Confirm",
34
+ "verify.idCardBackSide": "Frame the back of your ID card in a box",
35
+ "verify.backSide": "Back",
36
+ "verify.confirmIdCardBack": "Confirm the back of your ID card",
37
+ "verify.uploading": "Uploading",
38
+ "verify.error.noCard": "No document found",
39
+ "verify.error.mismatch": "Align your card within the frame",
40
+ "verify.error.reflective": "The document is too dark or has reflective area",
41
+ "verify.error.wrongCardType": "Wrong document",
42
+ "verify.error.blur": "Blurry image",
43
+ "verify.error.blurDescribe": "The photo is blurry, please try again",
44
+ "verify.healthFrontSide": "Align the front of your Health ID card within the frame",
45
+ "verify.confirmHealthFront": "Confirm the front of your Health ID card",
46
+ "verify.licenseFrontSide": "Align the front of your driving license within the frame",
47
+ "verify.licenseBackSide": "Align the back of your driving license within the frame",
48
+ "verify.confirmLicenseFront": "Confirm the front of your driving license",
49
+ "verify.confirmLicenseBack": "Confirm the back of your driving license",
50
+ "verify.PassportFrontSide": "Align the front of the passport within the frame",
51
+ "confirm.idNumber": "ID number",
52
+ "confirm.issueCity": "Place of issue",
53
+ "confirm.placeOfBirth": "Place of birth",
54
+ "confirm.confirmBtn": "Confirm",
55
+ "confirm.gender": "Sex",
56
+ "confirm.father": "Father",
57
+ "confirm.militaryService": "Military service",
58
+ "confirm.dateOfBirth": "Date of birth",
59
+ "confirm.dateOfIssue": "Date of issue",
60
+ "confirm.issueReason": "Type of issue",
61
+ "confirm.address": "Address",
62
+ "confirm.idCard": "ID Card",
63
+ "confirm.mother": "Mother",
64
+ "confirm.spouse": "Spouse",
65
+ "confirm.serialNumber": "Card number",
66
+ "confirm.name": "Name",
67
+ "confirm.HealthCard": "Health ID Card",
68
+ "confirm.cardNumber": "Card number",
69
+ "confirm.type": "License type",
70
+ "confirm.issue": "Date of issue",
71
+ "confirm.controlNo": "Jurisdiction number",
72
+ "confirm.licenseNo": "License number",
73
+ "confirm.condition": "License class",
74
+ "confirm.DriverLicense": "Driving License",
75
+ "confirm.expiry": "Date of expiry",
76
+ "confirm.birthDate": "Date of birth",
77
+ "confirm.nationality": "Nationality",
78
+ "confirm.givenName": "Given name",
79
+ "confirm.documentNumber": "Number",
80
+ "confirm.expiryDate": "Date of expiry",
81
+ "confirm.passport": "Passport",
82
+ "confirm.personalNumber": "ID number",
83
+ "confirm.documentType": "Document type",
84
+ "confirm.surname": "Surname",
85
+ "confirm.country": "Country",
86
+ "verify.ocrSuccess": "Identifying...",
87
+ "verify.error.serverError": "Server error",
88
+ "verify.error.retryBtn": "Retry",
89
+ "verify.error.timeout": "Your request timed out, please retry to complete verification",
90
+ "verify.error.updateVersion": "Update to the latest version",
91
+ "verify.error.updateVersionDescribe": "Current version is not supported, please update to the latest one",
92
+ "verify.error.gyro": "Tilt your phone",
93
+ "verify.error.gyroDescribe": "Avoid holding your phone in vertical or horizontal position",
94
+ "liveness.title": "Frame your face",
95
+ "liveness.needMoreFrame": "Identifying...",
96
+ "liveness.error.faceNotAtCenter": "Align your face",
97
+ "liveness.error.faceTooLarge": "Move farther",
98
+ "liveness.error.needOpenEyes": "Make sure the eyes are not covered",
99
+ "liveness.error.noFace": "Your face is not detected",
100
+ "liveness.error.needFaceToCamera": "Look straight ahead",
101
+ "liveness.error.faceMasked": "Make sure your face is not covered",
102
+ "liveness.error.faceTooSmall": "Move closer",
103
+ "liveness.error.openEyes": "Open your eyes",
104
+ "liveness.error.needCloseMouth": "Close your mouth",
105
+ "liveness.error.needOpenMouth": "Open your mouth",
106
+ "liveness.error.needSmile": "Please smile",
107
+ "liveness.uploading": "Uploading",
108
+ "camera.error.lowResolution": "Camera resolution is too low",
109
+ "camera.error.notFound.title": "Camera is not working",
110
+ "network.error.offline": "Can't connect to the Internet",
111
+ "general.loading": "Loading",
112
+ "verify.fraud.hintTitle": "Please confirm when you operate",
113
+ "verify.fraud.hintText": "1. Make sure there is sufficient light and avoid back light\n2. Align within the frame",
114
+ "livenessVerify.error.customerNotFound": "Your account has not been registered",
115
+ "livenessVerify.error.deactivateCustomer": "Your account is deactivated",
116
+ "livenessVerify.error.customerInProgress": "Pending",
117
+ "livenessVerify.error.unexpectedError": "An unexpected error occurred",
118
+ "verify.header.idCard": "Take the photo of ID card",
119
+ "verify.header.passport": "Take the photo of passport",
120
+ "verify.header.DriverLicense": "Take the photo of driving license",
121
+ "verify.header.HealthCard": "Take the photo of health ID card",
122
+ "verify.header.step": "Step %d\/%d",
123
+ "liveness.guide.title": "Liveness Detection",
124
+ "home.title": "Real Name Authentication",
125
+ "home.input.placeHolder": "Please input",
126
+ "browser.error.notSupport": "Unsupported Browser",
127
+ "confirm.sex": "Gender",
128
+ "error.screenSize.title": "Please zoom out",
129
+ "error.screenSize.content": "The image is too small, please zoom out",
130
+ "home.IDCardFraud": "ID Fraud Detection",
131
+ "camera.error.notFound": "Please open your camera access",
132
+ "confirm.birth": "Date of birth",
133
+ "confirm.issueDate": "Date of issue",
134
+ "confirm.male": "male",
135
+ "confirm.female": "female",
136
+ "privacy.agree": "Agree",
137
+ "privacy.denail": "Disagree",
138
+ "home.settings.languageConfig": "Language Setting",
139
+ "home.settings.languageConfig.traditionalChinese": "繁體中文",
140
+ "home.settings.languageConfig.english": "English",
141
+ "home.settings.credential": "Client & Secret",
142
+ "home.settings.credential.Client": "Client ID",
143
+ "home.settings.credential.warningModal.title": "Unsaved Change",
144
+ "home.settings.credential.warningModal.text": "You are about to leave this page without saving.",
145
+ "home.settings.credential.warningModal.cancel": "Cancel",
146
+ "home.settings.credential.Secret": "Client Secret",
147
+ "home.settings": "Setting",
148
+ "home.nfcPassportIdentification": "Passport w\/ NFC",
149
+ "home.settings.credential.save": "Save",
150
+ "verify.menu.title": "Document Verification",
151
+ "verify.menu.country": "Issuing Country",
152
+ "verify.menu.card.type": "Use a valid document",
153
+ "liveness.continue": "next step",
154
+ "liveness.hint1": "Make sure that your face is visible and clear",
155
+ "liveness.hint2": "Please center your face in the frame",
156
+ "liveness.hint3": "Follow the instructions on the screen to perform actions",
157
+ "confirm.countdown": "Expiration Countdown",
158
+ "verify.menu.country.TWN": "Taiwan",
159
+ "verify.menu.card.IDCard": "ID card",
160
+ "verify.menu.card.ResidentCard": "Residence Permit",
161
+ "confirm.countdown.prompt text": "If the session is expired, you will be redirected to home page and all record will not be saved.",
162
+ "verify.menu.card.DriverLicense": "Driver License",
163
+ "verify.menu.card.HealthCard": "Health Card",
164
+ "verify.menu.card.Passport": "Passport",
165
+ "verify.menu.card.VehiclesLicense": "Vehicles License"
166
+ }