@incodetech/core 2.0.0-alpha.8 → 2.0.0-rc.0

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 (184) hide show
  1. package/dist/Actor-CI32dTbG.d.ts +2 -0
  2. package/dist/BaseWasmProvider-C_DLEI40.esm.js +1118 -0
  3. package/dist/BrowserStorageProvider-CuOW1Er2.esm.js +55 -0
  4. package/dist/BrowserTimerProvider-DhNc_x02.esm.js +22 -0
  5. package/dist/ITimerCapability-C67ZRskg.esm.js +7 -0
  6. package/dist/IpifyProvider-D7jx52AL.esm.js +139 -0
  7. package/dist/MotionSensorProvider-4v7xkqAp.esm.js +254 -0
  8. package/dist/OpenViduRecordingProvider-CMu6XVdc.esm.js +87 -0
  9. package/dist/StateMachine-BCQrZJhf.d.ts +2 -0
  10. package/dist/WasmUtilProvider-j98OJf-S.esm.js +114 -0
  11. package/dist/addressSearch-BpTbTWCa.esm.js +430 -0
  12. package/dist/ae-signature-DDDZmWXj.esm.js +12 -0
  13. package/dist/ae-signature.d.ts +25 -0
  14. package/dist/ae-signature.esm.js +8 -0
  15. package/dist/antifraud.d.ts +57 -0
  16. package/dist/antifraud.esm.js +45 -0
  17. package/dist/antifraudStateMachine-O0TMf6yc.esm.js +39 -0
  18. package/dist/api-CESGtpbH.esm.js +53 -0
  19. package/dist/authentication.d.ts +12 -0
  20. package/dist/authentication.esm.js +25 -0
  21. package/dist/authenticationManager-5M-fKzXx.esm.js +67 -0
  22. package/dist/authenticationManager-C83GNIhl.d.ts +66 -0
  23. package/dist/authenticationStateMachine-BMZqatiF.esm.js +139 -0
  24. package/dist/backCameraStream-DMdMeGk2.esm.js +346 -0
  25. package/dist/browserSimulation-gxD8cSpM.esm.js +20 -0
  26. package/dist/camera-DBSxa6ML.d.ts +4 -0
  27. package/dist/camera-PA2Ljri3.esm.js +22 -0
  28. package/dist/camera.d.ts +15 -0
  29. package/dist/camera.esm.js +5 -0
  30. package/dist/consent.d.ts +398 -0
  31. package/dist/consent.esm.js +79 -0
  32. package/dist/consentStateMachine-CCT-B60O.esm.js +151 -0
  33. package/dist/cpf-PPz2Njto.esm.js +38 -0
  34. package/dist/cpf-ocr.d.ts +204 -0
  35. package/dist/cpf-ocr.esm.js +177 -0
  36. package/dist/cross-document-data-match.d.ts +34 -0
  37. package/dist/cross-document-data-match.esm.js +71 -0
  38. package/dist/curp-validation.d.ts +188 -0
  39. package/dist/curp-validation.esm.js +110 -0
  40. package/dist/curpValidationStateMachine-CitWLr2c.esm.js +595 -0
  41. package/dist/custom-fields.d.ts +115 -0
  42. package/dist/custom-fields.esm.js +177 -0
  43. package/dist/custom-watchlist.d.ts +66 -0
  44. package/dist/custom-watchlist.esm.js +86 -0
  45. package/dist/dateUtils-UoN5xswP.esm.js +23 -0
  46. package/dist/deepsightLoader-Cm4JIT_z.esm.js +52 -0
  47. package/dist/deepsightService-CEVxzehb.d.ts +412 -0
  48. package/dist/deepsightService-O74l4Y__.esm.js +489 -0
  49. package/dist/device.d.ts +46 -0
  50. package/dist/device.esm.js +106 -0
  51. package/dist/displayErrors-DqJ_IbsG.d.ts +39 -0
  52. package/dist/document-capture.d.ts +906 -0
  53. package/dist/document-capture.esm.js +156 -0
  54. package/dist/document-upload.d.ts +331 -0
  55. package/dist/document-upload.esm.js +203 -0
  56. package/dist/documentCaptureStateMachine-BqzTDy9k.esm.js +394 -0
  57. package/dist/dynamic-forms.d.ts +178 -0
  58. package/dist/dynamic-forms.esm.js +323 -0
  59. package/dist/ekyb.d.ts +148 -0
  60. package/dist/ekyb.esm.js +127 -0
  61. package/dist/ekybStateMachine-B59rQjgj.esm.js +674 -0
  62. package/dist/ekyc.d.ts +164 -0
  63. package/dist/ekyc.esm.js +104 -0
  64. package/dist/ekycStateMachine-oeO0Iekd.esm.js +10626 -0
  65. package/dist/electronic-signature.d.ts +4 -0
  66. package/dist/electronic-signature.esm.js +7 -0
  67. package/dist/electronicSignatureManager-D9OHzTpG.esm.js +428 -0
  68. package/dist/email.d.ts +3 -263
  69. package/dist/email.esm.js +7 -477
  70. package/dist/emailManager-DIfnS5g1.d.ts +352 -0
  71. package/dist/emailManager-wAV0LE-H.esm.js +238 -0
  72. package/dist/emailStateMachine-DOf4j58N.esm.js +292 -0
  73. package/dist/endpoints-CnN3SyDa.esm.js +87 -0
  74. package/dist/events-D6-e4vok.esm.js +596 -0
  75. package/dist/events.d.ts +265 -0
  76. package/dist/events.esm.js +4 -0
  77. package/dist/extensibility.d.ts +122 -0
  78. package/dist/extensibility.esm.js +43 -0
  79. package/dist/face-match.d.ts +228 -0
  80. package/dist/face-match.esm.js +173 -0
  81. package/dist/faceCaptureManagerFactory-Dh2PdGlF.esm.js +290 -0
  82. package/dist/faceCaptureManagerFactory-yqtpxjnN.d.ts +690 -0
  83. package/dist/faceCaptureSetup-B3faSpYA.esm.js +873 -0
  84. package/dist/faceMatchStateMachine-DNFrxTFS.esm.js +127 -0
  85. package/dist/flow-events.d.ts +6 -0
  86. package/dist/flow-events.esm.js +0 -0
  87. package/dist/flow.d.ts +101 -321
  88. package/dist/flow.esm.js +370 -173
  89. package/dist/flowCompletionService-DhkT4SRY.d.ts +10 -0
  90. package/dist/flowCompletionService-P54yzGvA.esm.js +13 -0
  91. package/dist/flowServices-DTsm-Vf1.esm.js +188 -0
  92. package/dist/geolocation.d.ts +127 -0
  93. package/dist/geolocation.esm.js +89 -0
  94. package/dist/geolocationStateMachine-asasuHY2.esm.js +105 -0
  95. package/dist/getBrowser-BSXUTWXw.esm.js +41 -0
  96. package/dist/getDeviceClass-BSntT9_j.esm.js +14 -0
  97. package/dist/government-validation.d.ts +67 -0
  98. package/dist/government-validation.esm.js +81 -0
  99. package/dist/governmentValidationStateMachine-BDDYrJTo.esm.js +271 -0
  100. package/dist/home.d.ts +99 -0
  101. package/dist/home.esm.js +61 -0
  102. package/dist/http.d.ts +68 -0
  103. package/dist/http.esm.js +3 -0
  104. package/dist/id-ocr.d.ts +635 -0
  105. package/dist/id-ocr.esm.js +86 -0
  106. package/dist/id-verification.d.ts +190 -0
  107. package/dist/id-verification.esm.js +43 -0
  108. package/dist/id.d.ts +24 -0
  109. package/dist/id.esm.js +164 -0
  110. package/dist/idCaptureManager-B9TGA5dq.d.ts +956 -0
  111. package/dist/idCaptureManager-DMK0GIt3.esm.js +581 -0
  112. package/dist/idCaptureStateMachine-Bq0fVZXl.esm.js +2954 -0
  113. package/dist/idOcrStateMachine-YbjjC_Gg.esm.js +388 -0
  114. package/dist/idVerificationStateMachine-xbw9HP1Z.esm.js +71 -0
  115. package/dist/identity-reuse.d.ts +530 -0
  116. package/dist/identity-reuse.esm.js +274 -0
  117. package/dist/index-BLKtMA0g.d.ts +1177 -0
  118. package/dist/index-BcRG8rtJ.d.ts +97 -0
  119. package/dist/index.d.ts +3 -226
  120. package/dist/index.esm.js +11 -154
  121. package/dist/invokeOnCaptureCallback-rc6kBHo5.esm.js +30 -0
  122. package/dist/{lib-Bu9XGMBW.esm.js → lib-BB0B_qQX.esm.js} +801 -2
  123. package/dist/mandatory-consent.d.ts +412 -0
  124. package/dist/mandatory-consent.esm.js +78 -0
  125. package/dist/mandatoryConsentStateMachine-Cnco1jvn.esm.js +126 -0
  126. package/dist/openviduLazy-Cm0XFh_v.esm.js +3 -0
  127. package/dist/openviduLazy-Cok70ZSg.esm.js +12 -0
  128. package/dist/permissionServices-D_i6nzEw.esm.js +50 -0
  129. package/dist/phone.d.ts +3 -291
  130. package/dist/phone.esm.js +7 -548
  131. package/dist/phoneManager-B6M30hKE.d.ts +397 -0
  132. package/dist/phoneManager-DAJbGhlY.esm.js +256 -0
  133. package/dist/phoneStateMachine-CuPARRaT.esm.js +351 -0
  134. package/dist/platform-CfrjKhmi.esm.js +83 -0
  135. package/dist/qe-signature-DFo_Cc-I.esm.js +12 -0
  136. package/dist/qe-signature.d.ts +25 -0
  137. package/dist/qe-signature.esm.js +8 -0
  138. package/dist/recordingService-Ig2UgbLv.esm.js +1003 -0
  139. package/dist/redirect-to-mobile.d.ts +107 -0
  140. package/dist/redirect-to-mobile.esm.js +102 -0
  141. package/dist/redirectToMobileStateMachine-BOEqe46A.esm.js +249 -0
  142. package/dist/runChildModule-CqqwqAkW.esm.js +219 -0
  143. package/dist/selfie.d.ts +21 -754
  144. package/dist/selfie.esm.js +113 -962
  145. package/dist/selfieManager-D0lSgd-J.d.ts +68 -0
  146. package/dist/selfieManager-Duisl7qN.esm.js +60 -0
  147. package/dist/selfieStateMachine-D76whWEf.esm.js +68 -0
  148. package/dist/session-BS-d_vuE.esm.js +3206 -0
  149. package/dist/session.d.ts +217 -0
  150. package/dist/session.esm.js +9 -0
  151. package/dist/setup-Buy-hyj4.esm.js +887 -0
  152. package/dist/setup-C5AITV8m.d.ts +254 -0
  153. package/dist/signature.d.ts +94 -0
  154. package/dist/signature.esm.js +66 -0
  155. package/dist/signatureStateMachine-B5-QVUve.esm.js +132 -0
  156. package/dist/stats-CIfiPzb1.esm.js +16 -0
  157. package/dist/stats.d.ts +16 -0
  158. package/dist/stats.esm.js +4 -0
  159. package/dist/trust-graph.d.ts +54 -0
  160. package/dist/trust-graph.esm.js +56 -0
  161. package/dist/types-B06Ypu2F.d.ts +49 -0
  162. package/dist/types-BP1m8VRw.d.ts +340 -0
  163. package/dist/types-CFV9G_7j.d.ts +24 -0
  164. package/dist/{warmup-CEJTfxQr.d.ts → warmup-CEcppFiS.d.ts} +11 -3
  165. package/dist/wasm.d.ts +15 -0
  166. package/dist/wasm.esm.js +12 -0
  167. package/dist/watchlist-for-business.d.ts +79 -0
  168. package/dist/watchlist-for-business.esm.js +148 -0
  169. package/dist/watchlist.d.ts +62 -0
  170. package/dist/watchlist.esm.js +86 -0
  171. package/dist/watchlistServices-DMbUhkBX.esm.js +12 -0
  172. package/dist/workflow.d.ts +907 -0
  173. package/dist/workflow.esm.js +702 -0
  174. package/dist/{xstate.esm-B_rda9yU.esm.js → xstate.esm-B70JrNqo.esm.js} +144 -1
  175. package/package.json +203 -6
  176. package/dist/OpenViduLogger-BdPfiZO6.esm.js +0 -3
  177. package/dist/OpenViduLogger-CQyDxBvM.esm.js +0 -803
  178. package/dist/StateMachine-DRE1oH2B.d.ts +0 -2
  179. package/dist/addEvent-W0ORK0jT.esm.js +0 -16
  180. package/dist/endpoints-BSTFaHYo.esm.js +0 -1706
  181. package/dist/permissionServices-I6vX6DBy.esm.js +0 -72
  182. /package/dist/{Manager-BGfxEmyv.d.ts → Manager-C8PrhBOx.d.ts} +0 -0
  183. /package/dist/{chunk-C_Yo44FK.esm.js → chunk-CRF6K_H_.esm.js} +0 -0
  184. /package/dist/{types-iZi2rawo.d.ts → types-CAD4va6a.d.ts} +0 -0
