@incodetech/core 0.0.0-dev-20260407-8c4e1e2 → 0.0.0-dev-20260408-62a5f2f
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/{addressSearch-CUpyIZFm.esm.js → addressSearch-DOFI7lwy.esm.js} +1 -1
- package/dist/antifraud.esm.js +1 -1
- package/dist/authentication.esm.js +4 -4
- package/dist/{authenticationManager-CgnkS8vY.esm.js → authenticationManager-C7dL_avf.esm.js} +3 -3
- package/dist/consent.d.ts +50 -50
- package/dist/consent.esm.js +1 -1
- package/dist/cross-document-data-match.esm.js +1 -1
- package/dist/curp-validation.esm.js +1 -1
- package/dist/document-capture.d.ts +84 -76
- package/dist/document-capture.esm.js +20 -11
- package/dist/document-upload.d.ts +49 -49
- package/dist/document-upload.esm.js +1 -1
- package/dist/ekyb.esm.js +4 -4
- package/dist/ekyc.esm.js +2 -2
- package/dist/email.esm.js +2 -2
- package/dist/{emailManager-vEDs15ZG.esm.js → emailManager-_9R4vm6g.esm.js} +1 -1
- package/dist/{events-Eg8xe-Yf.esm.js → events-DlHrOIRc.esm.js} +1 -1
- package/dist/events.esm.js +1 -1
- package/dist/extensibility.esm.js +9 -9
- package/dist/face-match.esm.js +1 -1
- package/dist/{faceCaptureSetup-KdDqG9e8.esm.js → faceCaptureSetup-CaVWkjvE.esm.js} +2 -2
- package/dist/flow.esm.js +4 -4
- package/dist/{flowCompletionService-QZVT-TEp.esm.js → flowCompletionService-B5JemmC6.esm.js} +1 -1
- package/dist/{flowServices-CKu0cMWh.esm.js → flowServices-p22wrYPf.esm.js} +2 -2
- package/dist/geolocation.esm.js +1 -1
- package/dist/government-validation.esm.js +1 -1
- package/dist/id.esm.js +4 -4
- package/dist/{idCaptureManager-DbWmUEJo.esm.js → idCaptureManager-dyZzKv8L.esm.js} +3 -3
- package/dist/index.esm.js +3 -3
- package/dist/mandatory-consent.d.ts +53 -53
- package/dist/mandatory-consent.esm.js +1 -1
- package/dist/phone.esm.js +2 -2
- package/dist/{phoneManager-BFbZDpKO.esm.js → phoneManager-DerdUfd4.esm.js} +1 -1
- package/dist/{recordingService-B896Supr.esm.js → recordingService-483wQ6kR.esm.js} +1 -1
- package/dist/redirect-to-mobile.esm.js +1 -1
- package/dist/selfie.esm.js +4 -4
- package/dist/{selfieManager-Dn89KOGE.esm.js → selfieManager-DeOcNel4.esm.js} +3 -3
- package/dist/{session-jtJ8k-IF.esm.js → session-CUh77zj3.esm.js} +1 -1
- package/dist/session.esm.js +3 -3
- package/dist/{setup-Q8hlJT8S.esm.js → setup-XpxfZgKn.esm.js} +2 -2
- package/dist/signature.d.ts +1 -0
- package/dist/signature.esm.js +33 -9
- package/dist/wasm.esm.js +3 -3
- package/package.json +1 -1
|
@@ -2,10 +2,10 @@ import { t as Manager } from "./Manager-BN2g_I8W.js";
|
|
|
2
2
|
import "./Actor-Ba71-_30.js";
|
|
3
3
|
import "./camera-1eeGnAaL.js";
|
|
4
4
|
import { n as DocumentUploadContext, r as DocumentUploadInput, t as DocumentUploadConfig } from "./types-2OPf1pyv.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as xstate0 from "xstate";
|
|
6
6
|
|
|
7
7
|
//#region src/modules/document-upload/documentUploadStateMachine.d.ts
|
|
8
|
-
declare const documentUploadMachine:
|
|
8
|
+
declare const documentUploadMachine: xstate0.StateMachine<DocumentUploadContext, {
|
|
9
9
|
type: "START";
|
|
10
10
|
} | {
|
|
11
11
|
type: "CAPTURE";
|
|
@@ -18,52 +18,52 @@ declare const documentUploadMachine: xstate461.StateMachine<DocumentUploadContex
|
|
|
18
18
|
} | {
|
|
19
19
|
type: "CLOSE";
|
|
20
20
|
}, {
|
|
21
|
-
[x: string]:
|
|
21
|
+
[x: string]: xstate0.ActorRefFromLogic<xstate0.PromiseActorLogic<MediaStream, void, xstate0.EventObject>> | xstate0.ActorRefFromLogic<xstate0.PromiseActorLogic<void, {
|
|
22
22
|
imageBase64: string;
|
|
23
23
|
documentType: string;
|
|
24
24
|
onProgress: (progress: number) => void;
|
|
25
|
-
},
|
|
26
|
-
},
|
|
25
|
+
}, xstate0.EventObject>> | undefined;
|
|
26
|
+
}, xstate0.Values<{
|
|
27
27
|
initCamera: {
|
|
28
28
|
src: "initCamera";
|
|
29
|
-
logic:
|
|
29
|
+
logic: xstate0.PromiseActorLogic<MediaStream, void, xstate0.EventObject>;
|
|
30
30
|
id: string | undefined;
|
|
31
31
|
};
|
|
32
32
|
uploadDocument: {
|
|
33
33
|
src: "uploadDocument";
|
|
34
|
-
logic:
|
|
34
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
35
35
|
imageBase64: string;
|
|
36
36
|
documentType: string;
|
|
37
37
|
onProgress: (progress: number) => void;
|
|
38
|
-
},
|
|
38
|
+
}, xstate0.EventObject>;
|
|
39
39
|
id: string | undefined;
|
|
40
40
|
};
|
|
41
|
-
}>,
|
|
42
|
-
setError: {
|
|
43
|
-
type: "setError";
|
|
44
|
-
params: xstate461.NonReducibleUnknown;
|
|
45
|
-
};
|
|
46
|
-
clearError: {
|
|
47
|
-
type: "clearError";
|
|
48
|
-
params: xstate461.NonReducibleUnknown;
|
|
49
|
-
};
|
|
41
|
+
}>, xstate0.Values<{
|
|
50
42
|
setStream: {
|
|
51
43
|
type: "setStream";
|
|
52
|
-
params:
|
|
44
|
+
params: xstate0.NonReducibleUnknown;
|
|
45
|
+
};
|
|
46
|
+
setImageAndClearError: {
|
|
47
|
+
type: "setImageAndClearError";
|
|
48
|
+
params: xstate0.NonReducibleUnknown;
|
|
53
49
|
};
|
|
54
50
|
setProgress: {
|
|
55
51
|
type: "setProgress";
|
|
56
|
-
params:
|
|
52
|
+
params: xstate0.NonReducibleUnknown;
|
|
53
|
+
};
|
|
54
|
+
setError: {
|
|
55
|
+
type: "setError";
|
|
56
|
+
params: xstate0.NonReducibleUnknown;
|
|
57
|
+
};
|
|
58
|
+
clearError: {
|
|
59
|
+
type: "clearError";
|
|
60
|
+
params: xstate0.NonReducibleUnknown;
|
|
57
61
|
};
|
|
58
62
|
stopStream: {
|
|
59
63
|
type: "stopStream";
|
|
60
|
-
params:
|
|
61
|
-
};
|
|
62
|
-
setImageAndClearError: {
|
|
63
|
-
type: "setImageAndClearError";
|
|
64
|
-
params: xstate461.NonReducibleUnknown;
|
|
64
|
+
params: xstate0.NonReducibleUnknown;
|
|
65
65
|
};
|
|
66
|
-
}>, never, never, "
|
|
66
|
+
}>, never, never, "initCamera" | "error" | "idle" | "capturing" | "closed" | "uploading" | "finished", string, DocumentUploadInput, xstate0.NonReducibleUnknown, xstate0.EventObject, xstate0.MetaObject, {
|
|
67
67
|
readonly id: "documentUpload";
|
|
68
68
|
readonly initial: "idle";
|
|
69
69
|
readonly context: ({
|
|
@@ -72,67 +72,67 @@ declare const documentUploadMachine: xstate461.StateMachine<DocumentUploadContex
|
|
|
72
72
|
spawn: {
|
|
73
73
|
<TSrc extends "initCamera" | "uploadDocument">(logic: TSrc, ...[options]: ({
|
|
74
74
|
src: "initCamera";
|
|
75
|
-
logic:
|
|
75
|
+
logic: xstate0.PromiseActorLogic<MediaStream, void, xstate0.EventObject>;
|
|
76
76
|
id: string | undefined;
|
|
77
77
|
} extends infer T ? T extends {
|
|
78
78
|
src: "initCamera";
|
|
79
|
-
logic:
|
|
79
|
+
logic: xstate0.PromiseActorLogic<MediaStream, void, xstate0.EventObject>;
|
|
80
80
|
id: string | undefined;
|
|
81
81
|
} ? T extends {
|
|
82
82
|
src: TSrc;
|
|
83
|
-
} ?
|
|
83
|
+
} ? xstate0.ConditionalRequired<[options?: ({
|
|
84
84
|
id?: T["id"] | undefined;
|
|
85
85
|
systemId?: string;
|
|
86
|
-
input?:
|
|
86
|
+
input?: xstate0.InputFrom<T["logic"]> | undefined;
|
|
87
87
|
syncSnapshot?: boolean;
|
|
88
|
-
} & { [K in
|
|
88
|
+
} & { [K in xstate0.RequiredActorOptions<T>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredActorOptions<T>>> : never : never : never) | ({
|
|
89
89
|
src: "uploadDocument";
|
|
90
|
-
logic:
|
|
90
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
91
91
|
imageBase64: string;
|
|
92
92
|
documentType: string;
|
|
93
93
|
onProgress: (progress: number) => void;
|
|
94
|
-
},
|
|
94
|
+
}, xstate0.EventObject>;
|
|
95
95
|
id: string | undefined;
|
|
96
96
|
} extends infer T_1 ? T_1 extends {
|
|
97
97
|
src: "uploadDocument";
|
|
98
|
-
logic:
|
|
98
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
99
99
|
imageBase64: string;
|
|
100
100
|
documentType: string;
|
|
101
101
|
onProgress: (progress: number) => void;
|
|
102
|
-
},
|
|
102
|
+
}, xstate0.EventObject>;
|
|
103
103
|
id: string | undefined;
|
|
104
104
|
} ? T_1 extends {
|
|
105
105
|
src: TSrc;
|
|
106
|
-
} ?
|
|
106
|
+
} ? xstate0.ConditionalRequired<[options?: ({
|
|
107
107
|
id?: T_1["id"] | undefined;
|
|
108
108
|
systemId?: string;
|
|
109
|
-
input?:
|
|
109
|
+
input?: xstate0.InputFrom<T_1["logic"]> | undefined;
|
|
110
110
|
syncSnapshot?: boolean;
|
|
111
|
-
} & { [K_1 in
|
|
111
|
+
} & { [K_1 in xstate0.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredActorOptions<T_1>>> : never : never : never)): xstate0.ActorRefFromLogic<xstate0.GetConcreteByKey<xstate0.Values<{
|
|
112
112
|
initCamera: {
|
|
113
113
|
src: "initCamera";
|
|
114
|
-
logic:
|
|
114
|
+
logic: xstate0.PromiseActorLogic<MediaStream, void, xstate0.EventObject>;
|
|
115
115
|
id: string | undefined;
|
|
116
116
|
};
|
|
117
117
|
uploadDocument: {
|
|
118
118
|
src: "uploadDocument";
|
|
119
|
-
logic:
|
|
119
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
120
120
|
imageBase64: string;
|
|
121
121
|
documentType: string;
|
|
122
122
|
onProgress: (progress: number) => void;
|
|
123
|
-
},
|
|
123
|
+
}, xstate0.EventObject>;
|
|
124
124
|
id: string | undefined;
|
|
125
125
|
};
|
|
126
126
|
}>, "src", TSrc>["logic"]>;
|
|
127
|
-
<TLogic extends
|
|
127
|
+
<TLogic extends xstate0.AnyActorLogic>(src: TLogic, ...[options]: xstate0.ConditionalRequired<[options?: ({
|
|
128
128
|
id?: never;
|
|
129
129
|
systemId?: string;
|
|
130
|
-
input?:
|
|
130
|
+
input?: xstate0.InputFrom<TLogic> | undefined;
|
|
131
131
|
syncSnapshot?: boolean;
|
|
132
|
-
} & { [K in
|
|
132
|
+
} & { [K in xstate0.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredLogicInput<TLogic>>>): xstate0.ActorRefFromLogic<TLogic>;
|
|
133
133
|
};
|
|
134
134
|
input: DocumentUploadInput;
|
|
135
|
-
self:
|
|
135
|
+
self: xstate0.ActorRef<xstate0.MachineSnapshot<DocumentUploadContext, {
|
|
136
136
|
type: "START";
|
|
137
137
|
} | {
|
|
138
138
|
type: "CAPTURE";
|
|
@@ -144,7 +144,7 @@ declare const documentUploadMachine: xstate461.StateMachine<DocumentUploadContex
|
|
|
144
144
|
type: "RETRY";
|
|
145
145
|
} | {
|
|
146
146
|
type: "CLOSE";
|
|
147
|
-
}, Record<string,
|
|
147
|
+
}, Record<string, xstate0.AnyActorRef | undefined>, xstate0.StateValue, string, unknown, any, any>, {
|
|
148
148
|
type: "START";
|
|
149
149
|
} | {
|
|
150
150
|
type: "CAPTURE";
|
|
@@ -156,7 +156,7 @@ declare const documentUploadMachine: xstate461.StateMachine<DocumentUploadContex
|
|
|
156
156
|
type: "RETRY";
|
|
157
157
|
} | {
|
|
158
158
|
type: "CLOSE";
|
|
159
|
-
},
|
|
159
|
+
}, xstate0.AnyEventObject>;
|
|
160
160
|
}) => {
|
|
161
161
|
config: DocumentUploadConfig;
|
|
162
162
|
stream: undefined;
|
|
@@ -226,7 +226,7 @@ declare const documentUploadMachine: xstate461.StateMachine<DocumentUploadContex
|
|
|
226
226
|
} | {
|
|
227
227
|
type: "CLOSE";
|
|
228
228
|
};
|
|
229
|
-
self:
|
|
229
|
+
self: xstate0.ActorRef<xstate0.MachineSnapshot<DocumentUploadContext, {
|
|
230
230
|
type: "START";
|
|
231
231
|
} | {
|
|
232
232
|
type: "CAPTURE";
|
|
@@ -238,7 +238,7 @@ declare const documentUploadMachine: xstate461.StateMachine<DocumentUploadContex
|
|
|
238
238
|
type: "RETRY";
|
|
239
239
|
} | {
|
|
240
240
|
type: "CLOSE";
|
|
241
|
-
}, Record<string,
|
|
241
|
+
}, Record<string, xstate0.AnyActorRef>, xstate0.StateValue, string, unknown, any, any>, {
|
|
242
242
|
type: "START";
|
|
243
243
|
} | {
|
|
244
244
|
type: "CAPTURE";
|
|
@@ -250,7 +250,7 @@ declare const documentUploadMachine: xstate461.StateMachine<DocumentUploadContex
|
|
|
250
250
|
type: "RETRY";
|
|
251
251
|
} | {
|
|
252
252
|
type: "CLOSE";
|
|
253
|
-
},
|
|
253
|
+
}, xstate0.AnyEventObject>;
|
|
254
254
|
}) => {
|
|
255
255
|
imageBase64: string;
|
|
256
256
|
documentType: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-
|
|
2
|
+
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
4
|
import { i as stopCameraStream } from "./camera-DmkFpf5N.esm.js";
|
|
5
5
|
import "./platform-Dv7a2fv-.esm.js";
|
package/dist/ekyb.esm.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-
|
|
3
|
-
import "./session-
|
|
2
|
+
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
|
+
import "./session-CUh77zj3.esm.js";
|
|
4
4
|
import "./BrowserEnvironmentProvider-DaHeLJQw.esm.js";
|
|
5
5
|
import "./browserSimulation-B4ubb2OL.esm.js";
|
|
6
6
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
7
|
-
import { a as POSTAL_CODE_FORMAT_ERROR_KEYS, c as getPostalCodeMaxLength, i as FIXED_DIGIT_POSTAL_CODE_LENGTH, l as validatePostalCode, n as fillFromSuggestion, o as formatPostalCode, r as DYNAMIC_REQUIRED_KEY, s as getPostalCodeErrorKey, t as debounceSearchActor, u as usStateOptions } from "./addressSearch-
|
|
8
|
-
import { t as getFlow } from "./flowServices-
|
|
7
|
+
import { a as POSTAL_CODE_FORMAT_ERROR_KEYS, c as getPostalCodeMaxLength, i as FIXED_DIGIT_POSTAL_CODE_LENGTH, l as validatePostalCode, n as fillFromSuggestion, o as formatPostalCode, r as DYNAMIC_REQUIRED_KEY, s as getPostalCodeErrorKey, t as debounceSearchActor, u as usStateOptions } from "./addressSearch-DOFI7lwy.esm.js";
|
|
8
|
+
import { t as getFlow } from "./flowServices-p22wrYPf.esm.js";
|
|
9
9
|
import "./BrowserTimerProvider-BhD2MlHg.esm.js";
|
|
10
10
|
|
|
11
11
|
//#region src/modules/ekyb/ekybConstants.ts
|
package/dist/ekyc.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-
|
|
2
|
+
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
|
-
import { a as POSTAL_CODE_FORMAT_ERROR_KEYS, c as getPostalCodeMaxLength, i as FIXED_DIGIT_POSTAL_CODE_LENGTH, l as validatePostalCode, n as fillFromSuggestion, o as formatPostalCode, r as DYNAMIC_REQUIRED_KEY, s as getPostalCodeErrorKey, t as debounceSearchActor, u as usStateOptions } from "./addressSearch-
|
|
4
|
+
import { a as POSTAL_CODE_FORMAT_ERROR_KEYS, c as getPostalCodeMaxLength, i as FIXED_DIGIT_POSTAL_CODE_LENGTH, l as validatePostalCode, n as fillFromSuggestion, o as formatPostalCode, r as DYNAMIC_REQUIRED_KEY, s as getPostalCodeErrorKey, t as debounceSearchActor, u as usStateOptions } from "./addressSearch-DOFI7lwy.esm.js";
|
|
5
5
|
import "./BrowserTimerProvider-BhD2MlHg.esm.js";
|
|
6
6
|
|
|
7
7
|
//#region src/modules/ekyc/ekycConsts.ts
|
package/dist/email.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import "./events-
|
|
2
|
+
import "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
4
|
import "./BrowserTimerProvider-BhD2MlHg.esm.js";
|
|
5
|
-
import { r as emailMachine, t as createEmailManager } from "./emailManager-
|
|
5
|
+
import { r as emailMachine, t as createEmailManager } from "./emailManager-_9R4vm6g.esm.js";
|
|
6
6
|
|
|
7
7
|
export { createEmailManager, emailMachine };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-
|
|
2
|
+
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, r as fromCallback, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
4
|
import { t as BrowserTimerProvider } from "./BrowserTimerProvider-BhD2MlHg.esm.js";
|
|
5
5
|
|
|
@@ -72,7 +72,7 @@ const endpoints = {
|
|
|
72
72
|
qrRefreshUuid: "/omni/qr/refresh",
|
|
73
73
|
addSignature: "/omni/add/signature",
|
|
74
74
|
addSignatureV2: "/omni/add/signature/v2",
|
|
75
|
-
addInitials: "/omni/add/
|
|
75
|
+
addInitials: "/omni/add/initials",
|
|
76
76
|
processAntifraud: "/omni/process/antifraud",
|
|
77
77
|
processCrossDocumentDataMatch: "/omni/cross-doc-data-check/process"
|
|
78
78
|
};
|
package/dist/events.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { a as videoSelfieEvents, c as elementClicked, d as screenClosed, f as screenEvent, g as subscribeEvent, h as flushEventQueue, i as tutorialScreenNamesMapper, l as moduleClosed, m as addEvent, n as eventModuleNames, p as screenOpened, r as eventScreenNames, s as captureAttemptFinished, t as cameraScreenNamesMapper, u as moduleOpened } from "./events-
|
|
2
|
+
import { a as videoSelfieEvents, c as elementClicked, d as screenClosed, f as screenEvent, g as subscribeEvent, h as flushEventQueue, i as tutorialScreenNamesMapper, l as moduleClosed, m as addEvent, n as eventModuleNames, p as screenOpened, r as eventScreenNames, s as captureAttemptFinished, t as cameraScreenNamesMapper, u as moduleOpened } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
|
|
4
4
|
export { addEvent, cameraScreenNamesMapper, captureAttemptFinished, elementClicked, eventModuleNames, eventScreenNames, flushEventQueue, moduleClosed, moduleOpened, screenClosed, screenEvent, screenOpened, subscribeEvent, tutorialScreenNamesMapper, videoSelfieEvents };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./BaseWasmProvider-D-s_6M5H.esm.js";
|
|
2
2
|
import { t as WasmUtilProvider } from "./WasmUtilProvider-BpZSvZbg.esm.js";
|
|
3
3
|
import "./api-DzpnV6O7.esm.js";
|
|
4
|
-
import "./events-
|
|
5
|
-
import { a as IpifyProvider, o as FingerprintProvider, s as getDeviceFingerprintInfo, t as getDisableIpify } from "./session-
|
|
4
|
+
import "./events-DlHrOIRc.esm.js";
|
|
5
|
+
import { a as IpifyProvider, o as FingerprintProvider, s as getDeviceFingerprintInfo, t as getDisableIpify } from "./session-CUh77zj3.esm.js";
|
|
6
6
|
import "./BrowserEnvironmentProvider-DaHeLJQw.esm.js";
|
|
7
7
|
import "./browserSimulation-B4ubb2OL.esm.js";
|
|
8
8
|
import { a as createActor, i as fromPromise } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
9
|
-
import { t as faceCaptureMachine } from "./faceCaptureSetup-
|
|
10
|
-
import { y as BrowserStorageProvider } from "./recordingService-
|
|
9
|
+
import { t as faceCaptureMachine } from "./faceCaptureSetup-CaVWkjvE.esm.js";
|
|
10
|
+
import { y as BrowserStorageProvider } from "./recordingService-483wQ6kR.esm.js";
|
|
11
11
|
import "./deepsightService-BjgXl5hs.esm.js";
|
|
12
12
|
import "./camera-DmkFpf5N.esm.js";
|
|
13
13
|
import "./getBrowser-Dtyt9J_h.esm.js";
|
|
@@ -18,12 +18,12 @@ import "./platform-Dv7a2fv-.esm.js";
|
|
|
18
18
|
import "./ITimerCapability-oixwa6nj.esm.js";
|
|
19
19
|
import "./backCameraStream-tabTmwDS.esm.js";
|
|
20
20
|
import "./getDeviceClass-DEzz4cmY.esm.js";
|
|
21
|
-
import { n as createAuthenticationManagerFromActor } from "./authenticationManager-
|
|
21
|
+
import { n as createAuthenticationManagerFromActor } from "./authenticationManager-C7dL_avf.esm.js";
|
|
22
22
|
import "./BrowserTimerProvider-BhD2MlHg.esm.js";
|
|
23
|
-
import { n as createEmailManagerFromActor } from "./emailManager-
|
|
24
|
-
import { n as createSelfieManagerFromActor } from "./selfieManager-
|
|
25
|
-
import { n as createIdCaptureManagerFromActor } from "./idCaptureManager-
|
|
26
|
-
import { n as createPhoneManagerFromActor } from "./phoneManager-
|
|
23
|
+
import { n as createEmailManagerFromActor } from "./emailManager-_9R4vm6g.esm.js";
|
|
24
|
+
import { n as createSelfieManagerFromActor } from "./selfieManager-DeOcNel4.esm.js";
|
|
25
|
+
import { n as createIdCaptureManagerFromActor } from "./idCaptureManager-dyZzKv8L.esm.js";
|
|
26
|
+
import { n as createPhoneManagerFromActor } from "./phoneManager-DerdUfd4.esm.js";
|
|
27
27
|
|
|
28
28
|
//#region src/internal/fingerprint/fingerprintApi.ts
|
|
29
29
|
async function getFingerprint(disableIpify) {
|
package/dist/face-match.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-
|
|
2
|
+
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/face-match/faceMatchServices.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as getToken } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { o as createManagerInstrumentation } from "./events-
|
|
2
|
+
import { o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import { i as fromPromise, n as assign, o as createManager, r as fromCallback, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
|
-
import { _ as StreamCanvasCapture, a as initializeDeepsightSession, c as stopStream, h as flagFaceManualReview, i as initializeCamera, n as preloadOpenViduProvider, o as sendLabelInspectionEvent, r as encryptSelfieImage, s as startDetection, t as createRecordingService, v as FACE_ERROR_CODES } from "./recordingService-
|
|
4
|
+
import { _ as StreamCanvasCapture, a as initializeDeepsightSession, c as stopStream, h as flagFaceManualReview, i as initializeCamera, n as preloadOpenViduProvider, o as sendLabelInspectionEvent, r as encryptSelfieImage, s as startDetection, t as createRecordingService, v as FACE_ERROR_CODES } from "./recordingService-483wQ6kR.esm.js";
|
|
5
5
|
import { n as requestPermission, t as checkPermission } from "./permissionServices-Cskq32Yd.esm.js";
|
|
6
6
|
|
|
7
7
|
//#region src/internal/faceCapture/faceCaptureManagerFactory.ts
|
package/dist/flow.esm.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { o as createManagerInstrumentation } from "./events-
|
|
3
|
-
import "./session-
|
|
2
|
+
import { o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
|
+
import "./session-CUh77zj3.esm.js";
|
|
4
4
|
import "./BrowserEnvironmentProvider-DaHeLJQw.esm.js";
|
|
5
5
|
import "./browserSimulation-B4ubb2OL.esm.js";
|
|
6
6
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, r as fromCallback, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
7
|
-
import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-
|
|
8
|
-
import { t as getFinishStatus } from "./flowCompletionService-
|
|
7
|
+
import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-p22wrYPf.esm.js";
|
|
8
|
+
import { t as getFinishStatus } from "./flowCompletionService-B5JemmC6.esm.js";
|
|
9
9
|
|
|
10
10
|
//#region src/modules/flow/flowStateMachine.ts
|
|
11
11
|
const flowMachine = setup({
|
package/dist/{flowCompletionService-QZVT-TEp.esm.js → flowCompletionService-B5JemmC6.esm.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints } from "./events-
|
|
2
|
+
import { _ as endpoints } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
|
|
4
4
|
//#region src/modules/flow/flowCompletionService.ts
|
|
5
5
|
const getFinishStatus = async (flowId, signal) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints } from "./events-
|
|
3
|
-
import { n as getSessionFingerprintResult, r as initializeSession } from "./session-
|
|
2
|
+
import { _ as endpoints } from "./events-DlHrOIRc.esm.js";
|
|
3
|
+
import { n as getSessionFingerprintResult, r as initializeSession } from "./session-CUh77zj3.esm.js";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/flow/flowUtils.ts
|
|
6
6
|
const WASM_MODULE_PIPELINES = {
|
package/dist/geolocation.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-
|
|
2
|
+
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
4
|
import { r as isIOS, t as isAndroid } from "./platform-Dv7a2fv-.esm.js";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as api } from "./api-DzpnV6O7.esm.js";
|
|
2
|
-
import { _ as endpoints, o as createManagerInstrumentation } from "./events-
|
|
2
|
+
import { _ as endpoints, o as createManagerInstrumentation } from "./events-DlHrOIRc.esm.js";
|
|
3
3
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, r as fromCallback, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
4
4
|
import { t as BrowserTimerProvider } from "./BrowserTimerProvider-BhD2MlHg.esm.js";
|
|
5
5
|
|
package/dist/id.esm.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./BaseWasmProvider-D-s_6M5H.esm.js";
|
|
2
2
|
import "./api-DzpnV6O7.esm.js";
|
|
3
|
-
import "./events-
|
|
4
|
-
import "./session-
|
|
3
|
+
import "./events-DlHrOIRc.esm.js";
|
|
4
|
+
import "./session-CUh77zj3.esm.js";
|
|
5
5
|
import "./BrowserEnvironmentProvider-DaHeLJQw.esm.js";
|
|
6
6
|
import "./browserSimulation-B4ubb2OL.esm.js";
|
|
7
7
|
import "./xstate.esm-Bv55-lJ4.esm.js";
|
|
8
|
-
import "./recordingService-
|
|
8
|
+
import "./recordingService-483wQ6kR.esm.js";
|
|
9
9
|
import "./deepsightService-BjgXl5hs.esm.js";
|
|
10
10
|
import "./camera-DmkFpf5N.esm.js";
|
|
11
11
|
import "./getBrowser-Dtyt9J_h.esm.js";
|
|
@@ -17,6 +17,6 @@ import "./ITimerCapability-oixwa6nj.esm.js";
|
|
|
17
17
|
import "./backCameraStream-tabTmwDS.esm.js";
|
|
18
18
|
import "./getDeviceClass-DEzz4cmY.esm.js";
|
|
19
19
|
import "./BrowserTimerProvider-BhD2MlHg.esm.js";
|
|
20
|
-
import { a as initializeIdCapture, c as startRecordingSession, d as uploadIdImage, f as validateUploadResponse, i as idCaptureMachine, l as stopRecording, o as preloadIdRecordingProvider, p as ID_ERROR_CODES, r as createIdCaptureActor, s as processId, t as createIdCaptureManager, u as stopStream } from "./idCaptureManager-
|
|
20
|
+
import { a as initializeIdCapture, c as startRecordingSession, d as uploadIdImage, f as validateUploadResponse, i as idCaptureMachine, l as stopRecording, o as preloadIdRecordingProvider, p as ID_ERROR_CODES, r as createIdCaptureActor, s as processId, t as createIdCaptureManager, u as stopStream } from "./idCaptureManager-dyZzKv8L.esm.js";
|
|
21
21
|
|
|
22
22
|
export { ID_ERROR_CODES, createIdCaptureActor, createIdCaptureManager, idCaptureMachine, initializeIdCapture, preloadIdRecordingProvider, processId, startRecordingSession, stopRecording, stopStream, uploadIdImage, validateUploadResponse };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as IdCaptureModelType, i as WasmPipelineType, r as mlWasmJSApi_default, t as BaseWasmProvider } from "./BaseWasmProvider-D-s_6M5H.esm.js";
|
|
2
2
|
import { r as getToken, t as api } from "./api-DzpnV6O7.esm.js";
|
|
3
|
-
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation, r as eventScreenNames, v as revokeObjectURL } from "./events-
|
|
4
|
-
import { t as getDisableIpify } from "./session-
|
|
3
|
+
import { _ as endpoints, n as eventModuleNames, o as createManagerInstrumentation, r as eventScreenNames, v as revokeObjectURL } from "./events-DlHrOIRc.esm.js";
|
|
4
|
+
import { t as getDisableIpify } from "./session-CUh77zj3.esm.js";
|
|
5
5
|
import { a as createActor, i as fromPromise, n as assign, o as createManager, r as fromCallback, t as setup } from "./xstate.esm-Bv55-lJ4.esm.js";
|
|
6
|
-
import { _ as StreamCanvasCapture, d as createRecordingSession, f as startRecording, g as flagIdManualReview, m as StreamCanvasProcessingSession, n as preloadOpenViduProvider, p as stopRecording$1, y as BrowserStorageProvider } from "./recordingService-
|
|
6
|
+
import { _ as StreamCanvasCapture, d as createRecordingSession, f as startRecording, g as flagIdManualReview, m as StreamCanvasProcessingSession, n as preloadOpenViduProvider, p as stopRecording$1, y as BrowserStorageProvider } from "./recordingService-483wQ6kR.esm.js";
|
|
7
7
|
import { n as IncodeCanvas } from "./deepsightService-BjgXl5hs.esm.js";
|
|
8
8
|
import { r as getWindowDimensions } from "./getBrowser-Dtyt9J_h.esm.js";
|
|
9
9
|
import { t as addDeviceStats } from "./stats-DHDoqSBV.esm.js";
|
package/dist/index.esm.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as setup, n as isConfigured, r as reset } from "./setup-
|
|
1
|
+
import { a as setup, n as isConfigured, r as reset } from "./setup-XpxfZgKn.esm.js";
|
|
2
2
|
import "./BaseWasmProvider-D-s_6M5H.esm.js";
|
|
3
3
|
import "./WasmUtilProvider-BpZSvZbg.esm.js";
|
|
4
4
|
import "./api-DzpnV6O7.esm.js";
|
|
5
|
-
import "./events-
|
|
6
|
-
import "./session-
|
|
5
|
+
import "./events-DlHrOIRc.esm.js";
|
|
6
|
+
import "./session-CUh77zj3.esm.js";
|
|
7
7
|
import "./BrowserEnvironmentProvider-DaHeLJQw.esm.js";
|
|
8
8
|
import "./browserSimulation-B4ubb2OL.esm.js";
|
|
9
9
|
|