@incodetech/core 2.1.1-rc.6 → 2.1.1-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/BrowserStorageProvider-DaKI3I0m.esm.js +85 -0
- package/dist/ae-signature.d.ts +1 -1
- package/dist/authentication.esm.js +9 -9
- package/dist/{authenticationManager-DuMSpelF.esm.js → authenticationManager-Dwf7TrZC.esm.js} +3 -3
- package/dist/{authenticationStateMachine-CDG0SMYg.esm.js → authenticationStateMachine-BBNa41d5.esm.js} +2 -2
- package/dist/{browserSimulation-CWJhFPZ2.esm.js → browserSimulation-DZwEy9bu.esm.js} +14 -1
- package/dist/certificate-issuance.d.ts +28 -28
- package/dist/consent.d.ts +1 -1
- package/dist/{consentManager-2EPNWwaG.d.ts → consentManager-BvgtYr9W.d.ts} +50 -50
- package/dist/cpf-ocr.d.ts +1 -1
- package/dist/{cpfOcrManager-Bg7WqgVy.d.ts → cpfOcrManager-2eYelPF7.d.ts} +17 -17
- package/dist/{deepsightLoader-CmbuFd4Q.esm.js → deepsightLoader-bisFKMf_.esm.js} +3 -3
- package/dist/{deepsightService-CkZqM1Q2.esm.js → deepsightService-CViys6T4.esm.js} +1 -1
- package/dist/document-capture.d.ts +174 -174
- package/dist/document-upload.d.ts +43 -43
- package/dist/ekyb.esm.js +4 -4
- package/dist/{ekybStateMachine-D5vj8UG_.esm.js → ekybStateMachine-_vaRFELH.esm.js} +1 -1
- package/dist/electronic-signature.d.ts +1 -1
- package/dist/extensibility.d.ts +13 -9
- package/dist/extensibility.esm.js +14 -14
- package/dist/{faceCaptureManagerFactory-B65bYWfD.esm.js → faceCaptureManagerFactory-Cf8m_RNb.esm.js} +1 -1
- package/dist/{faceCaptureSetup-CoQ5A9Il.esm.js → faceCaptureSetup-Gj6XnsY4.esm.js} +2 -2
- package/dist/flow.d.ts +2 -2
- package/dist/flow.esm.js +3 -3
- package/dist/{flowServices-CYMfu_12.esm.js → flowServices-OFgzA7NX.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 +8 -8
- package/dist/{idCaptureManager-Cq1DSv6P.esm.js → idCaptureManager-BziLyrVE.esm.js} +2 -2
- package/dist/{idCaptureStateMachine-BqjYsLFf.esm.js → idCaptureStateMachine-B7vsPrsl.esm.js} +4 -4
- package/dist/{idOcrManager-CXtyyf3I.d.ts → idOcrManager-BeUOERWK.d.ts} +52 -52
- package/dist/identity-reuse.d.ts +1 -1
- package/dist/{identityReuseManager-BNf21Y6b.d.ts → identityReuseManager-D1C3DNjo.d.ts} +31 -31
- package/dist/{index-CPLWHXKr.d.ts → index-Dzf83PXV.d.ts} +150 -150
- package/dist/index.esm.js +3 -3
- package/dist/mandatory-consent.d.ts +1 -1
- package/dist/{mandatoryConsentManager-s6xcax0K.d.ts → mandatoryConsentManager-BxZjDE9f.d.ts} +50 -50
- package/dist/{onDeviceFaceResults-CAfvpjnC.esm.js → onDeviceFaceResults-BWxOJueW.esm.js} +1 -1
- package/dist/personhood.esm.js +5 -5
- package/dist/qe-signature.d.ts +1 -1
- package/dist/{recordingService-Df_A6oXO.esm.js → recordingService-lBmeVE49.esm.js} +1 -1
- package/dist/selfie.esm.js +9 -9
- package/dist/{selfieManager-CtS5wYEo.esm.js → selfieManager-DsoqRiV2.esm.js} +3 -3
- package/dist/{selfieStateMachine-CiMhj8YP.esm.js → selfieStateMachine-Czcb2so_.esm.js} +2 -2
- package/dist/session.esm.js +2 -2
- package/dist/{sessionInitializer-DfN3wUch.esm.js → sessionInitializer-DdIllyuV.esm.js} +2 -2
- package/dist/{setup-_SH3lJGQ.esm.js → setup-B27YJgm_.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 +5 -5
- package/dist/wasm.esm.js +3 -3
- package/dist/workflow.d.ts +159 -159
- package/dist/workflow.esm.js +11 -11
- package/package.json +1 -1
- package/dist/BrowserStorageProvider-fZsibQTR.esm.js +0 -55
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as Manager } from "./Manager-goNPc_h_.js";
|
|
2
2
|
import { t as ActorRefFrom } from "./Actor-BwgmOPkb.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as xstate567 from "xstate";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/cpf-ocr/types.d.ts
|
|
6
6
|
type CpfOcrDataResponse = {
|
|
@@ -17,7 +17,7 @@ type CpfOcrContext = {
|
|
|
17
17
|
error: string | undefined;
|
|
18
18
|
};
|
|
19
19
|
type CpfOcrInput = Record<string, never>;
|
|
20
|
-
declare const cpfOcrMachine:
|
|
20
|
+
declare const cpfOcrMachine: xstate567.StateMachine<CpfOcrContext, {
|
|
21
21
|
type: "LOAD";
|
|
22
22
|
} | {
|
|
23
23
|
type: "SET_CPF";
|
|
@@ -27,43 +27,43 @@ declare const cpfOcrMachine: xstate905.StateMachine<CpfOcrContext, {
|
|
|
27
27
|
} | {
|
|
28
28
|
type: "RETRY";
|
|
29
29
|
}, {
|
|
30
|
-
[x: string]:
|
|
30
|
+
[x: string]: xstate567.ActorRefFromLogic<xstate567.PromiseActorLogic<CpfOcrDataResponse, void, xstate567.EventObject>> | xstate567.ActorRefFromLogic<xstate567.PromiseActorLogic<CpfOcrUpdateResponse, {
|
|
31
31
|
cpf: string;
|
|
32
|
-
},
|
|
33
|
-
},
|
|
32
|
+
}, xstate567.EventObject>> | undefined;
|
|
33
|
+
}, xstate567.Values<{
|
|
34
34
|
fetchCpfOcrData: {
|
|
35
35
|
src: "fetchCpfOcrData";
|
|
36
|
-
logic:
|
|
36
|
+
logic: xstate567.PromiseActorLogic<CpfOcrDataResponse, void, xstate567.EventObject>;
|
|
37
37
|
id: string | undefined;
|
|
38
38
|
};
|
|
39
39
|
submitCpfOcr: {
|
|
40
40
|
src: "submitCpfOcr";
|
|
41
|
-
logic:
|
|
41
|
+
logic: xstate567.PromiseActorLogic<CpfOcrUpdateResponse, {
|
|
42
42
|
cpf: string;
|
|
43
|
-
},
|
|
43
|
+
}, xstate567.EventObject>;
|
|
44
44
|
id: string | undefined;
|
|
45
45
|
};
|
|
46
|
-
}>,
|
|
46
|
+
}>, xstate567.Values<{
|
|
47
47
|
setError: {
|
|
48
48
|
type: "setError";
|
|
49
|
-
params:
|
|
49
|
+
params: xstate567.NonReducibleUnknown;
|
|
50
50
|
};
|
|
51
51
|
clearError: {
|
|
52
52
|
type: "clearError";
|
|
53
|
-
params:
|
|
53
|
+
params: xstate567.NonReducibleUnknown;
|
|
54
54
|
};
|
|
55
55
|
setPrefill: {
|
|
56
56
|
type: "setPrefill";
|
|
57
|
-
params:
|
|
57
|
+
params: xstate567.NonReducibleUnknown;
|
|
58
58
|
};
|
|
59
59
|
setCpf: {
|
|
60
60
|
type: "setCpf";
|
|
61
|
-
params:
|
|
61
|
+
params: xstate567.NonReducibleUnknown;
|
|
62
62
|
};
|
|
63
63
|
}>, {
|
|
64
64
|
type: "isValid";
|
|
65
65
|
params: unknown;
|
|
66
|
-
}, never, "error" | "idle" | "finished" | "loading" | "
|
|
66
|
+
}, never, "error" | "idle" | "finished" | "loading" | "submitting" | "inputting", string, CpfOcrInput, xstate567.NonReducibleUnknown, xstate567.EventObject, xstate567.MetaObject, {
|
|
67
67
|
readonly id: "cpfOcr";
|
|
68
68
|
readonly initial: "idle";
|
|
69
69
|
readonly context: {
|
|
@@ -118,7 +118,7 @@ declare const cpfOcrMachine: xstate905.StateMachine<CpfOcrContext, {
|
|
|
118
118
|
} | {
|
|
119
119
|
type: "RETRY";
|
|
120
120
|
};
|
|
121
|
-
self:
|
|
121
|
+
self: xstate567.ActorRef<xstate567.MachineSnapshot<CpfOcrContext, {
|
|
122
122
|
type: "LOAD";
|
|
123
123
|
} | {
|
|
124
124
|
type: "SET_CPF";
|
|
@@ -127,7 +127,7 @@ declare const cpfOcrMachine: xstate905.StateMachine<CpfOcrContext, {
|
|
|
127
127
|
type: "SUBMIT";
|
|
128
128
|
} | {
|
|
129
129
|
type: "RETRY";
|
|
130
|
-
}, Record<string,
|
|
130
|
+
}, Record<string, xstate567.AnyActorRef>, xstate567.StateValue, string, unknown, any, any>, {
|
|
131
131
|
type: "LOAD";
|
|
132
132
|
} | {
|
|
133
133
|
type: "SET_CPF";
|
|
@@ -136,7 +136,7 @@ declare const cpfOcrMachine: xstate905.StateMachine<CpfOcrContext, {
|
|
|
136
136
|
type: "SUBMIT";
|
|
137
137
|
} | {
|
|
138
138
|
type: "RETRY";
|
|
139
|
-
},
|
|
139
|
+
}, xstate567.AnyEventObject>;
|
|
140
140
|
}) => {
|
|
141
141
|
cpf: string;
|
|
142
142
|
};
|
|
@@ -4,8 +4,8 @@ import "./api-DsbUi7TO.esm.js";
|
|
|
4
4
|
import "./events-1wxZ97yf.esm.js";
|
|
5
5
|
import "./endpoints-CwrFQfW7.esm.js";
|
|
6
6
|
import "./stats-BVy52wLy.esm.js";
|
|
7
|
-
import { c as IpifyProvider, d as BrowserEnvironmentProvider, n as getFingerprintEnabled, t as getDisableIpify } from "./sessionInitializer-
|
|
8
|
-
import "./browserSimulation-
|
|
7
|
+
import { c as IpifyProvider, d as BrowserEnvironmentProvider, n as getFingerprintEnabled, t as getDisableIpify } from "./sessionInitializer-DdIllyuV.esm.js";
|
|
8
|
+
import "./browserSimulation-DZwEy9bu.esm.js";
|
|
9
9
|
import "./platform-0Ot-bF_a.esm.js";
|
|
10
10
|
import "./getBrowser-1yNcfFZR.esm.js";
|
|
11
11
|
import "./tri-CFAPtAUM.esm.js";
|
|
@@ -15,7 +15,7 @@ import "./camera-CxxXV0VN.esm.js";
|
|
|
15
15
|
import "./canvas-Pi10hG_l.esm.js";
|
|
16
16
|
import "./video-ZY92rkel.esm.js";
|
|
17
17
|
import "./getDeviceClass-C-Dg6IsJ.esm.js";
|
|
18
|
-
import { t as createDeepsightService } from "./deepsightService-
|
|
18
|
+
import { t as createDeepsightService } from "./deepsightService-CViys6T4.esm.js";
|
|
19
19
|
|
|
20
20
|
//#region ../infra/src/providers/browser/VisibilityProvider.ts
|
|
21
21
|
var VisibilityProvider = class {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as api } from "./api-DsbUi7TO.esm.js";
|
|
2
2
|
import { t as addDeviceStats } from "./stats-BVy52wLy.esm.js";
|
|
3
|
-
import { n as getThumbmarkId, r as getParsedUserAgent, t as isBrowserSimulation } from "./browserSimulation-
|
|
3
|
+
import { n as getThumbmarkId, r as getParsedUserAgent, t as isBrowserSimulation } from "./browserSimulation-DZwEy9bu.esm.js";
|
|
4
4
|
import { t as getUserAgent } from "./getBrowser-1yNcfFZR.esm.js";
|
|
5
5
|
import { a as stopCameraStream, r as requestCameraAccess } from "./camera-CxxXV0VN.esm.js";
|
|
6
6
|
import { t as IncodeCanvas } from "./canvas-Pi10hG_l.esm.js";
|