@incodetech/core 2.1.1-rc.0 → 2.1.1-rc.1

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 (52) hide show
  1. package/dist/ae-signature.d.ts +1 -1
  2. package/dist/authentication.esm.js +6 -6
  3. package/dist/{authenticationManager-C34a9Uvy.esm.js → authenticationManager-BSDXefA7.esm.js} +2 -2
  4. package/dist/{authenticationStateMachine-DXsokPMG.esm.js → authenticationStateMachine-DQkJ03hn.esm.js} +2 -2
  5. package/dist/certificate-issuance.d.ts +28 -28
  6. package/dist/consent.d.ts +1 -1
  7. package/dist/{consentManager-BC95Kbk7.d.ts → consentManager-FHsC0Loe.d.ts} +50 -50
  8. package/dist/cpf-ocr.d.ts +1 -1
  9. package/dist/{cpfOcrManager-DS9xvAzv.d.ts → cpfOcrManager-3m5V3or-.d.ts} +17 -17
  10. package/dist/{deepsightLoader-mUsiuCwa.esm.js → deepsightLoader-CbWxBDYk.esm.js} +1 -1
  11. package/dist/document-capture.d.ts +222 -222
  12. package/dist/document-upload.d.ts +43 -43
  13. package/dist/ekyb.esm.js +3 -3
  14. package/dist/{ekybStateMachine-DGddxBim.esm.js → ekybStateMachine-B06Wn6W9.esm.js} +1 -1
  15. package/dist/electronic-signature.d.ts +1 -1
  16. package/dist/extensibility.d.ts +5 -5
  17. package/dist/extensibility.esm.js +11 -11
  18. package/dist/{faceCaptureManagerFactory-DGBF4a-H.esm.js → faceCaptureManagerFactory-BeKR1XBS.esm.js} +1 -1
  19. package/dist/{faceCaptureSetup-CCodL50B.esm.js → faceCaptureSetup-BlUY__kN.esm.js} +2 -2
  20. package/dist/flow.d.ts +2 -2
  21. package/dist/flow.esm.js +2 -2
  22. package/dist/{flowServices-Byec7m5Z.esm.js → flowServices-dymPqlmV.esm.js} +1 -1
  23. package/dist/home.d.ts +10 -10
  24. package/dist/id-ocr.d.ts +1 -1
  25. package/dist/id-verification.d.ts +25 -25
  26. package/dist/id.esm.js +5 -5
  27. package/dist/{idCaptureManager-DpO7QrQY.esm.js → idCaptureManager-CMo37EfH.esm.js} +1 -1
  28. package/dist/{idCaptureStateMachine-BWNUht3X.esm.js → idCaptureStateMachine-DnjX6lA-.esm.js} +4 -4
  29. package/dist/{idOcrManager-d_rlJiol.d.ts → idOcrManager-D4_nnf4y.d.ts} +52 -52
  30. package/dist/identity-reuse.d.ts +1 -1
  31. package/dist/{identityReuseManager-DyMXbE0q.d.ts → identityReuseManager-BNam1BtZ.d.ts} +31 -31
  32. package/dist/{index-CUci0E4X.d.ts → index-Cy4CZRIw.d.ts} +150 -150
  33. package/dist/index.esm.js +2 -2
  34. package/dist/mandatory-consent.d.ts +1 -1
  35. package/dist/{mandatoryConsentManager-BIemiWAI.d.ts → mandatoryConsentManager-DLCWmOY7.d.ts} +50 -50
  36. package/dist/{onDeviceFaceResults-EHtPkEci.esm.js → onDeviceFaceResults-B4ak8lk4.esm.js} +1 -1
  37. package/dist/personhood.esm.js +2 -2
  38. package/dist/qe-signature.d.ts +1 -1
  39. package/dist/{recordingService-Dedo7Idu.esm.js → recordingService-C1Mx74JH.esm.js} +1 -1
  40. package/dist/selfie.esm.js +6 -6
  41. package/dist/{selfieManager-CacC2ry_.esm.js → selfieManager-DKE-sH1L.esm.js} +2 -2
  42. package/dist/{selfieStateMachine-BmIRecR1.esm.js → selfieStateMachine-CZ6N9SyE.esm.js} +2 -2
  43. package/dist/session.esm.js +1 -1
  44. package/dist/{sessionInitializer-DR8EOFMo.esm.js → sessionInitializer-CjONNrkE.esm.js} +1 -1
  45. package/dist/{setup-Bm20dPYA.esm.js → setup-CBJaP4Tf.esm.js} +1 -1
  46. package/dist/trust-graph.d.ts +2 -2
  47. package/dist/video-selfie.d.ts +2 -2
  48. package/dist/video-selfie.esm.js +3 -3
  49. package/dist/wasm.esm.js +2 -2
  50. package/dist/workflow.d.ts +159 -159
  51. package/dist/workflow.esm.js +9 -9
  52. package/package.json +1 -1
@@ -3,10 +3,10 @@ import { t as Manager } from "./Manager-goNPc_h_.js";
3
3
  import "./Actor-BwgmOPkb.js";
4
4
  import "./camera-CKU96nwJ.js";
5
5
  import { n as DocumentUploadContext, r as DocumentUploadInput, t as DocumentUploadConfig } from "./types-DV3wkhQ4.js";
6
- import * as xstate187 from "xstate";
6
+ import * as xstate175 from "xstate";
7
7
 
8
8
  //#region src/modules/document-upload/documentUploadStateMachine.d.ts
