@incodetech/core 0.0.0-dev-20260528-7fc5569f → 0.0.0-dev-20260528-e63e949b

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 (36) hide show
  1. package/dist/{ae-signature-D7ly9LQj.esm.js → ae-signature-CivqvR_p.esm.js} +1 -1
  2. package/dist/ae-signature.d.ts +1 -1
  3. package/dist/ae-signature.esm.js +2 -2
  4. package/dist/consent.d.ts +50 -50
  5. package/dist/cpf-ocr.d.ts +20 -20
  6. package/dist/document-capture.d.ts +71 -71
  7. package/dist/document-upload.d.ts +46 -46
  8. package/dist/ekyb.esm.js +3 -3
  9. package/dist/{ekybStateMachine-By7vMFMF.esm.js → ekybStateMachine-C5ltktXS.esm.js} +1 -1
  10. package/dist/electronic-signature.d.ts +1 -1
  11. package/dist/electronic-signature.esm.js +1 -1
  12. package/dist/{electronicSignatureManager-pIu5whcV.esm.js → electronicSignatureManager-BrYYnB75.esm.js} +3 -5
  13. package/dist/extensibility.esm.js +3 -3
  14. package/dist/flow.d.ts +2 -2
  15. package/dist/flow.esm.js +2 -2
  16. package/dist/{flowServices-ClPEvOcU.esm.js → flowServices-COymzUKZ.esm.js} +1 -1
  17. package/dist/home.d.ts +10 -10
  18. package/dist/id-ocr.d.ts +52 -52
  19. package/dist/id-verification.d.ts +25 -25
  20. package/dist/id.esm.js +3 -3
  21. package/dist/{idCaptureManager-D5GTm52K.esm.js → idCaptureManager-nxl5oVU4.esm.js} +1 -1
  22. package/dist/{idCaptureStateMachine-CiclshcZ.esm.js → idCaptureStateMachine-DgFRxPVY.esm.js} +1 -1
  23. package/dist/identity-reuse.d.ts +34 -34
  24. package/dist/{index-Di3zn8Cw.d.ts → index-DJ3x-352.d.ts} +133 -128
  25. package/dist/index.esm.js +2 -2
  26. package/dist/mandatory-consent.d.ts +51 -51
  27. package/dist/{qe-signature-9vz60fLv.esm.js → qe-signature-BFRMDOsL.esm.js} +1 -1
  28. package/dist/qe-signature.d.ts +1 -1
  29. package/dist/qe-signature.esm.js +2 -2
  30. package/dist/session.esm.js +1 -1
  31. package/dist/{sessionInitializer-BHxeb5Ei.esm.js → sessionInitializer-M0Y3g4Eo.esm.js} +1 -1
  32. package/dist/{setup--mejGeLg.esm.js → setup-DvAreQVf.esm.js} +1 -1
  33. package/dist/wasm.esm.js +2 -2
  34. package/dist/workflow.d.ts +123 -123
  35. package/dist/workflow.esm.js +7 -7
  36. package/package.json +3 -3
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./WasmUtilProvider-Va_i-eMT.esm.js";
2
- import { a as setup, n as isConfigured, r as reset } from "./setup--mejGeLg.esm.js";
2
+ import { a as setup, n as isConfigured, r as reset } from "./setup-DvAreQVf.esm.js";
3
3
  import "./BrowserTimerProvider-BESs49g_.esm.js";
4
4
  import "./api-YxPMtty2.esm.js";
5
5
  import "./events-Bsw1l0pH.esm.js";
@@ -7,7 +7,7 @@ import "./endpoints-BPHddOTi.esm.js";
7
7
  import "./stats-AwLva7-C.esm.js";
8
8
  import "./IpifyProvider-BQKB2PR-.esm.js";
9
9
  import "./browserSimulation-DCzZRn_y.esm.js";
10
- import "./sessionInitializer-BHxeb5Ei.esm.js";
10
+ import "./sessionInitializer-M0Y3g4Eo.esm.js";
11
11
  import "./platform-D871crJL.esm.js";
12
12
  import "./getBrowser-CMJJeBF8.esm.js";
13
13
 
@@ -4,7 +4,7 @@ import "./camera-CNP8dDBl.js";
4
4
  import "./types-Csl38fHI.js";
5
5
  import "./types-BR5zXpWs.js";
6
6
  import { a as RegulationTypes } from "./types-DFW7rqck.js";
7
- import * as xstate0 from "xstate";
7
+ import * as xstate524 from "xstate";
8
8
 
9
9
  //#region src/modules/mandatory-consent/types.d.ts
