@incodetech/core 2.0.1 → 2.1.0-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 (218) hide show
  1. package/dist/{BrowserStorageProvider-CuOW1Er2.esm.js → BrowserStorageProvider-BpJM-gIl.esm.js} +8 -1
  2. package/dist/{IpifyProvider-D7jx52AL.esm.js → IpifyProvider-D4LWD15E.esm.js} +28 -0
  3. package/dist/{MotionSensorProvider-4v7xkqAp.esm.js → MotionSensorProvider-Bx7Mpzt0.esm.js} +63 -13
  4. package/dist/{OpenViduRecordingProvider-CMu6XVdc.esm.js → OpenViduRecordingProvider-O4GjBseO.esm.js} +1 -1
  5. package/dist/StateMachine-BC_nGvrc.d.ts +2 -0
  6. package/dist/StreamCanvasCapture-ImiDQdVA.esm.js +118 -0
  7. package/dist/StreamCanvasCapture-yyl20qd9.d.ts +152 -0
  8. package/dist/{BaseWasmProvider-C_DLEI40.esm.js → WasmUtilProvider-BKWm8rSA.esm.js} +202 -11
  9. package/dist/{addressSearch-BpTbTWCa.esm.js → addressSearch-DvmWXKZg.esm.js} +63 -57
  10. package/dist/{ae-signature-DDDZmWXj.esm.js → ae-signature-BFZta3TZ.esm.js} +1 -1
  11. package/dist/ae-signature.d.ts +3 -3
  12. package/dist/ae-signature.esm.js +6 -5
  13. package/dist/antifraud.d.ts +5 -46
  14. package/dist/antifraud.esm.js +6 -43
  15. package/dist/antifraudManager-CkV4u-LE.esm.js +55 -0
  16. package/dist/antifraudManager-CznnhyvD.d.ts +63 -0
  17. package/dist/{antifraudStateMachine-O0TMf6yc.esm.js → antifraudStateMachine-Ccrb-Jxc.esm.js} +2 -2
  18. package/dist/apiError-B-j-gyDx.esm.js +51 -0
  19. package/dist/authentication.d.ts +13 -11
  20. package/dist/authentication.esm.js +26 -22
  21. package/dist/{authenticationManager-5M-fKzXx.esm.js → authenticationManager-BlR6mSaG.esm.js} +6 -6
  22. package/dist/{authenticationManager-C83GNIhl.d.ts → authenticationManager-CaiQbp-q.d.ts} +4 -4
  23. package/dist/{authenticationStateMachine-BMZqatiF.esm.js → authenticationStateMachine-DkcGUMw5.esm.js} +21 -9
  24. package/dist/{backCameraStream-DMdMeGk2.esm.js → backCameraStream-D7Wo4Nbx.esm.js} +95 -7
  25. package/dist/{session-CrkWAs-q.esm.js → browserSimulation-B1dWiXp7.esm.js} +61 -476
  26. package/dist/camera.d.ts +4 -3
  27. package/dist/camera.esm.js +4 -3
  28. package/dist/canvas-SKcRBxsk.esm.js +230 -0
  29. package/dist/consent.d.ts +4 -398
  30. package/dist/consent.esm.js +6 -77
  31. package/dist/consentManager-BYo9Nu1r.esm.js +90 -0
  32. package/dist/consentManager-Cg5Sk2tv.d.ts +419 -0
  33. package/dist/{consentStateMachine-CCT-B60O.esm.js → consentStateMachine-BG3yL8aC.esm.js} +9 -6
  34. package/dist/cpf-ocr.d.ts +4 -199
  35. package/dist/cpf-ocr.esm.js +8 -177
  36. package/dist/cpfOcrManager-Dg1s_TY5.d.ts +216 -0
  37. package/dist/cpfOcrManager-sSKegxox.esm.js +190 -0
  38. package/dist/cross-document-data-match.d.ts +1 -1
  39. package/dist/cross-document-data-match.esm.js +4 -4
  40. package/dist/curp-validation.d.ts +8 -158
  41. package/dist/curp-validation.esm.js +6 -108
  42. package/dist/curpValidationManager-CFem6zP9.esm.js +122 -0
  43. package/dist/curpValidationManager-RttixpIc.d.ts +184 -0
  44. package/dist/{curpValidationStateMachine-CitWLr2c.esm.js → curpValidationStateMachine-B7V_qp66.esm.js} +20 -13
  45. package/dist/custom-fields.d.ts +2 -2
  46. package/dist/custom-fields.esm.js +4 -4
  47. package/dist/custom-watchlist.d.ts +1 -1
  48. package/dist/custom-watchlist.esm.js +4 -41
  49. package/dist/customWatchlistStateMachine-HmFybXLX.esm.js +50 -0
  50. package/dist/{deepsightLoader-Cm4JIT_z.esm.js → deepsightLoader-8tnddNx-.esm.js} +19 -10
  51. package/dist/deepsightService-CrHmvx8X.esm.js +276 -0
  52. package/dist/{deepsightService-CEVxzehb.d.ts → deepsightService-Dh5P-hLf.d.ts} +13 -160
  53. package/dist/device.esm.js +4 -3
  54. package/dist/document-capture.d.ts +989 -80
  55. package/dist/document-capture.esm.js +34 -8
  56. package/dist/document-upload.d.ts +44 -44
  57. package/dist/document-upload.esm.js +7 -7
  58. package/dist/{documentCaptureStateMachine-BqzTDy9k.esm.js → documentCaptureStateMachine-CUTUzUw_.esm.js} +90 -6
  59. package/dist/dynamic-forms.d.ts +20 -5
  60. package/dist/dynamic-forms.esm.js +150 -61
  61. package/dist/ekyb.d.ts +32 -13
  62. package/dist/ekyb.esm.js +25 -15
  63. package/dist/{ekybStateMachine-CyMx_kg-.esm.js → ekybStateMachine-klc-AImJ.esm.js} +319 -207
  64. package/dist/ekyc.d.ts +10 -78
  65. package/dist/ekyc.esm.js +17 -12
  66. package/dist/{ekycStateMachine-oeO0Iekd.esm.js → ekycStateMachine-CXbpaJJn.esm.js} +201 -113
  67. package/dist/electronic-signature.d.ts +3 -3
  68. package/dist/electronic-signature.esm.js +5 -4
  69. package/dist/{electronicSignatureManager-D9OHzTpG.esm.js → electronicSignatureManager-BaECdJ1u.esm.js} +91 -23
  70. package/dist/email.d.ts +4 -3
  71. package/dist/email.esm.js +6 -5
  72. package/dist/{emailManager-wAV0LE-H.esm.js → emailManager--D5G3ChB.esm.js} +30 -7
  73. package/dist/{emailManager-DIfnS5g1.d.ts → emailManager-lAzDoQOs.d.ts} +66 -8
  74. package/dist/{emailStateMachine-DOf4j58N.esm.js → emailStateMachine-CxTOMAjC.esm.js} +46 -11
  75. package/dist/{endpoints-CnN3SyDa.esm.js → endpoints-BeTK0Mlt.esm.js} +6 -3
  76. package/dist/{events-D6-e4vok.esm.js → events-Dvvriq9l.esm.js} +3 -1
  77. package/dist/events.d.ts +2 -0
  78. package/dist/events.esm.js +1 -1
  79. package/dist/extensibility.d.ts +41 -16
  80. package/dist/extensibility.esm.js +55 -33
  81. package/dist/face-match.d.ts +21 -2
  82. package/dist/face-match.esm.js +5 -5
  83. package/dist/{faceCaptureManagerFactory-yqtpxjnN.d.ts → faceCaptureManagerFactory-CjdBUS6s.d.ts} +48 -17
  84. package/dist/{faceCaptureManagerFactory-Dh2PdGlF.esm.js → faceCaptureManagerFactory-ej2j1LMr.esm.js} +21 -5
  85. package/dist/{faceCaptureSetup-B3faSpYA.esm.js → faceCaptureSetup-B9t6bYze.esm.js} +68 -183
  86. package/dist/{faceMatchStateMachine-DNFrxTFS.esm.js → faceMatchStateMachine-DeXXzSuz.esm.js} +62 -6
  87. package/dist/field-comparison.d.ts +4 -0
  88. package/dist/field-comparison.esm.js +7 -0
  89. package/dist/fieldComparisonManager-Bu5TaSr3.d.ts +76 -0
  90. package/dist/fieldComparisonManager-COGI2ARD.esm.js +162 -0
  91. package/dist/fiscal-qr.d.ts +59 -0
  92. package/dist/fiscal-qr.esm.js +323 -0
  93. package/dist/flow-events.d.ts +6 -5
  94. package/dist/flow.d.ts +23 -15
  95. package/dist/flow.esm.js +56 -17
  96. package/dist/flowCompletionService-BdR2cGgB.d.ts +19 -0
  97. package/dist/flowCompletionService-DdGojV9K.esm.js +20 -0
  98. package/dist/{flowServices-PiNsxLfK.esm.js → flowServices-ChgTNggJ.esm.js} +10 -5
  99. package/dist/geolocation.d.ts +4 -4
  100. package/dist/geolocation.esm.js +6 -6
  101. package/dist/{geolocationStateMachine-asasuHY2.esm.js → geolocationStateMachine-Dvh7X0wF.esm.js} +5 -5
  102. package/dist/getBrowser-C8DP7oTB.esm.js +8 -0
  103. package/dist/{getBrowser-BSXUTWXw.esm.js → getDeviceClass-C0olyNFS.esm.js} +1 -8
  104. package/dist/{getDeviceClass-BSntT9_j.esm.js → getDeviceClass-C8Do2qYu.esm.js} +1 -1
  105. package/dist/government-validation.d.ts +28 -8
  106. package/dist/government-validation.esm.js +19 -8
  107. package/dist/{governmentValidationStateMachine-BDDYrJTo.esm.js → governmentValidationStateMachine-DcJ-BfsC.esm.js} +35 -77
  108. package/dist/home.d.ts +15 -14
  109. package/dist/home.esm.js +2 -2
  110. package/dist/http-Cai3IoLS.esm.js +0 -0
  111. package/dist/http.esm.js +1 -0
  112. package/dist/id-ocr.d.ts +54 -54
  113. package/dist/id-ocr.esm.js +5 -5
  114. package/dist/id-verification.d.ts +27 -27
  115. package/dist/id-verification.esm.js +4 -4
  116. package/dist/id.d.ts +12 -10
  117. package/dist/id.esm.js +70 -27
  118. package/dist/{idCaptureManager-Fyd0eam-.d.ts → idCaptureManager-ChCNmgBj.d.ts} +40 -20
  119. package/dist/{idCaptureManager-D0ktk7Hh.esm.js → idCaptureManager-D3pwWutw.esm.js} +22 -7
  120. package/dist/{idCaptureStateMachine-dwlBUjbC.esm.js → idCaptureStateMachine-B3AiDIsT.esm.js} +172 -123
  121. package/dist/{idOcrStateMachine-YbjjC_Gg.esm.js → idOcrStateMachine-CDQ5d_VM.esm.js} +4 -4
  122. package/dist/{idVerificationStateMachine-xbw9HP1Z.esm.js → idVerificationStateMachine-kRxwImzO.esm.js} +2 -2
  123. package/dist/identity-reuse.d.ts +4 -530
  124. package/dist/identity-reuse.esm.js +8 -274
  125. package/dist/identityReuseManager-C6n_97dw.esm.js +95 -0
  126. package/dist/identityReuseManager-Cww-NDtd.d.ts +428 -0
  127. package/dist/identityReuseStateMachine-BfE5YiEr.esm.js +148 -0
  128. package/dist/{index-BcRG8rtJ.d.ts → index-B5hPA0Bg.d.ts} +2 -2
  129. package/dist/{index-ChHWNH48.d.ts → index-B9NysVDB.d.ts} +469 -195
  130. package/dist/index.d.ts +2 -2
  131. package/dist/index.esm.js +10 -8
  132. package/dist/{invokeOnCaptureCallback-rc6kBHo5.esm.js → invokeOnCaptureCallback-ygByVdnn.esm.js} +1 -1
  133. package/dist/{lib-BB0B_qQX.esm.js → lib-BY67lgbq.esm.js} +1 -1
  134. package/dist/mandatory-consent.d.ts +8 -412
  135. package/dist/mandatory-consent.esm.js +6 -76
  136. package/dist/mandatoryConsentManager-Dq6WiOZh.d.ts +429 -0
  137. package/dist/mandatoryConsentManager-H6D18cZB.esm.js +89 -0
  138. package/dist/{mandatoryConsentStateMachine-Cnco1jvn.esm.js → mandatoryConsentStateMachine-DtQNW1ji.esm.js} +6 -6
  139. package/dist/openviduLazy-B8L--0oe.esm.js +3 -0
  140. package/dist/{openviduLazy-Cok70ZSg.esm.js → openviduLazy-Dh14JNJc.esm.js} +2 -2
  141. package/dist/otp-CGMdUzBC.esm.js +33 -0
  142. package/dist/otp-DF5A0sFx.d.ts +8 -0
  143. package/dist/permissionGuards-D0wGddy7.esm.js +23 -0
  144. package/dist/permissionServices-Doec4X5L.esm.js +130 -0
  145. package/dist/phone.d.ts +4 -3
  146. package/dist/phone.esm.js +6 -5
  147. package/dist/{phoneManager-DAJbGhlY.esm.js → phoneManager-BmF-0Ez4.esm.js} +30 -7
  148. package/dist/{phoneManager-B6M30hKE.d.ts → phoneManager-fPmIBYQK.d.ts} +65 -7
  149. package/dist/{phoneStateMachine-CuPARRaT.esm.js → phoneStateMachine-BiV0yoEx.esm.js} +46 -11
  150. package/dist/{qe-signature-DFo_Cc-I.esm.js → qe-signature-CUYPcHVo.esm.js} +1 -1
  151. package/dist/qe-signature.d.ts +3 -3
  152. package/dist/qe-signature.esm.js +6 -5
  153. package/dist/{recordingService-Ig2UgbLv.esm.js → recordingService-yRw7hfzU.esm.js} +197 -179
  154. package/dist/redirect-to-mobile.d.ts +6 -104
  155. package/dist/redirect-to-mobile.esm.js +6 -99
  156. package/dist/redirectToMobileManager-BNe3IzC_.d.ts +178 -0
  157. package/dist/redirectToMobileManager-Dy3t7o0C.esm.js +159 -0
  158. package/dist/{redirectToMobileStateMachine-BOEqe46A.esm.js → redirectToMobileStateMachine-DyAdRxfP.esm.js} +28 -19
  159. package/dist/{runChildModule-CqqwqAkW.esm.js → runChildModule-CuoHZ1cx.esm.js} +35 -3
  160. package/dist/selfie.d.ts +13 -11
  161. package/dist/selfie.esm.js +53 -24
  162. package/dist/{selfieManager-Duisl7qN.esm.js → selfieManager-BNuTIGAz.esm.js} +6 -6
  163. package/dist/{selfieManager-D0lSgd-J.d.ts → selfieManager-C2y_t6DG.d.ts} +4 -4
  164. package/dist/{selfieStateMachine-D76whWEf.esm.js → selfieStateMachine-Bv99bZJE.esm.js} +5 -3
  165. package/dist/session-DoVb-OcB.esm.js +152 -0
  166. package/dist/session.d.ts +37 -5
  167. package/dist/session.esm.js +12 -7
  168. package/dist/sessionInitializer-DRB-hgbV.esm.js +366 -0
  169. package/dist/{setup-C5AITV8m.d.ts → setup-BwCluiw3.d.ts} +86 -6
  170. package/dist/{setup-DPPAxmXf.esm.js → setup-CUO4mErT.esm.js} +175 -25
  171. package/dist/signature.d.ts +2 -2
  172. package/dist/signature.esm.js +4 -4
  173. package/dist/{signatureStateMachine-B5-QVUve.esm.js → signatureStateMachine-C5qqYLRz.esm.js} +3 -3
  174. package/dist/stats-BMNUG1AU.esm.js +41 -0
  175. package/dist/stats.d.ts +13 -2
  176. package/dist/stats.esm.js +3 -2
  177. package/dist/trust-graph.d.ts +33 -4
  178. package/dist/trust-graph.esm.js +21 -15
  179. package/dist/{types-CFV9G_7j.d.ts → types-Bj9hdFjU.d.ts} +1 -1
  180. package/dist/{types-BP1m8VRw.d.ts → types-DOUhndhT.d.ts} +14 -2
  181. package/dist/types-DsnEVMhr.esm.js +34 -0
  182. package/dist/types-DvGZI7BF.d.ts +131 -0
  183. package/dist/{types-B06Ypu2F.d.ts → types-NuT8ftBV.d.ts} +1 -1
  184. package/dist/types-ya0LN_MX.d.ts +5 -0
  185. package/dist/{warmup-CEcppFiS.d.ts → warmup-Dg8Lh-50.d.ts} +8 -0
  186. package/dist/wasm.d.ts +6 -4
  187. package/dist/wasm.esm.js +11 -9
  188. package/dist/watchlist-for-business.d.ts +1 -1
  189. package/dist/watchlist-for-business.esm.js +5 -73
  190. package/dist/watchlist.d.ts +1 -1
  191. package/dist/watchlist.esm.js +4 -41
  192. package/dist/watchlistForBusinessStateMachine-DMl8j2Ov.esm.js +74 -0
  193. package/dist/watchlistStateMachine-DmQlqI6L.esm.js +50 -0
  194. package/dist/workflow.d.ts +146 -100
  195. package/dist/workflow.esm.js +116 -66
  196. package/package.json +19 -1
  197. package/dist/StateMachine-BCQrZJhf.d.ts +0 -2
  198. package/dist/WasmUtilProvider-j98OJf-S.esm.js +0 -114
  199. package/dist/browserSimulation-gxD8cSpM.esm.js +0 -20
  200. package/dist/deepsightService-O74l4Y__.esm.js +0 -489
  201. package/dist/displayErrors-DqJ_IbsG.d.ts +0 -39
  202. package/dist/flowCompletionService-DhkT4SRY.d.ts +0 -10
  203. package/dist/flowCompletionService-P54yzGvA.esm.js +0 -13
  204. package/dist/openviduLazy-Cm0XFh_v.esm.js +0 -3
  205. package/dist/permissionServices-D_i6nzEw.esm.js +0 -50
  206. package/dist/stats-CIfiPzb1.esm.js +0 -16
  207. package/dist/types-CAD4va6a.d.ts +0 -5
  208. package/dist/watchlistServices-DMbUhkBX.esm.js +0 -12
  209. /package/dist/{Actor-CI32dTbG.d.ts → Actor-Y0_Fj-KL.d.ts} +0 -0
  210. /package/dist/{ITimerCapability-C67ZRskg.esm.js → ITimerCapability-CB0I1Uf2.esm.js} +0 -0
  211. /package/dist/{Manager-C8PrhBOx.d.ts → Manager-BHn8wH8K.d.ts} +0 -0
  212. /package/dist/{camera-PA2Ljri3.esm.js → camera-DJWm3V4g.esm.js} +0 -0
  213. /package/dist/{camera-DBSxa6ML.d.ts → camera-SRBpPq2X.d.ts} +0 -0
  214. /package/dist/{chunk-CRF6K_H_.esm.js → chunk-CMUKZ2uL.esm.js} +0 -0
  215. /package/dist/{cpf-PPz2Njto.esm.js → cpf-BRzggV8G.esm.js} +0 -0
  216. /package/dist/{dateUtils-UoN5xswP.esm.js → dateUtils-AksLQmgV.esm.js} +0 -0
  217. /package/dist/{platform-CfrjKhmi.esm.js → platform-SKvEfCBh.esm.js} +0 -0
  218. /package/dist/{xstate.esm-B70JrNqo.esm.js → xstate.esm-C9wncMQa.esm.js} +0 -0
