@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.
Files changed (50) hide show
  1. package/dist/authentication.esm.js +6 -6
  2. package/dist/{authenticationManager-CWDi2BOI.esm.js → authenticationManager-DuMSpelF.esm.js} +2 -2
  3. package/dist/{authenticationStateMachine-DRY2mmrq.esm.js → authenticationStateMachine-CDG0SMYg.esm.js} +2 -2
  4. package/dist/certificate-issuance.d.ts +28 -28
  5. package/dist/consent.d.ts +1 -1
  6. package/dist/{consentManager-B-WC41zN.d.ts → consentManager-2EPNWwaG.d.ts} +50 -50
  7. package/dist/cpf-ocr.d.ts +1 -1
  8. package/dist/{cpfOcrManager-UxwjbB41.d.ts → cpfOcrManager-Bg7WqgVy.d.ts} +17 -17
  9. package/dist/{deepsightLoader-C9gah1-E.esm.js → deepsightLoader-CmbuFd4Q.esm.js} +1 -1
  10. package/dist/document-capture.d.ts +242 -242
  11. package/dist/document-upload.d.ts +43 -43
  12. package/dist/ekyb.esm.js +3 -3
  13. package/dist/{ekybStateMachine-BMKWlvbJ.esm.js → ekybStateMachine-D5vj8UG_.esm.js} +1 -1
  14. package/dist/extensibility.d.ts +5 -5
  15. package/dist/extensibility.esm.js +11 -11
  16. package/dist/{faceCaptureManagerFactory-s4wRwMou.esm.js → faceCaptureManagerFactory-B65bYWfD.esm.js} +1 -1
  17. package/dist/{faceCaptureSetup-TCy7nC4v.esm.js → faceCaptureSetup-CoQ5A9Il.esm.js} +2 -2
  18. package/dist/flow.d.ts +2 -2
  19. package/dist/flow.esm.js +18 -5
  20. package/dist/{flowServices-CC4Yjo3i.esm.js → flowServices-CYMfu_12.esm.js} +1 -1
  21. package/dist/home.d.ts +10 -10
  22. package/dist/id-ocr.d.ts +1 -1
  23. package/dist/id-verification.d.ts +25 -25
  24. package/dist/id.esm.js +5 -5
  25. package/dist/{idCaptureManager-da-Mg75H.esm.js → idCaptureManager-Cq1DSv6P.esm.js} +1 -1
  26. package/dist/{idCaptureStateMachine-CUT5BnrJ.esm.js → idCaptureStateMachine-BqjYsLFf.esm.js} +4 -4
  27. package/dist/{idOcrManager-Bppyh7Va.d.ts → idOcrManager-CXtyyf3I.d.ts} +52 -52
  28. package/dist/identity-reuse.d.ts +1 -1
  29. package/dist/{identityReuseManager-RvT_j2U6.d.ts → identityReuseManager-BNf21Y6b.d.ts} +31 -31
  30. package/dist/index.esm.js +2 -2
  31. package/dist/mandatory-consent.d.ts +1 -1
  32. package/dist/{mandatoryConsentManager-WqeJ-BGT.d.ts → mandatoryConsentManager-s6xcax0K.d.ts} +50 -50
  33. package/dist/{onDeviceFaceResults-B1TzNaDk.esm.js → onDeviceFaceResults-CAfvpjnC.esm.js} +1 -1
  34. package/dist/personhood.d.ts +10 -0
  35. package/dist/personhood.esm.js +11 -5
  36. package/dist/{recordingService-CgIREjnH.esm.js → recordingService-Df_A6oXO.esm.js} +1 -1
  37. package/dist/selfie.esm.js +6 -6
  38. package/dist/{selfieManager-D2H9WmPP.esm.js → selfieManager-CtS5wYEo.esm.js} +2 -2
  39. package/dist/{selfieStateMachine-Bx1SgEqB.esm.js → selfieStateMachine-CiMhj8YP.esm.js} +2 -2
  40. package/dist/session.esm.js +1 -1
  41. package/dist/{sessionInitializer-8p-JWZlA.esm.js → sessionInitializer-DfN3wUch.esm.js} +1 -1
  42. package/dist/{setup-B4yV-INl.esm.js → setup-_SH3lJGQ.esm.js} +2 -2
  43. package/dist/trust-graph.d.ts +2 -2
  44. package/dist/video-selfie.d.ts +2 -2
  45. package/dist/video-selfie.esm.js +3 -3
  46. package/dist/wasm.d.ts +1 -1
  47. package/dist/wasm.esm.js +2 -2
  48. package/dist/workflow.d.ts +105 -105
  49. package/dist/workflow.esm.js +9 -9
  50. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import "./StateMachine-D5WO6lHS.js";
2
2
  import { t as Manager } from "./Manager-goNPc_h_.js";
3
- import * as xstate914 from "xstate";
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: xstate914.StateMachine<TrustGraphContext, xstate914.AnyEventObject, {}, never, never, never, never, "finished", string, xstate914.NonReducibleUnknown, xstate914.NonReducibleUnknown, xstate914.EventObject, xstate914.MetaObject, {
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: {};
@@ -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 xstate1046 from "xstate";
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: xstate1046.StateMachine<xstate1046.MachineContext, xstate1046.AnyEventObject, {}, never, never, never, never, "running", string, xstate1046.NonReducibleUnknown, xstate1046.NonReducibleUnknown, xstate1046.EventObject, xstate1046.MetaObject, {
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: {
@@ -1,12 +1,12 @@
1
1
  import { t as WasmUtilProvider } from "./WasmUtilProvider-BgzcXBdl.esm.js";
2
- import { t as ensureWasmPipelines } from "./setup-B4yV-INl.esm.js";
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-8p-JWZlA.esm.js";
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-B1TzNaDk.esm.js";
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-post2";
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-B4yV-INl.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-_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-8p-JWZlA.esm.js";
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";