@@ -0,0 +1,217 @@
1
+ import "./camera-DBSxa6ML.js";
2
+ import "./types-CFV9G_7j.js";
3
+ import { a as RegulationTypes } from "./types-BP1m8VRw.js";
4
+ import { n as GetFinishStatusFn, r as getFinishStatus, t as FinishStatus } from "./flowCompletionService-DhkT4SRY.js";
5
+
6
+ //#region src/internal/fingerprint/types.d.ts
7
+
8
+ type DeviceFingerprintResult = {
9
+ success: boolean;
10
+ sessionStatus: string;
11
+ showMandatoryConsent?: boolean;
12
+ regulationType?: RegulationTypes;
13
+ };
14
+ //#endregion
15
+ //#region src/internal/session/sessionService.d.ts
16
+ type CreateSessionOptions = {
17
+ /** The configuration/flow ID from the Incode dashboard */
18
+ configurationId: string;
19
+ /** External ID to associate with this session */
20
+ externalId?: string;
21
+ /** External customer ID */
22
+ externalCustomerId?: string;
23
+ /** Language for the session (e.g., 'en-US', 'es-MX') */
24
+ language?: string;
25
+ /** Custom fields to attach to the session */
26
+ customFields?: Record<string, unknown>;
27
+ /** UUID for continuing an existing session */
28
+ uuid?: string;
29
+ /** QR anti-phishing token for continuing a phishing-resistant session from a mobile link */
30
+ urlUuid?: string;
31
+ /** Interview ID for continuing an existing interview */
32
+ interviewId?: string;
33
+ /** Hint forwarded to POST /omni/start as `loginHint` (e.g. from `auth_hint` URL param for identity search). */
34
+ loginHint?: string;
35
+ };
36
+ type Session = {
37
+ token: string;
38
+ interviewId: string;
39
+ uuid?: string;
40
+ regulationType?: string;
41
+ showMandatoryConsent?: boolean;
42
+ };
43
+ type ValidateQrUuidOptions = {
44
+ onboardingId: string | null;
45
+ urlUuid: string;
46
+ };
47
+ type QrValidationResult = {
48
+ urlUuid: string;
49
+ };
50
+ /**
51
+ * HTTP status codes the QR validation endpoint emits, keyed by their semantic
52
+ * name. Hosts switch on these to render distinct messaging — `invalidQRuuid`
53
+ * for an unknown/expired link, `onboardingUrlAlreadyUsed` for a one-time link
54
+ * that has already been consumed.
55
+ */
56
+ declare const QR_VALIDATION_ERROR_CODES: {
57
+ readonly expiredUUID: 4026;
58
+ readonly invalidQRuuid: 4081;
59
+ readonly onboardingUrlAlreadyUsed: 4083;
60
+ };
61
+ type QrValidationErrorCode = (typeof QR_VALIDATION_ERROR_CODES)[keyof typeof QR_VALIDATION_ERROR_CODES];
62
+ type RefreshQrUrlUuidOptions = {
63
+ /** QR anti-phishing token from the incoming URL. When empty/undefined, the call is a no-op. */
64
+ urlUuid?: string;
65
+ /** Onboarding session UUID, if known. Pass `null` or omit when the caller has no session yet. */
66
+ onboardingId?: string | null;
67
+ /** Invoked with the refreshed `urlUuid` once the server rotates it. */
68
+ onRefreshed?: (urlUuid: string) => void;
69
+ };
70
+ type BootstrapSessionOptions = CreateSessionOptions & {
71
+ /** Invoked with the rotated `urlUuid` after `validateQrUuid` succeeds. Hosts
72
+ * typically use this to update the address bar via `history.replaceState`. */
73
+ onUrlUuidRefreshed?: (urlUuid: string) => void;
74
+ };
75
+ declare class QrValidationError extends Error {
76
+ readonly status: number;
77
+ readonly statusText: string;
78
+ constructor(status: number, statusText: string);
79
+ }
80
+ /**
81
+ * Creates a new onboarding session.
82
+ *
83
+ * @param apiKey - The API key from the Incode dashboard
84
+ * @param options - Session creation options
85
+ * @param signal - Optional AbortSignal for request cancellation
86
+ * @returns The created session with token
87
+ *
88
+ * @example
89
+ * ```ts
90
+ * const session = await createSession('your-api-key', {
91
+ * configurationId: 'your-flow-id',
92
+ * language: 'en-US',
93
+ * });
94
+ * console.log(session.token); // Use this token for subsequent API calls
95
+ * ```
96
+ */
97
+ declare function createSession(apiKey: string, options: CreateSessionOptions, signal?: AbortSignal): Promise<Session>;
98
+ /**
99
+ * Validates and rotates a QR anti-phishing URL UUID before creating a session.
100
+ *
101
+ * This call is unauthenticated; the `{ onboardingId, urlUuid }` pair itself
102
+ * acts as the credential. The server burns the incoming `urlUuid` and returns
103
+ * a freshly minted one that must be used in the subsequent `createSession`
104
+ * call.
105
+ *
106
+ * @param options - `{ onboardingId, urlUuid }` from the incoming URL
107
+ * @param signal - Optional AbortSignal for request cancellation
108
+ * @returns The refreshed `urlUuid` to use for the session
109
+ * @throws {QrValidationError} When the server rejects the validation request.
110
+ */
111
+ declare function validateQrUuid(options: ValidateQrUuidOptions, signal?: AbortSignal): Promise<QrValidationResult>;
112
+ /**
113
+ * One-shot QR phishing-resistance helper.
114
+ *
115
+ * When `urlUuid` is a non-empty string, burns the stale value via
116
+ * `validateQrUuid`, invokes `onRefreshed` with the fresh value, and returns
117
+ * it so callers can forward it into `createSession`. When `urlUuid` is
118
+ * absent, returns `undefined` without making any network call.
119
+ *
120
+ * Consolidates the rotation + callback logic shared by Flow self-loading and
121
+ * Workflow token-mode bootstraps.
122
+ *
123
+ * @throws {QrValidationError} When the server rejects the validation request.
124
+ */
125
+ declare function refreshQrUrlUuid(options: RefreshQrUrlUuidOptions, signal?: AbortSignal): Promise<string | undefined>;
126
+ /**
127
+ * Validates and rotates a QR anti-phishing `urlUuid` (when present), then
128
+ * creates a session bound to the refreshed value. When `urlUuid` is absent,
129
+ * behaves identically to {@link createSession}.
130
+ *
131
+ * Use this when the host owns session creation and wants the SDK to handle
132
+ * phishing-resistance rotation in a single call. For raw control, compose
133
+ * `refreshQrUrlUuid` and `createSession` directly.
134
+ *
135
+ * @throws {QrValidationError} When the server rejects the QR validation step.
136
+ *
137
+ * @example
138
+ * ```ts
139
+ * const session = await bootstrapSession(apiKey, {
140
+ * configurationId,
141
+ * urlUuid,
142
+ * onUrlUuidRefreshed: (refreshed) => {
143
+ * const url = new URL(window.location.href);
144
+ * url.searchParams.set('url_uuid', refreshed);
145
+ * window.history.replaceState({}, '', url);
146
+ * },
147
+ * });
148
+ * ```
149
+ */
150
+ declare function bootstrapSession(apiKey: string, options: BootstrapSessionOptions, signal?: AbortSignal): Promise<Session>;
151
+ //#endregion
152
+ //#region src/internal/featureConfig/types.d.ts
153
+ type FeatureName = 'VIDEO_SELFIE_V2' | 'USE_CLIENT_GLARE' | 'USE_OPEN_VIDU' | 'DISABLE_IPIFY';
154
+ type FeatureConfig = {
155
+ enabled: boolean;
156
+ feature: FeatureName;
157
+ config?: number | string;
158
+ };
159
+ type Features = {
160
+ features?: FeatureConfig[];
161
+ sessionIdentifier: string;
162
+ };
163
+ //#endregion
164
+ //#region src/internal/session/sessionInitializer.d.ts
165
+ type SessionInitOptions = {
166
+ /**
167
+ * Session token returned by `createSession`. Persisted on the HTTP client
168
+ * for the rest of the session.
169
+ *
170
+ * Optional only for internal re-triggers from inside flow/workflow loaders,
171
+ * where the token was already activated by an earlier `initializeSession`
172
+ * call. When omitted the function falls back to the currently registered
173
+ * token. Application code should always pass `token` explicitly.
174
+ */
175
+ token?: string;
176
+ /** Custom hosting app name for fingerprint */
177
+ hostingApp?: string;
178
+ /** Abort signal for cancellation */
179
+ signal?: AbortSignal;
180
+ };
181
+ type SessionInitResult = {
182
+ features: Features;
183
+ disableIpify: boolean;
184
+ fingerprintSuccess: boolean;
185
+ fingerprintResult: DeviceFingerprintResult | undefined;
186
+ };
187
+ /**
188
+ * Activates a session by setting the auth token on the HTTP client and
189
+ * preloading session-scoped state.
190
+ *
191
+ * Performs:
192
+ * 1. Sets the token (and clears stale session-init cache if the token changed)
193
+ * 2. Fetches feature configuration from backend
194
+ * 3. Submits device fingerprint
195
+ * 4. Starts the analytics batcher so buffered events are flushed
196
+ *
197
+ * Results are cached per token. Calling again with the same token returns the
198
+ * cached result; calling with a different token re-initializes from scratch.
199
+ *
200
+ * @param options - Session activation options (`token` required)
201
+ * @returns Session initialization result with feature config
202
+ *
203
+ * @example
204
+ * ```ts
205
+ * await setup({ apiURL: 'https://api.incode.com' });
206
+ * const session = await createSession('api-key', options);
207
+ * const { features } = await initializeSession({ token: session.token });
208
+ *
209
+ * // Check feature flags
210
+ * if (isFeatureEnabled('DISABLE_IPIFY', features.features)) {
211
+ * // Handle disabled ipify
212
+ * }
213
+ * ```
214
+ */
215
+ declare function initializeSession(options?: SessionInitOptions): Promise<SessionInitResult>;
216
+ //#endregion
217
+ export { type BootstrapSessionOptions, type CreateSessionOptions, type FinishStatus, type GetFinishStatusFn, QR_VALIDATION_ERROR_CODES, QrValidationError, type QrValidationErrorCode, type QrValidationResult, type RefreshQrUrlUuidOptions, type Session, type SessionInitOptions, type SessionInitResult, type ValidateQrUuidOptions, bootstrapSession, createSession, getFinishStatus, initializeSession, refreshQrUrlUuid, validateQrUuid };
@@ -0,0 +1,9 @@
1
+ import "./api-CESGtpbH.esm.js";
2
+ import "./events-D6-e4vok.esm.js";
3
+ import "./endpoints-CnN3SyDa.esm.js";
4
+ import { c as QrValidationError, d as refreshQrUrlUuid, f as validateQrUuid, l as bootstrapSession, r as initializeSession, s as QR_VALIDATION_ERROR_CODES, u as createSession } from "./session-BS-d_vuE.esm.js";
5
+ import "./IpifyProvider-D7jx52AL.esm.js";
6
+ import "./browserSimulation-gxD8cSpM.esm.js";
7
+ import { t as getFinishStatus } from "./flowCompletionService-P54yzGvA.esm.js";
8
+
9
+ export { QR_VALIDATION_ERROR_CODES, QrValidationError, bootstrapSession, createSession, getFinishStatus, initializeSession, refreshQrUrlUuid, validateQrUuid };