@incodetech/welcome 1.85.0-20251128153111.0 → 1.85.0-20251129142933.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.
- package/dist/incode-welcome/src/create.d.ts +1 -1
- package/dist/incode-welcome/src/flow/services/flowService.d.ts +0 -2
- package/dist/incode-welcome/src/hooks/useModuleEvents.d.ts +1 -1
- package/dist/onBoarding.mjs +3724 -3562
- package/dist/onBoarding.umd.js +262 -127
- package/dist/types/src/index.d.ts +0 -1
- package/package.json +1 -1
- package/dist/incode-welcome/src/redirect/stadium.d.ts +0 -7
|
@@ -374,7 +374,7 @@ tokboxApiKey, darkMode, hostingApp, unsafeMode, customHeaders, fingerprintApiKey
|
|
|
374
374
|
readonly combinedConsent: "COMBINED_CONSENT";
|
|
375
375
|
readonly curpValidation: "CURP_VALIDATION";
|
|
376
376
|
readonly faceMatch: "FACE_MATCH";
|
|
377
|
-
readonly
|
|
377
|
+
readonly qr: "QR";
|
|
378
378
|
readonly videoSelfie: "VIDEO_ONBOARDING";
|
|
379
379
|
readonly passport: "ID";
|
|
380
380
|
readonly front: "ID";
|
|
@@ -255,12 +255,10 @@ export type FlowModuleConfig = {
|
|
|
255
255
|
FACE_ONBOARDING: EmptyConfig;
|
|
256
256
|
FIELD_COMPARISON: EmptyConfig;
|
|
257
257
|
FISCAL_QR: EmptyConfig;
|
|
258
|
-
GENERATE_QR: EmptyConfig;
|
|
259
258
|
INSTANT_VERIFY: EmptyConfig;
|
|
260
259
|
IP_ADDRESS: EmptyConfig;
|
|
261
260
|
NAME_CAPTURE: EmptyConfig;
|
|
262
261
|
SHOW_RESULTS: EmptyConfig;
|
|
263
|
-
STADIUM_SELECTOR: EmptyConfig;
|
|
264
262
|
UNIVERSAL_IDENTITY: EmptyConfig;
|
|
265
263
|
WATCHLIST: EmptyConfig;
|
|
266
264
|
TRUST_GRAPH: EmptyConfig;
|
|
@@ -5,7 +5,7 @@ export declare const eventModuleNames: {
|
|
|
5
5
|
readonly combinedConsent: "COMBINED_CONSENT";
|
|
6
6
|
readonly curpValidation: "CURP_VALIDATION";
|
|
7
7
|
readonly faceMatch: "FACE_MATCH";
|
|
8
|
-
readonly
|
|
8
|
+
readonly qr: "QR";
|
|
9
9
|
readonly videoSelfie: "VIDEO_ONBOARDING";
|
|
10
10
|
readonly passport: "ID";
|
|
11
11
|
readonly front: "ID";
|