@incodetech/core 2.1.0-rc.5 → 2.1.0-rc.7
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/ae-signature.d.ts +1 -1
- package/dist/authentication.esm.js +7 -7
- package/dist/{authenticationManager-BN5MY-hj.esm.js → authenticationManager-17bd_Z9U.esm.js} +2 -2
- package/dist/{authenticationStateMachine-C9Ie077T.esm.js → authenticationStateMachine-C1gzVXNa.esm.js} +2 -2
- package/dist/{backCameraStream-uixCSgiq.esm.js → backCameraStream-Cz2EvzSR.esm.js} +5 -9
- package/dist/certificate-issuance.d.ts +28 -28
- package/dist/consent.d.ts +1 -1
- package/dist/{consentManager-Ccwh6xMM.d.ts → consentManager-Dm7XlFdn.d.ts} +50 -50
- package/dist/cpf-ocr.d.ts +1 -1
- package/dist/{cpfOcrManager-CXf5PhZ6.d.ts → cpfOcrManager-C-ERGj6N.d.ts} +17 -17
- package/dist/{deepsightLoader-mHrOfFNb.esm.js → deepsightLoader-DqlIUPrj.esm.js} +1 -1
- package/dist/document-capture.d.ts +170 -170
- package/dist/document-capture.esm.js +2 -2
- package/dist/document-upload.d.ts +43 -43
- package/dist/document-upload.esm.js +1 -1
- package/dist/{documentCaptureStateMachine-4p5MuzfS.esm.js → documentCaptureStateMachine-C9Sk-unD.esm.js} +1 -1
- package/dist/ekyb.esm.js +3 -3
- package/dist/{ekybStateMachine-BVsSys9P.esm.js → ekybStateMachine-BDa_tGBH.esm.js} +1 -1
- package/dist/electronic-signature.d.ts +1 -1
- package/dist/extensibility.d.ts +5 -5
- package/dist/extensibility.esm.js +12 -12
- package/dist/{faceCaptureManagerFactory-BjtXPUp3.esm.js → faceCaptureManagerFactory-CRWXHC8j.esm.js} +1 -1
- package/dist/{faceCaptureSetup-DMUHOk1F.esm.js → faceCaptureSetup-yl7zgxtM.esm.js} +2 -2
- package/dist/fiscal-qr.esm.js +1 -1
- package/dist/flow.d.ts +2 -2
- package/dist/flow.esm.js +2 -2
- package/dist/{flowServices-nnIjcwZD.esm.js → flowServices-Z97pj5ep.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 +25 -25
- package/dist/id.esm.js +6 -6
- package/dist/{idCaptureManager-DgwTu2Ad.esm.js → idCaptureManager-Dj8Vw4vr.esm.js} +1 -1
- package/dist/{idCaptureStateMachine-C_LkJ5Cv.esm.js → idCaptureStateMachine-BFiLYndJ.esm.js} +5 -5
- package/dist/{idOcrManager-4y4ch6fe.d.ts → idOcrManager-vEkl54iG.d.ts} +52 -52
- package/dist/identity-reuse.d.ts +1 -1
- package/dist/{identityReuseManager-CBcBvR0M.d.ts → identityReuseManager-DrbnHoyP.d.ts} +31 -31
- package/dist/{index-DFYycWvJ.d.ts → index-7V7_LFeQ.d.ts} +150 -150
- package/dist/index.esm.js +2 -2
- package/dist/mandatory-consent.d.ts +1 -1
- package/dist/{mandatoryConsentManager-D4EeVURE.d.ts → mandatoryConsentManager-BsMBuMFG.d.ts} +50 -50
- package/dist/{onDeviceFaceResults-BFhwH1Ba.esm.js → onDeviceFaceResults-DWNLuS4Z.esm.js} +2 -2
- package/dist/personhood.esm.js +3 -3
- package/dist/qe-signature.d.ts +1 -1
- package/dist/{recordingService-CflL9aAS.esm.js → recordingService-PNSJ4st1.esm.js} +1 -1
- package/dist/selfie.esm.js +7 -7
- package/dist/{selfieManager-vgJaCuGq.esm.js → selfieManager-DckBAZ7A.esm.js} +2 -2
- package/dist/{selfieStateMachine-BrxBZpXx.esm.js → selfieStateMachine-CbDLoh_B.esm.js} +2 -2
- package/dist/session.esm.js +1 -1
- package/dist/{sessionInitializer-IghS6XM8.esm.js → sessionInitializer-BGwtW8sP.esm.js} +1 -1
- package/dist/{setup-BvUZozWd.esm.js → setup-BvMIY6oC.esm.js} +1 -1
- package/dist/trust-graph.d.ts +2 -2
- package/dist/video-selfie.d.ts +5 -3
- package/dist/video-selfie.esm.js +79 -65
- package/dist/wasm.esm.js +2 -2
- package/dist/workflow.d.ts +156 -156
- package/dist/workflow.esm.js +11 -11
- package/package.json +3 -3
package/dist/workflow.esm.js
CHANGED
|
@@ -4,7 +4,7 @@ import { t as api } from "./api-DsbUi7TO.esm.js";
|
|
|
4
4
|
import { g as addEvent, n as eventModuleNames, s as createManagerInstrumentation } from "./events-1wxZ97yf.esm.js";
|
|
5
5
|
import { t as endpoints } from "./endpoints-CwrFQfW7.esm.js";
|
|
6
6
|
import "./stats-BVy52wLy.esm.js";
|
|
7
|
-
import { i as initializeSession, r as getSessionFingerprintResult } from "./sessionInitializer-
|
|
7
|
+
import { i as initializeSession, r as getSessionFingerprintResult } from "./sessionInitializer-BGwtW8sP.esm.js";
|
|
8
8
|
import "./browserSimulation-CWJhFPZ2.esm.js";
|
|
9
9
|
import "./platform-0Ot-bF_a.esm.js";
|
|
10
10
|
import "./getBrowser-1yNcfFZR.esm.js";
|
|
@@ -16,14 +16,14 @@ import { n as toIncodeApiError } from "./apiError-DkOXfFBu.esm.js";
|
|
|
16
16
|
import { n as electronicSignatureMachine } from "./electronicSignatureManager-DESRgObX.esm.js";
|
|
17
17
|
import "./ae-signature-Pp4oCAHD.esm.js";
|
|
18
18
|
import { t as antifraudMachine } from "./antifraudStateMachine-BQVw46N5.esm.js";
|
|
19
|
-
import "./faceCaptureSetup-
|
|
19
|
+
import "./faceCaptureSetup-yl7zgxtM.esm.js";
|
|
20
20
|
import "./MotionSensorProvider-BkHKMCPE.esm.js";
|
|
21
21
|
import "./permissionServices-D9lmzFYc.esm.js";
|
|
22
22
|
import "./camera-B0yWS33x.esm.js";
|
|
23
|
-
import "./onDeviceFaceResults-
|
|
23
|
+
import "./onDeviceFaceResults-DWNLuS4Z.esm.js";
|
|
24
24
|
import "./ITimerCapability-G7lQg-be.esm.js";
|
|
25
25
|
import "./canvas-DsJa51yU.esm.js";
|
|
26
|
-
import "./backCameraStream-
|
|
26
|
+
import "./backCameraStream-Cz2EvzSR.esm.js";
|
|
27
27
|
import "./video-DXf5H9rY.esm.js";
|
|
28
28
|
import "./getDeviceClass-BdgmyOOu.esm.js";
|
|
29
29
|
import "./deepsightService-DU9yBWg_.esm.js";
|
|
@@ -32,27 +32,27 @@ import "./types-Db2ooXIu.esm.js";
|
|
|
32
32
|
import "./createFaceAvatar-CpmQJA8E.esm.js";
|
|
33
33
|
import "./StreamCanvasCapture-CRk7c7u7.esm.js";
|
|
34
34
|
import "./permissionGuards-CaZl9t7f.esm.js";
|
|
35
|
-
import "./recordingService-
|
|
35
|
+
import "./recordingService-PNSJ4st1.esm.js";
|
|
36
36
|
import "./mediaRecorderOptions-DuYelylE.esm.js";
|
|
37
|
-
import { t as authenticationMachine } from "./authenticationStateMachine-
|
|
37
|
+
import { t as authenticationMachine } from "./authenticationStateMachine-C1gzVXNa.esm.js";
|
|
38
38
|
import { t as certificateIssuanceMachine } from "./certificateIssuanceStateMachine-CpewPqas.esm.js";
|
|
39
39
|
import { t as consentMachine } from "./consentStateMachine-DnqwsZ7o.esm.js";
|
|
40
40
|
import "./cpf-B9htWzDt.esm.js";
|
|
41
41
|
import { t as curpValidationMachine } from "./curpValidationStateMachine-CeqDh2V5.esm.js";
|
|
42
42
|
import "./dateUtils-PXB_WRYL.esm.js";
|
|
43
43
|
import { t as customWatchlistMachine } from "./customWatchlistStateMachine-dovMwTLv.esm.js";
|
|
44
|
-
import { t as documentCaptureMachine } from "./documentCaptureStateMachine-
|
|
44
|
+
import { t as documentCaptureMachine } from "./documentCaptureStateMachine-C9Sk-unD.esm.js";
|
|
45
45
|
import { t as dynamicFormsMachine } from "./dynamicFormsStateMachine-BfLLcxua.esm.js";
|
|
46
|
-
import { n as toEkybConfig, t as ekybMachine } from "./ekybStateMachine-
|
|
46
|
+
import { n as toEkybConfig, t as ekybMachine } from "./ekybStateMachine-BDa_tGBH.esm.js";
|
|
47
47
|
import "./addressSearch-B9iJdbn8.esm.js";
|
|
48
48
|
import "./session-BWCjVIr6.esm.js";
|
|
49
49
|
import "./videoSelfieSteps-C6E7mKFt.esm.js";
|
|
50
|
-
import "./flowServices-
|
|
50
|
+
import "./flowServices-Z97pj5ep.esm.js";
|
|
51
51
|
import { n as toEkycConfig, t as ekycMachine } from "./ekycStateMachine-BcPEEqMA.esm.js";
|
|
52
52
|
import { t as emailMachine } from "./emailStateMachine-Bk4pkysV.esm.js";
|
|
53
53
|
import "./otp-DepQPUIA.esm.js";
|
|
54
|
-
import { t as selfieMachine } from "./selfieStateMachine-
|
|
55
|
-
import { t as idCaptureMachine } from "./idCaptureStateMachine-
|
|
54
|
+
import { t as selfieMachine } from "./selfieStateMachine-CbDLoh_B.esm.js";
|
|
55
|
+
import { t as idCaptureMachine } from "./idCaptureStateMachine-BFiLYndJ.esm.js";
|
|
56
56
|
import "./idCaptureDefaults-DJmo-U3D.esm.js";
|
|
57
57
|
import { t as phoneMachine } from "./phoneStateMachine-MqNDf1Nh.esm.js";
|
|
58
58
|
import { n as identityReuseMachine } from "./identityReuseStateMachine-Do_M-z6z.esm.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/core",
|
|
3
|
-
"version": "2.1.0-rc.
|
|
3
|
+
"version": "2.1.0-rc.7",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
|
|
@@ -276,8 +276,8 @@
|
|
|
276
276
|
"tsdown": "^0.16.6",
|
|
277
277
|
"typescript": "^5.9.3",
|
|
278
278
|
"vitest": "^4.0.13",
|
|
279
|
-
"@incodetech/
|
|
280
|
-
"@incodetech/
|
|
279
|
+
"@incodetech/config": "1.0.1",
|
|
280
|
+
"@incodetech/infra": "1.1.0"
|
|
281
281
|
},
|
|
282
282
|
"scripts": {
|
|
283
283
|
"build": "tsdown -c tsdown.config.ts",
|