@incodetech/core 0.0.0-dev-20260701-b6fc71dc → 0.0.0-dev-20260702-cc2ced08

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 (39) hide show
  1. package/dist/ae-signature.d.ts +1 -1
  2. package/dist/certificate-issuance.d.ts +28 -28
  3. package/dist/consent.d.ts +1 -1
  4. package/dist/{consentManager-DTzlkzyY.d.ts → consentManager-BvDJp7BI.d.ts} +47 -47
  5. package/dist/cpf-ocr.d.ts +1 -1
  6. package/dist/{cpfOcrManager-DvYfmJuu.d.ts → cpfOcrManager-CLrn17Kf.d.ts} +17 -17
  7. package/dist/document-capture.d.ts +224 -224
  8. package/dist/document-upload.d.ts +49 -49
  9. package/dist/ekyb.esm.js +3 -3
  10. package/dist/{ekybStateMachine-CTf3nb0j.esm.js → ekybStateMachine-BzMz39iQ.esm.js} +1 -1
  11. package/dist/electronic-signature.d.ts +1 -1
  12. package/dist/extensibility.d.ts +4 -4
  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-B0ai-ANo.esm.js → flowServices-DsAOXwDS.esm.js} +1 -1
  17. package/dist/home.d.ts +10 -10
  18. package/dist/id-ocr.d.ts +55 -55
  19. package/dist/id-verification.d.ts +25 -25
  20. package/dist/id.esm.js +3 -3
  21. package/dist/{idCaptureManager-FXTdeOsf.esm.js → idCaptureManager-TBCF4TGa.esm.js} +4 -3
  22. package/dist/{idCaptureStateMachine-BlLvve6M.esm.js → idCaptureStateMachine-K6LgInsG.esm.js} +31 -2
  23. package/dist/identity-reuse.d.ts +1 -1
  24. package/dist/{identityReuseManager-BOnaxwJI.d.ts → identityReuseManager-DHveeduR.d.ts} +34 -34
  25. package/dist/{index-E3D7OvnG.d.ts → index-BR5R9zI_.d.ts} +168 -168
  26. package/dist/index.esm.js +2 -2
  27. package/dist/mandatory-consent.d.ts +1 -1
  28. package/dist/{mandatoryConsentManager-CyoaXoEe.d.ts → mandatoryConsentManager-BMFzCwXR.d.ts} +50 -50
  29. package/dist/qe-signature.d.ts +1 -1
  30. package/dist/session.esm.js +1 -1
  31. package/dist/{sessionInitializer-Dfc__RkA.esm.js → sessionInitializer-C0YhqeiX.esm.js} +1 -1
  32. package/dist/{setup-f4ttZO62.esm.js → setup-3W6rhIxJ.esm.js} +1 -1
  33. package/dist/trust-graph.d.ts +2 -2
  34. package/dist/video-selfie.d.ts +2 -2
  35. package/dist/video-selfie.esm.js +2 -2
  36. package/dist/wasm.esm.js +2 -2
  37. package/dist/workflow.d.ts +156 -156
  38. package/dist/workflow.esm.js +4 -4
  39. package/package.json +1 -1
@@ -2,10 +2,10 @@ import { t as Manager } from "./Manager-BUc6OqO5.js";
2
2
  import "./Actor-Du_LU0S4.js";
3
3
  import "./camera-DtXTDZWt.js";
4
4
  import { n as DocumentUploadContext, r as DocumentUploadInput, t as DocumentUploadConfig } from "./types-Bl8JJxqM.js";
5
- import * as xstate1549 from "xstate";
5
+ import * as xstate463 from "xstate";
6
6
 
7
7
  //#region src/modules/document-upload/documentUploadStateMachine.d.ts
