@incodetech/core 0.0.0-dev-20260709-e9d0614f → 0.0.0-dev-20260709-b47a5418
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/authentication.esm.js +6 -6
- package/dist/{authenticationManager-Bfeq_w07.esm.js → authenticationManager-CrCpRzKm.esm.js} +2 -2
- package/dist/{authenticationStateMachine-BkWA4Vcm.esm.js → authenticationStateMachine-BqQ4jILd.esm.js} +2 -2
- package/dist/certificate-issuance.d.ts +28 -28
- package/dist/consent.d.ts +1 -1
- package/dist/{consentManager-IkH3cHQp.d.ts → consentManager-Cz54Z6i8.d.ts} +47 -47
- package/dist/cpf-ocr.d.ts +1 -1
- package/dist/{cpfOcrManager-It-dKOPr.d.ts → cpfOcrManager-egf2L0Et.d.ts} +17 -17
- package/dist/{deepsightLoader--uzeMW0e.esm.js → deepsightLoader-Dwgrblwe.esm.js} +1 -1
- package/dist/document-capture.d.ts +1 -1
- package/dist/document-capture.esm.js +2 -2
- package/dist/document-upload.d.ts +46 -46
- package/dist/{documentCaptureManager-Dwup6SOP.esm.js → documentCaptureManager-DaJ3Er53.esm.js} +1 -1
- package/dist/{documentCaptureManager-Do3W64nY.d.ts → documentCaptureManager-KfeQEXwP.d.ts} +234 -236
- package/dist/{documentCaptureStateMachine-BuI5VuAW.esm.js → documentCaptureStateMachine-Pw-GbvMS.esm.js} +13 -15
- package/dist/ekyb.esm.js +3 -3
- package/dist/{ekybStateMachine-DHRXWhGA.esm.js → ekybStateMachine-d-Eu69wp.esm.js} +1 -1
- package/dist/extensibility.d.ts +8 -8
- package/dist/extensibility.esm.js +13 -13
- package/dist/face-match.d.ts +1 -1
- package/dist/{faceCaptureManagerFactory-Clc6JTUL.esm.js → faceCaptureManagerFactory-CnCoDn0v.esm.js} +1 -1
- package/dist/{faceCaptureSetup--0RKZXes.esm.js → faceCaptureSetup-BNnUPINS.esm.js} +2 -2
- package/dist/{faceMatchManager-BLNrKbeI.d.ts → faceMatchManager-ClcTacy6.d.ts} +2 -2
- package/dist/flow.d.ts +2 -2
- package/dist/flow.esm.js +2 -2
- package/dist/{flowServices-DDK4bMXx.esm.js → flowServices-DQV82Ari.esm.js} +1 -1
- package/dist/home.d.ts +10 -10
- package/dist/id-ocr.d.ts +1 -1
- package/dist/id-verification.d.ts +1 -1
- package/dist/id.esm.js +5 -5
- package/dist/{idCaptureManager-Dz6au7T1.esm.js → idCaptureManager-Cm9TVxFh.esm.js} +1 -1
- package/dist/{idCaptureStateMachine-COqpgiFu.esm.js → idCaptureStateMachine-C0wNFuN5.esm.js} +4 -4
- package/dist/{idOcrManager-Ddj8Zpn6.d.ts → idOcrManager-Cuz3gzuq.d.ts} +52 -52
- package/dist/{idVerificationManager-DLeCBgHE.d.ts → idVerificationManager-Ch4xDk3q.d.ts} +25 -25
- package/dist/identity-reuse.d.ts +1 -1
- package/dist/{identityReuseManager-CQ0uu66M.d.ts → identityReuseManager-CF1J6w_E.d.ts} +31 -31
- package/dist/index.esm.js +2 -2
- package/dist/mandatory-consent.d.ts +1 -1
- package/dist/{mandatoryConsentManager-BvjgzOv_.d.ts → mandatoryConsentManager-DgWOLdYs.d.ts} +50 -50
- package/dist/{onDeviceFaceResults-Dt_GP4Ez.esm.js → onDeviceFaceResults-EQ_EwGuY.esm.js} +1 -1
- package/dist/personhood.esm.js +2 -2
- package/dist/{recordingService-AMay1uYQ.esm.js → recordingService-BOyBDz2Y.esm.js} +1 -1
- package/dist/selfie.esm.js +6 -6
- package/dist/{selfieManager-8oeew8KZ.esm.js → selfieManager-Bg7v7DyA.esm.js} +2 -2
- package/dist/{selfieStateMachine-xJehn2CW.esm.js → selfieStateMachine-B_sGFJ1u.esm.js} +2 -2
- package/dist/session.esm.js +1 -1
- package/dist/{sessionInitializer-D_TErCvg.esm.js → sessionInitializer-DUpvNbc5.esm.js} +1 -1
- package/dist/{setup-DrcSOE02.esm.js → setup-Bw3EE38x.esm.js} +1 -1
- package/dist/trust-graph.d.ts +2 -2
- package/dist/video-selfie.d.ts +2 -2
- package/dist/video-selfie.esm.js +3 -3
- package/dist/wasm.esm.js +2 -2
- package/dist/workflow.d.ts +105 -105
- package/dist/workflow.esm.js +10 -10
- package/package.json +3 -3
|
@@ -478,24 +478,22 @@ const documentCaptureMachine = setup({
|
|
|
478
478
|
actions: ["setFinalizeError", "decrementAttemptsRemaining"]
|
|
479
479
|
}
|
|
480
480
|
} },
|
|
481
|
-
failure: {
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
]
|
|
491
|
-
},
|
|
492
|
-
CLOSE: { target: "closed" }
|
|
481
|
+
failure: { on: {
|
|
482
|
+
RETRY: {
|
|
483
|
+
target: "tutorial",
|
|
484
|
+
guard: "canRetry",
|
|
485
|
+
actions: [
|
|
486
|
+
"clearError",
|
|
487
|
+
"clearCapturedDocument",
|
|
488
|
+
"resetPageNumber"
|
|
489
|
+
]
|
|
493
490
|
},
|
|
494
|
-
|
|
491
|
+
CONTINUE: {
|
|
495
492
|
target: "finished",
|
|
496
493
|
guard: "attemptsExhausted"
|
|
497
|
-
}
|
|
498
|
-
|
|
494
|
+
},
|
|
495
|
+
CLOSE: { target: "closed" }
|
|
496
|
+
} },
|
|
499
497
|
finished: { type: "final" },
|
|
500
498
|
closed: { type: "final" }
|
|
501
499
|
}
|
package/dist/ekyb.esm.js
CHANGED
|
@@ -4,17 +4,17 @@ import { n as eventModuleNames, o as topLevelStateName, s as createManagerInstru
|
|
|
4
4
|
import "./endpoints-CwrFQfW7.esm.js";
|
|
5
5
|
import "./stats-BVy52wLy.esm.js";
|
|
6
6
|
import "./browserSimulation-DFpmweuc.esm.js";
|
|
7
|
-
import "./sessionInitializer-
|
|
7
|
+
import "./sessionInitializer-DUpvNbc5.esm.js";
|
|
8
8
|
import "./thumbmarkAdapter-CVyiGp0-.esm.js";
|
|
9
9
|
import "./platform-BoeUeUrV.esm.js";
|
|
10
10
|
import "./tri-BzQijCrD.esm.js";
|
|
11
11
|
import { l as createManager, s as createActor } from "./xstate.esm-nY3M5UYm.esm.js";
|
|
12
12
|
import "./apiError-DkOXfFBu.esm.js";
|
|
13
|
-
import { a as SUPPORTED_COUNTRIES, i as DEV_ONLY_COUNTRIES, n as toEkybConfig, o as isSupportedCountry, r as ALL_COUNTRIES, t as ekybMachine } from "./ekybStateMachine-
|
|
13
|
+
import { a as SUPPORTED_COUNTRIES, i as DEV_ONLY_COUNTRIES, n as toEkybConfig, o as isSupportedCountry, r as ALL_COUNTRIES, t as ekybMachine } from "./ekybStateMachine-d-Eu69wp.esm.js";
|
|
14
14
|
import "./addressSearch-B2NxSpHl.esm.js";
|
|
15
15
|
import "./session--C2lbjK5.esm.js";
|
|
16
16
|
import "./videoSelfieSteps-DAky5sq5.esm.js";
|
|
17
|
-
import "./flowServices-
|
|
17
|
+
import "./flowServices-DQV82Ari.esm.js";
|
|
18
18
|
|
|
19
19
|
//#region src/modules/ekyb/ekybActor.ts
|
|
20
20
|
/**
|
|
@@ -2,7 +2,7 @@ import { t as api } from "./api-DsbUi7TO.esm.js";
|
|
|
2
2
|
import { t as endpoints } from "./endpoints-CwrFQfW7.esm.js";
|
|
3
3
|
import { a as fromPromise, r as assign, t as setup } from "./xstate.esm-nY3M5UYm.esm.js";
|
|
4
4
|
import { a as getPostalCodeMaxLength, c as STREET_LEVEL_REQUIRED_ERROR, d as usStateOptions, i as getPostalCodeErrorKey, l as fillFromSuggestion, n as FIXED_DIGIT_POSTAL_CODE_LENGTH, o as validatePostalCode, r as formatPostalCode, s as DYNAMIC_REQUIRED_KEY, t as debounceSearchActor, u as getStreetLevelErrorForSuggestion } from "./addressSearch-B2NxSpHl.esm.js";
|
|
5
|
-
import { t as getFlow } from "./flowServices-
|
|
5
|
+
import { t as getFlow } from "./flowServices-DQV82Ari.esm.js";
|
|
6
6
|
|
|
7
7
|
//#region src/modules/ekyb/ekybConstants.ts
|
|
8
8
|
const UBO_INPUT_LIMIT = 8;
|
package/dist/extensibility.d.ts
CHANGED
|
@@ -19,24 +19,24 @@ import "./StreamCanvasCapture-2WEq2BPh.js";
|
|
|
19
19
|
import "./deepsightService-DM-bFcoC.js";
|
|
20
20
|
import { a as ProcessFaceResponse, i as createSelfieManagerFromActor, n as SelfieState, t as SelfieManager } from "./selfieManager-CBDdfgJq.js";
|
|
21
21
|
import { i as createAuthenticationManagerFromActor, n as AuthenticationState, t as AuthenticationManager } from "./authenticationManager-Bk8ZnCwm.js";
|
|
22
|
-
import { a as ConsentActor, i as createConsentManagerFromActor, n as ConsentState, t as ConsentManager } from "./consentManager-
|
|
23
|
-
import { a as CpfOcrActor, i as createCpfOcrManagerFromActor, n as CpfOcrState, t as CpfOcrManager } from "./cpfOcrManager-
|
|
22
|
+
import { a as ConsentActor, i as createConsentManagerFromActor, n as ConsentState, t as ConsentManager } from "./consentManager-Cz54Z6i8.js";
|
|
23
|
+
import { a as CpfOcrActor, i as createCpfOcrManagerFromActor, n as CpfOcrState, t as CpfOcrManager } from "./cpfOcrManager-egf2L0Et.js";
|
|
24
24
|
import { a as CrossDocumentDataMatchActor, i as createCrossDocumentDataMatchManagerFromActor, n as CrossDocumentDataMatchState, t as CrossDocumentDataMatchManager } from "./crossDocumentDataMatchManager-BjgY5K5j.js";
|
|
25
25
|
import { a as CurpValidationActor, i as createCurpValidationManagerFromActor, n as CurpValidationState, t as CurpValidationManager } from "./curpValidationManager-Dh5pbMIh.js";
|
|
26
|
-
import { a as DocumentCaptureActor, i as createDocumentCaptureManagerFromActor, n as DocumentCaptureState, t as DocumentCaptureManager } from "./documentCaptureManager-
|
|
26
|
+
import { a as DocumentCaptureActor, i as createDocumentCaptureManagerFromActor, n as DocumentCaptureState, t as DocumentCaptureManager } from "./documentCaptureManager-KfeQEXwP.js";
|
|
27
27
|
import { a as DynamicFormsActor, i as createDynamicFormsManagerFromActor, n as DynamicFormsState, t as DynamicFormsManager } from "./dynamicFormsManager-CxcsSIxe.js";
|
|
28
28
|
import { a as EmailActor, i as createEmailManagerFromActor, n as EmailState, t as EmailManager } from "./emailManager-C3txxrRg.js";
|
|
29
29
|
import "./otp-_n_me71J.js";
|
|
30
30
|
import { A as CaptureIdResponse, E as IdCaptureActor, i as createIdCaptureManagerFromActor, n as IdCaptureManager, r as IdCaptureState } from "./idCaptureManager-CGZOssGT.js";
|
|
31
31
|
import { a as PhoneActor, i as createPhoneManagerFromActor, n as PhoneState, t as PhoneManager } from "./phoneManager-Bt4GpgTV.js";
|
|
32
|
-
import { a as IdentityReuseActor, i as createIdentityReuseManagerFromActor, n as IdentityReuseState, t as IdentityReuseManager } from "./identityReuseManager-
|
|
32
|
+
import { a as IdentityReuseActor, i as createIdentityReuseManagerFromActor, n as IdentityReuseState, t as IdentityReuseManager } from "./identityReuseManager-CF1J6w_E.js";
|
|
33
33
|
import { a as FieldComparisonActor, i as createFieldComparisonManagerFromActor, n as FieldComparisonState, t as FieldComparisonManager } from "./fieldComparisonManager-Dr99pXex.js";
|
|
34
|
-
import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, t as MandatoryConsentManager } from "./mandatoryConsentManager-
|
|
35
|
-
import { a as IdOcrActor, i as createIdOcrManagerFromActor, n as IdOcrState, t as IdOcrManager } from "./idOcrManager-
|
|
34
|
+
import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, t as MandatoryConsentManager } from "./mandatoryConsentManager-DgWOLdYs.js";
|
|
35
|
+
import { a as IdOcrActor, i as createIdOcrManagerFromActor, n as IdOcrState, t as IdOcrManager } from "./idOcrManager-Cuz3gzuq.js";
|
|
36
36
|
import { a as RedirectToMobileActor, i as createRedirectToMobileManagerFromActor, n as RedirectToMobileState, t as RedirectToMobileManager } from "./redirectToMobileManager-AY6GnTCO.js";
|
|
37
37
|
import { a as GeolocationActor, i as createGeolocationManagerFromActor, n as GeolocationState, t as GeolocationManager } from "./geolocationManager-D5Lo-VE4.js";
|
|
38
|
-
import { a as IdVerificationActor, i as createIdVerificationManagerFromActor, n as IdVerificationState, t as IdVerificationManager } from "./idVerificationManager-
|
|
39
|
-
import { a as FaceMatchActor, i as createFaceMatchManagerFromActor, n as FaceMatchState, t as FaceMatchManager } from "./faceMatchManager-
|
|
38
|
+
import { a as IdVerificationActor, i as createIdVerificationManagerFromActor, n as IdVerificationState, t as IdVerificationManager } from "./idVerificationManager-Ch4xDk3q.js";
|
|
39
|
+
import { a as FaceMatchActor, i as createFaceMatchManagerFromActor, n as FaceMatchState, t as FaceMatchManager } from "./faceMatchManager-ClcTacy6.js";
|
|
40
40
|
|
|
41
41
|
//#region src/modules/authentication/authenticationUploadService.d.ts
|
|
42
42
|
type AuthenticationUploadResponse = {
|
|
@@ -5,7 +5,7 @@ import "./events-aeCkGlnn.esm.js";
|
|
|
5
5
|
import "./endpoints-CwrFQfW7.esm.js";
|
|
6
6
|
import "./stats-BVy52wLy.esm.js";
|
|
7
7
|
import "./browserSimulation-DFpmweuc.esm.js";
|
|
8
|
-
import { c as IpifyProvider, l as FingerprintProvider, t as getDisableIpify, u as getDeviceFingerprintInfo } from "./sessionInitializer-
|
|
8
|
+
import { c as IpifyProvider, l as FingerprintProvider, t as getDisableIpify, u as getDeviceFingerprintInfo } from "./sessionInitializer-DUpvNbc5.esm.js";
|
|
9
9
|
import "./thumbmarkAdapter-CVyiGp0-.esm.js";
|
|
10
10
|
import "./platform-BoeUeUrV.esm.js";
|
|
11
11
|
import "./tri-BzQijCrD.esm.js";
|
|
@@ -14,14 +14,14 @@ import "./urlUtils-CpiYwn7w.esm.js";
|
|
|
14
14
|
import "./apiError-DkOXfFBu.esm.js";
|
|
15
15
|
import "./antifraudStateMachine-BQVw46N5.esm.js";
|
|
16
16
|
import { n as createAntifraudManagerFromActor } from "./antifraudManager-C1xnhF2Q.esm.js";
|
|
17
|
-
import { t as faceCaptureMachine } from "./faceCaptureSetup
|
|
17
|
+
import { t as faceCaptureMachine } from "./faceCaptureSetup-BNnUPINS.esm.js";
|
|
18
18
|
import "./BrowserVisibilityObserverProvider-B04zvOXW.esm.js";
|
|
19
19
|
import "./MotionSensorProvider-BkHKMCPE.esm.js";
|
|
20
20
|
import "./permissionServices-D9lmzFYc.esm.js";
|
|
21
21
|
import "./camera-B0yWS33x.esm.js";
|
|
22
|
-
import "./faceCaptureManagerFactory-
|
|
22
|
+
import "./faceCaptureManagerFactory-CnCoDn0v.esm.js";
|
|
23
23
|
import { t as BrowserStorageProvider } from "./BrowserStorageProvider-CBXGCHnK.esm.js";
|
|
24
|
-
import "./onDeviceFaceResults-
|
|
24
|
+
import "./onDeviceFaceResults-EQ_EwGuY.esm.js";
|
|
25
25
|
import "./ITimerCapability-G7lQg-be.esm.js";
|
|
26
26
|
import "./canvas-DsJa51yU.esm.js";
|
|
27
27
|
import "./backCameraStream-POavVKz4.esm.js";
|
|
@@ -33,10 +33,10 @@ import "./types-Db2ooXIu.esm.js";
|
|
|
33
33
|
import "./createFaceAvatar-DoRExjKD.esm.js";
|
|
34
34
|
import "./StreamCanvasCapture-CRk7c7u7.esm.js";
|
|
35
35
|
import "./permissionGuards-CaZl9t7f.esm.js";
|
|
36
|
-
import "./recordingService-
|
|
36
|
+
import "./recordingService-BOyBDz2Y.esm.js";
|
|
37
37
|
import "./mediaRecorderOptions-BIn657lu.esm.js";
|
|
38
|
-
import "./authenticationStateMachine-
|
|
39
|
-
import { n as createAuthenticationManagerFromActor } from "./authenticationManager-
|
|
38
|
+
import "./authenticationStateMachine-BqQ4jILd.esm.js";
|
|
39
|
+
import { n as createAuthenticationManagerFromActor } from "./authenticationManager-CrCpRzKm.esm.js";
|
|
40
40
|
import "./consentStateMachine-DnqwsZ7o.esm.js";
|
|
41
41
|
import { n as createConsentManagerFromActor } from "./consentManager-r4MTIoV3.esm.js";
|
|
42
42
|
import { n as createCpfOcrManagerFromActor } from "./cpfOcrManager-D6ZQ9kkv.esm.js";
|
|
@@ -45,19 +45,19 @@ import { n as createCrossDocumentDataMatchManagerFromActor } from "./crossDocume
|
|
|
45
45
|
import "./curpValidationStateMachine-Dlw4qfFb.esm.js";
|
|
46
46
|
import { n as createCurpValidationManagerFromActor } from "./curpValidationManager-D6jt1Gs9.esm.js";
|
|
47
47
|
import "./dateUtils-BW6mBV6p.esm.js";
|
|
48
|
-
import "./documentCaptureStateMachine-
|
|
49
|
-
import { n as createDocumentCaptureManagerFromActor } from "./documentCaptureManager-
|
|
48
|
+
import "./documentCaptureStateMachine-Pw-GbvMS.esm.js";
|
|
49
|
+
import { n as createDocumentCaptureManagerFromActor } from "./documentCaptureManager-DaJ3Er53.esm.js";
|
|
50
50
|
import "./dynamicFormsStateMachine-ehhgYM_W.esm.js";
|
|
51
51
|
import { n as createDynamicFormsManagerFromActor } from "./dynamicFormsManager-DUMb2FjL.esm.js";
|
|
52
52
|
import "./session--C2lbjK5.esm.js";
|
|
53
53
|
import "./emailStateMachine-COK_8IDp.esm.js";
|
|
54
54
|
import "./otp-nhnnp9FM.esm.js";
|
|
55
55
|
import { n as createEmailManagerFromActor } from "./emailManager-CMLBFHqK.esm.js";
|
|
56
|
-
import "./selfieStateMachine-
|
|
57
|
-
import { n as createSelfieManagerFromActor } from "./selfieManager-
|
|
58
|
-
import "./idCaptureStateMachine-
|
|
56
|
+
import "./selfieStateMachine-B_sGFJ1u.esm.js";
|
|
57
|
+
import { n as createSelfieManagerFromActor } from "./selfieManager-Bg7v7DyA.esm.js";
|
|
58
|
+
import "./idCaptureStateMachine-C0wNFuN5.esm.js";
|
|
59
59
|
import "./idCaptureDefaults-CHbl3wiH.esm.js";
|
|
60
|
-
import { r as createIdCaptureManagerFromActor } from "./idCaptureManager-
|
|
60
|
+
import { r as createIdCaptureManagerFromActor } from "./idCaptureManager-Cm9TVxFh.esm.js";
|
|
61
61
|
import "./phoneStateMachine-CX4rvv0t.esm.js";
|
|
62
62
|
import { n as createPhoneManagerFromActor } from "./phoneManager-RmMuAM_h.esm.js";
|
|
63
63
|
import "./identityReuseStateMachine-DmnM1BAa.esm.js";
|
package/dist/face-match.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./StateMachine-BbQn0WGQ.js";
|
|
2
2
|
import "./Manager-Nf1FHI2l.js";
|
|
3
|
-
import { a as FaceMatchActor, c as FaceMatchResult, i as createFaceMatchManagerFromActor, l as FaceMatchVariant, n as FaceMatchState, o as FaceMatchConfig, r as createFaceMatchManager, s as FaceMatchImages, t as FaceMatchManager } from "./faceMatchManager-
|
|
3
|
+
import { a as FaceMatchActor, c as FaceMatchResult, i as createFaceMatchManagerFromActor, l as FaceMatchVariant, n as FaceMatchState, o as FaceMatchConfig, r as createFaceMatchManager, s as FaceMatchImages, t as FaceMatchManager } from "./faceMatchManager-ClcTacy6.js";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/face-match/faceMatchStateMachine.d.ts
|
|
6
6
|
|
package/dist/{faceCaptureManagerFactory-Clc6JTUL.esm.js → faceCaptureManagerFactory-CnCoDn0v.esm.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as eventModuleNames, o as topLevelStateName, r as eventScreenNames, s as createManagerInstrumentation } from "./events-aeCkGlnn.esm.js";
|
|
2
2
|
import { l as createManager } from "./xstate.esm-nY3M5UYm.esm.js";
|
|
3
|
-
import { n as concealmentToAvatar } from "./faceCaptureSetup
|
|
3
|
+
import { n as concealmentToAvatar } from "./faceCaptureSetup-BNnUPINS.esm.js";
|
|
4
4
|
import { n as setWasmDsFlagSync, t as BrowserVisibilityObserverProvider } from "./BrowserVisibilityObserverProvider-B04zvOXW.esm.js";
|
|
5
5
|
import { r as primeMotionFromUserGestureIfNeeded } from "./permissionServices-D9lmzFYc.esm.js";
|
|
6
6
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as getToken } from "./api-DsbUi7TO.esm.js";
|
|
2
2
|
import { a as fromPromise, i as fromCallback, r as assign, t as setup } from "./xstate.esm-nY3M5UYm.esm.js";
|
|
3
3
|
import { n as invokeRequestPermissionActor, t as checkPermission } from "./permissionServices-D9lmzFYc.esm.js";
|
|
4
|
-
import { c as sendLabelInspectionEvent, f as stopStream, l as startDetection, o as initializeCamera, s as initializeDeepsightSession } from "./onDeviceFaceResults-
|
|
4
|
+
import { c as sendLabelInspectionEvent, f as stopStream, l as startDetection, o as initializeCamera, s as initializeDeepsightSession } from "./onDeviceFaceResults-EQ_EwGuY.esm.js";
|
|
5
5
|
import { t as FACE_ERROR_CODES } from "./types-Db2ooXIu.esm.js";
|
|
6
6
|
import { t as createFaceAvatar } from "./createFaceAvatar-DoRExjKD.esm.js";
|
|
7
7
|
import { t as StreamCanvasCapture } from "./StreamCanvasCapture-CRk7c7u7.esm.js";
|
|
8
8
|
import { n as needsMotionPrimeOnlyFromPermission, r as resolveStoredPermissionResult, t as isReadyForCaptureFromPermission } from "./permissionGuards-CaZl9t7f.esm.js";
|
|
9
|
-
import { n as preloadOpenViduProvider, r as flagFaceManualReview, t as createRecordingService } from "./recordingService-
|
|
9
|
+
import { n as preloadOpenViduProvider, r as flagFaceManualReview, t as createRecordingService } from "./recordingService-BOyBDz2Y.esm.js";
|
|
10
10
|
|
|
11
11
|
//#region src/internal/avatar/concealment.ts
|
|
12
12
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as Manager } from "./Manager-Nf1FHI2l.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as xstate594 from "xstate";
|
|
3
3
|
|
|
4
4
|
//#region src/modules/face-match/types.d.ts
|
|
5
5
|
/**
|
|
@@ -75,7 +75,7 @@ type FaceMatchResult = {
|
|
|
75
75
|
type CreateFaceMatchActorOptions = {
|
|
76
76
|
config: FaceMatchConfig;
|
|
77
77
|
};
|
|
78
|
-
declare function createFaceMatchActor(options: CreateFaceMatchActorOptions):
|
|
78
|
+
declare function createFaceMatchActor(options: CreateFaceMatchActorOptions): xstate594.Actor<any>;
|
|
79
79
|
type FaceMatchActor = ReturnType<typeof createFaceMatchActor>;
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region src/modules/face-match/faceMatchManager.d.ts
|
package/dist/flow.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { i as FlowModuleConfig, n as Flow, r as FlowModule } from "./types-q_Jqc
|
|
|
10
10
|
import { a as TotalScore, c as getTotalScoreStatus, n as FinishStatus, o as classifyScoreStatus, r as GetFinishStatusFn, t as FinishScreenVariant } from "./flowCompletionService-D67Cat5z.js";
|
|
11
11
|
import { o as FlowEventSubscribable } from "./index-Bl4synmA.js";
|
|
12
12
|
import { n as ModuleRegistry } from "./types-C7UUDE5w.js";
|
|
13
|
-
import * as
|
|
13
|
+
import * as xstate1191 from "xstate";
|
|
14
14
|
|
|
15
15
|
//#region src/modules/flow/flowUtils.d.ts
|
|
16
16
|
type NormalizeFlowModulesOptions = {
|
|
@@ -62,7 +62,7 @@ type GetFlow = (signal: AbortSignal, options?: GetFlowOptions) => Promise<Flow>;
|
|
|
62
62
|
declare const getFlow: GetFlow;
|
|
63
63
|
//#endregion
|
|
64
64
|
//#region src/modules/flow/noOpFlowModuleMachine.d.ts
|
|
65
|
-
declare const noOpFlowModuleMachine:
|
|
65
|
+
declare const noOpFlowModuleMachine: xstate1191.StateMachine<xstate1191.MachineContext, xstate1191.AnyEventObject, {}, never, never, never, never, "finished", string, xstate1191.NonReducibleUnknown, xstate1191.NonReducibleUnknown, xstate1191.EventObject, xstate1191.MetaObject, {
|
|
66
66
|
readonly id: "noOpFlowModule";
|
|
67
67
|
readonly initial: "finished";
|
|
68
68
|
readonly states: {
|
package/dist/flow.esm.js
CHANGED
|
@@ -4,7 +4,7 @@ import { g as addEvent } from "./events-aeCkGlnn.esm.js";
|
|
|
4
4
|
import "./endpoints-CwrFQfW7.esm.js";
|
|
5
5
|
import "./stats-BVy52wLy.esm.js";
|
|
6
6
|
import "./browserSimulation-DFpmweuc.esm.js";
|
|
7
|
-
import "./sessionInitializer-
|
|
7
|
+
import "./sessionInitializer-DUpvNbc5.esm.js";
|
|
8
8
|
import "./thumbmarkAdapter-CVyiGp0-.esm.js";
|
|
9
9
|
import "./platform-BoeUeUrV.esm.js";
|
|
10
10
|
import "./tri-BzQijCrD.esm.js";
|
|
@@ -13,7 +13,7 @@ import "./apiError-DkOXfFBu.esm.js";
|
|
|
13
13
|
import "./types-Db2ooXIu.esm.js";
|
|
14
14
|
import "./session--C2lbjK5.esm.js";
|
|
15
15
|
import "./videoSelfieSteps-DAky5sq5.esm.js";
|
|
16
|
-
import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-
|
|
16
|
+
import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-DQV82Ari.esm.js";
|
|
17
17
|
import { n as getFinishStatus, r as getTotalScoreStatus, t as classifyScoreStatus } from "./flowCompletionService-BM0VfDdG.esm.js";
|
|
18
18
|
import { n as isAdvanceableError, r as attachFlowEventEmitter, t as runChildModule } from "./runChildModule-DfryCG-j.esm.js";
|
|
19
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as api } from "./api-DsbUi7TO.esm.js";
|
|
2
2
|
import { t as endpoints } from "./endpoints-CwrFQfW7.esm.js";
|
|
3
|
-
import { i as initializeSession, r as getSessionFingerprintResult } from "./sessionInitializer-
|
|
3
|
+
import { i as initializeSession, r as getSessionFingerprintResult } from "./sessionInitializer-DUpvNbc5.esm.js";
|
|
4
4
|
import { n as toIncodeApiError } from "./apiError-DkOXfFBu.esm.js";
|
|
5
5
|
import { r as videoSelfieWasmPipelines } from "./videoSelfieSteps-DAky5sq5.esm.js";
|
|
6
6
|
|
package/dist/home.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import "./types-BvBOuDuK.js";
|
|
|
6
6
|
import "./canvas-BObFM-qd.js";
|
|
7
7
|
import "./createFaceAvatar-Cq8XaOFg.js";
|
|
8
8
|
import { t as EmptyConfig } from "./types-q_JqcrUi.js";
|
|
9
|
-
import * as
|
|
9
|
+
import * as xstate577 from "xstate";
|
|
10
10
|
|
|
11
11
|
//#region src/modules/home/types.d.ts
|
|
12
12
|
type HomeConfig = EmptyConfig;
|
|
@@ -38,41 +38,41 @@ type HomeContext = {
|
|
|
38
38
|
type HomeInput = {
|
|
39
39
|
config: EmptyConfig;
|
|
40
40
|
};
|
|
41
|
-
declare const homeMachine:
|
|
41
|
+
declare const homeMachine: xstate577.StateMachine<HomeContext, {
|
|
42
42
|
type: "LOAD";
|
|
43
43
|
} | {
|
|
44
44
|
type: "COMPLETE";
|
|
45
45
|
} | {
|
|
46
46
|
type: "RESET";
|
|
47
|
-
}, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput,
|
|
47
|
+
}, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput, xstate577.NonReducibleUnknown, xstate577.EventObject, xstate577.MetaObject, {
|
|
48
48
|
readonly id: "home";
|
|
49
49
|
readonly initial: "idle";
|
|
50
50
|
readonly context: ({
|
|
51
51
|
input
|
|
52
52
|
}: {
|
|
53
53
|
spawn: {
|
|
54
|
-
<TSrc extends never>(logic: TSrc, ...[options]: never):
|
|
55
|
-
<TLogic extends
|
|
54
|
+
<TSrc extends never>(logic: TSrc, ...[options]: never): xstate577.ActorRefFromLogic<never>;
|
|
55
|
+
<TLogic extends xstate577.AnyActorLogic>(src: TLogic, ...[options]: xstate577.ConditionalRequired<[options?: ({
|
|
56
56
|
id?: never;
|
|
57
57
|
systemId?: string;
|
|
58
|
-
input?:
|
|
58
|
+
input?: xstate577.InputFrom<TLogic> | undefined;
|
|
59
59
|
syncSnapshot?: boolean;
|
|
60
|
-
} & { [K in
|
|
60
|
+
} & { [K in xstate577.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate577.IsNotNever<xstate577.RequiredLogicInput<TLogic>>>): xstate577.ActorRefFromLogic<TLogic>;
|
|
61
61
|
};
|
|
62
62
|
input: HomeInput;
|
|
63
|
-
self:
|
|
63
|
+
self: xstate577.ActorRef<xstate577.MachineSnapshot<HomeContext, {
|
|
64
64
|
type: "LOAD";
|
|
65
65
|
} | {
|
|
66
66
|
type: "COMPLETE";
|
|
67
67
|
} | {
|
|
68
68
|
type: "RESET";
|
|
69
|
-
}, Record<string,
|
|
69
|
+
}, Record<string, xstate577.AnyActorRef | undefined>, xstate577.StateValue, string, unknown, any, any>, {
|
|
70
70
|
type: "LOAD";
|
|
71
71
|
} | {
|
|
72
72
|
type: "COMPLETE";
|
|
73
73
|
} | {
|
|
74
74
|
type: "RESET";
|
|
75
|
-
},
|
|
75
|
+
}, xstate577.AnyEventObject>;
|
|
76
76
|
}) => {
|
|
77
77
|
config: EmptyConfig;
|
|
78
78
|
};
|
package/dist/id-ocr.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./StateMachine-BbQn0WGQ.js";
|
|
2
2
|
import "./Manager-Nf1FHI2l.js";
|
|
3
3
|
import "./Actor-CVuNUOJR.js";
|
|
4
|
-
import { a as IdOcrActor, c as IdOcrConfig, d as UpdateOcrDataParams, f as ValidationRule, i as createIdOcrManagerFromActor, l as OcrData, n as IdOcrState, o as IdOcrOcrDocument, r as createIdOcrManager, s as idOcrStateMachine, t as IdOcrManager, u as OcrFieldConfig } from "./idOcrManager-
|
|
4
|
+
import { a as IdOcrActor, c as IdOcrConfig, d as UpdateOcrDataParams, f as ValidationRule, i as createIdOcrManagerFromActor, l as OcrData, n as IdOcrState, o as IdOcrOcrDocument, r as createIdOcrManager, s as idOcrStateMachine, t as IdOcrManager, u as OcrFieldConfig } from "./idOcrManager-Cuz3gzuq.js";
|
|
5
5
|
|
|
6
6
|
//#region src/modules/id-ocr/idOcrFields.d.ts
|
|
7
7
|
declare const OCR_FIELDS: OcrFieldConfig[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./StateMachine-BbQn0WGQ.js";
|
|
2
2
|
import "./Manager-Nf1FHI2l.js";
|
|
3
3
|
import "./Actor-CVuNUOJR.js";
|
|
4
|
-
import { a as IdVerificationActor, i as createIdVerificationManagerFromActor, n as IdVerificationState, o as idVerificationMachine, r as createIdVerificationManager, s as IdVerificationConfig, t as IdVerificationManager } from "./idVerificationManager-
|
|
4
|
+
import { a as IdVerificationActor, i as createIdVerificationManagerFromActor, n as IdVerificationState, o as idVerificationMachine, r as createIdVerificationManager, s as IdVerificationConfig, t as IdVerificationManager } from "./idVerificationManager-Ch4xDk3q.js";
|
|
5
5
|
export { type IdVerificationActor, type IdVerificationConfig, type IdVerificationManager, type IdVerificationState, createIdVerificationManager, createIdVerificationManagerFromActor, idVerificationMachine };
|
package/dist/id.esm.js
CHANGED
|
@@ -5,7 +5,7 @@ import { n as eventModuleNames } from "./events-aeCkGlnn.esm.js";
|
|
|
5
5
|
import "./endpoints-CwrFQfW7.esm.js";
|
|
6
6
|
import "./stats-BVy52wLy.esm.js";
|
|
7
7
|
import "./browserSimulation-DFpmweuc.esm.js";
|
|
8
|
-
import "./sessionInitializer-
|
|
8
|
+
import "./sessionInitializer-DUpvNbc5.esm.js";
|
|
9
9
|
import "./thumbmarkAdapter-CVyiGp0-.esm.js";
|
|
10
10
|
import "./platform-BoeUeUrV.esm.js";
|
|
11
11
|
import "./tri-BzQijCrD.esm.js";
|
|
@@ -16,7 +16,7 @@ import "./MotionSensorProvider-BkHKMCPE.esm.js";
|
|
|
16
16
|
import "./permissionServices-D9lmzFYc.esm.js";
|
|
17
17
|
import "./camera-B0yWS33x.esm.js";
|
|
18
18
|
import { t as BrowserStorageProvider } from "./BrowserStorageProvider-CBXGCHnK.esm.js";
|
|
19
|
-
import "./onDeviceFaceResults-
|
|
19
|
+
import "./onDeviceFaceResults-EQ_EwGuY.esm.js";
|
|
20
20
|
import "./ITimerCapability-G7lQg-be.esm.js";
|
|
21
21
|
import "./canvas-DsJa51yU.esm.js";
|
|
22
22
|
import "./backCameraStream-POavVKz4.esm.js";
|
|
@@ -27,12 +27,12 @@ import "./getDeviceClass-QxbJwsOO.esm.js";
|
|
|
27
27
|
import "./types-Db2ooXIu.esm.js";
|
|
28
28
|
import "./StreamCanvasCapture-CRk7c7u7.esm.js";
|
|
29
29
|
import "./permissionGuards-CaZl9t7f.esm.js";
|
|
30
|
-
import "./recordingService-
|
|
30
|
+
import "./recordingService-BOyBDz2Y.esm.js";
|
|
31
31
|
import "./mediaRecorderOptions-BIn657lu.esm.js";
|
|
32
32
|
import "./session--C2lbjK5.esm.js";
|
|
33
|
-
import { _ as MANUAL_UPLOAD_MAX_RETRIES, a as initializeIdCapture, c as startRecordingSession, d as uploadIdImage, f as uploadManualIdFile, g as MANUAL_UPLOAD_MAX_FILE_SIZE_BYTES, h as MANUAL_UPLOAD_EXHAUSTION_FORWARD_MS, l as stopRecording, m as ID_ERROR_CODES, o as preloadIdRecordingProvider, p as validateUploadResponse, s as processId, t as idCaptureMachine, u as stopStream } from "./idCaptureStateMachine-
|
|
33
|
+
import { _ as MANUAL_UPLOAD_MAX_RETRIES, a as initializeIdCapture, c as startRecordingSession, d as uploadIdImage, f as uploadManualIdFile, g as MANUAL_UPLOAD_MAX_FILE_SIZE_BYTES, h as MANUAL_UPLOAD_EXHAUSTION_FORWARD_MS, l as stopRecording, m as ID_ERROR_CODES, o as preloadIdRecordingProvider, p as validateUploadResponse, s as processId, t as idCaptureMachine, u as stopStream } from "./idCaptureStateMachine-C0wNFuN5.esm.js";
|
|
34
34
|
import "./idCaptureDefaults-CHbl3wiH.esm.js";
|
|
35
|
-
import { n as createIdCaptureActor, r as createIdCaptureManagerFromActor, t as createIdCaptureManager } from "./idCaptureManager-
|
|
35
|
+
import { n as createIdCaptureActor, r as createIdCaptureManagerFromActor, t as createIdCaptureManager } from "./idCaptureManager-Cm9TVxFh.esm.js";
|
|
36
36
|
import { t as invokeOnCaptureCallback } from "./invokeOnCaptureCallback-DlCKlJWr.esm.js";
|
|
37
37
|
|
|
38
38
|
//#region src/modules/id/idCaptureOnlyStateMachine.ts
|
|
@@ -3,7 +3,7 @@ import { l as createManager, s as createActor } from "./xstate.esm-nY3M5UYm.esm.
|
|
|
3
3
|
import { n as setWasmDsFlagSync, t as BrowserVisibilityObserverProvider } from "./BrowserVisibilityObserverProvider-B04zvOXW.esm.js";
|
|
4
4
|
import { o as resetWasmMotionPrimedForModule, r as primeMotionFromUserGestureIfNeeded } from "./permissionServices-D9lmzFYc.esm.js";
|
|
5
5
|
import { t as BrowserStorageProvider } from "./BrowserStorageProvider-CBXGCHnK.esm.js";
|
|
6
|
-
import { i as mapIdManualUploadScreenName, n as getManualUploadTabs, r as MAX_EXPIRED_FIRST_SIDE_ATTEMPTS, t as idCaptureMachine, v as mapDigitalIdScreenName } from "./idCaptureStateMachine-
|
|
6
|
+
import { i as mapIdManualUploadScreenName, n as getManualUploadTabs, r as MAX_EXPIRED_FIRST_SIDE_ATTEMPTS, t as idCaptureMachine, v as mapDigitalIdScreenName } from "./idCaptureStateMachine-C0wNFuN5.esm.js";
|
|
7
7
|
|
|
8
8
|
//#region src/internal/idCapture/idCaptureManagerFactory.ts
|
|
9
9
|
function getPermissionStatus(snapshot) {
|
package/dist/{idCaptureStateMachine-COqpgiFu.esm.js → idCaptureStateMachine-C0wNFuN5.esm.js}
RENAMED
|
@@ -3,18 +3,18 @@ import { r as getToken, t as api } from "./api-DsbUi7TO.esm.js";
|
|
|
3
3
|
import { C as revokeObjectURL } from "./events-aeCkGlnn.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CwrFQfW7.esm.js";
|
|
5
5
|
import { t as addDeviceStats } from "./stats-BVy52wLy.esm.js";
|
|
6
|
-
import { t as getDisableIpify } from "./sessionInitializer-
|
|
6
|
+
import { t as getDisableIpify } from "./sessionInitializer-DUpvNbc5.esm.js";
|
|
7
7
|
import { n as isDesktop } from "./platform-BoeUeUrV.esm.js";
|
|
8
8
|
import { a as fromPromise, c as not, i as fromCallback, n as sendTo, o as and, r as assign, t as setup } from "./xstate.esm-nY3M5UYm.esm.js";
|
|
9
9
|
import { n as invokeRequestPermissionActor, t as checkPermission } from "./permissionServices-D9lmzFYc.esm.js";
|
|
10
|
-
import { _ as stopRecording$1, g as startRecording, h as createRecordingSession, y as StreamCanvasProcessingSession } from "./onDeviceFaceResults-
|
|
10
|
+
import { _ as stopRecording$1, g as startRecording, h as createRecordingSession, y as StreamCanvasProcessingSession } from "./onDeviceFaceResults-EQ_EwGuY.esm.js";
|
|
11
11
|
import { t as IncodeCanvas } from "./canvas-DsJa51yU.esm.js";
|
|
12
12
|
import { n as getBackCameraStream } from "./backCameraStream-POavVKz4.esm.js";
|
|
13
13
|
import { n as getWindowDimensions } from "./getDeviceClass-BdgmyOOu.esm.js";
|
|
14
14
|
import { t as getDeviceClass } from "./getDeviceClass-QxbJwsOO.esm.js";
|
|
15
15
|
import { t as StreamCanvasCapture } from "./StreamCanvasCapture-CRk7c7u7.esm.js";
|
|
16
16
|
import { n as needsMotionPrimeOnlyFromPermission, r as resolveStoredPermissionResult, t as isReadyForCaptureFromPermission } from "./permissionGuards-CaZl9t7f.esm.js";
|
|
17
|
-
import { i as flagIdManualReview, n as preloadOpenViduProvider } from "./recordingService-
|
|
17
|
+
import { i as flagIdManualReview, n as preloadOpenViduProvider } from "./recordingService-BOyBDz2Y.esm.js";
|
|
18
18
|
import { i as IdCaptureProvider, n as DEFAULT_ID_CAPTURE_MODEL_VERSION, r as DEFAULT_ID_CAPTURE_THRESHOLDS } from "./idCaptureDefaults-CHbl3wiH.esm.js";
|
|
19
19
|
|
|
20
20
|
//#region src/modules/id/digitalUpload/digitalUploadErrors.ts
|
|
@@ -1660,7 +1660,7 @@ const startRecordingActor = fromPromise(async ({ input }) => {
|
|
|
1660
1660
|
});
|
|
1661
1661
|
const initializeDeepsightSessionActor = fromPromise(async ({ input }) => {
|
|
1662
1662
|
if (!input.dependencies) return;
|
|
1663
|
-
const { loadDeepsightSession } = await import("./deepsightLoader
|
|
1663
|
+
const { loadDeepsightSession } = await import("./deepsightLoader-Dwgrblwe.esm.js");
|
|
1664
1664
|
return loadDeepsightSession({
|
|
1665
1665
|
ds: input.ds,
|
|
1666
1666
|
storage: input.dependencies.storage,
|