@incodetech/core 0.0.0-dev-20260505-78432a2 → 0.0.0-dev-20260505-4dd3003

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 (40) hide show
  1. package/dist/{BaseWasmProvider-BTKqWpeB.esm.js → BaseWasmProvider-CkIHbYdx.esm.js} +112 -60
  2. package/dist/{WasmUtilProvider-DqCiPXV6.esm.js → WasmUtilProvider-DsAa3yqJ.esm.js} +1 -1
  3. package/dist/ae-signature.d.ts +1 -1
  4. package/dist/authentication.esm.js +6 -6
  5. package/dist/{authenticationManager-32vStqcp.esm.js → authenticationManager-BlExOsgX.esm.js} +2 -2
  6. package/dist/{authenticationStateMachine-CrITAfcp.esm.js → authenticationStateMachine-B2KkS-0r.esm.js} +2 -2
  7. package/dist/consent.d.ts +52 -52
  8. package/dist/cpf-ocr.d.ts +20 -20
  9. package/dist/{deepsightLoader-BnMFKE9b.esm.js → deepsightLoader-nn8-Chjr.esm.js} +2 -2
  10. package/dist/document-capture.d.ts +77 -77
  11. package/dist/document-upload.d.ts +49 -49
  12. package/dist/ekyb.esm.js +3 -3
  13. package/dist/{ekybStateMachine-B_Hy_til.esm.js → ekybStateMachine-BLfzFOAD.esm.js} +1 -1
  14. package/dist/electronic-signature.d.ts +1 -1
  15. package/dist/extensibility.esm.js +11 -11
  16. package/dist/{faceCaptureSetup-DMDxVTF7.esm.js → faceCaptureSetup-GGxPo8Cc.esm.js} +1 -1
  17. package/dist/flow.d.ts +2 -2
  18. package/dist/flow.esm.js +2 -2
  19. package/dist/{flowServices-C888w7m0.esm.js → flowServices-QTK0C4Ek.esm.js} +1 -1
  20. package/dist/home.d.ts +10 -10
  21. package/dist/id-ocr.d.ts +52 -52
  22. package/dist/id.esm.js +5 -5
  23. package/dist/{idCaptureManager-R-u_QwYp.esm.js → idCaptureManager-BtqsBcWw.esm.js} +1 -1
  24. package/dist/{idCaptureStateMachine-VS6QlY1i.esm.js → idCaptureStateMachine-CvdoaLtU.esm.js} +4 -4
  25. package/dist/identity-reuse.d.ts +47 -47
  26. package/dist/{index-zCeaDx6H.d.ts → index-B7qp9qsj.d.ts} +119 -119
  27. package/dist/index.esm.js +4 -4
  28. package/dist/mandatory-consent.d.ts +52 -52
  29. package/dist/qe-signature.d.ts +1 -1
  30. package/dist/{recordingService-Xq_JbS3R.esm.js → recordingService-Nn-BBO6j.esm.js} +2 -2
  31. package/dist/selfie.esm.js +6 -6
  32. package/dist/{selfieManager-CC-e4wqv.esm.js → selfieManager-BI4smYEE.esm.js} +2 -2
  33. package/dist/{selfieStateMachine-C4PGfd-j.esm.js → selfieStateMachine-B-stjSD5.esm.js} +2 -2
  34. package/dist/{session-DvzV3QxE.esm.js → session-oIjERqhS.esm.js} +1 -1
  35. package/dist/session.esm.js +1 -1
  36. package/dist/{setup-BEUx0p_-.esm.js → setup-BIkp7Hbm.esm.js} +3 -3
  37. package/dist/wasm.esm.js +4 -4
  38. package/dist/workflow.d.ts +85 -85
  39. package/dist/workflow.esm.js +9 -9
  40. package/package.json +3 -3
