idmission-web-sdk 2.3.7 → 2.3.9
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/common/overlay.d.ts +2 -0
- package/dist/components/common/overlay.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts +6 -0
- package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts +6 -0
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdentification.d.ts +6 -0
- package/dist/components/customer_flows/CustomerIdentification.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerVerification.d.ts +6 -0
- package/dist/components/customer_flows/CustomerVerification.d.ts.map +1 -1
- package/dist/components/customer_flows/FaceValidation.d.ts +6 -0
- package/dist/components/customer_flows/FaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts +6 -0
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/SignatureKYC.d.ts +6 -0
- package/dist/components/customer_flows/SignatureKYC.d.ts.map +1 -1
- package/dist/components/customer_flows/VideoIdValidation.d.ts +6 -0
- package/dist/components/customer_flows/VideoIdValidation.d.ts.map +1 -1
- package/dist/components/customer_identification/CustomerIdentificationWizard.d.ts +4 -1
- package/dist/components/customer_identification/CustomerIdentificationWizard.d.ts.map +1 -1
- package/dist/components/customer_verification/CustomerVerificationWizard.d.ts +4 -1
- package/dist/components/customer_verification/CustomerVerificationWizard.d.ts.map +1 -1
- package/dist/components/face_liveness/FaceLivenessWizard.d.ts +4 -1
- package/dist/components/face_liveness/FaceLivenessWizard.d.ts.map +1 -1
- package/dist/components/id_capture/IdCaptureLoadingOverlayDefault.d.ts.map +1 -1
- package/dist/components/selfie_capture/SelfieCaptureLoadingOverlay.d.ts +3 -0
- package/dist/components/selfie_capture/SelfieCaptureLoadingOverlay.d.ts.map +1 -1
- package/dist/components/selfie_capture/SelfieCaptureLoadingOverlayDefault.d.ts +1 -1
- package/dist/components/selfie_capture/SelfieCaptureLoadingOverlayDefault.d.ts.map +1 -1
- package/dist/components/video_id/IdVideoCaptureWizard.d.ts +4 -1
- package/dist/components/video_id/IdVideoCaptureWizard.d.ts.map +1 -1
- package/dist/components/video_signature_capture/VideoSignatureWizard.d.ts +4 -1
- package/dist/components/video_signature_capture/VideoSignatureWizard.d.ts.map +1 -1
- package/dist/lib/locales/de.d.ts +3 -3
- package/dist/lib/locales/es.d.ts +3 -3
- package/dist/lib/locales/fr.d.ts +3 -3
- package/dist/lib/locales/index.d.ts +24 -24
- package/dist/lib/locales/it.d.ts +3 -3
- package/dist/lib/locales/ja.d.ts +3 -3
- package/dist/lib/locales/pt.d.ts +3 -3
- package/dist/lib/locales/ru.d.ts +3 -3
- package/dist/lib/locales/zh.d.ts +3 -3
- package/dist/lib/models/loadProgressHooks.d.ts +10 -0
- package/dist/lib/models/loadProgressHooks.d.ts.map +1 -0
- package/dist/sdk2.cjs.development.js +227 -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 +227 -108
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +227 -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 +3 -3
package/dist/lib/locales/de.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
package/dist/lib/locales/es.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
package/dist/lib/locales/fr.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
|
@@ -19,11 +19,11 @@ export declare const resources: {
|
|
|
19
19
|
Continue: string;
|
|
20
20
|
'Processing...': string;
|
|
21
21
|
'Your camera permission is disabled': string;
|
|
22
|
-
'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;
|
|
22
|
+
'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;
|
|
23
23
|
'Your microphone permission is disabled': string;
|
|
24
|
-
'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;
|
|
24
|
+
'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;
|
|
25
25
|
'Your location permission is disabled': string;
|
|
26
|
-
'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;
|
|
26
|
+
'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;
|
|
27
27
|
Retry: string;
|
|
28
28
|
'Scan the front of ID': string;
|
|
29
29
|
'Scan the back of ID': string;
|
|
@@ -149,11 +149,11 @@ export declare const resources: {
|
|
|
149
149
|
Continue: string;
|
|
150
150
|
'Processing...': string;
|
|
151
151
|
'Your camera permission is disabled': string;
|
|
152
|
-
'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;
|
|
152
|
+
'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;
|
|
153
153
|
'Your microphone permission is disabled': string;
|
|
154
|
-
'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;
|
|
154
|
+
'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;
|
|
155
155
|
'Your location permission is disabled': string;
|
|
156
|
-
'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;
|
|
156
|
+
'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;
|
|
157
157
|
Retry: string;
|
|
158
158
|
'Scan the front of ID': string;
|
|
159
159
|
'Scan the back of ID': string;
|
|
@@ -279,11 +279,11 @@ export declare const resources: {
|
|
|
279
279
|
Continue: string;
|
|
280
280
|
'Processing...': string;
|
|
281
281
|
'Your camera permission is disabled': string;
|
|
282
|
-
'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;
|
|
282
|
+
'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;
|
|
283
283
|
'Your microphone permission is disabled': string;
|
|
284
|
-
'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;
|
|
284
|
+
'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;
|
|
285
285
|
'Your location permission is disabled': string;
|
|
286
|
-
'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;
|
|
286
|
+
'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;
|
|
287
287
|
Retry: string;
|
|
288
288
|
'Scan the front of ID': string;
|
|
289
289
|
'Scan the back of ID': string;
|
|
@@ -409,11 +409,11 @@ export declare const resources: {
|
|
|
409
409
|
Continue: string;
|
|
410
410
|
'Processing...': string;
|
|
411
411
|
'Your camera permission is disabled': string;
|
|
412
|
-
'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;
|
|
412
|
+
'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;
|
|
413
413
|
'Your microphone permission is disabled': string;
|
|
414
|
-
'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;
|
|
414
|
+
'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;
|
|
415
415
|
'Your location permission is disabled': string;
|
|
416
|
-
'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;
|
|
416
|
+
'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;
|
|
417
417
|
Retry: string;
|
|
418
418
|
'Scan the front of ID': string;
|
|
419
419
|
'Scan the back of ID': string;
|
|
@@ -539,11 +539,11 @@ export declare const resources: {
|
|
|
539
539
|
Continue: string;
|
|
540
540
|
'Processing...': string;
|
|
541
541
|
'Your camera permission is disabled': string;
|
|
542
|
-
'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;
|
|
542
|
+
'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;
|
|
543
543
|
'Your microphone permission is disabled': string;
|
|
544
|
-
'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;
|
|
544
|
+
'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;
|
|
545
545
|
'Your location permission is disabled': string;
|
|
546
|
-
'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;
|
|
546
|
+
'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;
|
|
547
547
|
Retry: string;
|
|
548
548
|
'Scan the front of ID': string;
|
|
549
549
|
'Scan the back of ID': string;
|
|
@@ -669,11 +669,11 @@ export declare const resources: {
|
|
|
669
669
|
Continue: string;
|
|
670
670
|
'Processing...': string;
|
|
671
671
|
'Your camera permission is disabled': string;
|
|
672
|
-
'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;
|
|
672
|
+
'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;
|
|
673
673
|
'Your microphone permission is disabled': string;
|
|
674
|
-
'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;
|
|
674
|
+
'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;
|
|
675
675
|
'Your location permission is disabled': string;
|
|
676
|
-
'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;
|
|
676
|
+
'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;
|
|
677
677
|
Retry: string;
|
|
678
678
|
'Scan the front of ID': string;
|
|
679
679
|
'Scan the back of ID': string;
|
|
@@ -799,11 +799,11 @@ export declare const resources: {
|
|
|
799
799
|
Continue: string;
|
|
800
800
|
'Processing...': string;
|
|
801
801
|
'Your camera permission is disabled': string;
|
|
802
|
-
'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;
|
|
802
|
+
'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;
|
|
803
803
|
'Your microphone permission is disabled': string;
|
|
804
|
-
'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;
|
|
804
|
+
'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;
|
|
805
805
|
'Your location permission is disabled': string;
|
|
806
|
-
'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;
|
|
806
|
+
'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;
|
|
807
807
|
Retry: string;
|
|
808
808
|
'Scan the front of ID': string;
|
|
809
809
|
'Scan the back of ID': string;
|
|
@@ -929,11 +929,11 @@ export declare const resources: {
|
|
|
929
929
|
Continue: string;
|
|
930
930
|
'Processing...': string;
|
|
931
931
|
'Your camera permission is disabled': string;
|
|
932
|
-
'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;
|
|
932
|
+
'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;
|
|
933
933
|
'Your microphone permission is disabled': string;
|
|
934
|
-
'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;
|
|
934
|
+
'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;
|
|
935
935
|
'Your location permission is disabled': string;
|
|
936
|
-
'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;
|
|
936
|
+
'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;
|
|
937
937
|
Retry: string;
|
|
938
938
|
'Scan the front of ID': string;
|
|
939
939
|
'Scan the back of ID': string;
|
package/dist/lib/locales/it.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
package/dist/lib/locales/ja.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
package/dist/lib/locales/pt.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
package/dist/lib/locales/ru.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
package/dist/lib/locales/zh.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: {
|
|
|
10
10
|
Continue: string;
|
|
11
11
|
'Processing...': string;
|
|
12
12
|
'Your camera permission is disabled': string;
|
|
13
|
-
'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;
|
|
13
|
+
'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;
|
|
14
14
|
'Your microphone permission is disabled': string;
|
|
15
|
-
'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;
|
|
15
|
+
'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;
|
|
16
16
|
'Your location permission is disabled': string;
|
|
17
|
-
'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;
|
|
17
|
+
'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;
|
|
18
18
|
Retry: string;
|
|
19
19
|
'Scan the front of ID': string;
|
|
20
20
|
'Scan the back of ID': string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ModelLoadState } from './helpers';
|
|
2
|
+
export declare function useLoadProgressHooks({ ready, modelLoadState, modelLoadProgress, onLoadingStarted, onLoadingProgress, onLoadingCompleted, }: {
|
|
3
|
+
ready: boolean;
|
|
4
|
+
modelLoadState: ModelLoadState;
|
|
5
|
+
modelLoadProgress: number;
|
|
6
|
+
onLoadingStarted?: () => void;
|
|
7
|
+
onLoadingProgress?: (progress: number) => void;
|
|
8
|
+
onLoadingCompleted?: () => void;
|
|
9
|
+
}): void;
|
|
10
|
+
//# sourceMappingURL=loadProgressHooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loadProgressHooks.d.ts","sourceRoot":"","sources":["../../../src/lib/models/loadProgressHooks.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAE1C,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EACL,cAAc,EACd,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,GACnB,EAAE;IACD,KAAK,EAAE,OAAO,CAAA;IACd,cAAc,EAAE,cAAc,CAAA;IAC9B,iBAAiB,EAAE,MAAM,CAAA;IACzB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAA;IAC7B,iBAAiB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAC9C,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAA;CAChC,QA8BA"}
|