10
10
  type MandatoryConsentConfig = {
@@ -31,7 +31,7 @@ type MandatoryConsentContext = {
31
31
  type MandatoryConsentInput = {
32
32
  config: MandatoryConsentConfig;
33
33
  };
34
- declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentContext, {
34
+ declare const mandatoryConsentMachine: xstate524.StateMachine<MandatoryConsentContext, {
35
35
  type: "LOAD";
36
36
  } | {
37
37
  type: "TOGGLE";
@@ -44,53 +44,53 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
44
44
  } | {
45
45
  type: "RESET";
46
46
  }, {
47
- [x: string]: xstate0.ActorRefFromLogic<xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
47
+ [x: string]: xstate524.ActorRefFromLogic<xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
48
48
  config: MandatoryConsentConfig;
49
- }, xstate0.EventObject>> | xstate0.ActorRefFromLogic<xstate0.PromiseActorLogic<void, {
49
+ }, xstate524.EventObject>> | xstate524.ActorRefFromLogic<xstate524.PromiseActorLogic<void, {
50
50
  consentId: string;
51
51
  isSigned: boolean;
52
- }, xstate0.EventObject>> | undefined;
53
- }, xstate0.Values<{
52
+ }, xstate524.EventObject>> | undefined;
53
+ }, xstate524.Values<{
54
54
  fetchConsent: {
55
55
  src: "fetchConsent";
56
- logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
56
+ logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
57
57
  config: MandatoryConsentConfig;
58
- }, xstate0.EventObject>;
58
+ }, xstate524.EventObject>;
59
59
  id: string | undefined;
60
60
  };
61
61
  submitConsent: {
62
62
  src: "submitConsent";
63
- logic: xstate0.PromiseActorLogic<void, {
63
+ logic: xstate524.PromiseActorLogic<void, {
64
64
  consentId: string;
65
65
  isSigned: boolean;
66
- }, xstate0.EventObject>;
66
+ }, xstate524.EventObject>;
67
67
  id: string | undefined;
68
68
  };