9
- declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContext, {
9
+ declare const documentUploadMachine: xstate175.StateMachine<DocumentUploadContext, {
10
10
  type: "START";
11
11
  } | {
12
12
  type: "CAPTURE";
@@ -19,52 +19,52 @@ declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContex
19
19
  } | {
20
20
  type: "CLOSE";
21
21
  }, {
22
- [x: string]: xstate187.ActorRefFromLogic<xstate187.PromiseActorLogic<void, {
22
+ [x: string]: xstate175.ActorRefFromLogic<xstate175.PromiseActorLogic<void, {
23
23
  imageBase64: string;
24
24
  documentType: string;
25
25
  onProgress: (progress: number) => void;
26
- }, xstate187.EventObject>> | xstate187.ActorRefFromLogic<xstate187.PromiseActorLogic<MediaStream, void, xstate187.EventObject>> | undefined;
27
- }, xstate187.Values<{
26
+ }, xstate175.EventObject>> | xstate175.ActorRefFromLogic<xstate175.PromiseActorLogic<MediaStream, void, xstate175.EventObject>> | undefined;
27
+ }, xstate175.Values<{
28
28
  uploadDocument: {
29
29
  src: "uploadDocument";
30
- logic: xstate187.PromiseActorLogic<void, {
30
+ logic: xstate175.PromiseActorLogic<void, {
31
31
  imageBase64: string;
32
32
  documentType: string;
33
33
  onProgress: (progress: number) => void;
34
- }, xstate187.EventObject>;
34
+ }, xstate175.EventObject>;
35
35
  id: string | undefined;
36
36
  };
37
37
  initCamera: {
38
38
  src: "initCamera";
39
- logic: xstate187.PromiseActorLogic<MediaStream, void, xstate187.EventObject>;
39
+ logic: xstate175.PromiseActorLogic<MediaStream, void, xstate175.EventObject>;
40
40
  id: string | undefined;
41
41
  };
42
- }>, xstate187.Values<{
42
+ }>, xstate175.Values<{
43
43
  setError: {
44
44
  type: "setError";
45
- params: xstate187.NonReducibleUnknown;
46
- };
47
- clearError: {
48
- type: "clearError";
49
- params: xstate187.NonReducibleUnknown;
45
+ params: xstate175.NonReducibleUnknown;
50
46
  };
51
47
  setStream: {
52
48
  type: "setStream";
53
- params: xstate187.NonReducibleUnknown;
49
+ params: xstate175.NonReducibleUnknown;
54
50
  };
55
51
  setImageAndClearError: {
56
52
  type: "setImageAndClearError";
57
- params: xstate187.NonReducibleUnknown;
53
+ params: xstate175.NonReducibleUnknown;
58
54
  };
59
55
  setProgress: {
60
56
  type: "setProgress";
61
- params: xstate187.NonReducibleUnknown;
57
+ params: xstate175.NonReducibleUnknown;
58
+ };
59
+ clearError: {
60
+ type: "clearError";
61
+ params: xstate175.NonReducibleUnknown;
62
62
  };
63
63
  stopStream: {
64
64
  type: "stopStream";
65
- params: xstate187.NonReducibleUnknown;
65
+ params: xstate175.NonReducibleUnknown;
66
66
  };
67
- }>, never, never, "error" | "idle" | "uploading" | "closed" | "finished" | "initCamera" | "capturing", string, DocumentUploadInput, xstate187.NonReducibleUnknown, xstate187.EventObject, xstate187.MetaObject, {
67
+ }>, never, never, "error" | "idle" | "uploading" | "closed" | "finished" | "initCamera" | "capturing", string, DocumentUploadInput, xstate175.NonReducibleUnknown, xstate175.EventObject, xstate175.MetaObject, {
68
68
  readonly id: "documentUpload";
69
69
  readonly initial: "idle";
70
70
  readonly context: ({
@@ -73,67 +73,67 @@ declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContex
73
73
  spawn: {
74
74
  <TSrc extends "uploadDocument" | "initCamera">(logic: TSrc, ...[options]: ({
75
75
  src: "uploadDocument";
76
- logic: xstate187.PromiseActorLogic<void, {
76
+ logic: xstate175.PromiseActorLogic<void, {
77
77
  imageBase64: string;
78
78
  documentType: string;
79
79
  onProgress: (progress: number) => void;
80
- }, xstate187.EventObject>;
80
+ }, xstate175.EventObject>;
81
81
  id: string | undefined;
82
82
  } extends infer T ? T extends {
83
83
  src: "uploadDocument";
84
- logic: xstate187.PromiseActorLogic<void, {
84
+ logic: xstate175.PromiseActorLogic<void, {
85
85
  imageBase64: string;
86
86
  documentType: string;
87
87
  onProgress: (progress: number) => void;
88
- }, xstate187.EventObject>;
88
+ }, xstate175.EventObject>;
89
89
  id: string | undefined;
90
90
  } ? T extends {
91
91
  src: TSrc;
92
- } ? xstate187.ConditionalRequired<[options?: ({
92
+ } ? xstate175.ConditionalRequired<[options?: ({
93
93
  id?: T["id"] | undefined;
94
94
  systemId?: string;
95
- input?: xstate187.InputFrom<T["logic"]> | undefined;
95
+ input?: xstate175.InputFrom<T["logic"]> | undefined;
96
96
  syncSnapshot?: boolean;
97
- } & { [K in xstate187.RequiredActorOptions<T>]: unknown }) | undefined], xstate187.IsNotNever<xstate187.RequiredActorOptions<T>>> : never : never : never) | ({
97
+ } & { [K in xstate175.RequiredActorOptions<T>]: unknown }) | undefined], xstate175.IsNotNever<xstate175.RequiredActorOptions<T>>> : never : never : never) | ({
98
98
  src: "initCamera";
99
- logic: xstate187.PromiseActorLogic<MediaStream, void, xstate187.EventObject>;
99
+ logic: xstate175.PromiseActorLogic<MediaStream, void, xstate175.EventObject>;
100
100
  id: string | undefined;
101
101
  } extends infer T_1 ? T_1 extends {
102
102
  src: "initCamera";
103
- logic: xstate187.PromiseActorLogic<MediaStream, void, xstate187.EventObject>;
103
+ logic: xstate175.PromiseActorLogic<MediaStream, void, xstate175.EventObject>;
104
104
  id: string | undefined;
105
105
  } ? T_1 extends {
106
106
  src: TSrc;
107
- } ? xstate187.ConditionalRequired<[options?: ({
107
+ } ? xstate175.ConditionalRequired<[options?: ({
108
108
  id?: T_1["id"] | undefined;
109
109
  systemId?: string;
110
- input?: xstate187.InputFrom<T_1["logic"]> | undefined;
110
+ input?: xstate175.InputFrom<T_1["logic"]> | undefined;
111
111
  syncSnapshot?: boolean;
112
- } & { [K_1 in xstate187.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate187.IsNotNever<xstate187.RequiredActorOptions<T_1>>> : never : never : never)): xstate187.ActorRefFromLogic<xstate187.GetConcreteByKey<xstate187.Values<{
112
+ } & { [K_1 in xstate175.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate175.IsNotNever<xstate175.RequiredActorOptions<T_1>>> : never : never : never)): xstate175.ActorRefFromLogic<xstate175.GetConcreteByKey<xstate175.Values<{
113
113
  uploadDocument: {
114
114
  src: "uploadDocument";
115
- logic: xstate187.PromiseActorLogic<void, {
115
+ logic: xstate175.PromiseActorLogic<void, {
116
116
  imageBase64: string;
117
117
  documentType: string;
118
118
  onProgress: (progress: number) => void;
119
- }, xstate187.EventObject>;
119
+ }, xstate175.EventObject>;
120
120
  id: string | undefined;
121
121
  };
122
122
  initCamera: {
123
123
  src: "initCamera";
124
- logic: xstate187.PromiseActorLogic<MediaStream, void, xstate187.EventObject>;
124
+ logic: xstate175.PromiseActorLogic<MediaStream, void, xstate175.EventObject>;
125
125
  id: string | undefined;
126
126
  };
127
127
  }>, "src", TSrc>["logic"]>;
128
- <TLogic extends xstate187.AnyActorLogic>(src: TLogic, ...[options]: xstate187.ConditionalRequired<[options?: ({
128
+ <TLogic extends xstate175.AnyActorLogic>(src: TLogic, ...[options]: xstate175.ConditionalRequired<[options?: ({
129
129
  id?: never;
130
130
  systemId?: string;
131
- input?: xstate187.InputFrom<TLogic> | undefined;
131
+ input?: xstate175.InputFrom<TLogic> | undefined;
132
132
  syncSnapshot?: boolean;
133
- } & { [K in xstate187.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate187.IsNotNever<xstate187.RequiredLogicInput<TLogic>>>): xstate187.ActorRefFromLogic<TLogic>;
133
+ } & { [K in xstate175.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate175.IsNotNever<xstate175.RequiredLogicInput<TLogic>>>): xstate175.ActorRefFromLogic<TLogic>;
134
134
  };
135
135
  input: DocumentUploadInput;
136
- self: xstate187.ActorRef<xstate187.MachineSnapshot<DocumentUploadContext, {
136
+ self: xstate175.ActorRef<xstate175.MachineSnapshot<DocumentUploadContext, {
137
137
  type: "START";
138
138
  } | {
139
139
  type: "CAPTURE";
@@ -145,7 +145,7 @@ declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContex
145
145
  type: "RETRY";
146
146
  } | {
147
147
  type: "CLOSE";
148
- }, Record<string, xstate187.AnyActorRef | undefined>, xstate187.StateValue, string, unknown, any, any>, {
148
+ }, Record<string, xstate175.AnyActorRef | undefined>, xstate175.StateValue, string, unknown, any, any>, {
149
149
  type: "START";
150
150
  } | {
151
151
  type: "CAPTURE";
@@ -157,7 +157,7 @@ declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContex
157
157
  type: "RETRY";
158
158
  } | {
159
159
  type: "CLOSE";
160
- }, xstate187.AnyEventObject>;
160
+ }, xstate175.AnyEventObject>;
161
161
  }) => {
162
162
  config: DocumentUploadConfig;
163
163
  stream: undefined;
@@ -227,7 +227,7 @@ declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContex
227
227
  } | {
228
228
  type: "CLOSE";
229
229
  };
230
- self: xstate187.ActorRef<xstate187.MachineSnapshot<DocumentUploadContext, {
230
+ self: xstate175.ActorRef<xstate175.MachineSnapshot<DocumentUploadContext, {
231
231
  type: "START";
232
232
  } | {
233
233
  type: "CAPTURE";
@@ -239,7 +239,7 @@ declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContex
239
239
  type: "RETRY";
240
240
  } | {
241
241
  type: "CLOSE";
242
- }, Record<string, xstate187.AnyActorRef>, xstate187.StateValue, string, unknown, any, any>, {
242
+ }, Record<string, xstate175.AnyActorRef>, xstate175.StateValue, string, unknown, any, any>, {
243
243
  type: "START";
244
244
  } | {
245
245
  type: "CAPTURE";
@@ -251,7 +251,7 @@ declare const documentUploadMachine: xstate187.StateMachine<DocumentUploadContex
251
251
  type: "RETRY";
252
252
  } | {
253
253
  type: "CLOSE";
254
- }, xstate187.AnyEventObject>;
254
+ }, xstate175.AnyEventObject>;
255
255
  }) => {
256
256
  imageBase64: string;
257
257
  documentType: string;
package/dist/ekyb.esm.js CHANGED
@@ -3,18 +3,18 @@ import "./api-DsbUi7TO.esm.js";
3
3
  import { n as eventModuleNames, o as topLevelStateName, s as createManagerInstrumentation } from "./events-1wxZ97yf.esm.js";
4
4
  import "./endpoints-CwrFQfW7.esm.js";
5
5
  import "./stats-BVy52wLy.esm.js";
6
- import "./sessionInitializer-DR8EOFMo.esm.js";
6
+ import "./sessionInitializer-CjONNrkE.esm.js";
7
7
  import "./browserSimulation-CWJhFPZ2.esm.js";
8
8
  import "./platform-0Ot-bF_a.esm.js";
9
9
  import "./getBrowser-1yNcfFZR.esm.js";
10
10
  import "./tri-CFAPtAUM.esm.js";
11
11
  import { l as createManager, s as createActor } from "./xstate.esm-nY3M5UYm.esm.js";
12
12
  import "./apiError-DkOXfFBu.esm.js";
13
- 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-DGddxBim.esm.js";
13
+ 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-B06Wn6W9.esm.js";
14
14
  import "./addressSearch-D7msRieq.esm.js";
15
15
  import "./session-CLsU2Jnb.esm.js";
16
16
  import "./videoSelfieSteps-Djpv7cjb.esm.js";
17
- import "./flowServices-Byec7m5Z.esm.js";
17
+ import "./flowServices-dymPqlmV.esm.js";
18
18
 
19
19
  //#region src/modules/ekyb/ekybActor.ts
20
20
  /**
@@ -2,7 +2,7 @@ import { t as api } from "./api-DsbUi7TO.esm.js";
2
2
  import { t as endpoints } from "./endpoints-CwrFQfW7.esm.js";
3
3
  import { a as fromPromise, r as assign, t as setup } from "./xstate.esm-nY3M5UYm.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-D7msRieq.esm.js";
5
- import { t as getFlow } from "./flowServices-Byec7m5Z.esm.js";
5
+ import { t as getFlow } from "./flowServices-dymPqlmV.esm.js";
6
6
 
7
7
  //#region src/modules/ekyb/ekybConstants.ts
8
8
  const UBO_INPUT_LIMIT = 8;
@@ -1,5 +1,5 @@
1
1
  import "./StateMachine-D5WO6lHS.js";
2
2
  import "./Manager-goNPc_h_.js";
3
3
  import "./Actor-BwgmOPkb.js";
4
- 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-CUci0E4X.js";
4
+ 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-Cy4CZRIw.js";
5
5
  export { AE_CONSENT_KEYS, AeConsentKey, ConsentChecks, ConsentKey, ElectronicSignatureConfig, ElectronicSignatureDocument, ElectronicSignatureManager, ElectronicSignatureState, ElectronicSignatureVariant, QE_CONSENT_KEYS, QeConsentKey, areAllConsented, createElectronicSignatureManager, electronicSignatureMachine, getConsentKeys, getDefaultConsentChecks };
@@ -19,18 +19,18 @@ import "./StreamCanvasCapture-DHaWferF.js";
19
19
  import "./deepsightService-BuTOFTr8.js";
20
20
  import { a as ProcessFaceResponse, i as createSelfieManagerFromActor, n as SelfieState, t as SelfieManager } from "./selfieManager-4juKfrHG.js";
21
21
  import { i as createAuthenticationManagerFromActor, n as AuthenticationState, t as AuthenticationManager } from "./authenticationManager-BeT6tNZm.js";
22
- import { a as ConsentActor, i as createConsentManagerFromActor, n as ConsentState, t as ConsentManager } from "./consentManager-BC95Kbk7.js";
23
- import { a as CpfOcrActor, i as createCpfOcrManagerFromActor, n as CpfOcrState, t as CpfOcrManager } from "./cpfOcrManager-DS9xvAzv.js";
22
+ import { a as ConsentActor, i as createConsentManagerFromActor, n as ConsentState, t as ConsentManager } from "./consentManager-FHsC0Loe.js";
23
+ import { a as CpfOcrActor, i as createCpfOcrManagerFromActor, n as CpfOcrState, t as CpfOcrManager } from "./cpfOcrManager-3m5V3or-.js";
24
24
  import { a as CurpValidationActor, i as createCurpValidationManagerFromActor, n as CurpValidationState, t as CurpValidationManager } from "./curpValidationManager-CoqODZx5.js";
25
25
  import { a as DynamicFormsActor, i as createDynamicFormsManagerFromActor, n as DynamicFormsState, t as DynamicFormsManager } from "./dynamicFormsManager-CKZkE7Wo.js";
26
26
  import { a as EmailActor, i as createEmailManagerFromActor, n as EmailState, t as EmailManager } from "./emailManager-CMS4q_r6.js";
27
27
  import "./otp-B1YeyRXu.js";
28
28
  import { A as CaptureIdResponse, i as createIdCaptureManagerFromActor, n as IdCaptureManager, r as IdCaptureState } from "./idCaptureManager-CwuXtVu6.js";
29
29
  import { a as PhoneActor, i as createPhoneManagerFromActor, n as PhoneState, t as PhoneManager } from "./phoneManager-_KtitbUA.js";
30
- import { a as IdentityReuseActor, i as createIdentityReuseManagerFromActor, n as IdentityReuseState, t as IdentityReuseManager } from "./identityReuseManager-DyMXbE0q.js";
30
+ import { a as IdentityReuseActor, i as createIdentityReuseManagerFromActor, n as IdentityReuseState, t as IdentityReuseManager } from "./identityReuseManager-BNam1BtZ.js";
31
31
  import { a as FieldComparisonActor, i as createFieldComparisonManagerFromActor, n as FieldComparisonState, t as FieldComparisonManager } from "./fieldComparisonManager-OLKVsG2Z.js";
32
- import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, t as MandatoryConsentManager } from "./mandatoryConsentManager-BIemiWAI.js";
33
- import { a as IdOcrActor, i as createIdOcrManagerFromActor, n as IdOcrState, t as IdOcrManager } from "./idOcrManager-d_rlJiol.js";
32
+ import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, t as MandatoryConsentManager } from "./mandatoryConsentManager-DLCWmOY7.js";
33
+ import { a as IdOcrActor, i as createIdOcrManagerFromActor, n as IdOcrState, t as IdOcrManager } from "./idOcrManager-D4_nnf4y.js";
34
34
  import { a as RedirectToMobileActor, i as createRedirectToMobileManagerFromActor, n as RedirectToMobileState, t as RedirectToMobileManager } from "./redirectToMobileManager-dv29o_LS.js";
35
35
  import { a as GeolocationActor, i as createGeolocationManagerFromActor, n as GeolocationState, t as GeolocationManager } from "./geolocationManager-DaHYFkVO.js";
36
36
 
@@ -4,7 +4,7 @@ import "./api-DsbUi7TO.esm.js";
4
4
  import "./events-1wxZ97yf.esm.js";
5
5
  import "./endpoints-CwrFQfW7.esm.js";
6
6
  import "./stats-BVy52wLy.esm.js";
7
- import { c as IpifyProvider, l as FingerprintProvider, t as getDisableIpify, u as getDeviceFingerprintInfo } from "./sessionInitializer-DR8EOFMo.esm.js";
7
+ import { c as IpifyProvider, l as FingerprintProvider, t as getDisableIpify, u as getDeviceFingerprintInfo } from "./sessionInitializer-CjONNrkE.esm.js";
8
8
  import "./browserSimulation-CWJhFPZ2.esm.js";
9
9
  import "./platform-0Ot-bF_a.esm.js";
10
10
  import "./getBrowser-1yNcfFZR.esm.js";
@@ -14,15 +14,15 @@ import "./urlUtils-CpiYwn7w.esm.js";
14
14
  import "./apiError-DkOXfFBu.esm.js";
15
15
  import "./antifraudStateMachine-BQVw46N5.esm.js";
16
16
  import { n as createAntifraudManagerFromActor } from "./antifraudManager-5KA84wtF.esm.js";
17
- import { t as faceCaptureMachine } from "./faceCaptureSetup-CCodL50B.esm.js";
17
+ import { t as faceCaptureMachine } from "./faceCaptureSetup-BlUY__kN.esm.js";
18
18
  import "./wasmDsFlagSync-Ch0mFJNT.esm.js";
19
19
  import "./BrowserVisibilityObserverProvider-GBS6XSii.esm.js";
20
20
  import "./MotionSensorProvider-D95kOKVK.esm.js";
21
21
  import "./permissionServices-BElIOcoJ.esm.js";
22
22
  import "./camera-CxxXV0VN.esm.js";
23
- import "./faceCaptureManagerFactory-DGBF4a-H.esm.js";
23
+ import "./faceCaptureManagerFactory-BeKR1XBS.esm.js";
24
24
  import { t as BrowserStorageProvider } from "./BrowserStorageProvider-fZsibQTR.esm.js";
25
- import "./onDeviceFaceResults-EHtPkEci.esm.js";
25
+ import "./onDeviceFaceResults-B4ak8lk4.esm.js";
26
26
  import "./ITimerCapability-DJ73P4RK.esm.js";
27
27
  import "./canvas-Pi10hG_l.esm.js";
28
28
  import "./backCameraStream-ChrMTJv-.esm.js";
@@ -34,10 +34,10 @@ import "./types-BKLb3C42.esm.js";
34
34
  import "./createFaceAvatar-BZSg2MNo.esm.js";
35
35
  import "./StreamCanvasCapture-CAqUdVkM.esm.js";
36
36
  import "./permissionGuards-BPZGWaL4.esm.js";
37
- import "./recordingService-Dedo7Idu.esm.js";
37
+ import "./recordingService-C1Mx74JH.esm.js";
38
38
  import "./mediaRecorderOptions-CClCKAiF.esm.js";
39
- import "./authenticationStateMachine-DXsokPMG.esm.js";
40
- import { n as createAuthenticationManagerFromActor } from "./authenticationManager-C34a9Uvy.esm.js";
39
+ import "./authenticationStateMachine-DQkJ03hn.esm.js";
40
+ import { n as createAuthenticationManagerFromActor } from "./authenticationManager-BSDXefA7.esm.js";
41
41
  import "./consentStateMachine-BOkVFiU7.esm.js";
42
42
  import { n as createConsentManagerFromActor } from "./consentManager-BwNu-uC-.esm.js";
43
43
  import { n as createCpfOcrManagerFromActor } from "./cpfOcrManager-9eM4z4o7.esm.js";
@@ -51,11 +51,11 @@ import "./session-CLsU2Jnb.esm.js";
51
51
  import "./emailStateMachine-CbmKFVSi.esm.js";
52
52
  import "./otp-uaXiKt_R.esm.js";
53
53
  import { n as createEmailManagerFromActor } from "./emailManager-B9Vrv3Ma.esm.js";
54
- import "./selfieStateMachine-BmIRecR1.esm.js";
55
- import { n as createSelfieManagerFromActor } from "./selfieManager-CacC2ry_.esm.js";
56
- import "./idCaptureStateMachine-BWNUht3X.esm.js";
54
+ import "./selfieStateMachine-CZ6N9SyE.esm.js";
55
+ import { n as createSelfieManagerFromActor } from "./selfieManager-DKE-sH1L.esm.js";
56
+ import "./idCaptureStateMachine-DnjX6lA-.esm.js";
57
57
  import "./idCaptureDefaults-CZajItdO.esm.js";
58
- import { r as createIdCaptureManagerFromActor } from "./idCaptureManager-DpO7QrQY.esm.js";
58
+ import { r as createIdCaptureManagerFromActor } from "./idCaptureManager-CMo37EfH.esm.js";
59
59
  import "./phoneStateMachine-DjFGWMjQ.esm.js";
60
60
  import { n as createPhoneManagerFromActor } from "./phoneManager-CRblfdcI.esm.js";
61
61
  import "./identityReuseStateMachine-Bp-zONoV.esm.js";
@@ -1,6 +1,6 @@
1
1
  import { n as eventModuleNames, o as topLevelStateName, r as eventScreenNames, s as createManagerInstrumentation } from "./events-1wxZ97yf.esm.js";
2
2
  import { l as createManager } from "./xstate.esm-nY3M5UYm.esm.js";
3
- import { n as concealmentToAvatar } from "./faceCaptureSetup-CCodL50B.esm.js";
3
+ import { n as concealmentToAvatar } from "./faceCaptureSetup-BlUY__kN.esm.js";
4
4
  import { t as setWasmDsFlagSync } from "./wasmDsFlagSync-Ch0mFJNT.esm.js";
5
5
  import { t as BrowserVisibilityObserverProvider } from "./BrowserVisibilityObserverProvider-GBS6XSii.esm.js";
6
6
  import { r as primeMotionFromUserGestureIfNeeded } from "./permissionServices-BElIOcoJ.esm.js";
@@ -1,12 +1,12 @@
1
1
  import { r as getToken } from "./api-DsbUi7TO.esm.js";
2
2
  import { a as fromPromise, i as fromCallback, r as assign, t as setup } from "./xstate.esm-nY3M5UYm.esm.js";
3
3
  import { n as invokeRequestPermissionActor, t as checkPermission } from "./permissionServices-BElIOcoJ.esm.js";
4
- import { c as sendLabelInspectionEvent, f as stopStream, l as startDetection, o as initializeCamera, s as initializeDeepsightSession } from "./onDeviceFaceResults-EHtPkEci.esm.js";
4
+ import { c as sendLabelInspectionEvent, f as stopStream, l as startDetection, o as initializeCamera, s as initializeDeepsightSession } from "./onDeviceFaceResults-B4ak8lk4.esm.js";
5
5
  import { t as FACE_ERROR_CODES } from "./types-BKLb3C42.esm.js";
6
6
  import { t as createFaceAvatar } from "./createFaceAvatar-BZSg2MNo.esm.js";
7
7
  import { t as StreamCanvasCapture } from "./StreamCanvasCapture-CAqUdVkM.esm.js";
8
8
  import { n as needsMotionPrimeOnlyFromPermission, r as resolveStoredPermissionResult, t as isReadyForCaptureFromPermission } from "./permissionGuards-BPZGWaL4.esm.js";
9
- import { n as preloadOpenViduProvider, r as flagFaceManualReview, t as createRecordingService } from "./recordingService-Dedo7Idu.esm.js";
9
+ import { n as preloadOpenViduProvider, r as flagFaceManualReview, t as createRecordingService } from "./recordingService-C1Mx74JH.esm.js";
10
10
 
11
11
  //#region src/internal/avatar/concealment.ts
12
12
  /**
package/dist/flow.d.ts CHANGED
@@ -10,7 +10,7 @@ import { i as FlowModuleConfig, n as Flow, r as FlowModule } from "./types-BUgeB
10
10
  import { a as TotalScore, c as getTotalScoreStatus, n as FinishStatus, o as classifyScoreStatus, r as GetFinishStatusFn, t as FinishScreenVariant } from "./flowCompletionService-BOSTlAWo.js";
11
11
  import { o as FlowEventSubscribable } from "./index-DrpWp15Z.js";
12
12
  import { n as ModuleRegistry } from "./types-D8Cl1N2Z.js";
13
- import * as xstate1022 from "xstate";
13
+ import * as xstate1142 from "xstate";
14
14
 
15
15
  //#region src/modules/flow/flowUtils.d.ts
16
16
  type NormalizeFlowModulesOptions = {
@@ -62,7 +62,7 @@ type GetFlow = (signal: AbortSignal, options?: GetFlowOptions) => Promise<Flow>;
62
62
  declare const getFlow: GetFlow;
63
63
  //#endregion
64
64
  //#region src/modules/flow/noOpFlowModuleMachine.d.ts
65
- declare const noOpFlowModuleMachine: xstate1022.StateMachine<xstate1022.MachineContext, xstate1022.AnyEventObject, {}, never, never, never, never, "finished", string, xstate1022.NonReducibleUnknown, xstate1022.NonReducibleUnknown, xstate1022.EventObject, xstate1022.MetaObject, {
65
+ declare const noOpFlowModuleMachine: xstate1142.StateMachine<xstate1142.MachineContext, xstate1142.AnyEventObject, {}, never, never, never, never, "finished", string, xstate1142.NonReducibleUnknown, xstate1142.NonReducibleUnknown, xstate1142.EventObject, xstate1142.MetaObject, {
66
66
  readonly id: "noOpFlowModule";
67
67
  readonly initial: "finished";
68
68
  readonly states: {
package/dist/flow.esm.js CHANGED
@@ -3,7 +3,7 @@ import "./api-DsbUi7TO.esm.js";
3
3
  import { g as addEvent } from "./events-1wxZ97yf.esm.js";
4
4
  import "./endpoints-CwrFQfW7.esm.js";
5
5
  import "./stats-BVy52wLy.esm.js";
6
- import "./sessionInitializer-DR8EOFMo.esm.js";
6
+ import "./sessionInitializer-CjONNrkE.esm.js";
7
7
  import "./browserSimulation-CWJhFPZ2.esm.js";
8
8
  import "./platform-0Ot-bF_a.esm.js";
9
9
  import "./getBrowser-1yNcfFZR.esm.js";
@@ -13,7 +13,7 @@ import "./apiError-DkOXfFBu.esm.js";
13
13
  import "./types-BKLb3C42.esm.js";
14
14
  import "./session-CLsU2Jnb.esm.js";
15
15
  import "./videoSelfieSteps-Djpv7cjb.esm.js";
16
- import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-Byec7m5Z.esm.js";
16
+ import { n as getRequiredWasmPipelines, r as normalizeFlowModules, t as getFlow } from "./flowServices-dymPqlmV.esm.js";
17
17
  import { n as getFinishStatus, r as getTotalScoreStatus, t as classifyScoreStatus } from "./flowCompletionService-B6P6_EF3.esm.js";
18
18
  import { n as isAdvanceableError, r as attachFlowEventEmitter, t as runChildModule } from "./runChildModule-kojSv3MH.esm.js";
19
19
 
@@ -1,6 +1,6 @@
1
1
  import { t as api } from "./api-DsbUi7TO.esm.js";
2
2
  import { t as endpoints } from "./endpoints-CwrFQfW7.esm.js";
3
- import { i as initializeSession, r as getSessionFingerprintResult } from "./sessionInitializer-DR8EOFMo.esm.js";
3
+ import { i as initializeSession, r as getSessionFingerprintResult } from "./sessionInitializer-CjONNrkE.esm.js";
4
4
  import { n as toIncodeApiError } from "./apiError-DkOXfFBu.esm.js";
5
5
  import { r as videoSelfieWasmPipelines } from "./videoSelfieSteps-Djpv7cjb.esm.js";
6
6
 
package/dist/home.d.ts CHANGED
@@ -6,7 +6,7 @@ import "./types-BgjMAEXl.js";
6
6
  import "./canvas-90BqS0NF.js";
7
7
  import "./createFaceAvatar-CpdYp9Iy.js";
8
8
  import { t as EmptyConfig } from "./types-BUgeB2X6.js";
9
- import * as xstate170 from "xstate";
9
+ import * as xstate1487 from "xstate";
10
10
 
11
11
  //#region src/modules/home/types.d.ts
12
12
  type HomeConfig = EmptyConfig;
@@ -38,41 +38,41 @@ type HomeContext = {
38
38
  type HomeInput = {
39
39
  config: EmptyConfig;
40
40
  };
41
- declare const homeMachine: xstate170.StateMachine<HomeContext, {
41
+ declare const homeMachine: xstate1487.StateMachine<HomeContext, {
42
42
  type: "LOAD";
43
43
  } | {
44
44
  type: "COMPLETE";
45
45
  } | {
46
46
  type: "RESET";
47
- }, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput, xstate170.NonReducibleUnknown, xstate170.EventObject, xstate170.MetaObject, {
47
+ }, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput, xstate1487.NonReducibleUnknown, xstate1487.EventObject, xstate1487.MetaObject, {
48
48
  readonly id: "home";
49
49
  readonly initial: "idle";
50
50
  readonly context: ({
51
51
  input
52
52
  }: {
53
53
  spawn: {
54
- <TSrc extends never>(logic: TSrc, ...[options]: never): xstate170.ActorRefFromLogic<never>;
55
- <TLogic extends xstate170.AnyActorLogic>(src: TLogic, ...[options]: xstate170.ConditionalRequired<[options?: ({
54
+ <TSrc extends never>(logic: TSrc, ...[options]: never): xstate1487.ActorRefFromLogic<never>;
55
+ <TLogic extends xstate1487.AnyActorLogic>(src: TLogic, ...[options]: xstate1487.ConditionalRequired<[options?: ({
56
56
  id?: never;
57
57
  systemId?: string;
58
- input?: xstate170.InputFrom<TLogic> | undefined;
58
+ input?: xstate1487.InputFrom<TLogic> | undefined;
59
59
  syncSnapshot?: boolean;
60
- } & { [K in xstate170.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate170.IsNotNever<xstate170.RequiredLogicInput<TLogic>>>): xstate170.ActorRefFromLogic<TLogic>;
60
+ } & { [K in xstate1487.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate1487.IsNotNever<xstate1487.RequiredLogicInput<TLogic>>>): xstate1487.ActorRefFromLogic<TLogic>;
61
61
  };
62
62
  input: HomeInput;
63
- self: xstate170.ActorRef<xstate170.MachineSnapshot<HomeContext, {
63
+ self: xstate1487.ActorRef<xstate1487.MachineSnapshot<HomeContext, {
64
64
  type: "LOAD";
65
65
  } | {
66
66
  type: "COMPLETE";
67
67
  } | {
68
68
  type: "RESET";
69
- }, Record<string, xstate170.AnyActorRef | undefined>, xstate170.StateValue, string, unknown, any, any>, {
69
+ }, Record<string, xstate1487.AnyActorRef | undefined>, xstate1487.StateValue, string, unknown, any, any>, {
70
70
  type: "LOAD";
71
71
  } | {
72
72
  type: "COMPLETE";
73
73
  } | {
74
74
  type: "RESET";
75
- }, xstate170.AnyEventObject>;
75
+ }, xstate1487.AnyEventObject>;
76
76
  }) => {
77
77
  config: EmptyConfig;
78
78
  };
package/dist/id-ocr.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import "./StateMachine-D5WO6lHS.js";
2
2
  import "./Manager-goNPc_h_.js";
3
3
  import "./Actor-BwgmOPkb.js";
4
- import { c as IdOcrConfig, d as UpdateOcrDataParams, f as ValidationRule, l as OcrData, n as IdOcrState, o as IdOcrOcrDocument, r as createIdOcrManager, s as idOcrStateMachine, t as IdOcrManager, u as OcrFieldConfig } from "./idOcrManager-d_rlJiol.js";
4
+ import { c as IdOcrConfig, d as UpdateOcrDataParams, f as ValidationRule, l as OcrData, n as IdOcrState, o as IdOcrOcrDocument, r as createIdOcrManager, s as idOcrStateMachine, t as IdOcrManager, u as OcrFieldConfig } from "./idOcrManager-D4_nnf4y.js";
5
5
 
6
6
  //#region src/modules/id-ocr/idOcrFields.d.ts
7
7
  declare const OCR_FIELDS: OcrFieldConfig[];
@@ -1,7 +1,7 @@
1
1
  import "./StateMachine-D5WO6lHS.js";
2
2
  import { t as Manager } from "./Manager-goNPc_h_.js";
3
3
  import "./Actor-BwgmOPkb.js";
4
- import * as xstate131 from "xstate";
4
+ import * as xstate1448 from "xstate";
5
5
 
6
6
  //#region src/modules/id-verification/types.d.ts
7
7
  type IdVerificationConfig = {
@@ -33,26 +33,26 @@ type IdVerificationContext = {
33
33
  type IdVerificationInput = {
34
34
  config: IdVerificationConfig;
35
35
  };
36
- declare const idVerificationMachine: xstate131.StateMachine<IdVerificationContext, {
36
+ declare const idVerificationMachine: xstate1448.StateMachine<IdVerificationContext, {
37
37
  type: "LOAD";
38
38
  } | {
39
39
  type: "CONTINUE";
40
40
  }, {
41
- [x: string]: xstate131.ActorRefFromLogic<xstate131.PromiseActorLogic<ProcessIdResponse, {
41
+ [x: string]: xstate1448.ActorRefFromLogic<xstate1448.PromiseActorLogic<ProcessIdResponse, {
42
42
  isSecondId: boolean;
43
43
  queueName: string;
44
- }, xstate131.EventObject>> | undefined;
44
+ }, xstate1448.EventObject>> | undefined;
45
45
  }, {
46
46
  src: "processId";
47
- logic: xstate131.PromiseActorLogic<ProcessIdResponse, {
47
+ logic: xstate1448.PromiseActorLogic<ProcessIdResponse, {
48
48
  isSecondId: boolean;
49
49
  queueName: string;
50
- }, xstate131.EventObject>;
50
+ }, xstate1448.EventObject>;
51
51
  id: string | undefined;
52
52
  }, never, {
53
53
  type: "isDocumentExpired";
54
54
  params: unknown;
55
- }, never, "idle" | "processing" | "finished" | "expired", string, IdVerificationInput, xstate131.NonReducibleUnknown, xstate131.EventObject, xstate131.MetaObject, {
55
+ }, never, "idle" | "processing" | "finished" | "expired", string, IdVerificationInput, xstate1448.NonReducibleUnknown, xstate1448.EventObject, xstate1448.MetaObject, {
56
56
  readonly id: "idVerification";
57
57
  readonly initial: "idle";
58
58
  readonly context: ({
@@ -61,50 +61,50 @@ declare const idVerificationMachine: xstate131.StateMachine<IdVerificationContex
61
61
  spawn: {
62
62
  <TSrc extends "processId">(logic: TSrc, ...[options]: {
63
63
  src: "processId";
64
- logic: xstate131.PromiseActorLogic<ProcessIdResponse, {
64
+ logic: xstate1448.PromiseActorLogic<ProcessIdResponse, {
65
65
  isSecondId: boolean;
66
66
  queueName: string;
67
- }, xstate131.EventObject>;
67
+ }, xstate1448.EventObject>;
68
68
  id: string | undefined;
69
69
  } extends infer T ? T extends {
70
70
  src: "processId";
71
- logic: xstate131.PromiseActorLogic<ProcessIdResponse, {
71
+ logic: xstate1448.PromiseActorLogic<ProcessIdResponse, {
72
72
  isSecondId: boolean;
73
73
  queueName: string;
74
- }, xstate131.EventObject>;
74
+ }, xstate1448.EventObject>;
75
75
  id: string | undefined;
76
76
  } ? T extends {
77
77
  src: TSrc;
78
- } ? xstate131.ConditionalRequired<[options?: ({
78
+ } ? xstate1448.ConditionalRequired<[options?: ({
79
79
  id?: T["id"] | undefined;
80
80
  systemId?: string;
81
- input?: xstate131.InputFrom<T["logic"]> | undefined;
81
+ input?: xstate1448.InputFrom<T["logic"]> | undefined;
82
82
  syncSnapshot?: boolean;
83
- } & { [K in xstate131.RequiredActorOptions<T>]: unknown }) | undefined], xstate131.IsNotNever<xstate131.RequiredActorOptions<T>>> : never : never : never): xstate131.ActorRefFromLogic<xstate131.GetConcreteByKey<{
83
+ } & { [K in xstate1448.RequiredActorOptions<T>]: unknown }) | undefined], xstate1448.IsNotNever<xstate1448.RequiredActorOptions<T>>> : never : never : never): xstate1448.ActorRefFromLogic<xstate1448.GetConcreteByKey<{
84
84
  src: "processId";
85
- logic: xstate131.PromiseActorLogic<ProcessIdResponse, {
85
+ logic: xstate1448.PromiseActorLogic<ProcessIdResponse, {
86
86
  isSecondId: boolean;
87
87
  queueName: string;
88
- }, xstate131.EventObject>;
88
+ }, xstate1448.EventObject>;
89
89
  id: string | undefined;
90
90
  }, "src", TSrc>["logic"]>;
91
- <TLogic extends xstate131.AnyActorLogic>(src: TLogic, ...[options]: xstate131.ConditionalRequired<[options?: ({
91
+ <TLogic extends xstate1448.AnyActorLogic>(src: TLogic, ...[options]: xstate1448.ConditionalRequired<[options?: ({
92
92
  id?: never;
93
93
  systemId?: string;
94
- input?: xstate131.InputFrom<TLogic> | undefined;
94
+ input?: xstate1448.InputFrom<TLogic> | undefined;
95
95
  syncSnapshot?: boolean;
96
- } & { [K in xstate131.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate131.IsNotNever<xstate131.RequiredLogicInput<TLogic>>>): xstate131.ActorRefFromLogic<TLogic>;
96
+ } & { [K in xstate1448.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate1448.IsNotNever<xstate1448.RequiredLogicInput<TLogic>>>): xstate1448.ActorRefFromLogic<TLogic>;
97
97
  };
98
98
  input: IdVerificationInput;
99
- self: xstate131.ActorRef<xstate131.MachineSnapshot<IdVerificationContext, {
99
+ self: xstate1448.ActorRef<xstate1448.MachineSnapshot<IdVerificationContext, {
100
100
  type: "LOAD";
101
101
  } | {
102
102
  type: "CONTINUE";
103
- }, Record<string, xstate131.AnyActorRef | undefined>, xstate131.StateValue, string, unknown, any, any>, {
103
+ }, Record<string, xstate1448.AnyActorRef | undefined>, xstate1448.StateValue, string, unknown, any, any>, {
104
104
  type: "LOAD";
105
105
  } | {
106
106
  type: "CONTINUE";
107
- }, xstate131.AnyEventObject>;
107
+ }, xstate1448.AnyEventObject>;
108
108
  }) => {
109
109
  config: IdVerificationConfig;
110
110
  isSecondId: boolean;
@@ -128,15 +128,15 @@ declare const idVerificationMachine: xstate131.StateMachine<IdVerificationContex
128
128
  } | {
129
129
  type: "CONTINUE";
130
130
  };
131
- self: xstate131.ActorRef<xstate131.MachineSnapshot<IdVerificationContext, {
131
+ self: xstate1448.ActorRef<xstate1448.MachineSnapshot<IdVerificationContext, {
132
132
  type: "LOAD";
133
133
  } | {
134
134
  type: "CONTINUE";
135
- }, Record<string, xstate131.AnyActorRef>, xstate131.StateValue, string, unknown, any, any>, {
135
+ }, Record<string, xstate1448.AnyActorRef>, xstate1448.StateValue, string, unknown, any, any>, {
136
136
  type: "LOAD";
137
137
  } | {
138
138
  type: "CONTINUE";
139
- }, xstate131.AnyEventObject>;
139
+ }, xstate1448.AnyEventObject>;
140
140
  }) => {
141
141
  isSecondId: boolean;
142
142
  queueName: string;