@incodetech/core 0.0.0-dev-20260325-9772cd2 → 0.0.0-dev-20260325-72e1e24
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.d.ts +2 -2
- package/dist/authentication.esm.js +3 -3
- package/dist/{authenticationManager-CRC59Vms.esm.js → authenticationManager-CoeHnXPS.esm.js} +1 -1
- package/dist/{authenticationManager-DbKSx46Q.d.ts → authenticationManager-TaI12wf3.d.ts} +1 -1
- package/dist/{backCameraStream-DtcVhHEz.esm.js → backCameraStream-jiRgi6k7.esm.js} +103 -17
- package/dist/consent.d.ts +50 -50
- package/dist/document-capture.d.ts +52 -52
- package/dist/document-capture.esm.js +1 -1
- package/dist/document-upload.d.ts +46 -46
- package/dist/document-upload.esm.js +1 -1
- package/dist/extensibility.d.ts +3 -3
- package/dist/extensibility.esm.js +5 -5
- package/dist/{faceCaptureManagerFactory-MPKxiFCQ.d.ts → faceCaptureManagerFactory-CGpkO_S3.d.ts} +5 -0
- package/dist/{faceCaptureSetup-4itNYIdX.esm.js → faceCaptureSetup-CP7WXoGS.esm.js} +27 -8
- package/dist/id.esm.js +2 -2
- package/dist/{idCaptureManager-Bl-CBtgX.esm.js → idCaptureManager-BxlkQJq-.esm.js} +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/mandatory-consent.d.ts +53 -53
- package/dist/selfie.d.ts +2 -2
- package/dist/selfie.esm.js +3 -3
- package/dist/{selfieManager-qS-A0pXo.d.ts → selfieManager-B4Nnp7ws.d.ts} +1 -1
- package/dist/{selfieManager-UcQu7POO.esm.js → selfieManager-DZTwDE-b.esm.js} +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as revokeObjectURL, S as createActor, b as fromCallback, n as eventModuleNames, o as createManagerInstrumentation, s as getDefaultManagerScreenName, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { t as getBackCameraStream } from "./backCameraStream-
|
|
2
|
+
import { t as getBackCameraStream } from "./backCameraStream-jiRgi6k7.esm.js";
|
|
3
3
|
import { C as StreamCanvasCapture, E as IncodeCanvas, L as isDesktop, P as getWindowDimensions, S as StreamCanvasProcessingSession, _ as BrowserTimerProvider, a as DEFAULT_ID_CAPTURE_THRESHOLDS, f as OpenViduRecordingProvider, i as DEFAULT_ID_CAPTURE_MODEL_VERSION, j as createManager, s as IdCaptureProvider, v as BrowserStorageProvider } from "./src-DCc0dMkT.esm.js";
|
|
4
4
|
import { a as checkPermission, c as flagIdManualReview, n as startRecording, o as requestPermission, r as stopRecording$1, t as createRecordingSession, u as getDeviceClass } from "./recordingsRepository-COovU1i4.esm.js";
|
|
5
5
|
import { r as getToken, t as api } from "./api-G4JA8CXK.esm.js";
|
package/dist/index.esm.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { _ as subscribeEvent, a as videoSelfieEvents, c as captureAttemptFinished, d as moduleOpened, f as screenClosed, g as flushEventQueue, h as addEvent, i as tutorialScreenNamesMapper, l as elementClicked, m as screenOpened, n as eventModuleNames, p as screenEvent, r as eventScreenNames, t as cameraScreenNamesMapper, u as moduleClosed } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import "./backCameraStream-
|
|
2
|
+
import "./backCameraStream-jiRgi6k7.esm.js";
|
|
3
3
|
import { M as createApi_default, d as ScreenOrientationProvider, l as warmupWasm, n as DEFAULT_WASM_VERSION, o as WasmUtilProvider, r as buildDefaultWasmConfig, z as isIPad } from "./src-DCc0dMkT.esm.js";
|
|
4
4
|
import { a as checkPermission, d as getBrowser, l as createScreenOrientationObserver, o as requestPermission, u as getDeviceClass } from "./recordingsRepository-COovU1i4.esm.js";
|
|
5
5
|
import "./browserSimulation-C8gNnn5p.esm.js";
|
|
6
6
|
import { a as resetApi, n as getApi, o as setClient, s as setToken, t as api } from "./api-G4JA8CXK.esm.js";
|
|
7
7
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
8
8
|
import { a as isSessionInitialized, i as initializeSession, n as getSessionFeatures, o as resetSessionInit, s as createSession, t as getDisableIpify } from "./session-CRPiwwF-.esm.js";
|
|
9
|
-
import { a as initializeIdCapture, c as stopRecording, d as validateUploadResponse, f as ID_ERROR_CODES, i as idCaptureMachine, l as stopStream, o as processId, r as createIdCaptureActor, s as startRecordingSession, t as createIdCaptureManager, u as uploadIdImage } from "./idCaptureManager-
|
|
9
|
+
import { a as initializeIdCapture, c as stopRecording, d as validateUploadResponse, f as ID_ERROR_CODES, i as idCaptureMachine, l as stopStream, o as processId, r as createIdCaptureActor, s as startRecordingSession, t as createIdCaptureManager, u as uploadIdImage } from "./idCaptureManager-BxlkQJq-.esm.js";
|
|
10
10
|
import "./deepsightService-lTQvj-Wf.esm.js";
|
|
11
11
|
import "./stats-D0m3TvIg.esm.js";
|
|
12
12
|
import "./id-B30uqGbp.esm.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { f as Manager } from "./index-BTaLQSj9.js";
|
|
2
2
|
import "./types-oveF7RrS.js";
|
|
3
3
|
import { i as RegulationTypes } from "./types-mQLzH6uw.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as xstate0 from "xstate";
|
|
5
5
|
|
|
6
6
|
//#region src/modules/mandatory-consent/types.d.ts
|
|
7
7
|
type MandatoryConsentConfig = {
|
|
@@ -28,7 +28,7 @@ type MandatoryConsentContext = {
|
|
|
28
28
|
type MandatoryConsentInput = {
|
|
29
29
|
config: MandatoryConsentConfig;
|
|
30
30
|
};
|
|
31
|
-
declare const mandatoryConsentMachine:
|
|
31
|
+
declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentContext, {
|
|
32
32
|
type: "LOAD";
|
|
33
33
|
} | {
|
|
34
34
|
type: "TOGGLE";
|
|
@@ -41,53 +41,53 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
41
41
|
} | {
|
|
42
42
|
type: "RESET";
|
|
43
43
|
}, {
|
|
44
|
-
[x: string]:
|
|
44
|
+
[x: string]: xstate0.ActorRefFromLogic<xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
45
45
|
config: MandatoryConsentConfig;
|
|
46
|
-
},
|
|
46
|
+
}, xstate0.EventObject>> | xstate0.ActorRefFromLogic<xstate0.PromiseActorLogic<void, {
|
|
47
47
|
consentId: string;
|
|
48
48
|
isSigned: boolean;
|
|
49
|
-
},
|
|
50
|
-
},
|
|
49
|
+
}, xstate0.EventObject>> | undefined;
|
|
50
|
+
}, xstate0.Values<{
|
|
51
51
|
fetchConsent: {
|
|
52
52
|
src: "fetchConsent";
|
|
53
|
-
logic:
|
|
53
|
+
logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
54
54
|
config: MandatoryConsentConfig;
|
|
55
|
-
},
|
|
55
|
+
}, xstate0.EventObject>;
|
|
56
56
|
id: string | undefined;
|
|
57
57
|
};
|
|
58
58
|
submitConsent: {
|
|
59
59
|
src: "submitConsent";
|
|
60
|
-
logic:
|
|
60
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
61
61
|
consentId: string;
|
|
62
62
|
isSigned: boolean;
|
|
63
|
-
},
|
|
63
|
+
}, xstate0.EventObject>;
|
|
64
64
|
id: string | undefined;
|
|
65
65
|
};
|
|
66
|
-
}>,
|
|
66
|
+
}>, xstate0.Values<{
|
|
67
|
+
setConsent: {
|
|
68
|
+
type: "setConsent";
|
|
69
|
+
params: xstate0.NonReducibleUnknown;
|
|
70
|
+
};
|
|
71
|
+
toggleSigned: {
|
|
72
|
+
type: "toggleSigned";
|
|
73
|
+
params: xstate0.NonReducibleUnknown;
|
|
74
|
+
};
|
|
67
75
|
setError: {
|
|
68
76
|
type: "setError";
|
|
69
|
-
params:
|
|
77
|
+
params: xstate0.NonReducibleUnknown;
|
|
70
78
|
};
|
|
71
79
|
clearError: {
|
|
72
80
|
type: "clearError";
|
|
73
|
-
params:
|
|
81
|
+
params: xstate0.NonReducibleUnknown;
|
|
74
82
|
};
|
|
75
83
|
resetContext: {
|
|
76
84
|
type: "resetContext";
|
|
77
|
-
params:
|
|
78
|
-
};
|
|
79
|
-
setConsent: {
|
|
80
|
-
type: "setConsent";
|
|
81
|
-
params: xstate131.NonReducibleUnknown;
|
|
82
|
-
};
|
|
83
|
-
toggleSigned: {
|
|
84
|
-
type: "toggleSigned";
|
|
85
|
-
params: xstate131.NonReducibleUnknown;
|
|
85
|
+
params: xstate0.NonReducibleUnknown;
|
|
86
86
|
};
|
|
87
87
|
}>, {
|
|
88
88
|
type: "canSubmit";
|
|
89
89
|
params: unknown;
|
|
90
|
-
}, never, "error" | "idle" | "
|
|
90
|
+
}, never, "error" | "idle" | "loading" | "display" | "submitting" | "closed" | "finished", string, MandatoryConsentInput, xstate0.NonReducibleUnknown, xstate0.EventObject, xstate0.MetaObject, {
|
|
91
91
|
readonly id: "mandatoryConsent";
|
|
92
92
|
readonly initial: "idle";
|
|
93
93
|
readonly context: ({
|
|
@@ -96,70 +96,70 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
96
96
|
spawn: {
|
|
97
97
|
<TSrc extends "fetchConsent" | "submitConsent">(logic: TSrc, ...[options]: ({
|
|
98
98
|
src: "fetchConsent";
|
|
99
|
-
logic:
|
|
99
|
+
logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
100
100
|
config: MandatoryConsentConfig;
|
|
101
|
-
},
|
|
101
|
+
}, xstate0.EventObject>;
|
|
102
102
|
id: string | undefined;
|
|
103
103
|
} extends infer T ? T extends {
|
|
104
104
|
src: "fetchConsent";
|
|
105
|
-
logic:
|
|
105
|
+
logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
106
106
|
config: MandatoryConsentConfig;
|
|
107
|
-
},
|
|
107
|
+
}, xstate0.EventObject>;
|
|
108
108
|
id: string | undefined;
|
|
109
109
|
} ? T extends {
|
|
110
110
|
src: TSrc;
|
|
111
|
-
} ?
|
|
111
|
+
} ? xstate0.ConditionalRequired<[options?: ({
|
|
112
112
|
id?: T["id"] | undefined;
|
|
113
113
|
systemId?: string;
|
|
114
|
-
input?:
|
|
114
|
+
input?: xstate0.InputFrom<T["logic"]> | undefined;
|
|
115
115
|
syncSnapshot?: boolean;
|
|
116
|
-
} & { [K in
|
|
116
|
+
} & { [K in xstate0.RequiredActorOptions<T>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredActorOptions<T>>> : never : never : never) | ({
|
|
117
117
|
src: "submitConsent";
|
|
118
|
-
logic:
|
|
118
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
119
119
|
consentId: string;
|
|
120
120
|
isSigned: boolean;
|
|
121
|
-
},
|
|
121
|
+
}, xstate0.EventObject>;
|
|
122
122
|
id: string | undefined;
|
|
123
123
|
} extends infer T_1 ? T_1 extends {
|
|
124
124
|
src: "submitConsent";
|
|
125
|
-
logic:
|
|
125
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
126
126
|
consentId: string;
|
|
127
127
|
isSigned: boolean;
|
|
128
|
-
},
|
|
128
|
+
}, xstate0.EventObject>;
|
|
129
129
|
id: string | undefined;
|
|
130
130
|
} ? T_1 extends {
|
|
131
131
|
src: TSrc;
|
|
132
|
-
} ?
|
|
132
|
+
} ? xstate0.ConditionalRequired<[options?: ({
|
|
133
133
|
id?: T_1["id"] | undefined;
|
|
134
134
|
systemId?: string;
|
|
135
|
-
input?:
|
|
135
|
+
input?: xstate0.InputFrom<T_1["logic"]> | undefined;
|
|
136
136
|
syncSnapshot?: boolean;
|
|
137
|
-
} & { [K_1 in
|
|
137
|
+
} & { [K_1 in xstate0.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredActorOptions<T_1>>> : never : never : never)): xstate0.ActorRefFromLogic<xstate0.GetConcreteByKey<xstate0.Values<{
|
|
138
138
|
fetchConsent: {
|
|
139
139
|
src: "fetchConsent";
|
|
140
|
-
logic:
|
|
140
|
+
logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
141
141
|
config: MandatoryConsentConfig;
|
|
142
|
-
},
|
|
142
|
+
}, xstate0.EventObject>;
|
|
143
143
|
id: string | undefined;
|
|
144
144
|
};
|
|
145
145
|
submitConsent: {
|
|
146
146
|
src: "submitConsent";
|
|
147
|
-
logic:
|
|
147
|
+
logic: xstate0.PromiseActorLogic<void, {
|
|
148
148
|
consentId: string;
|
|
149
149
|
isSigned: boolean;
|
|
150
|
-
},
|
|
150
|
+
}, xstate0.EventObject>;
|
|
151
151
|
id: string | undefined;
|
|
152
152
|
};
|
|
153
153
|
}>, "src", TSrc>["logic"]>;
|
|
154
|
-
<TLogic extends
|
|
154
|
+
<TLogic extends xstate0.AnyActorLogic>(src: TLogic, ...[options]: xstate0.ConditionalRequired<[options?: ({
|
|
155
155
|
id?: never;
|
|
156
156
|
systemId?: string;
|
|
157
|
-
input?:
|
|
157
|
+
input?: xstate0.InputFrom<TLogic> | undefined;
|
|
158
158
|
syncSnapshot?: boolean;
|
|
159
|
-
} & { [K in
|
|
159
|
+
} & { [K in xstate0.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredLogicInput<TLogic>>>): xstate0.ActorRefFromLogic<TLogic>;
|
|
160
160
|
};
|
|
161
161
|
input: MandatoryConsentInput;
|
|
162
|
-
self:
|
|
162
|
+
self: xstate0.ActorRef<xstate0.MachineSnapshot<MandatoryConsentContext, {
|
|
163
163
|
type: "LOAD";
|
|
164
164
|
} | {
|
|
165
165
|
type: "TOGGLE";
|
|
@@ -171,7 +171,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
171
171
|
type: "RETRY";
|
|
172
172
|
} | {
|
|
173
173
|
type: "RESET";
|
|
174
|
-
}, Record<string,
|
|
174
|
+
}, Record<string, xstate0.AnyActorRef | undefined>, xstate0.StateValue, string, unknown, any, any>, {
|
|
175
175
|
type: "LOAD";
|
|
176
176
|
} | {
|
|
177
177
|
type: "TOGGLE";
|
|
@@ -183,7 +183,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
183
183
|
type: "RETRY";
|
|
184
184
|
} | {
|
|
185
185
|
type: "RESET";
|
|
186
|
-
},
|
|
186
|
+
}, xstate0.AnyEventObject>;
|
|
187
187
|
}) => {
|
|
188
188
|
config: MandatoryConsentConfig;
|
|
189
189
|
consent: undefined;
|
|
@@ -220,7 +220,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
220
220
|
} | {
|
|
221
221
|
type: "RESET";
|
|
222
222
|
};
|
|
223
|
-
self:
|
|
223
|
+
self: xstate0.ActorRef<xstate0.MachineSnapshot<MandatoryConsentContext, {
|
|
224
224
|
type: "LOAD";
|
|
225
225
|
} | {
|
|
226
226
|
type: "TOGGLE";
|
|
@@ -232,7 +232,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
232
232
|
type: "RETRY";
|
|
233
233
|
} | {
|
|
234
234
|
type: "RESET";
|
|
235
|
-
}, Record<string,
|
|
235
|
+
}, Record<string, xstate0.AnyActorRef>, xstate0.StateValue, string, unknown, any, any>, {
|
|
236
236
|
type: "LOAD";
|
|
237
237
|
} | {
|
|
238
238
|
type: "TOGGLE";
|
|
@@ -244,7 +244,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
244
244
|
type: "RETRY";
|
|
245
245
|
} | {
|
|
246
246
|
type: "RESET";
|
|
247
|
-
},
|
|
247
|
+
}, xstate0.AnyEventObject>;
|
|
248
248
|
}) => {
|
|
249
249
|
config: MandatoryConsentConfig;
|
|
250
250
|
};
|
|
@@ -297,7 +297,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
297
297
|
} | {
|
|
298
298
|
type: "RESET";
|
|
299
299
|
};
|
|
300
|
-
self:
|
|
300
|
+
self: xstate0.ActorRef<xstate0.MachineSnapshot<MandatoryConsentContext, {
|
|
301
301
|
type: "LOAD";
|
|
302
302
|
} | {
|
|
303
303
|
type: "TOGGLE";
|
|
@@ -309,7 +309,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
309
309
|
type: "RETRY";
|
|
310
310
|
} | {
|
|
311
311
|
type: "RESET";
|
|
312
|
-
}, Record<string,
|
|
312
|
+
}, Record<string, xstate0.AnyActorRef>, xstate0.StateValue, string, unknown, any, any>, {
|
|
313
313
|
type: "LOAD";
|
|
314
314
|
} | {
|
|
315
315
|
type: "TOGGLE";
|
|
@@ -321,7 +321,7 @@ declare const mandatoryConsentMachine: xstate131.StateMachine<MandatoryConsentCo
|
|
|
321
321
|
type: "RETRY";
|
|
322
322
|
} | {
|
|
323
323
|
type: "RESET";
|
|
324
|
-
},
|
|
324
|
+
}, xstate0.AnyEventObject>;
|
|
325
325
|
}) => {
|
|
326
326
|
consentId: string;
|
|
327
327
|
isSigned: boolean;
|
package/dist/selfie.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { d as CameraStream } from "./index-BTaLQSj9.js";
|
|
2
2
|
import { n as PermissionResult, r as PermissionStatus, t as DeepsightService } from "./deepsightService-DxA--87N.js";
|
|
3
|
-
import { _ as DetectionStatus, a as SelfieMachine, d as SelfieConfig, o as selfieMachine, v as FaceErrorCode } from "./faceCaptureManagerFactory-
|
|
3
|
+
import { _ as DetectionStatus, a as SelfieMachine, d as SelfieConfig, o as selfieMachine, v as FaceErrorCode } from "./faceCaptureManagerFactory-CGpkO_S3.js";
|
|
4
4
|
import "./warmup-CzfSiaMj.js";
|
|
5
5
|
import "./types-oveF7RrS.js";
|
|
6
6
|
import "./types-mQLzH6uw.js";
|
|
7
|
-
import { a as ProcessFaceResponse, n as SelfieState, o as processFace, r as createSelfieManager, t as SelfieManager } from "./selfieManager-
|
|
7
|
+
import { a as ProcessFaceResponse, n as SelfieState, o as processFace, r as createSelfieManager, t as SelfieManager } from "./selfieManager-B4Nnp7ws.js";
|
|
8
8
|
export { type CameraStream, type DeepsightService, type DetectionStatus, type FaceErrorCode, type PermissionResult, type PermissionStatus, type ProcessFaceResponse, type SelfieConfig, type SelfieMachine, type SelfieManager, type SelfieState, createSelfieManager, processFace, selfieMachine };
|
package/dist/selfie.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import "./backCameraStream-
|
|
2
|
+
import "./backCameraStream-jiRgi6k7.esm.js";
|
|
3
3
|
import "./src-DCc0dMkT.esm.js";
|
|
4
4
|
import "./recordingsRepository-COovU1i4.esm.js";
|
|
5
5
|
import "./browserSimulation-C8gNnn5p.esm.js";
|
|
@@ -7,7 +7,7 @@ import "./api-G4JA8CXK.esm.js";
|
|
|
7
7
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
8
8
|
import "./deepsightService-lTQvj-Wf.esm.js";
|
|
9
9
|
import "./stats-D0m3TvIg.esm.js";
|
|
10
|
-
import { n as processFace } from "./faceCaptureSetup-
|
|
11
|
-
import { r as selfieMachine, t as createSelfieManager } from "./selfieManager-
|
|
10
|
+
import { n as processFace } from "./faceCaptureSetup-CP7WXoGS.esm.js";
|
|
11
|
+
import { r as selfieMachine, t as createSelfieManager } from "./selfieManager-DZTwDE-b.esm.js";
|
|
12
12
|
|
|
13
13
|
export { createSelfieManager, processFace, selfieMachine };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { f as Manager } from "./index-BTaLQSj9.js";
|
|
2
|
-
import { i as SelfieActor, n as FaceCaptureManagerState, r as CreateSelfieActorOptions, t as FaceCaptureManager } from "./faceCaptureManagerFactory-
|
|
2
|
+
import { i as SelfieActor, n as FaceCaptureManagerState, r as CreateSelfieActorOptions, t as FaceCaptureManager } from "./faceCaptureManagerFactory-CGpkO_S3.js";
|
|
3
3
|
|
|
4
4
|
//#region src/modules/selfie/selfieUploadService.d.ts
|
|
5
5
|
type ProcessFaceImageType = 'selfie' | 'videoSelfie';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as createActor, n as eventModuleNames, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
2
|
import { o as WasmUtilProvider, v as BrowserStorageProvider } from "./src-DCc0dMkT.esm.js";
|
|
3
|
-
import { a as createFaceCaptureManagerFromActor, i as FACE_ERROR_CODES, n as processFace, r as uploadSelfie, t as faceCaptureMachine } from "./faceCaptureSetup-
|
|
3
|
+
import { a as createFaceCaptureManagerFromActor, i as FACE_ERROR_CODES, n as processFace, r as uploadSelfie, t as faceCaptureMachine } from "./faceCaptureSetup-CP7WXoGS.esm.js";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/selfie/selfieErrorUtils.ts
|
|
6
6
|
const FACE_ERROR_CODE_VALUES = Object.values(FACE_ERROR_CODES);
|