idmission-web-sdk 2.2.104 → 2.2.105
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.
- package/dist/lib/locales/de.d.ts +12 -2
- package/dist/lib/locales/de.d.ts.map +1 -1
- package/dist/lib/locales/es.d.ts +27 -16
- package/dist/lib/locales/es.d.ts.map +1 -1
- package/dist/lib/locales/fr.d.ts +12 -2
- package/dist/lib/locales/fr.d.ts.map +1 -1
- package/dist/lib/locales/index.d.ts +111 -30
- package/dist/lib/locales/index.d.ts.map +1 -1
- package/dist/lib/locales/it.d.ts +12 -2
- package/dist/lib/locales/it.d.ts.map +1 -1
- package/dist/lib/locales/ja.d.ts +12 -2
- package/dist/lib/locales/ja.d.ts.map +1 -1
- package/dist/lib/locales/pt.d.ts +12 -2
- package/dist/lib/locales/pt.d.ts.map +1 -1
- package/dist/lib/locales/ru.d.ts +12 -2
- package/dist/lib/locales/ru.d.ts.map +1 -1
- package/dist/lib/locales/zh.d.ts +12 -2
- package/dist/lib/locales/zh.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +162 -81
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +162 -81
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +162 -81
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/lib/locales/de.d.ts
CHANGED
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
'Verifying...': string;
|
|
94
94
|
'Please capture the front of your ID card.': string;
|
|
95
95
|
'Please capture the back of your ID card.': string;
|
|
96
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
97
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
96
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
97
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
98
98
|
'Please capture the ID page of your passport.': string;
|
|
99
99
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
100
100
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -110,6 +110,16 @@ declare const _default: {
|
|
|
110
110
|
"Let's Go!": string;
|
|
111
111
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
112
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
113
123
|
};
|
|
114
124
|
export default _default;
|
|
115
125
|
//# sourceMappingURL=de.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/de.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsKC"}
|
package/dist/lib/locales/es.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'English - en': string;
|
|
2
3
|
'Use your device camera to capture your ID': string;
|
|
3
4
|
'Use your iPhone as a webcam': string;
|
|
4
5
|
'Models warming up...': string;
|
|
@@ -8,11 +9,11 @@ declare const _default: {
|
|
|
8
9
|
Continue: string;
|
|
9
10
|
'Processing...': string;
|
|
10
11
|
'Your camera permission is disabled': string;
|
|
11
|
-
'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions
|
|
12
|
+
'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': string;
|
|
12
13
|
'Your microphone permission is disabled': string;
|
|
13
|
-
'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions
|
|
14
|
+
'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': string;
|
|
14
15
|
'Your location permission is disabled': string;
|
|
15
|
-
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions
|
|
16
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
16
17
|
Retry: string;
|
|
17
18
|
'Scan the front of ID': string;
|
|
18
19
|
'Scan the back of ID': string;
|
|
@@ -22,17 +23,17 @@ declare const _default: {
|
|
|
22
23
|
Passport: string;
|
|
23
24
|
'Document not detected': string;
|
|
24
25
|
'Document is not centered': string;
|
|
25
|
-
'Document too close
|
|
26
|
+
'Document too close please back up': string;
|
|
26
27
|
'Please hold your ID document steady': string;
|
|
27
28
|
'Document out of focus \u2013 try improving the lighting': string;
|
|
28
29
|
'ID card front detected - please flip your ID card': string;
|
|
29
30
|
'ID card back detected - please flip your ID card': string;
|
|
30
|
-
'ID card detected
|
|
31
|
-
'Passport detected
|
|
32
|
-
'Document detected
|
|
33
|
-
'ID card front detected
|
|
34
|
-
'ID card back detected
|
|
35
|
-
'Passport detected
|
|
31
|
+
'ID card detected please scan a passport instead': string;
|
|
32
|
+
'Passport detected please scan an ID card instead': string;
|
|
33
|
+
'Document detected hold still...': string;
|
|
34
|
+
'ID card front detected hold still...': string;
|
|
35
|
+
'ID card back detected hold still...': string;
|
|
36
|
+
'Passport detected hold still...': string;
|
|
36
37
|
'Capturing...': string;
|
|
37
38
|
'Capture failed!': string;
|
|
38
39
|
'Please flip your ID card...': string;
|
|
@@ -51,8 +52,8 @@ declare const _default: {
|
|
|
51
52
|
'Move back...': string;
|
|
52
53
|
'Move forward...': string;
|
|
53
54
|
'Move to the center...': string;
|
|
54
|
-
'Please remove your eye coverings (sunglasses
|
|
55
|
-
'Please remove your head coverings (hat
|
|
55
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
56
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
56
57
|
'Please remove your mask...': string;
|
|
57
58
|
'Live face not detected, please try again': string;
|
|
58
59
|
Exit: string;
|
|
@@ -69,15 +70,15 @@ declare const _default: {
|
|
|
69
70
|
Clear: string;
|
|
70
71
|
'Video signature has been successfully captured!': string;
|
|
71
72
|
'Network unreachable': string;
|
|
72
|
-
"We're having trouble reaching our services
|
|
73
|
-
"We're sorry
|
|
73
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
74
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
74
75
|
'Document Capture': string;
|
|
75
76
|
Capture: string;
|
|
76
77
|
'Retry capture': string;
|
|
77
78
|
Upload: string;
|
|
78
79
|
'Uploading...': string;
|
|
79
80
|
'Upload succeeded!': string;
|
|
80
|
-
'Performing facial recognition
|
|
81
|
+
'Performing facial recognition please hold still...': string;
|
|
81
82
|
'Display the front of your ID card...': string;
|
|
82
83
|
'Display the back of your ID card...': string;
|
|
83
84
|
'Display the ID page of your passport...': string;
|
|
@@ -107,8 +108,18 @@ declare const _default: {
|
|
|
107
108
|
'Loading guided capture experience...': string;
|
|
108
109
|
'Guided capture experience ready': string;
|
|
109
110
|
"Let's Go!": string;
|
|
110
|
-
'We are having trouble identifying the correct side of your id
|
|
111
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
111
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
112
123
|
};
|
|
113
124
|
export default _default;
|
|
114
125
|
//# sourceMappingURL=es.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/es.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2KC"}
|
package/dist/lib/locales/fr.d.ts
CHANGED
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
'Verifying...': string;
|
|
94
94
|
'Please capture the front of your ID card.': string;
|
|
95
95
|
'Please capture the back of your ID card.': string;
|
|
96
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
97
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
96
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
97
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
98
98
|
'Please capture the ID page of your passport.': string;
|
|
99
99
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
100
100
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -110,6 +110,16 @@ declare const _default: {
|
|
|
110
110
|
"Let's Go!": string;
|
|
111
111
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
112
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
113
123
|
};
|
|
114
124
|
export default _default;
|
|
115
125
|
//# sourceMappingURL=fr.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/fr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyKC"}
|
|
@@ -7,6 +7,7 @@ export declare const resources: {
|
|
|
7
7
|
};
|
|
8
8
|
es: {
|
|
9
9
|
translation: {
|
|
10
|
+
'English - en': string;
|
|
10
11
|
'Use your device camera to capture your ID': string;
|
|
11
12
|
'Use your iPhone as a webcam': string;
|
|
12
13
|
'Models warming up...': string;
|
|
@@ -16,11 +17,11 @@ export declare const resources: {
|
|
|
16
17
|
Continue: string;
|
|
17
18
|
'Processing...': string;
|
|
18
19
|
'Your camera permission is disabled': string;
|
|
19
|
-
'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions
|
|
20
|
+
'This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions you must go to settings and provide camera access to the current browser.': string;
|
|
20
21
|
'Your microphone permission is disabled': string;
|
|
21
|
-
'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions
|
|
22
|
+
'This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions you must go to settings and provide microphone access to the current browser.': string;
|
|
22
23
|
'Your location permission is disabled': string;
|
|
23
|
-
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions
|
|
24
|
+
'This application requires access to your location to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for location permissions you must go to settings and provide location access to the current browser.': string;
|
|
24
25
|
Retry: string;
|
|
25
26
|
'Scan the front of ID': string;
|
|
26
27
|
'Scan the back of ID': string;
|
|
@@ -30,17 +31,17 @@ export declare const resources: {
|
|
|
30
31
|
Passport: string;
|
|
31
32
|
'Document not detected': string;
|
|
32
33
|
'Document is not centered': string;
|
|
33
|
-
'Document too close
|
|
34
|
+
'Document too close please back up': string;
|
|
34
35
|
'Please hold your ID document steady': string;
|
|
35
36
|
'Document out of focus \u2013 try improving the lighting': string;
|
|
36
37
|
'ID card front detected - please flip your ID card': string;
|
|
37
38
|
'ID card back detected - please flip your ID card': string;
|
|
38
|
-
'ID card detected
|
|
39
|
-
'Passport detected
|
|
40
|
-
'Document detected
|
|
41
|
-
'ID card front detected
|
|
42
|
-
'ID card back detected
|
|
43
|
-
'Passport detected
|
|
39
|
+
'ID card detected please scan a passport instead': string;
|
|
40
|
+
'Passport detected please scan an ID card instead': string;
|
|
41
|
+
'Document detected hold still...': string;
|
|
42
|
+
'ID card front detected hold still...': string;
|
|
43
|
+
'ID card back detected hold still...': string;
|
|
44
|
+
'Passport detected hold still...': string;
|
|
44
45
|
'Capturing...': string;
|
|
45
46
|
'Capture failed!': string;
|
|
46
47
|
'Please flip your ID card...': string;
|
|
@@ -59,8 +60,8 @@ export declare const resources: {
|
|
|
59
60
|
'Move back...': string;
|
|
60
61
|
'Move forward...': string;
|
|
61
62
|
'Move to the center...': string;
|
|
62
|
-
'Please remove your eye coverings (sunglasses
|
|
63
|
-
'Please remove your head coverings (hat
|
|
63
|
+
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
64
|
+
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
64
65
|
'Please remove your mask...': string;
|
|
65
66
|
'Live face not detected, please try again': string;
|
|
66
67
|
Exit: string;
|
|
@@ -77,15 +78,15 @@ export declare const resources: {
|
|
|
77
78
|
Clear: string;
|
|
78
79
|
'Video signature has been successfully captured!': string;
|
|
79
80
|
'Network unreachable': string;
|
|
80
|
-
"We're having trouble reaching our services
|
|
81
|
-
"We're sorry
|
|
81
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
82
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
82
83
|
'Document Capture': string;
|
|
83
84
|
Capture: string;
|
|
84
85
|
'Retry capture': string;
|
|
85
86
|
Upload: string;
|
|
86
87
|
'Uploading...': string;
|
|
87
88
|
'Upload succeeded!': string;
|
|
88
|
-
'Performing facial recognition
|
|
89
|
+
'Performing facial recognition please hold still...': string;
|
|
89
90
|
'Display the front of your ID card...': string;
|
|
90
91
|
'Display the back of your ID card...': string;
|
|
91
92
|
'Display the ID page of your passport...': string;
|
|
@@ -115,8 +116,18 @@ export declare const resources: {
|
|
|
115
116
|
'Loading guided capture experience...': string;
|
|
116
117
|
'Guided capture experience ready': string;
|
|
117
118
|
"Let's Go!": string;
|
|
118
|
-
'We are having trouble identifying the correct side of your id
|
|
119
|
+
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
119
120
|
OK: string;
|
|
121
|
+
'Capture with Camera': string;
|
|
122
|
+
OR: string;
|
|
123
|
+
'Upload from Storage': string;
|
|
124
|
+
'Select ID Type': string;
|
|
125
|
+
'ID Card': string;
|
|
126
|
+
'Upload Passport': string;
|
|
127
|
+
'Upload ID Front': string;
|
|
128
|
+
'Upload ID Back': string;
|
|
129
|
+
Cancel: string;
|
|
130
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
120
131
|
};
|
|
121
132
|
};
|
|
122
133
|
de: {
|
|
@@ -215,8 +226,8 @@ export declare const resources: {
|
|
|
215
226
|
'Verifying...': string;
|
|
216
227
|
'Please capture the front of your ID card.': string;
|
|
217
228
|
'Please capture the back of your ID card.': string;
|
|
218
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
219
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
229
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
230
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
220
231
|
'Please capture the ID page of your passport.': string;
|
|
221
232
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
222
233
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -232,6 +243,16 @@ export declare const resources: {
|
|
|
232
243
|
"Let's Go!": string;
|
|
233
244
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
234
245
|
OK: string;
|
|
246
|
+
'Capture with Camera': string;
|
|
247
|
+
OR: string;
|
|
248
|
+
'Upload from Storage': string;
|
|
249
|
+
'Select ID Type': string;
|
|
250
|
+
'ID Card': string;
|
|
251
|
+
'Upload Passport': string;
|
|
252
|
+
'Upload ID Front': string;
|
|
253
|
+
'Upload ID Back': string;
|
|
254
|
+
Cancel: string;
|
|
255
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
235
256
|
};
|
|
236
257
|
};
|
|
237
258
|
fr: {
|
|
@@ -330,8 +351,8 @@ export declare const resources: {
|
|
|
330
351
|
'Verifying...': string;
|
|
331
352
|
'Please capture the front of your ID card.': string;
|
|
332
353
|
'Please capture the back of your ID card.': string;
|
|
333
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
334
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
354
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
355
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
335
356
|
'Please capture the ID page of your passport.': string;
|
|
336
357
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
337
358
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -347,6 +368,16 @@ export declare const resources: {
|
|
|
347
368
|
"Let's Go!": string;
|
|
348
369
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
349
370
|
OK: string;
|
|
371
|
+
'Capture with Camera': string;
|
|
372
|
+
OR: string;
|
|
373
|
+
'Upload from Storage': string;
|
|
374
|
+
'Select ID Type': string;
|
|
375
|
+
'ID Card': string;
|
|
376
|
+
'Upload Passport': string;
|
|
377
|
+
'Upload ID Front': string;
|
|
378
|
+
'Upload ID Back': string;
|
|
379
|
+
Cancel: string;
|
|
380
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
350
381
|
};
|
|
351
382
|
};
|
|
352
383
|
it: {
|
|
@@ -445,8 +476,8 @@ export declare const resources: {
|
|
|
445
476
|
'Verifying...': string;
|
|
446
477
|
'Please capture the front of your ID card.': string;
|
|
447
478
|
'Please capture the back of your ID card.': string;
|
|
448
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
449
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
479
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
480
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
450
481
|
'Please capture the ID page of your passport.': string;
|
|
451
482
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
452
483
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -462,6 +493,16 @@ export declare const resources: {
|
|
|
462
493
|
"Let's Go!": string;
|
|
463
494
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
464
495
|
OK: string;
|
|
496
|
+
'Capture with Camera': string;
|
|
497
|
+
OR: string;
|
|
498
|
+
'Upload from Storage': string;
|
|
499
|
+
'Select ID Type': string;
|
|
500
|
+
'ID Card': string;
|
|
501
|
+
'Upload Passport': string;
|
|
502
|
+
'Upload ID Front': string;
|
|
503
|
+
'Upload ID Back': string;
|
|
504
|
+
Cancel: string;
|
|
505
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
465
506
|
};
|
|
466
507
|
};
|
|
467
508
|
ja: {
|
|
@@ -560,8 +601,8 @@ export declare const resources: {
|
|
|
560
601
|
'Verifying...': string;
|
|
561
602
|
'Please capture the front of your ID card.': string;
|
|
562
603
|
'Please capture the back of your ID card.': string;
|
|
563
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
564
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
604
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
605
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
565
606
|
'Please capture the ID page of your passport.': string;
|
|
566
607
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
567
608
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -577,6 +618,16 @@ export declare const resources: {
|
|
|
577
618
|
"Let's Go!": string;
|
|
578
619
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
579
620
|
OK: string;
|
|
621
|
+
'Capture with Camera': string;
|
|
622
|
+
OR: string;
|
|
623
|
+
'Upload from Storage': string;
|
|
624
|
+
'Select ID Type': string;
|
|
625
|
+
'ID Card': string;
|
|
626
|
+
'Upload Passport': string;
|
|
627
|
+
'Upload ID Front': string;
|
|
628
|
+
'Upload ID Back': string;
|
|
629
|
+
Cancel: string;
|
|
630
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
580
631
|
};
|
|
581
632
|
};
|
|
582
633
|
pt: {
|
|
@@ -675,8 +726,8 @@ export declare const resources: {
|
|
|
675
726
|
'Verifying...': string;
|
|
676
727
|
'Please capture the front of your ID card.': string;
|
|
677
728
|
'Please capture the back of your ID card.': string;
|
|
678
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
679
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
729
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
730
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
680
731
|
'Please capture the ID page of your passport.': string;
|
|
681
732
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
682
733
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -692,6 +743,16 @@ export declare const resources: {
|
|
|
692
743
|
"Let's Go!": string;
|
|
693
744
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
694
745
|
OK: string;
|
|
746
|
+
'Capture with Camera': string;
|
|
747
|
+
OR: string;
|
|
748
|
+
'Upload from Storage': string;
|
|
749
|
+
'Select ID Type': string;
|
|
750
|
+
'ID Card': string;
|
|
751
|
+
'Upload Passport': string;
|
|
752
|
+
'Upload ID Front': string;
|
|
753
|
+
'Upload ID Back': string;
|
|
754
|
+
Cancel: string;
|
|
755
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
695
756
|
};
|
|
696
757
|
};
|
|
697
758
|
ru: {
|
|
@@ -790,8 +851,8 @@ export declare const resources: {
|
|
|
790
851
|
'Verifying...': string;
|
|
791
852
|
'Please capture the front of your ID card.': string;
|
|
792
853
|
'Please capture the back of your ID card.': string;
|
|
793
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
794
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
854
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
855
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
795
856
|
'Please capture the ID page of your passport.': string;
|
|
796
857
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
797
858
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -807,6 +868,16 @@ export declare const resources: {
|
|
|
807
868
|
"Let's Go!": string;
|
|
808
869
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
809
870
|
OK: string;
|
|
871
|
+
'Capture with Camera': string;
|
|
872
|
+
OR: string;
|
|
873
|
+
'Upload from Storage': string;
|
|
874
|
+
'Select ID Type': string;
|
|
875
|
+
'ID Card': string;
|
|
876
|
+
'Upload Passport': string;
|
|
877
|
+
'Upload ID Front': string;
|
|
878
|
+
'Upload ID Back': string;
|
|
879
|
+
Cancel: string;
|
|
880
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
810
881
|
};
|
|
811
882
|
};
|
|
812
883
|
zh: {
|
|
@@ -905,8 +976,8 @@ export declare const resources: {
|
|
|
905
976
|
'Verifying...': string;
|
|
906
977
|
'Please capture the front of your ID card.': string;
|
|
907
978
|
'Please capture the back of your ID card.': string;
|
|
908
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
909
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
979
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
980
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
910
981
|
'Please capture the ID page of your passport.': string;
|
|
911
982
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
912
983
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -922,6 +993,16 @@ export declare const resources: {
|
|
|
922
993
|
"Let's Go!": string;
|
|
923
994
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
924
995
|
OK: string;
|
|
996
|
+
'Capture with Camera': string;
|
|
997
|
+
OR: string;
|
|
998
|
+
'Upload from Storage': string;
|
|
999
|
+
'Select ID Type': string;
|
|
1000
|
+
'ID Card': string;
|
|
1001
|
+
'Upload Passport': string;
|
|
1002
|
+
'Upload ID Front': string;
|
|
1003
|
+
'Upload ID Back': string;
|
|
1004
|
+
Cancel: string;
|
|
1005
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
925
1006
|
};
|
|
926
1007
|
};
|
|
927
1008
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/index.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,aAAa,yEAWhB,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,OAAO,aAAa,CAAA;AAC9C,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,GAAG,MAAM,CAAA;AAErD,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/index.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,aAAa,yEAWhB,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,OAAO,aAAa,CAAA;AAC9C,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,GAAG,MAAM,CAAA;AAErD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUrB,CAAA;AAED,wBAAgB,cAAc,SAW7B;AAED,eAAO,MAAM,WAAW,SAAU,UAAU,KAAG,IAS9C,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA;AACrE,MAAM,MAAM,wBAAwB,GAChC,MAAM,GACN,4BAA4B,GAC5B,SAAS,CAAA;AACb,MAAM,MAAM,uBAAuB,GAC/B,wBAAwB,GACxB;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;CAAE,CAAA;AAqB9C,wBAAgB,WAAW,CACzB,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,MAAM,GACf,MAAM,CAOR;AAED,wBAAgB,eAAe,CAC7B,CAAC,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;CAAE,EAEpD,QAAQ,EAAE,CAAC,GAAG,SAAS,EACvB,SAAS,EAAE;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM;CAAE,GACpC;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM;CAAE,CAqB5B"}
|
package/dist/lib/locales/it.d.ts
CHANGED
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
'Verifying...': string;
|
|
94
94
|
'Please capture the front of your ID card.': string;
|
|
95
95
|
'Please capture the back of your ID card.': string;
|
|
96
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
97
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
96
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
97
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
98
98
|
'Please capture the ID page of your passport.': string;
|
|
99
99
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
100
100
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -110,6 +110,16 @@ declare const _default: {
|
|
|
110
110
|
"Let's Go!": string;
|
|
111
111
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
112
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
113
123
|
};
|
|
114
124
|
export default _default;
|
|
115
125
|
//# sourceMappingURL=it.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/it.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuKC"}
|
package/dist/lib/locales/ja.d.ts
CHANGED
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
'Verifying...': string;
|
|
94
94
|
'Please capture the front of your ID card.': string;
|
|
95
95
|
'Please capture the back of your ID card.': string;
|
|
96
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
97
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
96
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
97
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
98
98
|
'Please capture the ID page of your passport.': string;
|
|
99
99
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
100
100
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -110,6 +110,16 @@ declare const _default: {
|
|
|
110
110
|
"Let's Go!": string;
|
|
111
111
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
112
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
113
123
|
};
|
|
114
124
|
export default _default;
|
|
115
125
|
//# sourceMappingURL=ja.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ja.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAgKC"}
|
package/dist/lib/locales/pt.d.ts
CHANGED
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
'Verifying...': string;
|
|
94
94
|
'Please capture the front of your ID card.': string;
|
|
95
95
|
'Please capture the back of your ID card.': string;
|
|
96
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
97
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
96
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
97
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
98
98
|
'Please capture the ID page of your passport.': string;
|
|
99
99
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
100
100
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -110,6 +110,16 @@ declare const _default: {
|
|
|
110
110
|
"Let's Go!": string;
|
|
111
111
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
112
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
113
123
|
};
|
|
114
124
|
export default _default;
|
|
115
125
|
//# sourceMappingURL=pt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/pt.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuKC"}
|
package/dist/lib/locales/ru.d.ts
CHANGED
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
'Verifying...': string;
|
|
94
94
|
'Please capture the front of your ID card.': string;
|
|
95
95
|
'Please capture the back of your ID card.': string;
|
|
96
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
97
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
96
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
97
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
98
98
|
'Please capture the ID page of your passport.': string;
|
|
99
99
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
100
100
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -110,6 +110,16 @@ declare const _default: {
|
|
|
110
110
|
"Let's Go!": string;
|
|
111
111
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
112
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
113
123
|
};
|
|
114
124
|
export default _default;
|
|
115
125
|
//# sourceMappingURL=ru.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ru.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsKC"}
|
package/dist/lib/locales/zh.d.ts
CHANGED
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
'Verifying...': string;
|
|
94
94
|
'Please capture the front of your ID card.': string;
|
|
95
95
|
'Please capture the back of your ID card.': string;
|
|
96
|
-
'Please capture the front of your ID card or the ID page of your passport.': string;
|
|
97
|
-
'Please capture the back of your ID card or click Done if submitting a passport.': string;
|
|
96
|
+
'Please capture the front of your ID card, or the ID page of your passport.': string;
|
|
97
|
+
'Please capture the back of your ID card, or click Done if submitting a passport.': string;
|
|
98
98
|
'Please capture the ID page of your passport.': string;
|
|
99
99
|
'On-device capture guidance failed please capture a photo of your ID card manually.': string;
|
|
100
100
|
'On-device capture guidance failed please capture a photo of your passport manually.': string;
|
|
@@ -110,6 +110,16 @@ declare const _default: {
|
|
|
110
110
|
"Let's Go!": string;
|
|
111
111
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
112
112
|
OK: string;
|
|
113
|
+
'Capture with Camera': string;
|
|
114
|
+
OR: string;
|
|
115
|
+
'Upload from Storage': string;
|
|
116
|
+
'Select ID Type': string;
|
|
117
|
+
'ID Card': string;
|
|
118
|
+
'Upload Passport': string;
|
|
119
|
+
'Upload ID Front': string;
|
|
120
|
+
'Upload ID Back': string;
|
|
121
|
+
Cancel: string;
|
|
122
|
+
'Upload the back of the ID if it is not included in the front image.': string;
|
|
113
123
|
};
|
|
114
124
|
export default _default;
|
|
115
125
|
//# sourceMappingURL=zh.d.ts.map
|