69
- }>, xstate0.Values<{
69
+ }>, xstate524.Values<{
70
70
  setConsent: {
71
71
  type: "setConsent";
72
- params: xstate0.NonReducibleUnknown;
72
+ params: xstate524.NonReducibleUnknown;
73
73
  };
74
- toggleSigned: {
75
- type: "toggleSigned";
76
- params: xstate0.NonReducibleUnknown;
74
+ clearError: {
75
+ type: "clearError";
76
+ params: xstate524.NonReducibleUnknown;
77
77
  };
78
78
  setError: {
79
79
  type: "setError";
80
- params: xstate0.NonReducibleUnknown;
80
+ params: xstate524.NonReducibleUnknown;
81
81
  };
82
- clearError: {
83
- type: "clearError";
84
- params: xstate0.NonReducibleUnknown;
82
+ toggleSigned: {
83
+ type: "toggleSigned";
84
+ params: xstate524.NonReducibleUnknown;
85
85
  };
86
86
  resetContext: {
87
87
  type: "resetContext";
88
- params: xstate0.NonReducibleUnknown;
88
+ params: xstate524.NonReducibleUnknown;
89
89
  };
90
90
  }>, {
91
91
  type: "canSubmit";
92
92
  params: unknown;
93
- }, never, "error" | "idle" | "closed" | "finished" | "loading" | "display" | "submitting", string, MandatoryConsentInput, xstate0.NonReducibleUnknown, xstate0.EventObject, xstate0.MetaObject, {
93
+ }, never, "error" | "idle" | "closed" | "finished" | "loading" | "submitting" | "display", string, MandatoryConsentInput, xstate524.NonReducibleUnknown, xstate524.EventObject, xstate524.MetaObject, {
94
94
  readonly id: "mandatoryConsent";
95
95
  readonly initial: "idle";
96
96
  readonly context: ({
@@ -99,70 +99,70 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
99
99
  spawn: {
100
100
  <TSrc extends "fetchConsent" | "submitConsent">(logic: TSrc, ...[options]: ({
101
101
  src: "fetchConsent";
102
- logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
102
+ logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
103
103
  config: MandatoryConsentConfig;
104
- }, xstate0.EventObject>;
104
+ }, xstate524.EventObject>;
105
105
  id: string | undefined;
106
106
  } extends infer T ? T extends {
107
107
  src: "fetchConsent";
108
- logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
108
+ logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
109
109
  config: MandatoryConsentConfig;
110
- }, xstate0.EventObject>;
110
+ }, xstate524.EventObject>;
111
111
  id: string | undefined;
112
112
  } ? T extends {
113
113
  src: TSrc;
114
- } ? xstate0.ConditionalRequired<[options?: ({
114
+ } ? xstate524.ConditionalRequired<[options?: ({
115
115
  id?: T["id"] | undefined;
116
116
  systemId?: string;
117
- input?: xstate0.InputFrom<T["logic"]> | undefined;
117
+ input?: xstate524.InputFrom<T["logic"]> | undefined;
118
118
  syncSnapshot?: boolean;
119
- } & { [K in xstate0.RequiredActorOptions<T>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredActorOptions<T>>> : never : never : never) | ({
119
+ } & { [K in xstate524.RequiredActorOptions<T>]: unknown }) | undefined], xstate524.IsNotNever<xstate524.RequiredActorOptions<T>>> : never : never : never) | ({
120
120
  src: "submitConsent";
121
- logic: xstate0.PromiseActorLogic<void, {
121
+ logic: xstate524.PromiseActorLogic<void, {
122
122
  consentId: string;
123
123
  isSigned: boolean;
124
- }, xstate0.EventObject>;
124
+ }, xstate524.EventObject>;
125
125
  id: string | undefined;
126
126
  } extends infer T_1 ? T_1 extends {
127
127
  src: "submitConsent";
128
- logic: xstate0.PromiseActorLogic<void, {
128
+ logic: xstate524.PromiseActorLogic<void, {
129
129
  consentId: string;
130
130
  isSigned: boolean;
131
- }, xstate0.EventObject>;
131
+ }, xstate524.EventObject>;
132
132
  id: string | undefined;
133
133
  } ? T_1 extends {
134
134
  src: TSrc;
135
- } ? xstate0.ConditionalRequired<[options?: ({
135
+ } ? xstate524.ConditionalRequired<[options?: ({
136
136
  id?: T_1["id"] | undefined;
137
137
  systemId?: string;
138
- input?: xstate0.InputFrom<T_1["logic"]> | undefined;
138
+ input?: xstate524.InputFrom<T_1["logic"]> | undefined;
139
139
  syncSnapshot?: boolean;
140
- } & { [K_1 in xstate0.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredActorOptions<T_1>>> : never : never : never)): xstate0.ActorRefFromLogic<xstate0.GetConcreteByKey<xstate0.Values<{
140
+ } & { [K_1 in xstate524.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate524.IsNotNever<xstate524.RequiredActorOptions<T_1>>> : never : never : never)): xstate524.ActorRefFromLogic<xstate524.GetConcreteByKey<xstate524.Values<{
141
141
  fetchConsent: {
142
142
  src: "fetchConsent";
143
- logic: xstate0.PromiseActorLogic<FetchMandatoryConsentResponse, {
143
+ logic: xstate524.PromiseActorLogic<FetchMandatoryConsentResponse, {
144
144
  config: MandatoryConsentConfig;
145
- }, xstate0.EventObject>;
145
+ }, xstate524.EventObject>;
146
146
  id: string | undefined;
147
147
  };
148
148
  submitConsent: {
149
149
  src: "submitConsent";
150
- logic: xstate0.PromiseActorLogic<void, {
150
+ logic: xstate524.PromiseActorLogic<void, {
151
151
  consentId: string;
152
152
  isSigned: boolean;
153
- }, xstate0.EventObject>;
153
+ }, xstate524.EventObject>;
154
154
  id: string | undefined;
155
155
  };
156
156
  }>, "src", TSrc>["logic"]>;
157
- <TLogic extends xstate0.AnyActorLogic>(src: TLogic, ...[options]: xstate0.ConditionalRequired<[options?: ({
157
+ <TLogic extends xstate524.AnyActorLogic>(src: TLogic, ...[options]: xstate524.ConditionalRequired<[options?: ({
158
158
  id?: never;
159
159
  systemId?: string;
160
- input?: xstate0.InputFrom<TLogic> | undefined;
160
+ input?: xstate524.InputFrom<TLogic> | undefined;
161
161
  syncSnapshot?: boolean;
162
- } & { [K in xstate0.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate0.IsNotNever<xstate0.RequiredLogicInput<TLogic>>>): xstate0.ActorRefFromLogic<TLogic>;
162
+ } & { [K in xstate524.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate524.IsNotNever<xstate524.RequiredLogicInput<TLogic>>>): xstate524.ActorRefFromLogic<TLogic>;
163
163
  };
164
164
  input: MandatoryConsentInput;
165
- self: xstate0.ActorRef<xstate0.MachineSnapshot<MandatoryConsentContext, {
165
+ self: xstate524.ActorRef<xstate524.MachineSnapshot<MandatoryConsentContext, {
166
166
  type: "LOAD";
167
167
  } | {
168
168
  type: "TOGGLE";
@@ -174,7 +174,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
174
174
  type: "RETRY";
175
175
  } | {
176
176
  type: "RESET";
177
- }, Record<string, xstate0.AnyActorRef | undefined>, xstate0.StateValue, string, unknown, any, any>, {
177
+ }, Record<string, xstate524.AnyActorRef | undefined>, xstate524.StateValue, string, unknown, any, any>, {
178
178
  type: "LOAD";
179
179
  } | {
180
180
  type: "TOGGLE";
@@ -186,7 +186,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
186
186
  type: "RETRY";
187
187
  } | {
188
188
  type: "RESET";
189
- }, xstate0.AnyEventObject>;
189
+ }, xstate524.AnyEventObject>;
190
190
  }) => {
191
191
  config: MandatoryConsentConfig;
192
192
  consent: undefined;
@@ -223,7 +223,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
223
223
  } | {
224
224
  type: "RESET";
225
225
  };
226
- self: xstate0.ActorRef<xstate0.MachineSnapshot<MandatoryConsentContext, {
226
+ self: xstate524.ActorRef<xstate524.MachineSnapshot<MandatoryConsentContext, {
227
227
  type: "LOAD";
228
228
  } | {
229
229
  type: "TOGGLE";
@@ -235,7 +235,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
235
235
  type: "RETRY";
236
236
  } | {
237
237
  type: "RESET";
238
- }, Record<string, xstate0.AnyActorRef>, xstate0.StateValue, string, unknown, any, any>, {
238
+ }, Record<string, xstate524.AnyActorRef>, xstate524.StateValue, string, unknown, any, any>, {
239
239
  type: "LOAD";
240
240
  } | {
241
241
  type: "TOGGLE";
@@ -247,7 +247,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
247
247
  type: "RETRY";
248
248
  } | {
249
249
  type: "RESET";
250
- }, xstate0.AnyEventObject>;
250
+ }, xstate524.AnyEventObject>;
251
251
  }) => {
252
252
  config: MandatoryConsentConfig;
253
253
  };
@@ -300,7 +300,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
300
300
  } | {
301
301
  type: "RESET";
302
302
  };
303
- self: xstate0.ActorRef<xstate0.MachineSnapshot<MandatoryConsentContext, {
303
+ self: xstate524.ActorRef<xstate524.MachineSnapshot<MandatoryConsentContext, {
304
304
  type: "LOAD";
305
305
  } | {
306
306
  type: "TOGGLE";
@@ -312,7 +312,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
312
312
  type: "RETRY";
313
313
  } | {
314
314
  type: "RESET";
315
- }, Record<string, xstate0.AnyActorRef>, xstate0.StateValue, string, unknown, any, any>, {
315
+ }, Record<string, xstate524.AnyActorRef>, xstate524.StateValue, string, unknown, any, any>, {
316
316
  type: "LOAD";
317
317
  } | {
318
318
  type: "TOGGLE";
@@ -324,7 +324,7 @@ declare const mandatoryConsentMachine: xstate0.StateMachine<MandatoryConsentCont
324
324
  type: "RETRY";
325
325
  } | {
326
326
  type: "RESET";
327
- }, xstate0.AnyEventObject>;
327
+ }, xstate524.AnyEventObject>;
328
328
  }) => {
329
329
  consentId: string;
330
330
  isSigned: boolean;
@@ -1,4 +1,4 @@
1
- import { t as createElectronicSignatureManager } from "./electronicSignatureManager-pIu5whcV.esm.js";
1
+ import { t as createElectronicSignatureManager } from "./electronicSignatureManager-BrYYnB75.esm.js";
2
2
 
3
3
  //#region src/modules/qe-signature/index.ts
4
4
  function createQeSignatureManager(options) {
@@ -1,6 +1,6 @@
1
1
  import { t as Manager } from "./Manager-1C7epU1z.js";
2
2
  import "./Actor-C8MYPMPo.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-Di3zn8Cw.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-DJ3x-352.js";
4
4
 
5
5
  //#region src/modules/qe-signature/index.d.ts
6
6
 
@@ -3,7 +3,7 @@ import "./events-Bsw1l0pH.esm.js";
3
3
  import "./endpoints-BPHddOTi.esm.js";
4
4
  import "./xstate.esm-CWoFJOio.esm.js";
5
5
  import "./apiError-76Dulrw9.esm.js";
6
- import { a as areAllConsented, i as QE_CONSENT_KEYS, n as electronicSignatureMachine, s as getDefaultConsentChecks } from "./electronicSignatureManager-pIu5whcV.esm.js";
7
- import { t as createQeSignatureManager } from "./qe-signature-9vz60fLv.esm.js";
6
+ import { a as areAllConsented, i as QE_CONSENT_KEYS, n as electronicSignatureMachine, s as getDefaultConsentChecks } from "./electronicSignatureManager-BrYYnB75.esm.js";
7
+ import { t as createQeSignatureManager } from "./qe-signature-BFRMDOsL.esm.js";
8
8
 
9
9
  export { QE_CONSENT_KEYS, areAllConsented, createQeSignatureManager, getDefaultConsentChecks, electronicSignatureMachine as qeSignatureMachine };
@@ -4,7 +4,7 @@ import "./endpoints-BPHddOTi.esm.js";
4
4
  import "./stats-AwLva7-C.esm.js";
5
5
  import "./IpifyProvider-BQKB2PR-.esm.js";
6
6
  import "./browserSimulation-DCzZRn_y.esm.js";
7
- import { r as initializeSession } from "./sessionInitializer-BHxeb5Ei.esm.js";
7
+ import { r as initializeSession } from "./sessionInitializer-M0Y3g4Eo.esm.js";
8
8
  import "./platform-D871crJL.esm.js";
9
9
  import "./getBrowser-CMJJeBF8.esm.js";
10
10
  import { t as IncodeApiError } from "./apiError-76Dulrw9.esm.js";
@@ -1378,7 +1378,7 @@ function resetFeatureConfigCache() {
1378
1378
 
1379
1379
  //#endregion
1380
1380
  //#region src/internal/version/sdkVersion.ts
1381
- const SDK_VERSION = "0.0.0-dev-20260528-7fc5569f";
1381
+ const SDK_VERSION = "0.0.0-dev-20260528-e63e949b";
1382
1382
 
1383
1383
  //#endregion
1384
1384
  //#region src/internal/fingerprint/fingerprintService.ts
@@ -4,7 +4,7 @@ import { a as resetApi, i as isApiConfigured, n as getApi, o as setClient, r as
4
4
  import { _ as resetAnalyticsBatcher, g as getAnalyticsBatcher, m as createAnalyticsBatchingService, v as setAnalyticsBatcher } from "./events-Bsw1l0pH.esm.js";
5
5
  import { t as endpoints } from "./endpoints-BPHddOTi.esm.js";
6
6
  import { r as resetDeviceStatsQueue, t as addDeviceStats } from "./stats-AwLva7-C.esm.js";
7
- import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-BHxeb5Ei.esm.js";
7
+ import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-M0Y3g4Eo.esm.js";
8
8
 
9
9
  //#region ../infra/src/wasm/wasmDefaults.ts
10
10
  const WASM_CDN_BASE_URL = "https://cdn.incodesmile.com/ml-wasm-kit-release";
package/dist/wasm.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { r as warmupWasm } from "./WasmUtilProvider-Va_i-eMT.esm.js";
2
- import { c as buildDefaultWasmConfig, i as setWasmConfig, l as buildWasmConfigFromBasePath, o as upgradeToWasmHttpClient, s as DEFAULT_WASM_VERSION, t as initializeWasmUtil, u as resolveWasmConfig } from "./setup--mejGeLg.esm.js";
2
+ import { c as buildDefaultWasmConfig, i as setWasmConfig, l as buildWasmConfigFromBasePath, o as upgradeToWasmHttpClient, s as DEFAULT_WASM_VERSION, t as initializeWasmUtil, u as resolveWasmConfig } from "./setup-DvAreQVf.esm.js";
3
3
  import "./BrowserTimerProvider-BESs49g_.esm.js";
4
4
  import "./api-YxPMtty2.esm.js";
5
5
  import "./events-Bsw1l0pH.esm.js";
@@ -7,7 +7,7 @@ import "./endpoints-BPHddOTi.esm.js";
7
7
  import "./stats-AwLva7-C.esm.js";
8
8
  import "./IpifyProvider-BQKB2PR-.esm.js";
9
9
  import "./browserSimulation-DCzZRn_y.esm.js";
10
- import "./sessionInitializer-BHxeb5Ei.esm.js";
10
+ import "./sessionInitializer-M0Y3g4Eo.esm.js";
11
11
  import "./platform-D871crJL.esm.js";
12
12
  import "./getBrowser-CMJJeBF8.esm.js";
13
13