package/dist/index.esm.js CHANGED
@@ -1,9 +1,9 @@
1
- import { a as setup, n as isConfigured, r as reset } from "./setup-BEUx0p_-.esm.js";
2
- import "./BaseWasmProvider-BTKqWpeB.esm.js";
3
- import "./WasmUtilProvider-DqCiPXV6.esm.js";
1
+ import { a as setup, n as isConfigured, r as reset } from "./setup-BIkp7Hbm.esm.js";
2
+ import "./BaseWasmProvider-CkIHbYdx.esm.js";
3
+ import "./WasmUtilProvider-DsAa3yqJ.esm.js";
4
4
  import "./api-3IquGyW5.esm.js";
5
5
  import "./events-s0VL5FYh.esm.js";
6
- import "./session-DvzV3QxE.esm.js";
6
+ import "./session-oIjERqhS.esm.js";
7
7
  import "./IpifyProvider-CVIOst3c.esm.js";
8
8
  import "./browserSimulation-DMJIC-23.esm.js";
9
9
 
@@ -3,7 +3,7 @@ import "./Actor-CazhiaK7.js";
3
3
  import "./camera-CS1twtEg.js";
4
4
  import "./types-DdYIMV6w.js";
5
5
  import { a as RegulationTypes } from "./types-DFwAuzk2.js";
6
- import * as xstate1122 from "xstate";
6
+ import * as xstate247 from "xstate";
7
7
 
8
8
  //#region src/modules/mandatory-consent/types.d.ts
