@incodetech/core 0.0.0-dev-20260326-408c0fa → 0.0.0-dev-20260330-e91ed6b
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-B_Vjy2UE.esm.js → addressSearch-CVORoFHv.esm.js} +1 -1
- package/dist/authentication.esm.js +6 -6
- package/dist/{authenticationManager-CoeHnXPS.esm.js → authenticationManager-DMbrmeCK.esm.js} +3 -3
- package/dist/{backCameraStream-jiRgi6k7.esm.js → backCameraStream-CTPugcLL.esm.js} +1 -1
- package/dist/consent.d.ts +53 -53
- package/dist/consent.esm.js +1 -1
- package/dist/curp-validation.esm.js +1 -1
- package/dist/{deepsightLoader-BRQ6an4b.esm.js → deepsightLoader-ZyEiKNss.esm.js} +2 -2
- package/dist/{deepsightService-lTQvj-Wf.esm.js → deepsightService-qolSLlqQ.esm.js} +1 -1
- package/dist/document-capture.d.ts +5 -5
- package/dist/document-capture.esm.js +2 -2
- package/dist/document-upload.d.ts +46 -46
- package/dist/document-upload.esm.js +2 -2
- package/dist/ekyb.esm.js +4 -4
- package/dist/ekyc.esm.js +2 -2
- package/dist/email.esm.js +2 -2
- package/dist/{emailManager-C8EeT_ZS.esm.js → emailManager-bG4KnBIC.esm.js} +1 -1
- package/dist/extensibility.d.ts +27 -1
- package/dist/extensibility.esm.js +12 -12
- package/dist/face-match.esm.js +1 -1
- package/dist/{faceCaptureSetup-CP7WXoGS.esm.js → faceCaptureSetup-Ca7SG6Xe.esm.js} +4 -4
- package/dist/flow.esm.js +3 -3
- package/dist/{flowServices-D4YyGfcD.esm.js → flowServices-C65cm0LX.esm.js} +1 -1
- package/dist/geolocation.esm.js +1 -1
- package/dist/government-validation.esm.js +1 -1
- package/dist/id.esm.js +6 -6
- package/dist/{idCaptureManager-BxlkQJq-.esm.js → idCaptureManager-CDEC7BSu.esm.js} +5 -5
- package/dist/index.esm.js +6 -6
- package/dist/mandatory-consent.d.ts +50 -50
- package/dist/mandatory-consent.esm.js +1 -1
- package/dist/phone.esm.js +2 -2
- package/dist/{phoneManager-Chu-DkAG.esm.js → phoneManager-DES56A95.esm.js} +1 -1
- package/dist/{recordingsRepository-COovU1i4.esm.js → recordingsRepository-IvkvHqPF.esm.js} +1 -1
- package/dist/redirect-to-mobile.esm.js +1 -1
- package/dist/selfie.esm.js +6 -6
- package/dist/{selfieManager-DZTwDE-b.esm.js → selfieManager-BIQkjPBF.esm.js} +2 -2
- package/dist/{session-CRPiwwF-.esm.js → session-CVMjvvmd.esm.js} +9 -2
- package/dist/signature.esm.js +1 -1
- package/dist/{src-DCc0dMkT.esm.js → src-NguNDCeE.esm.js} +1 -1
- package/package.json +1 -1
package/dist/email.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import "./src-
|
|
2
|
+
import "./src-NguNDCeE.esm.js";
|
|
3
3
|
import "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
5
|
-
import { r as emailMachine, t as createEmailManager } from "./emailManager-
|
|
5
|
+
import { r as emailMachine, t as createEmailManager } from "./emailManager-bG4KnBIC.esm.js";
|
|
6
6
|
|
|
7
7
|
export { createEmailManager, emailMachine };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as createActor, b as fromCallback, n as eventModuleNames, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { _ as BrowserTimerProvider, j as createManager } from "./src-
|
|
2
|
+
import { _ as BrowserTimerProvider, j as createManager } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
package/dist/extensibility.d.ts
CHANGED
|
@@ -10,6 +10,29 @@ import { i as createAuthenticationManagerFromActor, n as AuthenticationState, t
|
|
|
10
10
|
import { i as createEmailManagerFromActor, n as EmailState, t as EmailManager } from "./emailManager-vDj9azjD.js";
|
|
11
11
|
import { i as createPhoneManagerFromActor, n as PhoneState, t as PhoneManager } from "./phoneManager-BBEdl-dP.js";
|
|
12
12
|
|
|
13
|
+
//#region ../infra/src/capabilities/IFingerprintCapability.d.ts
|
|
14
|
+
type DeviceFingerprintInfo = {
|
|
15
|
+
device: {
|
|
16
|
+
model?: string;
|
|
17
|
+
};
|
|
18
|
+
os: {
|
|
19
|
+
name?: string;
|
|
20
|
+
version?: string;
|
|
21
|
+
};
|
|
22
|
+
browser: {
|
|
23
|
+
name?: string;
|
|
24
|
+
version?: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type FingerprintResult = {
|
|
28
|
+
visitorId: string;
|
|
29
|
+
ip: string;
|
|
30
|
+
deviceInfo: DeviceFingerprintInfo;
|
|
31
|
+
};
|
|
32
|
+
//#endregion
|
|
33
|
+
//#region ../infra/src/device/getDeviceData.d.ts
|
|
34
|
+
declare function getDeviceFingerprintInfo(): Promise<DeviceFingerprintInfo>;
|
|
35
|
+
//#endregion
|
|
13
36
|
//#region ../infra/src/providers/browser/BrowserStorageProvider.d.ts
|
|
14
37
|
/**
|
|
15
38
|
* Browser-based storage provider wrapping localStorage.
|
|
@@ -89,4 +112,7 @@ type AuthenticationUploadResponse = {
|
|
|
89
112
|
metadata?: string;
|
|
90
113
|
};
|
|
91
114
|
//#endregion
|
|
92
|
-
|
|
115
|
+
//#region src/internal/fingerprint/fingerprintApi.d.ts
|
|
116
|
+
declare function getFingerprint(disableIpify?: boolean): Promise<FingerprintResult>;
|
|
117
|
+
//#endregion
|
|
118
|
+
export { type AuthenticationManager, type AuthenticationState, type AuthenticationUploadResponse, BrowserStorageProvider, type CaptureIdResponse, type DeviceFingerprintInfo, type EmailManager, type EmailState, type FaceCaptureContext, type FaceCaptureEvent, type FaceCaptureInput, type FaceCaptureManager, type FaceCaptureManagerState, type FingerprintResult, type IdCaptureManager, type IdCaptureState, type PhoneManager, type PhoneState, type ProcessFaceResponse, type SelfieManager, type SelfieState, type SendFaceImageResponse, WasmUtilProvider, createActor, createAuthenticationManagerFromActor, createEmailManagerFromActor, createIdCaptureManagerFromActor, createPhoneManagerFromActor, createSelfieManagerFromActor, faceCaptureMachine, fromPromise, getDeviceFingerprintInfo, getFingerprint };
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { S as createActor, x as fromPromise } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import "./backCameraStream-
|
|
3
|
-
import { o as WasmUtilProvider, v as BrowserStorageProvider } from "./src-
|
|
4
|
-
import "./recordingsRepository-
|
|
2
|
+
import "./backCameraStream-CTPugcLL.esm.js";
|
|
3
|
+
import { N as getDeviceFingerprintInfo, o as WasmUtilProvider, v as BrowserStorageProvider } from "./src-NguNDCeE.esm.js";
|
|
4
|
+
import "./recordingsRepository-IvkvHqPF.esm.js";
|
|
5
5
|
import "./browserSimulation-C8gNnn5p.esm.js";
|
|
6
6
|
import "./api-G4JA8CXK.esm.js";
|
|
7
7
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
8
|
-
import "./session-
|
|
9
|
-
import { n as createIdCaptureManagerFromActor } from "./idCaptureManager-
|
|
10
|
-
import "./deepsightService-
|
|
8
|
+
import { s as getFingerprint } from "./session-CVMjvvmd.esm.js";
|
|
9
|
+
import { n as createIdCaptureManagerFromActor } from "./idCaptureManager-CDEC7BSu.esm.js";
|
|
10
|
+
import "./deepsightService-qolSLlqQ.esm.js";
|
|
11
11
|
import "./stats-D0m3TvIg.esm.js";
|
|
12
|
-
import { t as faceCaptureMachine } from "./faceCaptureSetup-
|
|
13
|
-
import { n as createAuthenticationManagerFromActor } from "./authenticationManager-
|
|
14
|
-
import { n as createEmailManagerFromActor } from "./emailManager-
|
|
15
|
-
import { n as createSelfieManagerFromActor } from "./selfieManager-
|
|
16
|
-
import { n as createPhoneManagerFromActor } from "./phoneManager-
|
|
12
|
+
import { t as faceCaptureMachine } from "./faceCaptureSetup-Ca7SG6Xe.esm.js";
|
|
13
|
+
import { n as createAuthenticationManagerFromActor } from "./authenticationManager-DMbrmeCK.esm.js";
|
|
14
|
+
import { n as createEmailManagerFromActor } from "./emailManager-bG4KnBIC.esm.js";
|
|
15
|
+
import { n as createSelfieManagerFromActor } from "./selfieManager-BIQkjPBF.esm.js";
|
|
16
|
+
import { n as createPhoneManagerFromActor } from "./phoneManager-DES56A95.esm.js";
|
|
17
17
|
|
|
18
|
-
export { BrowserStorageProvider, WasmUtilProvider, createActor, createAuthenticationManagerFromActor, createEmailManagerFromActor, createIdCaptureManagerFromActor, createPhoneManagerFromActor, createSelfieManagerFromActor, faceCaptureMachine, fromPromise };
|
|
18
|
+
export { BrowserStorageProvider, WasmUtilProvider, createActor, createAuthenticationManagerFromActor, createEmailManagerFromActor, createIdCaptureManagerFromActor, createPhoneManagerFromActor, createSelfieManagerFromActor, faceCaptureMachine, fromPromise, getDeviceFingerprintInfo, getFingerprint };
|
package/dist/face-match.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as createActor, n as eventModuleNames, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { j as createManager } from "./src-
|
|
2
|
+
import { j as createManager } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { b as fromCallback, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { n as getDesktopCameraStream, t as getBackCameraStream } from "./backCameraStream-
|
|
3
|
-
import { A as stopCameraStream,
|
|
4
|
-
import { a as checkPermission, i as uploadDeepsightVideo, n as startRecording, o as requestPermission, r as stopRecording$1, s as flagFaceManualReview, t as createRecordingSession, u as getDeviceClass } from "./recordingsRepository-
|
|
2
|
+
import { n as getDesktopCameraStream, t as getBackCameraStream } from "./backCameraStream-CTPugcLL.esm.js";
|
|
3
|
+
import { A as stopCameraStream, C as StreamCanvasCapture, R as isDesktop, S as StreamCanvasProcessingSession, V as isIPhone14OrHigher, c as FaceDetectionProvider, f as OpenViduRecordingProvider, j as createManager, k as requestCameraAccess, m as LocalRecordingProvider } from "./src-NguNDCeE.esm.js";
|
|
4
|
+
import { a as checkPermission, i as uploadDeepsightVideo, n as startRecording, o as requestPermission, r as stopRecording$1, s as flagFaceManualReview, t as createRecordingSession, u as getDeviceClass } from "./recordingsRepository-IvkvHqPF.esm.js";
|
|
5
5
|
import { r as getToken, t as api } from "./api-G4JA8CXK.esm.js";
|
|
6
6
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
7
7
|
import { t as addDeviceStats } from "./stats-D0m3TvIg.esm.js";
|
|
@@ -383,7 +383,7 @@ async function stopRecording(session) {
|
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
385
|
async function initializeDeepsightSession(options) {
|
|
386
|
-
const { loadDeepsightSession } = await import("./deepsightLoader-
|
|
386
|
+
const { loadDeepsightSession } = await import("./deepsightLoader-ZyEiKNss.esm.js");
|
|
387
387
|
return loadDeepsightSession({
|
|
388
388
|
ds: options.ds,
|
|
389
389
|
storage: options.storage
|
package/dist/flow.esm.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { S as createActor, b as fromCallback, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { j as createManager } from "./src-
|
|
2
|
+
import { j as createManager } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import "./browserSimulation-C8gNnn5p.esm.js";
|
|
4
4
|
import "./api-G4JA8CXK.esm.js";
|
|
5
5
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
6
|
-
import "./session-
|
|
7
|
-
import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-
|
|
6
|
+
import "./session-CVMjvvmd.esm.js";
|
|
7
|
+
import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-C65cm0LX.esm.js";
|
|
8
8
|
import { t as getFinishStatus } from "./flowCompletionService-Bkaerugt.esm.js";
|
|
9
9
|
|
|
10
10
|
//#region src/modules/flow/flowStateMachine.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
2
2
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
3
|
-
import { i as initializeSession, r as getSessionFingerprintResult } from "./session-
|
|
3
|
+
import { i as initializeSession, r as getSessionFingerprintResult } from "./session-CVMjvvmd.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 { S as createActor, n as eventModuleNames, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import {
|
|
2
|
+
import { L as isAndroid, j as createManager, x as BrowserGeolocationProvider, z as isIOS } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as createActor, b as fromCallback, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { _ as BrowserTimerProvider, j as createManager } from "./src-
|
|
2
|
+
import { _ as BrowserTimerProvider, j as createManager } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
package/dist/id.esm.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import "./backCameraStream-
|
|
3
|
-
import "./src-
|
|
4
|
-
import "./recordingsRepository-
|
|
2
|
+
import "./backCameraStream-CTPugcLL.esm.js";
|
|
3
|
+
import "./src-NguNDCeE.esm.js";
|
|
4
|
+
import "./recordingsRepository-IvkvHqPF.esm.js";
|
|
5
5
|
import "./browserSimulation-C8gNnn5p.esm.js";
|
|
6
6
|
import "./api-G4JA8CXK.esm.js";
|
|
7
7
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
8
|
-
import "./session-
|
|
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-
|
|
10
|
-
import "./deepsightService-
|
|
8
|
+
import "./session-CVMjvvmd.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-CDEC7BSu.esm.js";
|
|
10
|
+
import "./deepsightService-qolSLlqQ.esm.js";
|
|
11
11
|
import "./stats-D0m3TvIg.esm.js";
|
|
12
12
|
import "./id-B30uqGbp.esm.js";
|
|
13
13
|
|
|
@@ -1,10 +1,10 @@
|
|
|
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-
|
|
3
|
-
import { C as StreamCanvasCapture, E as IncodeCanvas,
|
|
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-
|
|
2
|
+
import { t as getBackCameraStream } from "./backCameraStream-CTPugcLL.esm.js";
|
|
3
|
+
import { C as StreamCanvasCapture, E as IncodeCanvas, F as getWindowDimensions, R as isDesktop, 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-NguNDCeE.esm.js";
|
|
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-IvkvHqPF.esm.js";
|
|
5
5
|
import { r as getToken, t as api } from "./api-G4JA8CXK.esm.js";
|
|
6
6
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
7
|
-
import { t as getDisableIpify } from "./session-
|
|
7
|
+
import { t as getDisableIpify } from "./session-CVMjvvmd.esm.js";
|
|
8
8
|
import { t as addDeviceStats } from "./stats-D0m3TvIg.esm.js";
|
|
9
9
|
|
|
10
10
|
//#region src/modules/id/idCaptureHelpers.ts
|
|
@@ -608,7 +608,7 @@ const checkMotionSensorActor = fromCallback(({ input, sendBack }) => {
|
|
|
608
608
|
});
|
|
609
609
|
const initializeDeepsightSessionActor = fromPromise(async ({ input }) => {
|
|
610
610
|
if (!input.dependencies) return;
|
|
611
|
-
const { loadDeepsightSession } = await import("./deepsightLoader-
|
|
611
|
+
const { loadDeepsightSession } = await import("./deepsightLoader-ZyEiKNss.esm.js");
|
|
612
612
|
return loadDeepsightSession({
|
|
613
613
|
ds: input.ds,
|
|
614
614
|
storage: input.dependencies.storage,
|
package/dist/index.esm.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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-
|
|
3
|
-
import { M as createApi_default, d as ScreenOrientationProvider, l as warmupWasm, n as DEFAULT_WASM_VERSION, o as WasmUtilProvider, r as buildDefaultWasmConfig
|
|
4
|
-
import { a as checkPermission, d as getBrowser, l as createScreenOrientationObserver, o as requestPermission, u as getDeviceClass } from "./recordingsRepository-
|
|
2
|
+
import "./backCameraStream-CTPugcLL.esm.js";
|
|
3
|
+
import { B as isIPad, M as createApi_default, d as ScreenOrientationProvider, l as warmupWasm, n as DEFAULT_WASM_VERSION, o as WasmUtilProvider, r as buildDefaultWasmConfig } from "./src-NguNDCeE.esm.js";
|
|
4
|
+
import { a as checkPermission, d as getBrowser, l as createScreenOrientationObserver, o as requestPermission, u as getDeviceClass } from "./recordingsRepository-IvkvHqPF.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
|
-
import { a as isSessionInitialized, i as initializeSession, n as getSessionFeatures, o as resetSessionInit,
|
|
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-
|
|
10
|
-
import "./deepsightService-
|
|
8
|
+
import { a as isSessionInitialized, c as createSession, i as initializeSession, n as getSessionFeatures, o as resetSessionInit, t as getDisableIpify } from "./session-CVMjvvmd.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-CDEC7BSu.esm.js";
|
|
10
|
+
import "./deepsightService-qolSLlqQ.esm.js";
|
|
11
11
|
import "./stats-D0m3TvIg.esm.js";
|
|
12
12
|
import "./id-B30uqGbp.esm.js";
|
|
13
13
|
|
|
@@ -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 xstate63 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: xstate63.StateMachine<MandatoryConsentContext, {
|
|
32
32
|
type: "LOAD";
|
|
33
33
|
} | {
|
|
34
34
|
type: "TOGGLE";
|
|
@@ -41,53 +41,53 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
41
41
|
} | {
|
|
42
42
|
type: "RESET";
|
|
43
43
|
}, {
|
|
44
|
-
[x: string]:
|
|
44
|
+
[x: string]: xstate63.ActorRefFromLogic<xstate63.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
45
45
|
config: MandatoryConsentConfig;
|
|
46
|
-
},
|
|
46
|
+
}, xstate63.EventObject>> | xstate63.ActorRefFromLogic<xstate63.PromiseActorLogic<void, {
|
|
47
47
|
consentId: string;
|
|
48
48
|
isSigned: boolean;
|
|
49
|
-
},
|
|
50
|
-
},
|
|
49
|
+
}, xstate63.EventObject>> | undefined;
|
|
50
|
+
}, xstate63.Values<{
|
|
51
51
|
fetchConsent: {
|
|
52
52
|
src: "fetchConsent";
|
|
53
|
-
logic:
|
|
53
|
+
logic: xstate63.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
54
54
|
config: MandatoryConsentConfig;
|
|
55
|
-
},
|
|
55
|
+
}, xstate63.EventObject>;
|
|
56
56
|
id: string | undefined;
|
|
57
57
|
};
|
|
58
58
|
submitConsent: {
|
|
59
59
|
src: "submitConsent";
|
|
60
|
-
logic:
|
|
60
|
+
logic: xstate63.PromiseActorLogic<void, {
|
|
61
61
|
consentId: string;
|
|
62
62
|
isSigned: boolean;
|
|
63
|
-
},
|
|
63
|
+
}, xstate63.EventObject>;
|
|
64
64
|
id: string | undefined;
|
|
65
65
|
};
|
|
66
|
-
}>,
|
|
67
|
-
resetContext: {
|
|
68
|
-
type: "resetContext";
|
|
69
|
-
params: xstate417.NonReducibleUnknown;
|
|
70
|
-
};
|
|
66
|
+
}>, xstate63.Values<{
|
|
71
67
|
setError: {
|
|
72
68
|
type: "setError";
|
|
73
|
-
params:
|
|
69
|
+
params: xstate63.NonReducibleUnknown;
|
|
74
70
|
};
|
|
75
71
|
clearError: {
|
|
76
72
|
type: "clearError";
|
|
77
|
-
params:
|
|
73
|
+
params: xstate63.NonReducibleUnknown;
|
|
78
74
|
};
|
|
79
75
|
setConsent: {
|
|
80
76
|
type: "setConsent";
|
|
81
|
-
params:
|
|
77
|
+
params: xstate63.NonReducibleUnknown;
|
|
82
78
|
};
|
|
83
79
|
toggleSigned: {
|
|
84
80
|
type: "toggleSigned";
|
|
85
|
-
params:
|
|
81
|
+
params: xstate63.NonReducibleUnknown;
|
|
82
|
+
};
|
|
83
|
+
resetContext: {
|
|
84
|
+
type: "resetContext";
|
|
85
|
+
params: xstate63.NonReducibleUnknown;
|
|
86
86
|
};
|
|
87
87
|
}>, {
|
|
88
88
|
type: "canSubmit";
|
|
89
89
|
params: unknown;
|
|
90
|
-
}, never, "error" | "idle" | "
|
|
90
|
+
}, never, "error" | "idle" | "closed" | "finished" | "loading" | "display" | "submitting", string, MandatoryConsentInput, xstate63.NonReducibleUnknown, xstate63.EventObject, xstate63.MetaObject, {
|
|
91
91
|
readonly id: "mandatoryConsent";
|
|
92
92
|
readonly initial: "idle";
|
|
93
93
|
readonly context: ({
|
|
@@ -96,70 +96,70 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
96
96
|
spawn: {
|
|
97
97
|
<TSrc extends "fetchConsent" | "submitConsent">(logic: TSrc, ...[options]: ({
|
|
98
98
|
src: "fetchConsent";
|
|
99
|
-
logic:
|
|
99
|
+
logic: xstate63.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
100
100
|
config: MandatoryConsentConfig;
|
|
101
|
-
},
|
|
101
|
+
}, xstate63.EventObject>;
|
|
102
102
|
id: string | undefined;
|
|
103
103
|
} extends infer T ? T extends {
|
|
104
104
|
src: "fetchConsent";
|
|
105
|
-
logic:
|
|
105
|
+
logic: xstate63.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
106
106
|
config: MandatoryConsentConfig;
|
|
107
|
-
},
|
|
107
|
+
}, xstate63.EventObject>;
|
|
108
108
|
id: string | undefined;
|
|
109
109
|
} ? T extends {
|
|
110
110
|
src: TSrc;
|
|
111
|
-
} ?
|
|
111
|
+
} ? xstate63.ConditionalRequired<[options?: ({
|
|
112
112
|
id?: T["id"] | undefined;
|
|
113
113
|
systemId?: string;
|
|
114
|
-
input?:
|
|
114
|
+
input?: xstate63.InputFrom<T["logic"]> | undefined;
|
|
115
115
|
syncSnapshot?: boolean;
|
|
116
|
-
} & { [K in
|
|
116
|
+
} & { [K in xstate63.RequiredActorOptions<T>]: unknown }) | undefined], xstate63.IsNotNever<xstate63.RequiredActorOptions<T>>> : never : never : never) | ({
|
|
117
117
|
src: "submitConsent";
|
|
118
|
-
logic:
|
|
118
|
+
logic: xstate63.PromiseActorLogic<void, {
|
|
119
119
|
consentId: string;
|
|
120
120
|
isSigned: boolean;
|
|
121
|
-
},
|
|
121
|
+
}, xstate63.EventObject>;
|
|
122
122
|
id: string | undefined;
|
|
123
123
|
} extends infer T_1 ? T_1 extends {
|
|
124
124
|
src: "submitConsent";
|
|
125
|
-
logic:
|
|
125
|
+
logic: xstate63.PromiseActorLogic<void, {
|
|
126
126
|
consentId: string;
|
|
127
127
|
isSigned: boolean;
|
|
128
|
-
},
|
|
128
|
+
}, xstate63.EventObject>;
|
|
129
129
|
id: string | undefined;
|
|
130
130
|
} ? T_1 extends {
|
|
131
131
|
src: TSrc;
|
|
132
|
-
} ?
|
|
132
|
+
} ? xstate63.ConditionalRequired<[options?: ({
|
|
133
133
|
id?: T_1["id"] | undefined;
|
|
134
134
|
systemId?: string;
|
|
135
|
-
input?:
|
|
135
|
+
input?: xstate63.InputFrom<T_1["logic"]> | undefined;
|
|
136
136
|
syncSnapshot?: boolean;
|
|
137
|
-
} & { [K_1 in
|
|
137
|
+
} & { [K_1 in xstate63.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate63.IsNotNever<xstate63.RequiredActorOptions<T_1>>> : never : never : never)): xstate63.ActorRefFromLogic<xstate63.GetConcreteByKey<xstate63.Values<{
|
|
138
138
|
fetchConsent: {
|
|
139
139
|
src: "fetchConsent";
|
|
140
|
-
logic:
|
|
140
|
+
logic: xstate63.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
141
141
|
config: MandatoryConsentConfig;
|
|
142
|
-
},
|
|
142
|
+
}, xstate63.EventObject>;
|
|
143
143
|
id: string | undefined;
|
|
144
144
|
};
|
|
145
145
|
submitConsent: {
|
|
146
146
|
src: "submitConsent";
|
|
147
|
-
logic:
|
|
147
|
+
logic: xstate63.PromiseActorLogic<void, {
|
|
148
148
|
consentId: string;
|
|
149
149
|
isSigned: boolean;
|
|
150
|
-
},
|
|
150
|
+
}, xstate63.EventObject>;
|
|
151
151
|
id: string | undefined;
|
|
152
152
|
};
|
|
153
153
|
}>, "src", TSrc>["logic"]>;
|
|
154
|
-
<TLogic extends
|
|
154
|
+
<TLogic extends xstate63.AnyActorLogic>(src: TLogic, ...[options]: xstate63.ConditionalRequired<[options?: ({
|
|
155
155
|
id?: never;
|
|
156
156
|
systemId?: string;
|
|
157
|
-
input?:
|
|
157
|
+
input?: xstate63.InputFrom<TLogic> | undefined;
|
|
158
158
|
syncSnapshot?: boolean;
|
|
159
|
-
} & { [K in
|
|
159
|
+
} & { [K in xstate63.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate63.IsNotNever<xstate63.RequiredLogicInput<TLogic>>>): xstate63.ActorRefFromLogic<TLogic>;
|
|
160
160
|
};
|
|
161
161
|
input: MandatoryConsentInput;
|
|
162
|
-
self:
|
|
162
|
+
self: xstate63.ActorRef<xstate63.MachineSnapshot<MandatoryConsentContext, {
|
|
163
163
|
type: "LOAD";
|
|
164
164
|
} | {
|
|
165
165
|
type: "TOGGLE";
|
|
@@ -171,7 +171,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
171
171
|
type: "RETRY";
|
|
172
172
|
} | {
|
|
173
173
|
type: "RESET";
|
|
174
|
-
}, Record<string,
|
|
174
|
+
}, Record<string, xstate63.AnyActorRef | undefined>, xstate63.StateValue, string, unknown, any, any>, {
|
|
175
175
|
type: "LOAD";
|
|
176
176
|
} | {
|
|
177
177
|
type: "TOGGLE";
|
|
@@ -183,7 +183,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
183
183
|
type: "RETRY";
|
|
184
184
|
} | {
|
|
185
185
|
type: "RESET";
|
|
186
|
-
},
|
|
186
|
+
}, xstate63.AnyEventObject>;
|
|
187
187
|
}) => {
|
|
188
188
|
config: MandatoryConsentConfig;
|
|
189
189
|
consent: undefined;
|
|
@@ -220,7 +220,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
220
220
|
} | {
|
|
221
221
|
type: "RESET";
|
|
222
222
|
};
|
|
223
|
-
self:
|
|
223
|
+
self: xstate63.ActorRef<xstate63.MachineSnapshot<MandatoryConsentContext, {
|
|
224
224
|
type: "LOAD";
|
|
225
225
|
} | {
|
|
226
226
|
type: "TOGGLE";
|
|
@@ -232,7 +232,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
232
232
|
type: "RETRY";
|
|
233
233
|
} | {
|
|
234
234
|
type: "RESET";
|
|
235
|
-
}, Record<string,
|
|
235
|
+
}, Record<string, xstate63.AnyActorRef>, xstate63.StateValue, string, unknown, any, any>, {
|
|
236
236
|
type: "LOAD";
|
|
237
237
|
} | {
|
|
238
238
|
type: "TOGGLE";
|
|
@@ -244,7 +244,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
244
244
|
type: "RETRY";
|
|
245
245
|
} | {
|
|
246
246
|
type: "RESET";
|
|
247
|
-
},
|
|
247
|
+
}, xstate63.AnyEventObject>;
|
|
248
248
|
}) => {
|
|
249
249
|
config: MandatoryConsentConfig;
|
|
250
250
|
};
|
|
@@ -297,7 +297,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
297
297
|
} | {
|
|
298
298
|
type: "RESET";
|
|
299
299
|
};
|
|
300
|
-
self:
|
|
300
|
+
self: xstate63.ActorRef<xstate63.MachineSnapshot<MandatoryConsentContext, {
|
|
301
301
|
type: "LOAD";
|
|
302
302
|
} | {
|
|
303
303
|
type: "TOGGLE";
|
|
@@ -309,7 +309,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
309
309
|
type: "RETRY";
|
|
310
310
|
} | {
|
|
311
311
|
type: "RESET";
|
|
312
|
-
}, Record<string,
|
|
312
|
+
}, Record<string, xstate63.AnyActorRef>, xstate63.StateValue, string, unknown, any, any>, {
|
|
313
313
|
type: "LOAD";
|
|
314
314
|
} | {
|
|
315
315
|
type: "TOGGLE";
|
|
@@ -321,7 +321,7 @@ declare const mandatoryConsentMachine: xstate417.StateMachine<MandatoryConsentCo
|
|
|
321
321
|
type: "RETRY";
|
|
322
322
|
} | {
|
|
323
323
|
type: "RESET";
|
|
324
|
-
},
|
|
324
|
+
}, xstate63.AnyEventObject>;
|
|
325
325
|
}) => {
|
|
326
326
|
consentId: string;
|
|
327
327
|
isSigned: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as createActor, n as eventModuleNames, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { j as createManager } from "./src-
|
|
2
|
+
import { j as createManager } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
package/dist/phone.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import "./src-
|
|
2
|
+
import "./src-NguNDCeE.esm.js";
|
|
3
3
|
import "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
5
|
-
import { r as phoneMachine, t as createPhoneManager } from "./phoneManager-
|
|
5
|
+
import { r as phoneMachine, t as createPhoneManager } from "./phoneManager-DES56A95.esm.js";
|
|
6
6
|
|
|
7
7
|
export { createPhoneManager, phoneMachine };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as createActor, b as fromCallback, n as eventModuleNames, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { _ as BrowserTimerProvider, j as createManager } from "./src-
|
|
2
|
+
import { _ as BrowserTimerProvider, j as createManager } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as stopCameraStream,
|
|
1
|
+
import { A as stopCameraStream, B as isIPad, I as getUserAgent, P as getDeviceInfo, k as requestCameraAccess, p as MotionSensorProvider, w as queryCameraPermission } from "./src-NguNDCeE.esm.js";
|
|
2
2
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
3
3
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as createActor, b as fromCallback, n as eventModuleNames, o as createManagerInstrumentation, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { _ as BrowserTimerProvider, j as createManager } from "./src-
|
|
2
|
+
import { _ as BrowserTimerProvider, j as createManager } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
package/dist/selfie.esm.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import "./backCameraStream-
|
|
3
|
-
import "./src-
|
|
4
|
-
import "./recordingsRepository-
|
|
2
|
+
import "./backCameraStream-CTPugcLL.esm.js";
|
|
3
|
+
import "./src-NguNDCeE.esm.js";
|
|
4
|
+
import "./recordingsRepository-IvkvHqPF.esm.js";
|
|
5
5
|
import "./browserSimulation-C8gNnn5p.esm.js";
|
|
6
6
|
import "./api-G4JA8CXK.esm.js";
|
|
7
7
|
import "./endpoints-CCuj1KZH.esm.js";
|
|
8
|
-
import "./deepsightService-
|
|
8
|
+
import "./deepsightService-qolSLlqQ.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-Ca7SG6Xe.esm.js";
|
|
11
|
+
import { r as selfieMachine, t as createSelfieManager } from "./selfieManager-BIQkjPBF.esm.js";
|
|
12
12
|
|
|
13
13
|
export { createSelfieManager, processFace, selfieMachine };
|
|
@@ -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
|
-
import { o as WasmUtilProvider, v as BrowserStorageProvider } from "./src-
|
|
3
|
-
import { a as createFaceCaptureManagerFromActor, i as FACE_ERROR_CODES, n as processFace, r as uploadSelfie, t as faceCaptureMachine } from "./faceCaptureSetup-
|
|
2
|
+
import { o as WasmUtilProvider, v as BrowserStorageProvider } from "./src-NguNDCeE.esm.js";
|
|
3
|
+
import { a as createFaceCaptureManagerFromActor, i as FACE_ERROR_CODES, n as processFace, r as uploadSelfie, t as faceCaptureMachine } from "./faceCaptureSetup-Ca7SG6Xe.esm.js";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/selfie/selfieErrorUtils.ts
|
|
6
6
|
const FACE_ERROR_CODE_VALUES = Object.values(FACE_ERROR_CODES);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h as addEvent } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { b as BrowserEnvironmentProvider, g as FingerprintProvider, h as IpifyProvider, y as BrowserInfoProvider } from "./src-
|
|
2
|
+
import { b as BrowserEnvironmentProvider, g as FingerprintProvider, h as IpifyProvider, y as BrowserInfoProvider } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as isBrowserSimulation } from "./browserSimulation-C8gNnn5p.esm.js";
|
|
4
4
|
import { n as getApi, t as api } from "./api-G4JA8CXK.esm.js";
|
|
5
5
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
@@ -69,6 +69,13 @@ function resetFeatureConfigCache() {
|
|
|
69
69
|
cachedFeatures$1 = null;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
+
//#endregion
|
|
73
|
+
//#region src/internal/fingerprint/fingerprintApi.ts
|
|
74
|
+
async function getFingerprint(disableIpify) {
|
|
75
|
+
const shouldDisableIpify = disableIpify ?? getDisableIpify();
|
|
76
|
+
return new FingerprintProvider(new IpifyProvider()).getFingerprint(shouldDisableIpify);
|
|
77
|
+
}
|
|
78
|
+
|
|
72
79
|
//#endregion
|
|
73
80
|
//#region src/internal/fingerprint/fingerprintService.ts
|
|
74
81
|
const SDK_VERSION = "2.0.0";
|
|
@@ -240,4 +247,4 @@ function resetSessionInit() {
|
|
|
240
247
|
}
|
|
241
248
|
|
|
242
249
|
//#endregion
|
|
243
|
-
export { isSessionInitialized as a, initializeSession as i, getSessionFeatures as n, resetSessionInit as o, getSessionFingerprintResult as r,
|
|
250
|
+
export { isSessionInitialized as a, createSession as c, initializeSession as i, getSessionFeatures as n, resetSessionInit as o, getSessionFingerprintResult as r, getFingerprint as s, getDisableIpify as t };
|
package/dist/signature.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as createActor, h as addEvent, n as eventModuleNames, o as createManagerInstrumentation, r as eventScreenNames, v as setup, x as fromPromise, y as assign } from "./events-Cc1xUUgF.esm.js";
|
|
2
|
-
import { j as createManager, t as SignaturePad } from "./src-
|
|
2
|
+
import { j as createManager, t as SignaturePad } from "./src-NguNDCeE.esm.js";
|
|
3
3
|
import { t as api } from "./api-G4JA8CXK.esm.js";
|
|
4
4
|
import { t as endpoints } from "./endpoints-CCuj1KZH.esm.js";
|
|
5
5
|
|
|
@@ -6464,4 +6464,4 @@ var SignaturePad = class _SignaturePad extends SignatureEventTarget {
|
|
|
6464
6464
|
};
|
|
6465
6465
|
|
|
6466
6466
|
//#endregion
|
|
6467
|
-
export { stopCameraStream as A,
|
|
6467
|
+
export { stopCameraStream as A, isIPad as B, StreamCanvasCapture as C, applyTrackConstraints as D, IncodeCanvas as E, getWindowDimensions as F, isSafari as H, getUserAgent as I, isAndroid as L, createApi_default as M, getDeviceFingerprintInfo as N, enumerateVideoDevices as O, getDeviceInfo as P, isDesktop as R, StreamCanvasProcessingSession as S, createHiddenVideoElement as T, isIPhone14OrHigher as V, BrowserTimerProvider as _, DEFAULT_ID_CAPTURE_THRESHOLDS as a, BrowserEnvironmentProvider as b, FaceDetectionProvider as c, ScreenOrientationProvider as d, OpenViduRecordingProvider as f, FingerprintProvider as g, IpifyProvider as h, DEFAULT_ID_CAPTURE_MODEL_VERSION as i, createManager as j, requestCameraAccess as k, warmupWasm as l, LocalRecordingProvider as m, DEFAULT_WASM_VERSION as n, WasmUtilProvider as o, MotionSensorProvider as p, buildDefaultWasmConfig as r, IdCaptureProvider as s, SignaturePad as t, VisibilityProvider as u, BrowserStorageProvider as v, queryCameraPermission as w, BrowserGeolocationProvider as x, BrowserInfoProvider as y, isIOS as z };
|