@incodetech/core 2.1.1-rc.4 → 2.1.1-rc.6
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.esm.js +6 -6
- package/dist/{authenticationManager-CWDi2BOI.esm.js → authenticationManager-DuMSpelF.esm.js} +2 -2
- package/dist/{authenticationStateMachine-DRY2mmrq.esm.js → authenticationStateMachine-CDG0SMYg.esm.js} +2 -2
- package/dist/certificate-issuance.d.ts +28 -28
- package/dist/consent.d.ts +1 -1
- package/dist/{consentManager-B-WC41zN.d.ts → consentManager-2EPNWwaG.d.ts} +50 -50
- package/dist/cpf-ocr.d.ts +1 -1
- package/dist/{cpfOcrManager-UxwjbB41.d.ts → cpfOcrManager-Bg7WqgVy.d.ts} +17 -17
- package/dist/{deepsightLoader-C9gah1-E.esm.js → deepsightLoader-CmbuFd4Q.esm.js} +1 -1
- package/dist/document-capture.d.ts +242 -242
- package/dist/document-upload.d.ts +43 -43
- package/dist/ekyb.esm.js +3 -3
- package/dist/{ekybStateMachine-BMKWlvbJ.esm.js → ekybStateMachine-D5vj8UG_.esm.js} +1 -1
- package/dist/extensibility.d.ts +5 -5
- package/dist/extensibility.esm.js +11 -11
- package/dist/{faceCaptureManagerFactory-s4wRwMou.esm.js → faceCaptureManagerFactory-B65bYWfD.esm.js} +1 -1
- package/dist/{faceCaptureSetup-TCy7nC4v.esm.js → faceCaptureSetup-CoQ5A9Il.esm.js} +2 -2
- package/dist/flow.d.ts +2 -2
- package/dist/flow.esm.js +18 -5
- package/dist/{flowServices-CC4Yjo3i.esm.js → flowServices-CYMfu_12.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 +5 -5
- package/dist/{idCaptureManager-da-Mg75H.esm.js → idCaptureManager-Cq1DSv6P.esm.js} +1 -1
- package/dist/{idCaptureStateMachine-CUT5BnrJ.esm.js → idCaptureStateMachine-BqjYsLFf.esm.js} +4 -4
- package/dist/{idOcrManager-Bppyh7Va.d.ts → idOcrManager-CXtyyf3I.d.ts} +52 -52
- package/dist/identity-reuse.d.ts +1 -1
- package/dist/{identityReuseManager-RvT_j2U6.d.ts → identityReuseManager-BNf21Y6b.d.ts} +31 -31
- package/dist/index.esm.js +2 -2
- package/dist/mandatory-consent.d.ts +1 -1
- package/dist/{mandatoryConsentManager-WqeJ-BGT.d.ts → mandatoryConsentManager-s6xcax0K.d.ts} +50 -50
- package/dist/{onDeviceFaceResults-B1TzNaDk.esm.js → onDeviceFaceResults-CAfvpjnC.esm.js} +1 -1
- package/dist/personhood.d.ts +10 -0
- package/dist/personhood.esm.js +11 -5
- package/dist/{recordingService-CgIREjnH.esm.js → recordingService-Df_A6oXO.esm.js} +1 -1
- package/dist/selfie.esm.js +6 -6
- package/dist/{selfieManager-D2H9WmPP.esm.js → selfieManager-CtS5wYEo.esm.js} +2 -2
- package/dist/{selfieStateMachine-Bx1SgEqB.esm.js → selfieStateMachine-CiMhj8YP.esm.js} +2 -2
- package/dist/session.esm.js +1 -1
- package/dist/{sessionInitializer-8p-JWZlA.esm.js → sessionInitializer-DfN3wUch.esm.js} +1 -1
- package/dist/{setup-B4yV-INl.esm.js → setup-_SH3lJGQ.esm.js} +2 -2
- package/dist/trust-graph.d.ts +2 -2
- package/dist/video-selfie.d.ts +2 -2
- package/dist/video-selfie.esm.js +3 -3
- package/dist/wasm.d.ts +1 -1
- package/dist/wasm.esm.js +2 -2
- package/dist/workflow.d.ts +105 -105
- package/dist/workflow.esm.js +9 -9
- package/package.json +1 -1
package/dist/trust-graph.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./StateMachine-D5WO6lHS.js";
|
|
2
2
|
import { t as Manager } from "./Manager-goNPc_h_.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as xstate397 from "xstate";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/trust-graph/trustGraphManager.d.ts
|
|
6
6
|
type TrustGraphIdleState = {
|
|
@@ -60,7 +60,7 @@ type TrustGraphContext = Record<string, never>;
|
|
|
60
60
|
* Mirror the `noOpFlowModuleMachine` / `identitySearchMachine` headless pattern:
|
|
61
61
|
* start directly in the `final` state.
|
|
62
62
|
*/
|
|
63
|
-
declare const trustGraphMachine:
|
|
63
|
+
declare const trustGraphMachine: xstate397.StateMachine<TrustGraphContext, xstate397.AnyEventObject, {}, never, never, never, never, "finished", string, xstate397.NonReducibleUnknown, xstate397.NonReducibleUnknown, xstate397.EventObject, xstate397.MetaObject, {
|
|
64
64
|
readonly id: "trust-graph";
|
|
65
65
|
readonly initial: "finished";
|
|
66
66
|
readonly context: {};
|
package/dist/video-selfie.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { i as FlowModuleConfig } from "./types-BUgeB2X6.js";
|
|
|
10
10
|
import "./IWasmUtilCapability-DaSNxgA8.js";
|
|
11
11
|
import "./types-BcF-fii5.js";
|
|
12
12
|
import { n as DetectionStatus } from "./types-fO6KIdol.js";
|
|
13
|
-
import * as
|
|
13
|
+
import * as xstate420 from "xstate";
|
|
14
14
|
|
|
15
15
|
//#region src/modules/video-selfie/types.d.ts
|
|
16
16
|
/**
|
|
@@ -342,7 +342,7 @@ declare function createConsentRecorder(): ConsentRecorder;
|
|
|
342
342
|
* is used for headless steps (e.g. `IP_ADDRESS`) that must complete instantly
|
|
343
343
|
* with no UI. Using a no-op here would skip the video-selfie UI entirely.
|
|
344
344
|
*/
|
|
345
|
-
declare const videoSelfieFlowModuleMachine:
|
|
345
|
+
declare const videoSelfieFlowModuleMachine: xstate420.StateMachine<xstate420.MachineContext, xstate420.AnyEventObject, {}, never, never, never, never, "running", string, xstate420.NonReducibleUnknown, xstate420.NonReducibleUnknown, xstate420.EventObject, xstate420.MetaObject, {
|
|
346
346
|
readonly id: "videoSelfieFlowModule";
|
|
347
347
|
readonly initial: "running";
|
|
348
348
|
readonly states: {
|
package/dist/video-selfie.esm.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { t as WasmUtilProvider } from "./WasmUtilProvider-BgzcXBdl.esm.js";
|
|
2
|
-
import { t as ensureWasmPipelines } from "./setup-
|
|
2
|
+
import { t as ensureWasmPipelines } from "./setup-_SH3lJGQ.esm.js";
|
|
3
3
|
import { t as BrowserTimerProvider } from "./BrowserTimerProvider-CHloo0eQ.esm.js";
|
|
4
4
|
import { t as api } from "./api-DsbUi7TO.esm.js";
|
|
5
5
|
import "./clientLifecycle-VyzRfALg.esm.js";
|
|
6
6
|
import "./events-1wxZ97yf.esm.js";
|
|
7
7
|
import { t as endpoints } from "./endpoints-CwrFQfW7.esm.js";
|
|
8
8
|
import "./stats-BVy52wLy.esm.js";
|
|
9
|
-
import "./sessionInitializer-
|
|
9
|
+
import "./sessionInitializer-DfN3wUch.esm.js";
|
|
10
10
|
import "./browserSimulation-CWJhFPZ2.esm.js";
|
|
11
11
|
import "./platform-0Ot-bF_a.esm.js";
|
|
12
12
|
import "./getBrowser-1yNcfFZR.esm.js";
|
|
@@ -15,7 +15,7 @@ import { a as fromPromise, i as fromCallback, l as createManager, r as assign, s
|
|
|
15
15
|
import "./MotionSensorProvider-D95kOKVK.esm.js";
|
|
16
16
|
import { t as checkPermission } from "./permissionServices-BElIOcoJ.esm.js";
|
|
17
17
|
import { i as requestCameraWithFallback, r as requestCameraAccess } from "./camera-CxxXV0VN.esm.js";
|
|
18
|
-
import { a as encryptSelfieImage, b as FaceDetectionProvider, l as startDetection, m as uploadSelfie, p as processFace, y as StreamCanvasProcessingSession } from "./onDeviceFaceResults-
|
|
18
|
+
import { a as encryptSelfieImage, b as FaceDetectionProvider, l as startDetection, m as uploadSelfie, p as processFace, y as StreamCanvasProcessingSession } from "./onDeviceFaceResults-CAfvpjnC.esm.js";
|
|
19
19
|
import "./ITimerCapability-DJ73P4RK.esm.js";
|
|
20
20
|
import "./canvas-Pi10hG_l.esm.js";
|
|
21
21
|
import { n as getBackCameraStream } from "./backCameraStream-ChrMTJv-.esm.js";
|
package/dist/wasm.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { i as initializeWasmUtil, l as upgradeToWasmHttpClient, n as WasmConfig,
|
|
|
4
4
|
|
|
5
5
|
//#region ../infra/src/wasm/wasmDefaults.d.ts
|
|
6
6
|
/** The WASM version bundled and tested with this SDK release. */
|
|
7
|
-
declare const DEFAULT_WASM_VERSION = "v2.14.07-post7-
|
|
7
|
+
declare const DEFAULT_WASM_VERSION = "v2.14.07-post7-post3";
|
|
8
8
|
/** Builds a WarmupConfig from a directory that mirrors the ml-wasm-kit CDN layout. */
|
|
9
9
|
declare function buildWasmConfigFromBasePath(basePath: string): WarmupConfig;
|
|
10
10
|
/** Builds the standard WarmupConfig from the Incode CDN. */
|
package/dist/wasm.esm.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { i as warmupWasm } from "./WasmUtilProvider-BgzcXBdl.esm.js";
|
|
2
|
-
import { a as setWasmConfig, c as DEFAULT_WASM_VERSION, d as resolveWasmConfig, l as buildDefaultWasmConfig, n as initializeWasmUtil, s as upgradeToWasmHttpClient, t as ensureWasmPipelines, u as buildWasmConfigFromBasePath } from "./setup-
|
|
2
|
+
import { a as setWasmConfig, c as DEFAULT_WASM_VERSION, d as resolveWasmConfig, l as buildDefaultWasmConfig, n as initializeWasmUtil, s as upgradeToWasmHttpClient, t as ensureWasmPipelines, u as buildWasmConfigFromBasePath } from "./setup-_SH3lJGQ.esm.js";
|
|
3
3
|
import "./BrowserTimerProvider-CHloo0eQ.esm.js";
|
|
4
4
|
import "./api-DsbUi7TO.esm.js";
|
|
5
5
|
import "./clientLifecycle-VyzRfALg.esm.js";
|
|
6
6
|
import "./events-1wxZ97yf.esm.js";
|
|
7
7
|
import "./endpoints-CwrFQfW7.esm.js";
|
|
8
8
|
import "./stats-BVy52wLy.esm.js";
|
|
9
|
-
import "./sessionInitializer-
|
|
9
|
+
import "./sessionInitializer-DfN3wUch.esm.js";
|
|
10
10
|
import "./browserSimulation-CWJhFPZ2.esm.js";
|
|
11
11
|
import "./platform-0Ot-bF_a.esm.js";
|
|
12
12
|
import "./getBrowser-1yNcfFZR.esm.js";
|