@@ -1,9 +1,9 @@
1
1
  import "./api-CESGtpbH.esm.js";
2
- import { n as eventModuleNames, o as createManagerInstrumentation } from "./events-D6-e4vok.esm.js";
3
- import "./endpoints-CnN3SyDa.esm.js";
4
- import { c as createManager, s as createActor } from "./xstate.esm-B70JrNqo.esm.js";
5
- import "./platform-CfrjKhmi.esm.js";
6
- import { t as geolocationMachine } from "./geolocationStateMachine-asasuHY2.esm.js";
2
+ import { n as eventModuleNames, o as createManagerInstrumentation } from "./events-Dvvriq9l.esm.js";
3
+ import "./endpoints-BeTK0Mlt.esm.js";
4
+ import "./platform-SKvEfCBh.esm.js";
5
+ import { c as createManager, s as createActor } from "./xstate.esm-C9wncMQa.esm.js";
6
+ import { t as geolocationMachine } from "./geolocationStateMachine-Dvh7X0wF.esm.js";
7
7
 
8
8
  //#region ../infra/src/providers/browser/BrowserGeolocationProvider.ts
9
9
  var BrowserGeolocationProvider = class {
@@ -37,7 +37,7 @@ function mapState(snapshot) {
37
37
  if (typedSnapshot.matches("submitting")) return { status: "submitting" };
38
38
  if (typedSnapshot.matches("locationAcquired")) return {
39
39
  status: "locationAcquired",
40
- location: context.location ?? "Unknown"
40
+ location: context.location ?? null
41
41
  };
42
42
  if (typedSnapshot.matches("permissionDenied")) return {
43
43
  status: "permissionDenied",
@@ -1,7 +1,7 @@
1
1
  import { t as api } from "./api-CESGtpbH.esm.js";
2
- import { t as endpoints } from "./endpoints-CnN3SyDa.esm.js";
3
- import { a as fromPromise, r as assign, t as setup } from "./xstate.esm-B70JrNqo.esm.js";
4
- import { r as isIOS, t as isAndroid } from "./platform-CfrjKhmi.esm.js";
2
+ import { t as endpoints } from "./endpoints-BeTK0Mlt.esm.js";
3
+ import { r as isIOS, t as isAndroid } from "./platform-SKvEfCBh.esm.js";
4
+ import { a as fromPromise, r as assign, t as setup } from "./xstate.esm-C9wncMQa.esm.js";
5
5
 
6
6
  //#region src/modules/geolocation/geolocationServices.ts
7
7
  async function addGeolocation(params, signal) {
@@ -34,7 +34,7 @@ const geolocationMachine = setup({
34
34
  try {
35
35
  return await addGeolocation(input, signal);
36
36
  } catch {
37
- return { location: "Unknown" };
37
+ return { location: null };
38
38
  }
39
39
  })
40
40
  },
@@ -89,7 +89,7 @@ const geolocationMachine = setup({
89
89
  },
90
90
  onError: {
91
91
  target: "locationAcquired",
92
- actions: assign({ location: () => "Unknown" })
92
+ actions: assign({ location: () => null })
93
93
  }
94
94
  } },
95
95
  locationAcquired: { on: { CONTINUE: { target: "finished" } } },
@@ -0,0 +1,8 @@
1
+ //#region ../infra/src/device/getBrowser.ts
2
+ function getUserAgent() {
3
+ if (typeof navigator === "undefined") return "";
4
+ return navigator.userAgent;
5
+ }
6
+
7
+ //#endregion
8
+ export { getUserAgent as t };
@@ -31,11 +31,4 @@ function getWindowDimensions(defaultWidth = 1280, defaultHeight = 720) {
31
31
  }
32
32
 
33
33
  //#endregion
34
- //#region ../infra/src/device/getBrowser.ts
35
- function getUserAgent() {
36
- if (typeof navigator === "undefined") return "";
37
- return navigator.userAgent;
38
- }
39
-
40
- //#endregion
41
- export { getDeviceInfo as n, getWindowDimensions as r, getUserAgent as t };
34
+ export { getWindowDimensions as n, getDeviceInfo as t };
@@ -1,4 +1,4 @@
1
- import { n as getDeviceInfo } from "./getBrowser-BSXUTWXw.esm.js";
1
+ import { t as getDeviceInfo } from "./getDeviceClass-C0olyNFS.esm.js";
2
2
 
3
3
  //#region src/internal/device/getDeviceClass.ts
4
4
  function getDeviceClass() {
@@ -1,16 +1,26 @@
1
- import { t as Manager } from "./Manager-C8PrhBOx.js";
2
- import "./Actor-CI32dTbG.js";
1
+ import { t as Manager } from "./Manager-BHn8wH8K.js";
2
+ import "./Actor-Y0_Fj-KL.js";
3
+ import { t as OtpValidationErrors } from "./otp-DF5A0sFx.js";
3
4
 
4
5
  //#region src/modules/government-validation/types.d.ts
5
6
  type GovernmentValidationConfig = {
6
- validationCountries: string[];
7
+ validationCountries?: string[];
8
+ faceAndDataValidation?: boolean;
9
+ addressValidation?: boolean;
10
+ faceMatchOverrideDataScore?: boolean;
11
+ useCroppedIdFacePhoto?: boolean;
12
+ alternativeFacialValidation?: boolean;
13
+ fallbackEnabled?: boolean;
14
+ scrapingMethod?: boolean;
15
+ scrapingV2?: boolean;
16
+ scrapingV3?: boolean;
17
+ failUnsupportedId?: boolean;
18
+ mockConnectionError?: boolean;
19
+ mockUserNotFoundError?: boolean;
20
+ mockOK?: boolean;
7
21
  facialValidation: boolean;
8
22
  dataValidation: boolean;
9
- faceAndDataValidation: boolean;
10
- addressValidation: boolean;
11
23
  backgroundExecution: boolean;
12
- faceMatchOverrideDataScore: boolean;
13
- useCroppedIdFacePhoto: boolean;
14
24
  maxOtpAttempts?: number;
15
25
  };
16
26
  //#endregion
@@ -39,9 +49,15 @@ type GovernmentValidationAwaitingOtpState = {
39
49
  canResend: boolean;
40
50
  attemptsRemaining: number;
41
51
  otpError?: string;
52
+ otpCode: string;
53
+ otpLength: number;
54
+ otpValidationErrors?: OtpValidationErrors;
55
+ isOtpValid: boolean;
42
56
  };
43
57
  type GovernmentValidationVerifyingOtpState = {
44
58
  status: 'verifyingOtp';
59
+ otpCode: string;
60
+ otpLength: number;
45
61
  };
46
62
  type GovernmentValidationFinishedState = {
47
63
  status: 'finished';
@@ -50,14 +66,18 @@ type GovernmentValidationErrorState = {
50
66
  status: 'error';
51
67
  error: string;
52
68
  };
69
+ type GovernmentValidationSuccessState = {
70
+ status: 'displaySuccess';
71
+ };
53
72
  type GovernmentValidationUnknownState = {
54
73
  status: 'unknown';
55
74
  error: string;
56
75
  };
57
- type GovernmentValidationState = GovernmentValidationIdleState | GovernmentValidationLoadingState | GovernmentValidationProcessingState | GovernmentValidationAwaitingOtpState | GovernmentValidationVerifyingOtpState | GovernmentValidationFinishedState | GovernmentValidationErrorState | GovernmentValidationUnknownState;
76
+ type GovernmentValidationState = GovernmentValidationIdleState | GovernmentValidationLoadingState | GovernmentValidationProcessingState | GovernmentValidationAwaitingOtpState | GovernmentValidationVerifyingOtpState | GovernmentValidationFinishedState | GovernmentValidationErrorState | GovernmentValidationSuccessState | GovernmentValidationUnknownState;
58
77
  declare function createGovernmentValidationManager(options: CreateGovernmentValidationActorOptions): Manager<GovernmentValidationState> & {
59
78
  load(): void;
60
79
  setOtpCode(code: string): void;
80
+ validateOtp(): void;
61
81
  submitOtp(code: string): void;
62
82
  resendOtp(): void;
63
83
  retry(): void;
@@ -1,9 +1,10 @@
1
1
  import "./BrowserTimerProvider-DhNc_x02.esm.js";
2
2
  import "./api-CESGtpbH.esm.js";
3
- import { o as createManagerInstrumentation } from "./events-D6-e4vok.esm.js";
4
- import "./endpoints-CnN3SyDa.esm.js";
5
- import { c as createManager, s as createActor } from "./xstate.esm-B70JrNqo.esm.js";
6
- import { t as governmentValidationMachine } from "./governmentValidationStateMachine-BDDYrJTo.esm.js";
3
+ import { o as createManagerInstrumentation } from "./events-Dvvriq9l.esm.js";
4
+ import "./endpoints-BeTK0Mlt.esm.js";
5
+ import { c as createManager, s as createActor } from "./xstate.esm-C9wncMQa.esm.js";
6
+ import { t as OTP_CODE_LENGTH } from "./otp-CGMdUzBC.esm.js";
7
+ import { t as governmentValidationMachine } from "./governmentValidationStateMachine-DcJ-BfsC.esm.js";
7
8
 
8
9
  //#region src/modules/government-validation/governmentValidationActor.ts
9
10
  function createGovernmentValidationActor(options) {
@@ -17,16 +18,23 @@ function mapState(snapshot) {
17
18
  const { context } = typedSnapshot;
18
19
  if (typedSnapshot.matches("idle")) return { status: "idle" };
19
20
  if (typedSnapshot.matches("loading")) return { status: "loading" };
20
- if (typedSnapshot.matches("polling") || typedSnapshot.matches("pollingRequest")) return { status: "processing" };
21
21
  if (typedSnapshot.matches("awaitingOtp")) return {
22
22
  status: "awaitingOtp",
23
23
  resendTimer: context.resendTimer,
24
24
  canResend: !context.resendTimerActive,
25
25
  attemptsRemaining: context.attemptsRemaining,
26
- otpError: context.otpError
26
+ otpError: context.otpError,
27
+ otpCode: context.otpCode,
28
+ otpLength: OTP_CODE_LENGTH,
29
+ otpValidationErrors: context.otpValidationErrors,
30
+ isOtpValid: Object.keys(context.otpValidationErrors ?? {}).length === 0
27
31
  };
28
- if (typedSnapshot.matches("verifyingOtp")) return { status: "verifyingOtp" };
29
- if (typedSnapshot.matches("displaySuccess")) return { status: "finished" };
32
+ if (typedSnapshot.matches("verifyingOtp")) return {
33
+ status: "verifyingOtp",
34
+ otpCode: context.otpCode,
35
+ otpLength: OTP_CODE_LENGTH
36
+ };
37
+ if (typedSnapshot.matches("displaySuccess")) return { status: "displaySuccess" };
30
38
  if (typedSnapshot.matches("displayProcessing")) return { status: "processing" };
31
39
  if (typedSnapshot.matches("finished")) return { status: "finished" };
32
40
  if (typedSnapshot.matches("displayError")) return {
@@ -50,6 +58,9 @@ function createApi({ actor, trackElementClicked }) {
50
58
  code
51
59
  });
52
60
  },
61
+ validateOtp() {
62
+ actor.send({ type: "VALIDATE_OTP" });
63
+ },
53
64
  submitOtp(code) {
54
65
  trackElementClicked?.("submitOtp");
55
66
  actor.send({
@@ -1,7 +1,8 @@
1
1
  import { t as BrowserTimerProvider } from "./BrowserTimerProvider-DhNc_x02.esm.js";
2
2
  import { t as api } from "./api-CESGtpbH.esm.js";
3
- import { t as endpoints } from "./endpoints-CnN3SyDa.esm.js";
4
- import { a as fromPromise, i as fromCallback, r as assign, t as setup } from "./xstate.esm-B70JrNqo.esm.js";
3
+ import { t as endpoints } from "./endpoints-BeTK0Mlt.esm.js";
4
+ import { a as fromPromise, i as fromCallback, r as assign, t as setup } from "./xstate.esm-C9wncMQa.esm.js";
5
+ import { n as computeOtpValidationErrors, r as isOtpComplete } from "./otp-CGMdUzBC.esm.js";
5
6
 
6
7
  //#region src/modules/government-validation/governmentValidationServices.ts
7
8
  async function processGovernmentValidation(signal) {
@@ -18,8 +19,6 @@ async function submitGovernmentValidationOtp(params, signal) {
18
19
  //#endregion
19
20
  //#region src/modules/government-validation/governmentValidationStateMachine.ts
20
21
  const RESEND_TIMER_SECONDS = 30;
21
- const POLL_INTERVAL_MS = 2e3;
22
- const MAX_POLL_COUNT = 60;
23
22
  const AUTO_PROCEED_DELAY_MS = 3e3;
24
23
  const governmentValidationMachine = setup({
25
24
  types: {
@@ -35,13 +34,6 @@ const governmentValidationMachine = setup({
35
34
  submitOtp: fromPromise(async ({ input, signal }) => {
36
35
  return submitGovernmentValidationOtp({ code: input.code }, signal);
37
36
  }),
38
- pollingTimer: fromCallback(({ sendBack }) => {
39
- const timer = BrowserTimerProvider.getInstance();
40
- const interval = timer.setInterval(() => {
41
- sendBack({ type: "POLL" });
42
- }, POLL_INTERVAL_MS);
43
- return () => timer.clearInterval(interval);
44
- }),
45
37
  resendTimer: fromCallback(({ sendBack }) => {
46
38
  const timer = BrowserTimerProvider.getInstance();
47
39
  let seconds = RESEND_TIMER_SECONDS;
@@ -60,15 +52,21 @@ const governmentValidationMachine = setup({
60
52
  clearError: assign({ error: () => void 0 }),
61
53
  setOtpCode: assign(({ event }) => ({
62
54
  otpCode: event.code,
63
- otpError: void 0
55
+ otpError: void 0,
56
+ otpValidationErrors: void 0
64
57
  })),
58
+ validateOtpField: assign(({ context }) => {
59
+ const errors = computeOtpValidationErrors(context.otpCode);
60
+ return { otpValidationErrors: errors.otp ? errors : void 0 };
61
+ }),
65
62
  setOtpError: assign(({ context }) => ({
66
63
  otpError: "Invalid OTP code",
67
64
  attemptsRemaining: context.attemptsRemaining - 1
68
65
  })),
69
66
  clearOtpError: assign({
70
67
  otpError: () => void 0,
71
- otpCode: () => ""
68
+ otpCode: () => "",
69
+ otpValidationErrors: () => void 0
72
70
  }),
73
71
  startResendTimer: assign({
74
72
  resendTimer: () => RESEND_TIMER_SECONDS,
@@ -81,28 +79,27 @@ const governmentValidationMachine = setup({
81
79
  resendTimerActive: newTimer > 0
82
80
  };
83
81
  }),
84
- incrementPollCount: assign(({ context }) => ({ pollCount: context.pollCount + 1 })),
85
- resetPollCount: assign({ pollCount: () => 0 }),
86
82
  resetContext: assign(({ context }) => ({
87
83
  config: context.config,
88
84
  error: void 0,
89
85
  otpCode: "",
90
86
  otpError: void 0,
87
+ otpValidationErrors: void 0,
91
88
  attemptsRemaining: context.config.maxOtpAttempts ?? 3,
92
89
  resendTimer: 0,
93
- resendTimerActive: false,
94
- pollCount: 0
90
+ resendTimerActive: false
95
91
  }))
96
92
  },
97
93
  guards: {
94
+ isBackgroundExecution: ({ context }) => context.config.backgroundExecution,
98
95
  isProcessing: (_, params) => params.response.statusCode === -1,
99
- isSuccess: (_, params) => params.response.statusCode === 0 && params.response.validationStatus?.status !== "UNKNOWN",
100
- isError: (_, params) => params.response.statusCode > 0,
96
+ isSuccess: (_, params) => params.response.statusCode === 0 && params.response.governmentValidation?.validationStatus?.status === "OK",
97
+ isError: (_, params) => params.response.statusCode > 0 || params.response.governmentValidation?.validationStatus?.status === "FAIL",
101
98
  isOtpRequested: (_, params) => params.response.otpResponse?.authBridge?.otpCodeRequested === true,
102
- isUnknown: (_, params) => params.response.validationStatus?.status === "UNKNOWN",
99
+ isUnknown: (_, params) => params.response.governmentValidation?.validationStatus?.status === "UNKNOWN",
103
100
  hasAttemptsRemaining: ({ context }) => context.attemptsRemaining > 0,
104
- canResend: ({ context }) => !context.resendTimerActive,
105
- hasReachedMaxPolls: ({ context }) => context.pollCount >= MAX_POLL_COUNT
101
+ hasCompleteOtp: ({ context }) => isOtpComplete(context.otpCode),
102
+ canResend: ({ context }) => !context.resendTimerActive
106
103
  }
107
104
  }).createMachine({
108
105
  id: "governmentValidation",
@@ -112,10 +109,10 @@ const governmentValidationMachine = setup({
112
109
  error: void 0,
113
110
  otpCode: "",
114
111
  otpError: void 0,
112
+ otpValidationErrors: void 0,
115
113
  attemptsRemaining: input.config.maxOtpAttempts ?? 3,
116
114
  resendTimer: 0,
117
- resendTimerActive: false,
118
- pollCount: 0
115
+ resendTimerActive: false
119
116
  }),
120
117
  states: {
121
118
  idle: { on: { LOAD: { target: "loading" } } },
@@ -123,6 +120,10 @@ const governmentValidationMachine = setup({
123
120
  id: "processValidation",
124
121
  src: "processValidation",
125
122
  onDone: [
123
+ {
124
+ target: "finished",
125
+ guard: "isBackgroundExecution"
126
+ },
126
127
  {
127
128
  target: "awaitingOtp",
128
129
  guard: {
@@ -138,7 +139,7 @@ const governmentValidationMachine = setup({
138
139
  }
139
140
  },
140
141
  {
141
- target: "polling",
142
+ target: "displayProcessing",
142
143
  guard: {
143
144
  type: "isProcessing",
144
145
  params: ({ event }) => ({ response: event.output })
@@ -157,60 +158,13 @@ const governmentValidationMachine = setup({
157
158
  actions: "setErrorFromResponse"
158
159
  }
159
160
  ],
160
- onError: {
161
- target: "displayError",
162
- actions: "setError"
163
- }
164
- } },
165
- polling: {
166
- invoke: {
167
- id: "pollingTimer",
168
- src: "pollingTimer"
169
- },
170
- on: { POLL: [{
171
- target: "displayError",
172
- guard: "hasReachedMaxPolls",
173
- actions: assign({ error: () => "Validation timed out" })
161
+ onError: [{
162
+ target: "finished",
163
+ guard: "isBackgroundExecution"
174
164
  }, {
175
- target: "pollingRequest",
176
- actions: "incrementPollCount"
177
- }] }
178
- },
179
- pollingRequest: { invoke: {
180
- id: "pollValidation",
181
- src: "processValidation",
182
- onDone: [
183
- {
184
- target: "displaySuccess",
185
- guard: {
186
- type: "isSuccess",
187
- params: ({ event }) => ({ response: event.output })
188
- }
189
- },
190
- {
191
- target: "polling",
192
- guard: {
193
- type: "isProcessing",
194
- params: ({ event }) => ({ response: event.output })
195
- }
196
- },
197
- {
198
- target: "displayUnknown",
199
- guard: {
200
- type: "isUnknown",
201
- params: ({ event }) => ({ response: event.output })
202
- },
203
- actions: "setUnknownError"
204
- },
205
- {
206
- target: "displayError",
207
- actions: "setErrorFromResponse"
208
- }
209
- ],
210
- onError: {
211
165
  target: "displayError",
212
166
  actions: "setError"
213
- }
167
+ }]
214
168
  } },
215
169
  awaitingOtp: {
216
170
  entry: "startResendTimer",
@@ -221,7 +175,11 @@ const governmentValidationMachine = setup({
221
175
  on: {
222
176
  TICK: { actions: "tickResendTimer" },
223
177
  OTP_CHANGED: { actions: "setOtpCode" },
224
- SUBMIT_OTP: { target: "verifyingOtp" },
178
+ VALIDATE_OTP: { actions: "validateOtpField" },
179
+ SUBMIT_OTP: [{
180
+ guard: "hasCompleteOtp",
181
+ target: "verifyingOtp"
182
+ }, { actions: "validateOtpField" }],
225
183
  RESEND_OTP: {
226
184
  target: "loading",
227
185
  guard: "canResend"
package/dist/home.d.ts CHANGED
@@ -1,8 +1,9 @@
1
- import { t as Manager } from "./Manager-C8PrhBOx.js";
2
- import "./camera-DBSxa6ML.js";
3
- import "./types-CFV9G_7j.js";
4
- import { t as EmptyConfig } from "./types-BP1m8VRw.js";
5
- import * as xstate721 from "xstate";
1
+ import { t as Manager } from "./Manager-BHn8wH8K.js";
2
+ import "./camera-SRBpPq2X.js";
3
+ import "./types-Bj9hdFjU.js";
4
+ import "./types-DvGZI7BF.js";
5
+ import { t as EmptyConfig } from "./types-DOUhndhT.js";
6
+ import * as xstate1070 from "xstate";
6
7
 
7
8
  //#region src/modules/home/types.d.ts
8
9
  type HomeConfig = EmptyConfig;
@@ -34,41 +35,41 @@ type HomeContext = {
34
35
  type HomeInput = {
35
36
  config: EmptyConfig;
36
37
  };
37
- declare const homeMachine: xstate721.StateMachine<HomeContext, {
38
+ declare const homeMachine: xstate1070.StateMachine<HomeContext, {
38
39
  type: "LOAD";
39
40
  } | {
40
41
  type: "COMPLETE";
41
42
  } | {
42
43
  type: "RESET";
43
- }, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput, xstate721.NonReducibleUnknown, xstate721.EventObject, xstate721.MetaObject, {
44
+ }, {}, never, never, never, never, "idle" | "finished" | "main", string, HomeInput, xstate1070.NonReducibleUnknown, xstate1070.EventObject, xstate1070.MetaObject, {
44
45
  readonly id: "home";
45
46
  readonly initial: "idle";
46
47
  readonly context: ({
47
48
  input
48
49
  }: {
49
50
  spawn: {
50
- <TSrc extends never>(logic: TSrc, ...[options]: never): xstate721.ActorRefFromLogic<never>;
51
- <TLogic extends xstate721.AnyActorLogic>(src: TLogic, ...[options]: xstate721.ConditionalRequired<[options?: ({
51
+ <TSrc extends never>(logic: TSrc, ...[options]: never): xstate1070.ActorRefFromLogic<never>;
52
+ <TLogic extends xstate1070.AnyActorLogic>(src: TLogic, ...[options]: xstate1070.ConditionalRequired<[options?: ({
52
53
  id?: never;
53
54
  systemId?: string;
54
- input?: xstate721.InputFrom<TLogic> | undefined;
55
+ input?: xstate1070.InputFrom<TLogic> | undefined;
55
56
  syncSnapshot?: boolean;
56
- } & { [K in xstate721.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate721.IsNotNever<xstate721.RequiredLogicInput<TLogic>>>): xstate721.ActorRefFromLogic<TLogic>;
57
+ } & { [K in xstate1070.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate1070.IsNotNever<xstate1070.RequiredLogicInput<TLogic>>>): xstate1070.ActorRefFromLogic<TLogic>;
57
58
  };
58
59
  input: HomeInput;
59
- self: xstate721.ActorRef<xstate721.MachineSnapshot<HomeContext, {
60
+ self: xstate1070.ActorRef<xstate1070.MachineSnapshot<HomeContext, {
60
61
  type: "LOAD";
61
62
  } | {
62
63
  type: "COMPLETE";
63
64
  } | {
64
65
  type: "RESET";
65
- }, Record<string, xstate721.AnyActorRef | undefined>, xstate721.StateValue, string, unknown, any, any>, {
66
+ }, Record<string, xstate1070.AnyActorRef | undefined>, xstate1070.StateValue, string, unknown, any, any>, {
66
67
  type: "LOAD";
67
68
  } | {
68
69
  type: "COMPLETE";
69
70
  } | {
70
71
  type: "RESET";
71
- }, xstate721.AnyEventObject>;
72
+ }, xstate1070.AnyEventObject>;
72
73
  }) => {
73
74
  config: EmptyConfig;
74
75
  };
package/dist/home.esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import "./api-CESGtpbH.esm.js";
2
- import { o as createManagerInstrumentation } from "./events-D6-e4vok.esm.js";
3
- import { c as createManager, s as createActor, t as setup } from "./xstate.esm-B70JrNqo.esm.js";
2
+ import { o as createManagerInstrumentation } from "./events-Dvvriq9l.esm.js";
3
+ import { c as createManager, s as createActor, t as setup } from "./xstate.esm-C9wncMQa.esm.js";
4
4
 
5
5
  //#region src/modules/home/homeStateMachine.ts
6
6
  const homeMachine = setup({ types: {
File without changes
package/dist/http.esm.js CHANGED
@@ -1,3 +1,4 @@
1
1
  import { n as getApi, t as api } from "./api-CESGtpbH.esm.js";
2
+ import "./http-Cai3IoLS.esm.js";
2
3
 
3
4
  export { api, getApi };