9
9
  type MandatoryConsentConfig = {
@@ -30,7 +30,7 @@ type MandatoryConsentContext = {
30
30
  type MandatoryConsentInput = {
31
31
  config: MandatoryConsentConfig;
32
32
  };
33
- declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentContext, {
33
+ declare const mandatoryConsentMachine: xstate247.StateMachine<MandatoryConsentContext, {
34
34
  type: "LOAD";
35
35
  } | {
36
36
  type: "TOGGLE";
@@ -43,53 +43,53 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
43
43
  } | {
44
44
  type: "RESET";
45
45
  }, {
46
- [x: string]: xstate1122.ActorRefFromLogic<xstate1122.PromiseActorLogic<FetchMandatoryConsentResponse, {
46
+ [x: string]: xstate247.ActorRefFromLogic<xstate247.PromiseActorLogic<FetchMandatoryConsentResponse, {
47
47
  config: MandatoryConsentConfig;
48
- }, xstate1122.EventObject>> | xstate1122.ActorRefFromLogic<xstate1122.PromiseActorLogic<void, {
48
+ }, xstate247.EventObject>> | xstate247.ActorRefFromLogic<xstate247.PromiseActorLogic<void, {
49
49
  consentId: string;
50
50
  isSigned: boolean;
51
- }, xstate1122.EventObject>> | undefined;
52
- }, xstate1122.Values<{
51
+ }, xstate247.EventObject>> | undefined;
52
+ }, xstate247.Values<{
53
53
  fetchConsent: {
54
54
  src: "fetchConsent";
55
- logic: xstate1122.PromiseActorLogic<FetchMandatoryConsentResponse, {
55
+ logic: xstate247.PromiseActorLogic<FetchMandatoryConsentResponse, {
56
56
  config: MandatoryConsentConfig;
57
- }, xstate1122.EventObject>;
57
+ }, xstate247.EventObject>;
58
58
  id: string | undefined;
59
59
  };
60
60
  submitConsent: {
61
61
  src: "submitConsent";
62
- logic: xstate1122.PromiseActorLogic<void, {
62
+ logic: xstate247.PromiseActorLogic<void, {
63
63
  consentId: string;
64
64
  isSigned: boolean;
65
- }, xstate1122.EventObject>;
65
+ }, xstate247.EventObject>;
66
66
  id: string | undefined;
67
67
  };
68
- }>, xstate1122.Values<{
68
+ }>, xstate247.Values<{
69
69
  setConsent: {
70
70
  type: "setConsent";
71
- params: xstate1122.NonReducibleUnknown;
72
- };
73
- setError: {
74
- type: "setError";
75
- params: xstate1122.NonReducibleUnknown;
71
+ params: xstate247.NonReducibleUnknown;
76
72
  };
77
73
  clearError: {
78
74
  type: "clearError";
79
- params: xstate1122.NonReducibleUnknown;
75
+ params: xstate247.NonReducibleUnknown;
80
76
  };
81
- resetContext: {
82
- type: "resetContext";
83
- params: xstate1122.NonReducibleUnknown;
77
+ setError: {
78
+ type: "setError";
79
+ params: xstate247.NonReducibleUnknown;
84
80
  };
85
81
  toggleSigned: {
86
82
  type: "toggleSigned";
87
- params: xstate1122.NonReducibleUnknown;
83
+ params: xstate247.NonReducibleUnknown;
84
+ };
85
+ resetContext: {
86
+ type: "resetContext";
87
+ params: xstate247.NonReducibleUnknown;
88
88
  };
89
89
  }>, {
90
90
  type: "canSubmit";
91
91
  params: unknown;
92
- }, never, "error" | "idle" | "closed" | "finished" | "loading" | "submitting" | "display", string, MandatoryConsentInput, xstate1122.NonReducibleUnknown, xstate1122.EventObject, xstate1122.MetaObject, {
92
+ }, never, "error" | "idle" | "closed" | "finished" | "loading" | "display" | "submitting", string, MandatoryConsentInput, xstate247.NonReducibleUnknown, xstate247.EventObject, xstate247.MetaObject, {
93
93
  readonly id: "mandatoryConsent";
94
94
  readonly initial: "idle";
95
95
  readonly context: ({
@@ -98,70 +98,70 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
98
98
  spawn: {
99
99
  <TSrc extends "fetchConsent" | "submitConsent">(logic: TSrc, ...[options]: ({
100
100
  src: "fetchConsent";
101
- logic: xstate1122.PromiseActorLogic<FetchMandatoryConsentResponse, {
101
+ logic: xstate247.PromiseActorLogic<FetchMandatoryConsentResponse, {
102
102
  config: MandatoryConsentConfig;
103
- }, xstate1122.EventObject>;
103
+ }, xstate247.EventObject>;
104
104
  id: string | undefined;
105
105
  } extends infer T ? T extends {
106
106
  src: "fetchConsent";
107
- logic: xstate1122.PromiseActorLogic<FetchMandatoryConsentResponse, {
107
+ logic: xstate247.PromiseActorLogic<FetchMandatoryConsentResponse, {
108
108
  config: MandatoryConsentConfig;
109
- }, xstate1122.EventObject>;
109
+ }, xstate247.EventObject>;
110
110
  id: string | undefined;
111
111
  } ? T extends {
112
112
  src: TSrc;
113
- } ? xstate1122.ConditionalRequired<[options?: ({
113
+ } ? xstate247.ConditionalRequired<[options?: ({
114
114
  id?: T["id"] | undefined;
115
115
  systemId?: string;
116
- input?: xstate1122.InputFrom<T["logic"]> | undefined;
116
+ input?: xstate247.InputFrom<T["logic"]> | undefined;
117
117
  syncSnapshot?: boolean;
118
- } & { [K in xstate1122.RequiredActorOptions<T>]: unknown }) | undefined], xstate1122.IsNotNever<xstate1122.RequiredActorOptions<T>>> : never : never : never) | ({
118
+ } & { [K in xstate247.RequiredActorOptions<T>]: unknown }) | undefined], xstate247.IsNotNever<xstate247.RequiredActorOptions<T>>> : never : never : never) | ({
119
119
  src: "submitConsent";
120
- logic: xstate1122.PromiseActorLogic<void, {
120
+ logic: xstate247.PromiseActorLogic<void, {
121
121
  consentId: string;
122
122
  isSigned: boolean;
123
- }, xstate1122.EventObject>;
123
+ }, xstate247.EventObject>;
124
124
  id: string | undefined;
125
125
  } extends infer T_1 ? T_1 extends {
126
126
  src: "submitConsent";
127
- logic: xstate1122.PromiseActorLogic<void, {
127
+ logic: xstate247.PromiseActorLogic<void, {
128
128
  consentId: string;
129
129
  isSigned: boolean;
130
- }, xstate1122.EventObject>;
130
+ }, xstate247.EventObject>;
131
131
  id: string | undefined;
132
132
  } ? T_1 extends {
133
133
  src: TSrc;
134
- } ? xstate1122.ConditionalRequired<[options?: ({
134
+ } ? xstate247.ConditionalRequired<[options?: ({
135
135
  id?: T_1["id"] | undefined;
136
136
  systemId?: string;
137
- input?: xstate1122.InputFrom<T_1["logic"]> | undefined;
137
+ input?: xstate247.InputFrom<T_1["logic"]> | undefined;
138
138
  syncSnapshot?: boolean;
139
- } & { [K_1 in xstate1122.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate1122.IsNotNever<xstate1122.RequiredActorOptions<T_1>>> : never : never : never)): xstate1122.ActorRefFromLogic<xstate1122.GetConcreteByKey<xstate1122.Values<{
139
+ } & { [K_1 in xstate247.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate247.IsNotNever<xstate247.RequiredActorOptions<T_1>>> : never : never : never)): xstate247.ActorRefFromLogic<xstate247.GetConcreteByKey<xstate247.Values<{
140
140
  fetchConsent: {
141
141
  src: "fetchConsent";
142
- logic: xstate1122.PromiseActorLogic<FetchMandatoryConsentResponse, {
142
+ logic: xstate247.PromiseActorLogic<FetchMandatoryConsentResponse, {
143
143
  config: MandatoryConsentConfig;
144
- }, xstate1122.EventObject>;
144
+ }, xstate247.EventObject>;
145
145
  id: string | undefined;
146
146
  };
147
147
  submitConsent: {
148
148
  src: "submitConsent";
149
- logic: xstate1122.PromiseActorLogic<void, {
149
+ logic: xstate247.PromiseActorLogic<void, {
150
150
  consentId: string;
151
151
  isSigned: boolean;
152
- }, xstate1122.EventObject>;
152
+ }, xstate247.EventObject>;
153
153
  id: string | undefined;
154
154
  };
155
155
  }>, "src", TSrc>["logic"]>;
156
- <TLogic extends xstate1122.AnyActorLogic>(src: TLogic, ...[options]: xstate1122.ConditionalRequired<[options?: ({
156
+ <TLogic extends xstate247.AnyActorLogic>(src: TLogic, ...[options]: xstate247.ConditionalRequired<[options?: ({
157
157
  id?: never;
158
158
  systemId?: string;
159
- input?: xstate1122.InputFrom<TLogic> | undefined;
159
+ input?: xstate247.InputFrom<TLogic> | undefined;
160
160
  syncSnapshot?: boolean;
161
- } & { [K in xstate1122.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate1122.IsNotNever<xstate1122.RequiredLogicInput<TLogic>>>): xstate1122.ActorRefFromLogic<TLogic>;
161
+ } & { [K in xstate247.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate247.IsNotNever<xstate247.RequiredLogicInput<TLogic>>>): xstate247.ActorRefFromLogic<TLogic>;
162
162
  };
163
163
  input: MandatoryConsentInput;
164
- self: xstate1122.ActorRef<xstate1122.MachineSnapshot<MandatoryConsentContext, {
164
+ self: xstate247.ActorRef<xstate247.MachineSnapshot<MandatoryConsentContext, {
165
165
  type: "LOAD";
166
166
  } | {
167
167
  type: "TOGGLE";
@@ -173,7 +173,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
173
173
  type: "RETRY";
174
174
  } | {
175
175
  type: "RESET";
176
- }, Record<string, xstate1122.AnyActorRef | undefined>, xstate1122.StateValue, string, unknown, any, any>, {
176
+ }, Record<string, xstate247.AnyActorRef | undefined>, xstate247.StateValue, string, unknown, any, any>, {
177
177
  type: "LOAD";
178
178
  } | {
179
179
  type: "TOGGLE";
@@ -185,7 +185,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
185
185
  type: "RETRY";
186
186
  } | {
187
187
  type: "RESET";
188
- }, xstate1122.AnyEventObject>;
188
+ }, xstate247.AnyEventObject>;
189
189
  }) => {
190
190
  config: MandatoryConsentConfig;
191
191
  consent: undefined;
@@ -222,7 +222,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
222
222
  } | {
223
223
  type: "RESET";
224
224
  };
225
- self: xstate1122.ActorRef<xstate1122.MachineSnapshot<MandatoryConsentContext, {
225
+ self: xstate247.ActorRef<xstate247.MachineSnapshot<MandatoryConsentContext, {
226
226
  type: "LOAD";
227
227
  } | {
228
228
  type: "TOGGLE";
@@ -234,7 +234,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
234
234
  type: "RETRY";
235
235
  } | {
236
236
  type: "RESET";
237
- }, Record<string, xstate1122.AnyActorRef>, xstate1122.StateValue, string, unknown, any, any>, {
237
+ }, Record<string, xstate247.AnyActorRef>, xstate247.StateValue, string, unknown, any, any>, {
238
238
  type: "LOAD";
239
239
  } | {
240
240
  type: "TOGGLE";
@@ -246,7 +246,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
246
246
  type: "RETRY";
247
247
  } | {
248
248
  type: "RESET";
249
- }, xstate1122.AnyEventObject>;
249
+ }, xstate247.AnyEventObject>;
250
250
  }) => {
251
251
  config: MandatoryConsentConfig;
252
252
  };
@@ -299,7 +299,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
299
299
  } | {
300
300
  type: "RESET";
301
301
  };
302
- self: xstate1122.ActorRef<xstate1122.MachineSnapshot<MandatoryConsentContext, {
302
+ self: xstate247.ActorRef<xstate247.MachineSnapshot<MandatoryConsentContext, {
303
303
  type: "LOAD";
304
304
  } | {
305
305
  type: "TOGGLE";
@@ -311,7 +311,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
311
311
  type: "RETRY";
312
312
  } | {
313
313
  type: "RESET";
314
- }, Record<string, xstate1122.AnyActorRef>, xstate1122.StateValue, string, unknown, any, any>, {
314
+ }, Record<string, xstate247.AnyActorRef>, xstate247.StateValue, string, unknown, any, any>, {
315
315
  type: "LOAD";
316
316
  } | {
317
317
  type: "TOGGLE";
@@ -323,7 +323,7 @@ declare const mandatoryConsentMachine: xstate1122.StateMachine<MandatoryConsentC
323
323
  type: "RETRY";
324
324
  } | {
325
325
  type: "RESET";
326
- }, xstate1122.AnyEventObject>;
326
+ }, xstate247.AnyEventObject>;
327
327
  }) => {
328
328
  consentId: string;
329
329
  isSigned: boolean;
@@ -1,6 +1,6 @@
1
1
  import { t as Manager } from "./Manager-CcbnIt3T.js";
2
2
  import "./Actor-CazhiaK7.js";
3
- import { c as ConsentKey, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, s as ConsentChecks, u as ElectronicSignatureDocument } from "./index-zCeaDx6H.js";
3
+ import { c as ConsentKey, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, s as ConsentChecks, u as ElectronicSignatureDocument } from "./index-B7qp9qsj.js";
4
4
 
5
5
  //#region src/modules/qe-signature/index.d.ts
6
6
 
@@ -1,4 +1,4 @@
1
- import { i as WasmPipelineType, r as mlWasmJSApi_default, t as BaseWasmProvider } from "./BaseWasmProvider-BTKqWpeB.esm.js";
1
+ import { i as WasmPipelineType, r as mlWasmJSApi_default, t as BaseWasmProvider } from "./BaseWasmProvider-CkIHbYdx.esm.js";
2
2
  import { t as api } from "./api-3IquGyW5.esm.js";
3
3
  import { v as endpoints } from "./events-s0VL5FYh.esm.js";
4
4
  import { n as IncodeCanvas } from "./deepsightService-CU4xtxzz.esm.js";
@@ -620,7 +620,7 @@ async function stopRecording(session) {
620
620
  }
621
621
  }
622
622
  async function initializeDeepsightSession(options) {
623
- const { loadDeepsightSession } = await import("./deepsightLoader-BnMFKE9b.esm.js");
623
+ const { loadDeepsightSession } = await import("./deepsightLoader-nn8-Chjr.esm.js");
624
624
  return loadDeepsightSession({
625
625
  ds: options.ds,
626
626
  storage: options.storage
@@ -1,12 +1,12 @@
1
- import "./BaseWasmProvider-BTKqWpeB.esm.js";
2
- import "./WasmUtilProvider-DqCiPXV6.esm.js";
1
+ import "./BaseWasmProvider-CkIHbYdx.esm.js";
2
+ import "./WasmUtilProvider-DsAa3yqJ.esm.js";
3
3
  import "./api-3IquGyW5.esm.js";
4
4
  import "./events-s0VL5FYh.esm.js";
5
5
  import "./browserSimulation-DMJIC-23.esm.js";
6
6
  import "./xstate.esm-cL1KdW6d.esm.js";
7
7
  import "./faceCaptureManagerFactory-Dix0LYX3.esm.js";
8
8
  import "./BrowserStorageProvider-DeByegPK.esm.js";
9
- import { l as processFace } from "./recordingService-Xq_JbS3R.esm.js";
9
+ import { l as processFace } from "./recordingService-Nn-BBO6j.esm.js";
10
10
  import "./deepsightService-CU4xtxzz.esm.js";
11
11
  import "./permissionServices-DiAThhLg.esm.js";
12
12
  import "./camera-CSPAwp2o.esm.js";
@@ -17,8 +17,8 @@ import "./platform-BtdVAeAg.esm.js";
17
17
  import "./ITimerCapability-r7XXQS6a.esm.js";
18
18
  import "./backCameraStream-BIzYKDy2.esm.js";
19
19
  import "./getDeviceClass-AjL3Pr7R.esm.js";
20
- import "./faceCaptureSetup-DMDxVTF7.esm.js";
21
- import { t as selfieMachine } from "./selfieStateMachine-C4PGfd-j.esm.js";
22
- import { t as createSelfieManager } from "./selfieManager-CC-e4wqv.esm.js";
20
+ import "./faceCaptureSetup-GGxPo8Cc.esm.js";
21
+ import { t as selfieMachine } from "./selfieStateMachine-B-stjSD5.esm.js";
22
+ import { t as createSelfieManager } from "./selfieManager-BI4smYEE.esm.js";
23
23
 
24
24
  export { createSelfieManager, processFace, selfieMachine };
@@ -1,9 +1,9 @@
1
- import { t as WasmUtilProvider } from "./WasmUtilProvider-DqCiPXV6.esm.js";
1
+ import { t as WasmUtilProvider } from "./WasmUtilProvider-DsAa3yqJ.esm.js";
2
2
  import { n as eventModuleNames } from "./events-s0VL5FYh.esm.js";
3
3
  import { a as createActor } from "./xstate.esm-cL1KdW6d.esm.js";
4
4
  import { t as createFaceCaptureManagerFromActor } from "./faceCaptureManagerFactory-Dix0LYX3.esm.js";
5
5
  import { t as BrowserStorageProvider } from "./BrowserStorageProvider-DeByegPK.esm.js";
6
- import { t as selfieMachine } from "./selfieStateMachine-C4PGfd-j.esm.js";
6
+ import { t as selfieMachine } from "./selfieStateMachine-B-stjSD5.esm.js";
7
7
 
8
8
  //#region src/modules/selfie/selfieActor.ts
9
9
  function createSelfieActor(options) {
@@ -1,6 +1,6 @@
1
1
  import { i as fromPromise, n as assign } from "./xstate.esm-cL1KdW6d.esm.js";
2
- import { l as processFace, u as uploadSelfie, v as FACE_ERROR_CODES } from "./recordingService-Xq_JbS3R.esm.js";
3
- import { t as faceCaptureMachine } from "./faceCaptureSetup-DMDxVTF7.esm.js";
2
+ import { l as processFace, u as uploadSelfie, v as FACE_ERROR_CODES } from "./recordingService-Nn-BBO6j.esm.js";
3
+ import { t as faceCaptureMachine } from "./faceCaptureSetup-GGxPo8Cc.esm.js";
4
4
 
5
5
  //#region src/modules/selfie/selfieErrorUtils.ts
6
6
  const FACE_ERROR_CODE_VALUES = Object.values(FACE_ERROR_CODES);
@@ -3030,7 +3030,7 @@ function resetFeatureConfigCache() {
3030
3030
 
3031
3031
  //#endregion
3032
3032
  //#region src/internal/version/sdkVersion.ts
3033
- const SDK_VERSION = "0.0.0-dev-20260505-78432a2";
3033
+ const SDK_VERSION = "0.0.0-dev-20260505-4dd3003";
3034
3034
 
3035
3035
  //#endregion
3036
3036
  //#region src/internal/fingerprint/fingerprintService.ts
@@ -1,6 +1,6 @@
1
1
  import "./api-3IquGyW5.esm.js";
2
2
  import "./events-s0VL5FYh.esm.js";
3
- import { c as QrValidationError, d as refreshQrUrlUuid, f as validateQrUuid, l as bootstrapSession, s as QR_VALIDATION_ERROR_CODES, u as createSession } from "./session-DvzV3QxE.esm.js";
3
+ import { c as QrValidationError, d as refreshQrUrlUuid, f as validateQrUuid, l as bootstrapSession, s as QR_VALIDATION_ERROR_CODES, u as createSession } from "./session-oIjERqhS.esm.js";
4
4
  import "./IpifyProvider-CVIOst3c.esm.js";
5
5
  import "./browserSimulation-DMJIC-23.esm.js";
6
6
  import { t as getFinishStatus } from "./flowCompletionService-DhTdMWSB.esm.js";
@@ -1,8 +1,8 @@
1
- import { n as warmupWasm } from "./BaseWasmProvider-BTKqWpeB.esm.js";
2
- import { t as WasmUtilProvider } from "./WasmUtilProvider-DqCiPXV6.esm.js";
1
+ import { n as warmupWasm } from "./BaseWasmProvider-CkIHbYdx.esm.js";
2
+ import { t as WasmUtilProvider } from "./WasmUtilProvider-DsAa3yqJ.esm.js";
3
3
  import { a as resetApi, i as isApiConfigured, o as setClient, s as setToken } from "./api-3IquGyW5.esm.js";
4
4
  import { h as flushEventQueue } from "./events-s0VL5FYh.esm.js";
5
- import { i as resetSessionInit, r as initializeSession } from "./session-DvzV3QxE.esm.js";
5
+ import { i as resetSessionInit, r as initializeSession } from "./session-oIjERqhS.esm.js";
6
6
 
7
7
  //#region ../infra/src/http/createApi.ts
8
8
  var FetchHttpError = class extends Error {
package/dist/wasm.esm.js CHANGED
@@ -1,9 +1,9 @@
1
- import { c as resolveWasmConfig, i as setWasmConfig, o as DEFAULT_WASM_VERSION, s as buildDefaultWasmConfig, t as initializeWasmUtil } from "./setup-BEUx0p_-.esm.js";
2
- import { n as warmupWasm } from "./BaseWasmProvider-BTKqWpeB.esm.js";
3
- import "./WasmUtilProvider-DqCiPXV6.esm.js";
1
+ import { c as resolveWasmConfig, i as setWasmConfig, o as DEFAULT_WASM_VERSION, s as buildDefaultWasmConfig, t as initializeWasmUtil } from "./setup-BIkp7Hbm.esm.js";
2
+ import { n as warmupWasm } from "./BaseWasmProvider-CkIHbYdx.esm.js";
3
+ import "./WasmUtilProvider-DsAa3yqJ.esm.js";
4
4
  import "./api-3IquGyW5.esm.js";
5
5
  import "./events-s0VL5FYh.esm.js";
6
- import "./session-DvzV3QxE.esm.js";
6
+ import "./session-oIjERqhS.esm.js";
7
7
  import "./IpifyProvider-CVIOst3c.esm.js";
8
8
  import "./browserSimulation-DMJIC-23.esm.js";
9
9