8
- declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadContext, {
8
+ declare const documentUploadMachine: xstate463.StateMachine<DocumentUploadContext, {
9
9
  type: "START";
10
10
  } | {
11
11
  type: "CAPTURE";
@@ -18,52 +18,52 @@ declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadConte
18
18
  } | {
19
19
  type: "CLOSE";
20
20
  }, {
21
- [x: string]: xstate1549.ActorRefFromLogic<xstate1549.PromiseActorLogic<MediaStream, void, xstate1549.EventObject>> | xstate1549.ActorRefFromLogic<xstate1549.PromiseActorLogic<void, {
21
+ [x: string]: xstate463.ActorRefFromLogic<xstate463.PromiseActorLogic<void, {
22
22
  imageBase64: string;
23
23
  documentType: string;
24
24
  onProgress: (progress: number) => void;
25
- }, xstate1549.EventObject>> | undefined;
26
- }, xstate1549.Values<{
25
+ }, xstate463.EventObject>> | xstate463.ActorRefFromLogic<xstate463.PromiseActorLogic<MediaStream, void, xstate463.EventObject>> | undefined;
26
+ }, xstate463.Values<{
27
27
  uploadDocument: {
28
28
  src: "uploadDocument";
29
- logic: xstate1549.PromiseActorLogic<void, {
29
+ logic: xstate463.PromiseActorLogic<void, {
30
30
  imageBase64: string;
31
31
  documentType: string;
32
32
  onProgress: (progress: number) => void;
33
- }, xstate1549.EventObject>;
33
+ }, xstate463.EventObject>;
34
34
  id: string | undefined;
35
35
  };
36
36
  initCamera: {
37
37
  src: "initCamera";
38
- logic: xstate1549.PromiseActorLogic<MediaStream, void, xstate1549.EventObject>;
38
+ logic: xstate463.PromiseActorLogic<MediaStream, void, xstate463.EventObject>;
39
39
  id: string | undefined;
40
40
  };
41
- }>, xstate1549.Values<{
42
- setError: {
43
- type: "setError";
44
- params: xstate1549.NonReducibleUnknown;
45
- };
46
- clearError: {
47
- type: "clearError";
48
- params: xstate1549.NonReducibleUnknown;
49
- };
41
+ }>, xstate463.Values<{
50
42
  setStream: {
51
43
  type: "setStream";
52
- params: xstate1549.NonReducibleUnknown;
44
+ params: xstate463.NonReducibleUnknown;
45
+ };
46
+ setImageAndClearError: {
47
+ type: "setImageAndClearError";
48
+ params: xstate463.NonReducibleUnknown;
53
49
  };
54
50
  setProgress: {
55
51
  type: "setProgress";
56
- params: xstate1549.NonReducibleUnknown;
52
+ params: xstate463.NonReducibleUnknown;
53
+ };
54
+ setError: {
55
+ type: "setError";
56
+ params: xstate463.NonReducibleUnknown;
57
+ };
58
+ clearError: {
59
+ type: "clearError";
60
+ params: xstate463.NonReducibleUnknown;
57
61
  };
58
62
  stopStream: {
59
63
  type: "stopStream";
60
- params: xstate1549.NonReducibleUnknown;
61
- };
62
- setImageAndClearError: {
63
- type: "setImageAndClearError";
64
- params: xstate1549.NonReducibleUnknown;
64
+ params: xstate463.NonReducibleUnknown;
65
65
  };
66
- }>, never, never, "error" | "idle" | "uploading" | "closed" | "finished" | "initCamera" | "capturing", string, DocumentUploadInput, xstate1549.NonReducibleUnknown, xstate1549.EventObject, xstate1549.MetaObject, {
66
+ }>, never, never, "error" | "idle" | "uploading" | "closed" | "finished" | "capturing" | "initCamera", string, DocumentUploadInput, xstate463.NonReducibleUnknown, xstate463.EventObject, xstate463.MetaObject, {
67
67
  readonly id: "documentUpload";
68
68
  readonly initial: "idle";
69
69
  readonly context: ({
@@ -72,67 +72,67 @@ declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadConte
72
72
  spawn: {
73
73
  <TSrc extends "uploadDocument" | "initCamera">(logic: TSrc, ...[options]: ({
74
74
  src: "uploadDocument";
75
- logic: xstate1549.PromiseActorLogic<void, {
75
+ logic: xstate463.PromiseActorLogic<void, {
76
76
  imageBase64: string;
77
77
  documentType: string;
78
78
  onProgress: (progress: number) => void;
79
- }, xstate1549.EventObject>;
79
+ }, xstate463.EventObject>;
80
80
  id: string | undefined;
81
81
  } extends infer T ? T extends {
82
82
  src: "uploadDocument";
83
- logic: xstate1549.PromiseActorLogic<void, {
83
+ logic: xstate463.PromiseActorLogic<void, {
84
84
  imageBase64: string;
85
85
  documentType: string;
86
86
  onProgress: (progress: number) => void;
87
- }, xstate1549.EventObject>;
87
+ }, xstate463.EventObject>;
88
88
  id: string | undefined;
89
89
  } ? T extends {
90
90
  src: TSrc;
91
- } ? xstate1549.ConditionalRequired<[options?: ({
91
+ } ? xstate463.ConditionalRequired<[options?: ({
92
92
  id?: T["id"] | undefined;
93
93
  systemId?: string;
94
- input?: xstate1549.InputFrom<T["logic"]> | undefined;
94
+ input?: xstate463.InputFrom<T["logic"]> | undefined;
95
95
  syncSnapshot?: boolean;
96
- } & { [K in xstate1549.RequiredActorOptions<T>]: unknown }) | undefined], xstate1549.IsNotNever<xstate1549.RequiredActorOptions<T>>> : never : never : never) | ({
96
+ } & { [K in xstate463.RequiredActorOptions<T>]: unknown }) | undefined], xstate463.IsNotNever<xstate463.RequiredActorOptions<T>>> : never : never : never) | ({
97
97
  src: "initCamera";
98
- logic: xstate1549.PromiseActorLogic<MediaStream, void, xstate1549.EventObject>;
98
+ logic: xstate463.PromiseActorLogic<MediaStream, void, xstate463.EventObject>;
99
99
  id: string | undefined;
100
100
  } extends infer T_1 ? T_1 extends {
101
101
  src: "initCamera";
102
- logic: xstate1549.PromiseActorLogic<MediaStream, void, xstate1549.EventObject>;
102
+ logic: xstate463.PromiseActorLogic<MediaStream, void, xstate463.EventObject>;
103
103
  id: string | undefined;
104
104
  } ? T_1 extends {
105
105
  src: TSrc;
106
- } ? xstate1549.ConditionalRequired<[options?: ({
106
+ } ? xstate463.ConditionalRequired<[options?: ({
107
107
  id?: T_1["id"] | undefined;
108
108
  systemId?: string;
109
- input?: xstate1549.InputFrom<T_1["logic"]> | undefined;
109
+ input?: xstate463.InputFrom<T_1["logic"]> | undefined;
110
110
  syncSnapshot?: boolean;
111
- } & { [K_1 in xstate1549.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate1549.IsNotNever<xstate1549.RequiredActorOptions<T_1>>> : never : never : never)): xstate1549.ActorRefFromLogic<xstate1549.GetConcreteByKey<xstate1549.Values<{
111
+ } & { [K_1 in xstate463.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate463.IsNotNever<xstate463.RequiredActorOptions<T_1>>> : never : never : never)): xstate463.ActorRefFromLogic<xstate463.GetConcreteByKey<xstate463.Values<{
112
112
  uploadDocument: {
113
113
  src: "uploadDocument";
114
- logic: xstate1549.PromiseActorLogic<void, {
114
+ logic: xstate463.PromiseActorLogic<void, {
115
115
  imageBase64: string;
116
116
  documentType: string;
117
117
  onProgress: (progress: number) => void;
118
- }, xstate1549.EventObject>;
118
+ }, xstate463.EventObject>;
119
119
  id: string | undefined;
120
120
  };
121
121
  initCamera: {
122
122
  src: "initCamera";
123
- logic: xstate1549.PromiseActorLogic<MediaStream, void, xstate1549.EventObject>;
123
+ logic: xstate463.PromiseActorLogic<MediaStream, void, xstate463.EventObject>;
124
124
  id: string | undefined;
125
125
  };
126
126
  }>, "src", TSrc>["logic"]>;
127
- <TLogic extends xstate1549.AnyActorLogic>(src: TLogic, ...[options]: xstate1549.ConditionalRequired<[options?: ({
127
+ <TLogic extends xstate463.AnyActorLogic>(src: TLogic, ...[options]: xstate463.ConditionalRequired<[options?: ({
128
128
  id?: never;
129
129
  systemId?: string;
130
- input?: xstate1549.InputFrom<TLogic> | undefined;
130
+ input?: xstate463.InputFrom<TLogic> | undefined;
131
131
  syncSnapshot?: boolean;
132
- } & { [K in xstate1549.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate1549.IsNotNever<xstate1549.RequiredLogicInput<TLogic>>>): xstate1549.ActorRefFromLogic<TLogic>;
132
+ } & { [K in xstate463.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate463.IsNotNever<xstate463.RequiredLogicInput<TLogic>>>): xstate463.ActorRefFromLogic<TLogic>;
133
133
  };
134
134
  input: DocumentUploadInput;
135
- self: xstate1549.ActorRef<xstate1549.MachineSnapshot<DocumentUploadContext, {
135
+ self: xstate463.ActorRef<xstate463.MachineSnapshot<DocumentUploadContext, {
136
136
  type: "START";
137
137
  } | {
138
138
  type: "CAPTURE";
@@ -144,7 +144,7 @@ declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadConte
144
144
  type: "RETRY";
145
145
  } | {
146
146
  type: "CLOSE";
147
- }, Record<string, xstate1549.AnyActorRef | undefined>, xstate1549.StateValue, string, unknown, any, any>, {
147
+ }, Record<string, xstate463.AnyActorRef | undefined>, xstate463.StateValue, string, unknown, any, any>, {
148
148
  type: "START";
149
149
  } | {
150
150
  type: "CAPTURE";
@@ -156,7 +156,7 @@ declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadConte
156
156
  type: "RETRY";
157
157
  } | {
158
158
  type: "CLOSE";
159
- }, xstate1549.AnyEventObject>;
159
+ }, xstate463.AnyEventObject>;
160
160
  }) => {
161
161
  config: DocumentUploadConfig;
162
162
  stream: undefined;
@@ -226,7 +226,7 @@ declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadConte
226
226
  } | {
227
227
  type: "CLOSE";
228
228
  };
229
- self: xstate1549.ActorRef<xstate1549.MachineSnapshot<DocumentUploadContext, {
229
+ self: xstate463.ActorRef<xstate463.MachineSnapshot<DocumentUploadContext, {
230
230
  type: "START";
231
231
  } | {
232
232
  type: "CAPTURE";
@@ -238,7 +238,7 @@ declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadConte
238
238
  type: "RETRY";
239
239
  } | {
240
240
  type: "CLOSE";
241
- }, Record<string, xstate1549.AnyActorRef>, xstate1549.StateValue, string, unknown, any, any>, {
241
+ }, Record<string, xstate463.AnyActorRef>, xstate463.StateValue, string, unknown, any, any>, {
242
242
  type: "START";
243
243
  } | {
244
244
  type: "CAPTURE";
@@ -250,7 +250,7 @@ declare const documentUploadMachine: xstate1549.StateMachine<DocumentUploadConte
250
250
  type: "RETRY";
251
251
  } | {
252
252
  type: "CLOSE";
253
- }, xstate1549.AnyEventObject>;
253
+ }, xstate463.AnyEventObject>;
254
254
  }) => {
255
255
  imageBase64: string;
256
256
  documentType: string;
package/dist/ekyb.esm.js CHANGED
@@ -5,7 +5,7 @@ import { n as eventModuleNames } from "./types-ElOJAGaM.esm.js";
5
5
  import "./endpoints-BzMJFAPV.esm.js";
6
6
  import "./stats-CYcScXcO.esm.js";
7
7
  import "./browserSimulation-TsSoavQv.esm.js";
8
- import "./sessionInitializer-Dfc__RkA.esm.js";
8
+ import "./sessionInitializer-C0YhqeiX.esm.js";
9
9
  import "./getDeviceData-TrKM8NPh.esm.js";
10
10
  import "./thumbmarkAdapter-fHBUDlAP.esm.js";
11
11
  import "./IpifyProvider-BRW14_uo.esm.js";
@@ -13,11 +13,11 @@ import "./platform-uIVQUnJP.esm.js";
13
13
  import "./tri-D6YWLiyE.esm.js";
14
14
  import { l as createManager, s as createActor } from "./xstate.esm-Bomq1a0z.esm.js";
15
15
  import "./apiError-C7SFQTB2.esm.js";
16
- import { a as SUPPORTED_COUNTRIES, i as DEV_ONLY_COUNTRIES, n as toEkybConfig, o as isSupportedCountry, r as ALL_COUNTRIES, t as ekybMachine } from "./ekybStateMachine-CTf3nb0j.esm.js";
16
+ import { a as SUPPORTED_COUNTRIES, i as DEV_ONLY_COUNTRIES, n as toEkybConfig, o as isSupportedCountry, r as ALL_COUNTRIES, t as ekybMachine } from "./ekybStateMachine-BzMz39iQ.esm.js";
17
17
  import "./addressSearch-C6cEsEqK.esm.js";
18
18
  import "./session-D4m9r-7U.esm.js";
19
19
  import "./videoSelfieSteps-DAky5sq5.esm.js";
20
- import "./flowServices-B0ai-ANo.esm.js";
20
+ import "./flowServices-DsAOXwDS.esm.js";
21
21
 
22
22
  //#region src/modules/ekyb/ekybActor.ts
23
23
  /**
@@ -2,7 +2,7 @@ import { t as api } from "./api-DsbUi7TO.esm.js";
2
2
  import { t as endpoints } from "./endpoints-BzMJFAPV.esm.js";
3
3
  import { a as fromPromise, r as assign, t as setup } from "./xstate.esm-Bomq1a0z.esm.js";
4
4
  import { a as getPostalCodeMaxLength, c as STREET_LEVEL_REQUIRED_ERROR, d as usStateOptions, i as getPostalCodeErrorKey, l as fillFromSuggestion, n as FIXED_DIGIT_POSTAL_CODE_LENGTH, o as validatePostalCode, r as formatPostalCode, s as DYNAMIC_REQUIRED_KEY, t as debounceSearchActor, u as getStreetLevelErrorForSuggestion } from "./addressSearch-C6cEsEqK.esm.js";
5
- import { t as getFlow } from "./flowServices-B0ai-ANo.esm.js";
5
+ import { t as getFlow } from "./flowServices-DsAOXwDS.esm.js";
6
6
 
7
7
  //#region src/modules/ekyb/ekybConstants.ts
8
8
  const UBO_INPUT_LIMIT = 8;
@@ -1,4 +1,4 @@
1
1
  import "./Manager-BUc6OqO5.js";
2
2
  import "./Actor-Du_LU0S4.js";
3
- import { a as AE_CONSENT_KEYS, c as ConsentKey, d as ElectronicSignatureVariant, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, h as getConsentKeys, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, o as AeConsentKey, p as QeConsentKey, r as createElectronicSignatureManager, s as ConsentChecks, t as ElectronicSignatureManager, u as ElectronicSignatureDocument } from "./index-E3D7OvnG.js";
3
+ import { a as AE_CONSENT_KEYS, c as ConsentKey, d as ElectronicSignatureVariant, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, h as getConsentKeys, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, o as AeConsentKey, p as QeConsentKey, r as createElectronicSignatureManager, s as ConsentChecks, t as ElectronicSignatureManager, u as ElectronicSignatureDocument } from "./index-BR5R9zI_.js";
4
4
  export { AE_CONSENT_KEYS, AeConsentKey, ConsentChecks, ConsentKey, ElectronicSignatureConfig, ElectronicSignatureDocument, ElectronicSignatureManager, ElectronicSignatureState, ElectronicSignatureVariant, QE_CONSENT_KEYS, QeConsentKey, areAllConsented, createElectronicSignatureManager, electronicSignatureMachine, getConsentKeys, getDefaultConsentChecks };
@@ -18,16 +18,16 @@ import "./StreamCanvasCapture-BqaiJxNa.js";
18
18
  import "./deepsightService-DMGqYUMO.js";
19
19
  import { a as ProcessFaceResponse, i as createSelfieManagerFromActor, n as SelfieState, t as SelfieManager } from "./selfieManager-CARwc0rJ.js";
20
20
  import { i as createAuthenticationManagerFromActor, n as AuthenticationState, t as AuthenticationManager } from "./authenticationManager-BwUutUMI.js";
21
- import { a as ConsentActor, i as createConsentManagerFromActor, n as ConsentState, t as ConsentManager } from "./consentManager-DTzlkzyY.js";
22
- import { a as CpfOcrActor, i as createCpfOcrManagerFromActor, n as CpfOcrState, t as CpfOcrManager } from "./cpfOcrManager-DvYfmJuu.js";
21
+ import { a as ConsentActor, i as createConsentManagerFromActor, n as ConsentState, t as ConsentManager } from "./consentManager-BvDJp7BI.js";
22
+ import { a as CpfOcrActor, i as createCpfOcrManagerFromActor, n as CpfOcrState, t as CpfOcrManager } from "./cpfOcrManager-CLrn17Kf.js";
23
23
  import { a as CurpValidationActor, i as createCurpValidationManagerFromActor, n as CurpValidationState, t as CurpValidationManager } from "./curpValidationManager-Bd_J27C3.js";
24
24
  import { a as EmailActor, i as createEmailManagerFromActor, n as EmailState, t as EmailManager } from "./emailManager-DB7-HTVr.js";
25
25
  import "./otp-DyNGp0Po.js";
26
26
  import { A as CaptureIdResponse, i as createIdCaptureManagerFromActor, n as IdCaptureManager, r as IdCaptureState } from "./idCaptureManager-fvEYwU_l.js";
27
27
  import { a as PhoneActor, i as createPhoneManagerFromActor, n as PhoneState, t as PhoneManager } from "./phoneManager-DWBrSRZq.js";
28
- import { a as IdentityReuseActor, i as createIdentityReuseManagerFromActor, n as IdentityReuseState, t as IdentityReuseManager } from "./identityReuseManager-BOnaxwJI.js";
28
+ import { a as IdentityReuseActor, i as createIdentityReuseManagerFromActor, n as IdentityReuseState, t as IdentityReuseManager } from "./identityReuseManager-DHveeduR.js";
29
29
  import { a as FieldComparisonActor, i as createFieldComparisonManagerFromActor, n as FieldComparisonState, t as FieldComparisonManager } from "./fieldComparisonManager-CjIY3Y1d.js";
30
- import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, t as MandatoryConsentManager } from "./mandatoryConsentManager-CyoaXoEe.js";
30
+ import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, t as MandatoryConsentManager } from "./mandatoryConsentManager-BMFzCwXR.js";
31
31
  import { a as RedirectToMobileActor, i as createRedirectToMobileManagerFromActor, n as RedirectToMobileState, t as RedirectToMobileManager } from "./redirectToMobileManager-slUK-Ttt.js";
32
32
 
33
33
  //#region src/modules/authentication/authenticationUploadService.d.ts
@@ -6,7 +6,7 @@ import "./types-ElOJAGaM.esm.js";
6
6
  import "./endpoints-BzMJFAPV.esm.js";
7
7
  import "./stats-CYcScXcO.esm.js";
8
8
  import "./browserSimulation-TsSoavQv.esm.js";
9
- import { o as FingerprintProvider, t as getDisableIpify } from "./sessionInitializer-Dfc__RkA.esm.js";
9
+ import { o as FingerprintProvider, t as getDisableIpify } from "./sessionInitializer-C0YhqeiX.esm.js";
10
10
  import { t as getDeviceFingerprintInfo } from "./getDeviceData-TrKM8NPh.esm.js";
11
11
  import "./thumbmarkAdapter-fHBUDlAP.esm.js";
12
12
  import { t as IpifyProvider } from "./IpifyProvider-BRW14_uo.esm.js";
@@ -52,9 +52,9 @@ import "./otp-nhnnp9FM.esm.js";
52
52
  import { n as createEmailManagerFromActor } from "./emailManager-CH6GlUSk.esm.js";
53
53
  import "./selfieStateMachine-2UJDOv3d.esm.js";
54
54
  import { n as createSelfieManagerFromActor } from "./selfieManager-CjFFQTKK.esm.js";
55
- import "./idCaptureStateMachine-BlLvve6M.esm.js";
55
+ import "./idCaptureStateMachine-K6LgInsG.esm.js";
56
56
  import "./idCaptureDefaults-GTCesE6K.esm.js";
57
- import { r as createIdCaptureManagerFromActor } from "./idCaptureManager-FXTdeOsf.esm.js";
57
+ import { r as createIdCaptureManagerFromActor } from "./idCaptureManager-TBCF4TGa.esm.js";
58
58
  import "./phoneStateMachine-sn2Nt44W.esm.js";
59
59
  import { n as createPhoneManagerFromActor } from "./phoneManager-CiiQOE21.esm.js";
60
60
  import "./identityReuseStateMachine-BYYzDw-l.esm.js";
package/dist/flow.d.ts CHANGED
@@ -9,7 +9,7 @@ import { i as FlowModuleConfig, n as Flow, r as FlowModule } from "./types-BoOrY
9
9
  import { a as TotalScore, c as getTotalScoreStatus, n as FinishStatus, o as classifyScoreStatus, r as GetFinishStatusFn, t as FinishScreenVariant } from "./flowCompletionService-CY9Cb5V1.js";
10
10
  import { o as FlowEventSubscribable } from "./index-CpQYJA2K.js";
11
11
  import { n as ModuleRegistry } from "./types-DHIl-AtE.js";
12
- import * as xstate1067 from "xstate";
12
+ import * as xstate1024 from "xstate";
13
13
 
14
14
  //#region src/modules/flow/flowUtils.d.ts
15
15
  type NormalizeFlowModulesOptions = {
@@ -61,7 +61,7 @@ type GetFlow = (signal: AbortSignal, options?: GetFlowOptions) => Promise<Flow>;
61
61
  declare const getFlow: GetFlow;
62
62
  //#endregion
63
63
  //#region src/modules/flow/noOpFlowModuleMachine.d.ts
64
- declare const noOpFlowModuleMachine: xstate1067.StateMachine<xstate1067.MachineContext, xstate1067.AnyEventObject, {}, never, never, never, never, "finished", string, xstate1067.NonReducibleUnknown, xstate1067.NonReducibleUnknown, xstate1067.EventObject, xstate1067.MetaObject, {
64
+ declare const noOpFlowModuleMachine: xstate1024.StateMachine<xstate1024.MachineContext, xstate1024.AnyEventObject, {}, never, never, never, never, "finished", string, xstate1024.NonReducibleUnknown, xstate1024.NonReducibleUnknown, xstate1024.EventObject, xstate1024.MetaObject, {
65
65
  readonly id: "noOpFlowModule";
66
66
  readonly initial: "finished";
67
67
  readonly states: {
package/dist/flow.esm.js CHANGED
@@ -5,7 +5,7 @@ import "./types-ElOJAGaM.esm.js";
5
5
  import "./endpoints-BzMJFAPV.esm.js";
6
6
  import "./stats-CYcScXcO.esm.js";
7
7
  import "./browserSimulation-TsSoavQv.esm.js";
8
- import "./sessionInitializer-Dfc__RkA.esm.js";
8
+ import "./sessionInitializer-C0YhqeiX.esm.js";
9
9
  import "./getDeviceData-TrKM8NPh.esm.js";
10
10
  import "./thumbmarkAdapter-fHBUDlAP.esm.js";
11
11
  import "./IpifyProvider-BRW14_uo.esm.js";
@@ -16,7 +16,7 @@ import "./apiError-C7SFQTB2.esm.js";
16
16
  import "./types-CMcxlSmH.esm.js";
17
17
  import "./session-D4m9r-7U.esm.js";
18
18
  import "./videoSelfieSteps-DAky5sq5.esm.js";
19
- import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-B0ai-ANo.esm.js";
19
+ import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-DsAOXwDS.esm.js";
20
20
  import { n as getFinishStatus, r as getTotalScoreStatus, t as classifyScoreStatus } from "./flowCompletionService-BqDrPtNh.esm.js";
21
21
  import { n as isAdvanceableError, r as attachFlowEventEmitter, t as runChildModule } from "./runChildModule-Wr_2wB1m.esm.js";
22
22
 
@@ -1,6 +1,6 @@
1
1
  import { t as api } from "./api-DsbUi7TO.esm.js";
2
2
  import { t as endpoints } from "./endpoints-BzMJFAPV.esm.js";
3
- import { n as getSessionFingerprintResult, r as initializeSession } from "./sessionInitializer-Dfc__RkA.esm.js";
3
+ import { n as getSessionFingerprintResult, r as initializeSession } from "./sessionInitializer-C0YhqeiX.esm.js";
4
4
  import { n as toIncodeApiError } from "./apiError-C7SFQTB2.esm.js";
5
5
  import { r as videoSelfieWasmPipelines } from "./videoSelfieSteps-DAky5sq5.esm.js";
6
6
 
package/dist/home.d.ts CHANGED
@@ -5,7 +5,7 @@ import "./types-BXkFotpx.js";
5
5
  import "./canvas-Dcq7XIdx.js";
6
6
  import "./createFaceAvatar-tloe__L_.js";
7
7
  import { t as EmptyConfig } from "./types-BoOrY6Kj.js";
8
- import * as xstate72 from "xstate";
8
+ import * as xstate446 from "xstate";
9
9
 
10
10
  //#region src/modules/home/types.d.ts
11
11
  type HomeConfig = EmptyConfig;
@@ -37,41 +37,41 @@ type HomeContext = {
37
37
  type HomeInput = {
38
38
  config: EmptyConfig;
39
39
  };
40
- declare const homeMachine: xstate72.StateMachine<HomeContext, {
40
+ declare const homeMachine: xstate446.StateMachine<HomeContext, {
41
41
  type: "LOAD";
42
42
  } | {
43
43
  type: "COMPLETE";
44
44
  } | {
45
45
  type: "RESET";
46
- }, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput, xstate72.NonReducibleUnknown, xstate72.EventObject, xstate72.MetaObject, {
46
+ }, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput, xstate446.NonReducibleUnknown, xstate446.EventObject, xstate446.MetaObject, {
47
47
  readonly id: "home";
48
48
  readonly initial: "idle";
49
49
  readonly context: ({
50
50
  input
51
51
  }: {
52
52
  spawn: {
53
- <TSrc extends never>(logic: TSrc, ...[options]: never): xstate72.ActorRefFromLogic<never>;
54
- <TLogic extends xstate72.AnyActorLogic>(src: TLogic, ...[options]: xstate72.ConditionalRequired<[options?: ({
53
+ <TSrc extends never>(logic: TSrc, ...[options]: never): xstate446.ActorRefFromLogic<never>;
54
+ <TLogic extends xstate446.AnyActorLogic>(src: TLogic, ...[options]: xstate446.ConditionalRequired<[options?: ({
55
55
  id?: never;
56
56
  systemId?: string;
57
- input?: xstate72.InputFrom<TLogic> | undefined;
57
+ input?: xstate446.InputFrom<TLogic> | undefined;
58
58
  syncSnapshot?: boolean;
59
- } & { [K in xstate72.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate72.IsNotNever<xstate72.RequiredLogicInput<TLogic>>>): xstate72.ActorRefFromLogic<TLogic>;
59
+ } & { [K in xstate446.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate446.IsNotNever<xstate446.RequiredLogicInput<TLogic>>>): xstate446.ActorRefFromLogic<TLogic>;
60
60
  };
61
61
  input: HomeInput;
62
- self: xstate72.ActorRef<xstate72.MachineSnapshot<HomeContext, {
62
+ self: xstate446.ActorRef<xstate446.MachineSnapshot<HomeContext, {
63
63
  type: "LOAD";
64
64
  } | {
65
65
  type: "COMPLETE";
66
66
  } | {
67
67
  type: "RESET";
68
- }, Record<string, xstate72.AnyActorRef | undefined>, xstate72.StateValue, string, unknown, any, any>, {
68
+ }, Record<string, xstate446.AnyActorRef | undefined>, xstate446.StateValue, string, unknown, any, any>, {
69
69
  type: "LOAD";
70
70
  } | {
71
71
  type: "COMPLETE";
72
72
  } | {
73
73
  type: "RESET";
74
- }, xstate72.AnyEventObject>;
74
+ }, xstate446.AnyEventObject>;
75
75
  }) => {
76
76
  config: EmptyConfig;
77
77
  };