idmission-web-sdk 2.2.81 → 2.2.83
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/components/customer_flows/CustomerBiometricsEnrollment.d.ts +2 -0
- package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts +2 -0
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdentification.d.ts +2 -0
- package/dist/components/customer_flows/CustomerIdentification.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerVerification.d.ts +2 -0
- package/dist/components/customer_flows/CustomerVerification.d.ts.map +1 -1
- package/dist/components/customer_flows/DocumentCapture.d.ts +2 -0
- package/dist/components/customer_flows/DocumentCapture.d.ts.map +1 -1
- package/dist/components/customer_flows/FaceValidation.d.ts +2 -0
- package/dist/components/customer_flows/FaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts +2 -0
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/IdValidation.d.ts +2 -0
- package/dist/components/customer_flows/IdValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/SignatureKYC.d.ts +2 -0
- package/dist/components/customer_flows/SignatureKYC.d.ts.map +1 -1
- package/dist/components/customer_flows/VideoIdValidation.d.ts +2 -0
- package/dist/components/customer_flows/VideoIdValidation.d.ts.map +1 -1
- package/dist/components/submission/SubmissionProvider.d.ts +2 -1
- package/dist/components/submission/SubmissionProvider.d.ts.map +1 -1
- package/dist/lib/locales/de.d.ts +6 -5
- package/dist/lib/locales/de.d.ts.map +1 -1
- package/dist/lib/locales/fr.d.ts +6 -5
- package/dist/lib/locales/fr.d.ts.map +1 -1
- package/dist/lib/locales/index.d.ts +42 -35
- package/dist/lib/locales/index.d.ts.map +1 -1
- package/dist/lib/locales/it.d.ts +6 -5
- package/dist/lib/locales/it.d.ts.map +1 -1
- package/dist/lib/locales/ja.d.ts +6 -5
- package/dist/lib/locales/ja.d.ts.map +1 -1
- package/dist/lib/locales/pt.d.ts +6 -5
- package/dist/lib/locales/pt.d.ts.map +1 -1
- package/dist/lib/locales/ru.d.ts +6 -5
- package/dist/lib/locales/ru.d.ts.map +1 -1
- package/dist/lib/locales/zh.d.ts +6 -5
- package/dist/lib/locales/zh.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +140 -108
- 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 +140 -108
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +140 -108
- 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
|
@@ -121,6 +121,7 @@ export declare const resources: {
|
|
|
121
121
|
};
|
|
122
122
|
de: {
|
|
123
123
|
translation: {
|
|
124
|
+
'English - en': string;
|
|
124
125
|
'Use your device camera to capture your ID': string;
|
|
125
126
|
'Use your iPhone as a webcam': string;
|
|
126
127
|
'Models warming up...': string;
|
|
@@ -176,7 +177,7 @@ export declare const resources: {
|
|
|
176
177
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
177
178
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
178
179
|
'Please remove your mask...': string;
|
|
179
|
-
'Live face not detected please try again': string;
|
|
180
|
+
'Live face not detected, please try again': string;
|
|
180
181
|
Exit: string;
|
|
181
182
|
'Face liveness has been verified!': string;
|
|
182
183
|
Done: string;
|
|
@@ -191,8 +192,8 @@ export declare const resources: {
|
|
|
191
192
|
Clear: string;
|
|
192
193
|
'Video signature has been successfully captured!': string;
|
|
193
194
|
'Network unreachable': string;
|
|
194
|
-
'
|
|
195
|
-
'
|
|
195
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
196
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
196
197
|
'Document Capture': string;
|
|
197
198
|
Capture: string;
|
|
198
199
|
'Retry capture': string;
|
|
@@ -209,7 +210,7 @@ export declare const resources: {
|
|
|
209
210
|
'Video ID has been successfully captured!': string;
|
|
210
211
|
'ID Front Image': string;
|
|
211
212
|
'ID Back Image': string;
|
|
212
|
-
'
|
|
213
|
+
"We're having some trouble.": string;
|
|
213
214
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
214
215
|
'Verifying...': string;
|
|
215
216
|
'Please capture the front of your ID card.': string;
|
|
@@ -228,13 +229,14 @@ export declare const resources: {
|
|
|
228
229
|
'Camera ready': string;
|
|
229
230
|
'Loading guided capture experience...': string;
|
|
230
231
|
'Guided capture experience ready': string;
|
|
231
|
-
'
|
|
232
|
+
"Let's Go!": string;
|
|
232
233
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
233
234
|
OK: string;
|
|
234
235
|
};
|
|
235
236
|
};
|
|
236
237
|
fr: {
|
|
237
238
|
translation: {
|
|
239
|
+
'English - en': string;
|
|
238
240
|
'Use your device camera to capture your ID': string;
|
|
239
241
|
'Use your iPhone as a webcam': string;
|
|
240
242
|
'Models warming up...': string;
|
|
@@ -290,7 +292,7 @@ export declare const resources: {
|
|
|
290
292
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
291
293
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
292
294
|
'Please remove your mask...': string;
|
|
293
|
-
'Live face not detected please try again': string;
|
|
295
|
+
'Live face not detected, please try again': string;
|
|
294
296
|
Exit: string;
|
|
295
297
|
'Face liveness has been verified!': string;
|
|
296
298
|
Done: string;
|
|
@@ -305,8 +307,8 @@ export declare const resources: {
|
|
|
305
307
|
Clear: string;
|
|
306
308
|
'Video signature has been successfully captured!': string;
|
|
307
309
|
'Network unreachable': string;
|
|
308
|
-
'
|
|
309
|
-
'
|
|
310
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
311
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
310
312
|
'Document Capture': string;
|
|
311
313
|
Capture: string;
|
|
312
314
|
'Retry capture': string;
|
|
@@ -323,7 +325,7 @@ export declare const resources: {
|
|
|
323
325
|
'Video ID has been successfully captured!': string;
|
|
324
326
|
'ID Front Image': string;
|
|
325
327
|
'ID Back Image': string;
|
|
326
|
-
'
|
|
328
|
+
"We're having some trouble.": string;
|
|
327
329
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
328
330
|
'Verifying...': string;
|
|
329
331
|
'Please capture the front of your ID card.': string;
|
|
@@ -342,13 +344,14 @@ export declare const resources: {
|
|
|
342
344
|
'Camera ready': string;
|
|
343
345
|
'Loading guided capture experience...': string;
|
|
344
346
|
'Guided capture experience ready': string;
|
|
345
|
-
'
|
|
347
|
+
"Let's Go!": string;
|
|
346
348
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
347
349
|
OK: string;
|
|
348
350
|
};
|
|
349
351
|
};
|
|
350
352
|
it: {
|
|
351
353
|
translation: {
|
|
354
|
+
'English - en': string;
|
|
352
355
|
'Use your device camera to capture your ID': string;
|
|
353
356
|
'Use your iPhone as a webcam': string;
|
|
354
357
|
'Models warming up...': string;
|
|
@@ -404,7 +407,7 @@ export declare const resources: {
|
|
|
404
407
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
405
408
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
406
409
|
'Please remove your mask...': string;
|
|
407
|
-
'Live face not detected please try again': string;
|
|
410
|
+
'Live face not detected, please try again': string;
|
|
408
411
|
Exit: string;
|
|
409
412
|
'Face liveness has been verified!': string;
|
|
410
413
|
Done: string;
|
|
@@ -419,8 +422,8 @@ export declare const resources: {
|
|
|
419
422
|
Clear: string;
|
|
420
423
|
'Video signature has been successfully captured!': string;
|
|
421
424
|
'Network unreachable': string;
|
|
422
|
-
'
|
|
423
|
-
'
|
|
425
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
426
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
424
427
|
'Document Capture': string;
|
|
425
428
|
Capture: string;
|
|
426
429
|
'Retry capture': string;
|
|
@@ -437,7 +440,7 @@ export declare const resources: {
|
|
|
437
440
|
'Video ID has been successfully captured!': string;
|
|
438
441
|
'ID Front Image': string;
|
|
439
442
|
'ID Back Image': string;
|
|
440
|
-
'
|
|
443
|
+
"We're having some trouble.": string;
|
|
441
444
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
442
445
|
'Verifying...': string;
|
|
443
446
|
'Please capture the front of your ID card.': string;
|
|
@@ -456,13 +459,14 @@ export declare const resources: {
|
|
|
456
459
|
'Camera ready': string;
|
|
457
460
|
'Loading guided capture experience...': string;
|
|
458
461
|
'Guided capture experience ready': string;
|
|
459
|
-
'
|
|
462
|
+
"Let's Go!": string;
|
|
460
463
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
461
464
|
OK: string;
|
|
462
465
|
};
|
|
463
466
|
};
|
|
464
467
|
ja: {
|
|
465
468
|
translation: {
|
|
469
|
+
'English - en': string;
|
|
466
470
|
'Use your device camera to capture your ID': string;
|
|
467
471
|
'Use your iPhone as a webcam': string;
|
|
468
472
|
'Models warming up...': string;
|
|
@@ -518,7 +522,7 @@ export declare const resources: {
|
|
|
518
522
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
519
523
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
520
524
|
'Please remove your mask...': string;
|
|
521
|
-
'Live face not detected please try again': string;
|
|
525
|
+
'Live face not detected, please try again': string;
|
|
522
526
|
Exit: string;
|
|
523
527
|
'Face liveness has been verified!': string;
|
|
524
528
|
Done: string;
|
|
@@ -533,8 +537,8 @@ export declare const resources: {
|
|
|
533
537
|
Clear: string;
|
|
534
538
|
'Video signature has been successfully captured!': string;
|
|
535
539
|
'Network unreachable': string;
|
|
536
|
-
'
|
|
537
|
-
'
|
|
540
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
541
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
538
542
|
'Document Capture': string;
|
|
539
543
|
Capture: string;
|
|
540
544
|
'Retry capture': string;
|
|
@@ -551,7 +555,7 @@ export declare const resources: {
|
|
|
551
555
|
'Video ID has been successfully captured!': string;
|
|
552
556
|
'ID Front Image': string;
|
|
553
557
|
'ID Back Image': string;
|
|
554
|
-
'
|
|
558
|
+
"We're having some trouble.": string;
|
|
555
559
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
556
560
|
'Verifying...': string;
|
|
557
561
|
'Please capture the front of your ID card.': string;
|
|
@@ -570,13 +574,14 @@ export declare const resources: {
|
|
|
570
574
|
'Camera ready': string;
|
|
571
575
|
'Loading guided capture experience...': string;
|
|
572
576
|
'Guided capture experience ready': string;
|
|
573
|
-
'
|
|
577
|
+
"Let's Go!": string;
|
|
574
578
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
575
579
|
OK: string;
|
|
576
580
|
};
|
|
577
581
|
};
|
|
578
582
|
pt: {
|
|
579
583
|
translation: {
|
|
584
|
+
'English - en': string;
|
|
580
585
|
'Use your device camera to capture your ID': string;
|
|
581
586
|
'Use your iPhone as a webcam': string;
|
|
582
587
|
'Models warming up...': string;
|
|
@@ -632,7 +637,7 @@ export declare const resources: {
|
|
|
632
637
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
633
638
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
634
639
|
'Please remove your mask...': string;
|
|
635
|
-
'Live face not detected please try again': string;
|
|
640
|
+
'Live face not detected, please try again': string;
|
|
636
641
|
Exit: string;
|
|
637
642
|
'Face liveness has been verified!': string;
|
|
638
643
|
Done: string;
|
|
@@ -647,8 +652,8 @@ export declare const resources: {
|
|
|
647
652
|
Clear: string;
|
|
648
653
|
'Video signature has been successfully captured!': string;
|
|
649
654
|
'Network unreachable': string;
|
|
650
|
-
'
|
|
651
|
-
'
|
|
655
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
656
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
652
657
|
'Document Capture': string;
|
|
653
658
|
Capture: string;
|
|
654
659
|
'Retry capture': string;
|
|
@@ -665,7 +670,7 @@ export declare const resources: {
|
|
|
665
670
|
'Video ID has been successfully captured!': string;
|
|
666
671
|
'ID Front Image': string;
|
|
667
672
|
'ID Back Image': string;
|
|
668
|
-
'
|
|
673
|
+
"We're having some trouble.": string;
|
|
669
674
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
670
675
|
'Verifying...': string;
|
|
671
676
|
'Please capture the front of your ID card.': string;
|
|
@@ -684,13 +689,14 @@ export declare const resources: {
|
|
|
684
689
|
'Camera ready': string;
|
|
685
690
|
'Loading guided capture experience...': string;
|
|
686
691
|
'Guided capture experience ready': string;
|
|
687
|
-
'
|
|
692
|
+
"Let's Go!": string;
|
|
688
693
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
689
694
|
OK: string;
|
|
690
695
|
};
|
|
691
696
|
};
|
|
692
697
|
ru: {
|
|
693
698
|
translation: {
|
|
699
|
+
'English - en': string;
|
|
694
700
|
'Use your device camera to capture your ID': string;
|
|
695
701
|
'Use your iPhone as a webcam': string;
|
|
696
702
|
'Models warming up...': string;
|
|
@@ -746,7 +752,7 @@ export declare const resources: {
|
|
|
746
752
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
747
753
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
748
754
|
'Please remove your mask...': string;
|
|
749
|
-
'Live face not detected please try again': string;
|
|
755
|
+
'Live face not detected, please try again': string;
|
|
750
756
|
Exit: string;
|
|
751
757
|
'Face liveness has been verified!': string;
|
|
752
758
|
Done: string;
|
|
@@ -761,8 +767,8 @@ export declare const resources: {
|
|
|
761
767
|
Clear: string;
|
|
762
768
|
'Video signature has been successfully captured!': string;
|
|
763
769
|
'Network unreachable': string;
|
|
764
|
-
'
|
|
765
|
-
'
|
|
770
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
771
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
766
772
|
'Document Capture': string;
|
|
767
773
|
Capture: string;
|
|
768
774
|
'Retry capture': string;
|
|
@@ -779,7 +785,7 @@ export declare const resources: {
|
|
|
779
785
|
'Video ID has been successfully captured!': string;
|
|
780
786
|
'ID Front Image': string;
|
|
781
787
|
'ID Back Image': string;
|
|
782
|
-
'
|
|
788
|
+
"We're having some trouble.": string;
|
|
783
789
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
784
790
|
'Verifying...': string;
|
|
785
791
|
'Please capture the front of your ID card.': string;
|
|
@@ -798,13 +804,14 @@ export declare const resources: {
|
|
|
798
804
|
'Camera ready': string;
|
|
799
805
|
'Loading guided capture experience...': string;
|
|
800
806
|
'Guided capture experience ready': string;
|
|
801
|
-
'
|
|
807
|
+
"Let's Go!": string;
|
|
802
808
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
803
809
|
OK: string;
|
|
804
810
|
};
|
|
805
811
|
};
|
|
806
812
|
zh: {
|
|
807
813
|
translation: {
|
|
814
|
+
'English - en': string;
|
|
808
815
|
'Use your device camera to capture your ID': string;
|
|
809
816
|
'Use your iPhone as a webcam': string;
|
|
810
817
|
'Models warming up...': string;
|
|
@@ -860,7 +867,7 @@ export declare const resources: {
|
|
|
860
867
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
861
868
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
862
869
|
'Please remove your mask...': string;
|
|
863
|
-
'Live face not detected please try again': string;
|
|
870
|
+
'Live face not detected, please try again': string;
|
|
864
871
|
Exit: string;
|
|
865
872
|
'Face liveness has been verified!': string;
|
|
866
873
|
Done: string;
|
|
@@ -875,8 +882,8 @@ export declare const resources: {
|
|
|
875
882
|
Clear: string;
|
|
876
883
|
'Video signature has been successfully captured!': string;
|
|
877
884
|
'Network unreachable': string;
|
|
878
|
-
'
|
|
879
|
-
'
|
|
885
|
+
"We're having trouble reaching our services please check your connection and try again.": string;
|
|
886
|
+
"We're sorry an unexpected error has occurred.": string;
|
|
880
887
|
'Document Capture': string;
|
|
881
888
|
Capture: string;
|
|
882
889
|
'Retry capture': string;
|
|
@@ -893,7 +900,7 @@ export declare const resources: {
|
|
|
893
900
|
'Video ID has been successfully captured!': string;
|
|
894
901
|
'ID Front Image': string;
|
|
895
902
|
'ID Back Image': string;
|
|
896
|
-
'
|
|
903
|
+
"We're having some trouble.": string;
|
|
897
904
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
898
905
|
'Verifying...': string;
|
|
899
906
|
'Please capture the front of your ID card.': string;
|
|
@@ -912,7 +919,7 @@ export declare const resources: {
|
|
|
912
919
|
'Camera ready': string;
|
|
913
920
|
'Loading guided capture experience...': string;
|
|
914
921
|
'Guided capture experience ready': string;
|
|
915
|
-
'
|
|
922
|
+
"Let's Go!": string;
|
|
916
923
|
'We are having trouble identifying the correct side of your id do you want to continue with capture anyway?': string;
|
|
917
924
|
OK: string;
|
|
918
925
|
};
|
|
@@ -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
|
@@ -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;
|
|
@@ -54,7 +55,7 @@ declare const _default: {
|
|
|
54
55
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
55
56
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
56
57
|
'Please remove your mask...': string;
|
|
57
|
-
'Live face not detected please try again': string;
|
|
58
|
+
'Live face not detected, please try again': string;
|
|
58
59
|
Exit: string;
|
|
59
60
|
'Face liveness has been verified!': string;
|
|
60
61
|
Done: string;
|
|
@@ -69,8 +70,8 @@ declare const _default: {
|
|
|
69
70
|
Clear: string;
|
|
70
71
|
'Video signature has been successfully captured!': string;
|
|
71
72
|
'Network unreachable': string;
|
|
72
|
-
'
|
|
73
|
-
'
|
|
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;
|
|
@@ -87,7 +88,7 @@ declare const _default: {
|
|
|
87
88
|
'Video ID has been successfully captured!': string;
|
|
88
89
|
'ID Front Image': string;
|
|
89
90
|
'ID Back Image': string;
|
|
90
|
-
'
|
|
91
|
+
"We're having some trouble.": string;
|
|
91
92
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
92
93
|
'Verifying...': string;
|
|
93
94
|
'Please capture the front of your ID card.': string;
|
|
@@ -106,7 +107,7 @@ declare const _default: {
|
|
|
106
107
|
'Camera ready': string;
|
|
107
108
|
'Loading guided capture experience...': string;
|
|
108
109
|
'Guided capture experience ready': string;
|
|
109
|
-
'
|
|
110
|
+
"Let's Go!": string;
|
|
110
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;
|
|
112
113
|
};
|
|
@@ -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,wBA4JC"}
|
package/dist/lib/locales/ja.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;
|
|
@@ -54,7 +55,7 @@ declare const _default: {
|
|
|
54
55
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
55
56
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
56
57
|
'Please remove your mask...': string;
|
|
57
|
-
'Live face not detected please try again': string;
|
|
58
|
+
'Live face not detected, please try again': string;
|
|
58
59
|
Exit: string;
|
|
59
60
|
'Face liveness has been verified!': string;
|
|
60
61
|
Done: string;
|
|
@@ -69,8 +70,8 @@ declare const _default: {
|
|
|
69
70
|
Clear: string;
|
|
70
71
|
'Video signature has been successfully captured!': string;
|
|
71
72
|
'Network unreachable': string;
|
|
72
|
-
'
|
|
73
|
-
'
|
|
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;
|
|
@@ -87,7 +88,7 @@ declare const _default: {
|
|
|
87
88
|
'Video ID has been successfully captured!': string;
|
|
88
89
|
'ID Front Image': string;
|
|
89
90
|
'ID Back Image': string;
|
|
90
|
-
'
|
|
91
|
+
"We're having some trouble.": string;
|
|
91
92
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
92
93
|
'Verifying...': string;
|
|
93
94
|
'Please capture the front of your ID card.': string;
|
|
@@ -106,7 +107,7 @@ declare const _default: {
|
|
|
106
107
|
'Camera ready': string;
|
|
107
108
|
'Loading guided capture experience...': string;
|
|
108
109
|
'Guided capture experience ready': string;
|
|
109
|
-
'
|
|
110
|
+
"Let's Go!": string;
|
|
110
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;
|
|
112
113
|
};
|
|
@@ -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,wBAqJC"}
|
package/dist/lib/locales/pt.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;
|
|
@@ -54,7 +55,7 @@ declare const _default: {
|
|
|
54
55
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
55
56
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
56
57
|
'Please remove your mask...': string;
|
|
57
|
-
'Live face not detected please try again': string;
|
|
58
|
+
'Live face not detected, please try again': string;
|
|
58
59
|
Exit: string;
|
|
59
60
|
'Face liveness has been verified!': string;
|
|
60
61
|
Done: string;
|
|
@@ -69,8 +70,8 @@ declare const _default: {
|
|
|
69
70
|
Clear: string;
|
|
70
71
|
'Video signature has been successfully captured!': string;
|
|
71
72
|
'Network unreachable': string;
|
|
72
|
-
'
|
|
73
|
-
'
|
|
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;
|
|
@@ -87,7 +88,7 @@ declare const _default: {
|
|
|
87
88
|
'Video ID has been successfully captured!': string;
|
|
88
89
|
'ID Front Image': string;
|
|
89
90
|
'ID Back Image': string;
|
|
90
|
-
'
|
|
91
|
+
"We're having some trouble.": string;
|
|
91
92
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
92
93
|
'Verifying...': string;
|
|
93
94
|
'Please capture the front of your ID card.': string;
|
|
@@ -106,7 +107,7 @@ declare const _default: {
|
|
|
106
107
|
'Camera ready': string;
|
|
107
108
|
'Loading guided capture experience...': string;
|
|
108
109
|
'Guided capture experience ready': string;
|
|
109
|
-
'
|
|
110
|
+
"Let's Go!": string;
|
|
110
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;
|
|
112
113
|
};
|
|
@@ -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,wBA4JC"}
|
package/dist/lib/locales/ru.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;
|
|
@@ -54,7 +55,7 @@ declare const _default: {
|
|
|
54
55
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
55
56
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
56
57
|
'Please remove your mask...': string;
|
|
57
|
-
'Live face not detected please try again': string;
|
|
58
|
+
'Live face not detected, please try again': string;
|
|
58
59
|
Exit: string;
|
|
59
60
|
'Face liveness has been verified!': string;
|
|
60
61
|
Done: string;
|
|
@@ -69,8 +70,8 @@ declare const _default: {
|
|
|
69
70
|
Clear: string;
|
|
70
71
|
'Video signature has been successfully captured!': string;
|
|
71
72
|
'Network unreachable': string;
|
|
72
|
-
'
|
|
73
|
-
'
|
|
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;
|
|
@@ -87,7 +88,7 @@ declare const _default: {
|
|
|
87
88
|
'Video ID has been successfully captured!': string;
|
|
88
89
|
'ID Front Image': string;
|
|
89
90
|
'ID Back Image': string;
|
|
90
|
-
'
|
|
91
|
+
"We're having some trouble.": string;
|
|
91
92
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
92
93
|
'Verifying...': string;
|
|
93
94
|
'Please capture the front of your ID card.': string;
|
|
@@ -106,7 +107,7 @@ declare const _default: {
|
|
|
106
107
|
'Camera ready': string;
|
|
107
108
|
'Loading guided capture experience...': string;
|
|
108
109
|
'Guided capture experience ready': string;
|
|
109
|
-
'
|
|
110
|
+
"Let's Go!": string;
|
|
110
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;
|
|
112
113
|
};
|
|
@@ -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,wBA2JC"}
|
package/dist/lib/locales/zh.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;
|
|
@@ -54,7 +55,7 @@ declare const _default: {
|
|
|
54
55
|
'Please remove your eye coverings (sunglasses eye patch etc.)...': string;
|
|
55
56
|
'Please remove your head coverings (hat scarf etc.)...': string;
|
|
56
57
|
'Please remove your mask...': string;
|
|
57
|
-
'Live face not detected please try again': string;
|
|
58
|
+
'Live face not detected, please try again': string;
|
|
58
59
|
Exit: string;
|
|
59
60
|
'Face liveness has been verified!': string;
|
|
60
61
|
Done: string;
|
|
@@ -69,8 +70,8 @@ declare const _default: {
|
|
|
69
70
|
Clear: string;
|
|
70
71
|
'Video signature has been successfully captured!': string;
|
|
71
72
|
'Network unreachable': string;
|
|
72
|
-
'
|
|
73
|
-
'
|
|
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;
|
|
@@ -87,7 +88,7 @@ declare const _default: {
|
|
|
87
88
|
'Video ID has been successfully captured!': string;
|
|
88
89
|
'ID Front Image': string;
|
|
89
90
|
'ID Back Image': string;
|
|
90
|
-
'
|
|
91
|
+
"We're having some trouble.": string;
|
|
91
92
|
'On-device capture guidance failed please capture a selfie manually.': string;
|
|
92
93
|
'Verifying...': string;
|
|
93
94
|
'Please capture the front of your ID card.': string;
|
|
@@ -106,7 +107,7 @@ declare const _default: {
|
|
|
106
107
|
'Camera ready': string;
|
|
107
108
|
'Loading guided capture experience...': string;
|
|
108
109
|
'Guided capture experience ready': string;
|
|
109
|
-
'
|
|
110
|
+
"Let's Go!": string;
|
|
110
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;
|
|
112
113
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/zh.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../src/lib/locales/zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmIC"}
|