@incodetech/welcome 1.85.0-20251128153111.0 → 1.85.0-20251128185644.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 +4 -7
- package/dist/onBoarding.umd.js +5 -5
- 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";
|
package/dist/onBoarding.mjs
CHANGED
|
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
|
|
|
8374
8374
|
);
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8377
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251128185644.0";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -150977,7 +150977,7 @@ const eventModuleNames = {
|
|
|
150977
150977
|
combinedConsent: "COMBINED_CONSENT",
|
|
150978
150978
|
curpValidation: "CURP_VALIDATION",
|
|
150979
150979
|
faceMatch: "FACE_MATCH",
|
|
150980
|
-
|
|
150980
|
+
qr: "QR",
|
|
150981
150981
|
videoSelfie: "VIDEO_ONBOARDING",
|
|
150982
150982
|
passport: "ID",
|
|
150983
150983
|
front: "ID",
|
|
@@ -196387,7 +196387,6 @@ const ErrorPage = ({
|
|
|
196387
196387
|
selfieValidateBrightness: !0,
|
|
196388
196388
|
hasFaceDeduplication: !1,
|
|
196389
196389
|
customFieldsConfig: null,
|
|
196390
|
-
isStadiumFlow: !1,
|
|
196391
196390
|
isKidsFlow: !1,
|
|
196392
196391
|
isAdultFlow: !1,
|
|
196393
196392
|
redirectOriginOnly: !1,
|
|
@@ -364803,8 +364802,6 @@ const moduleComponents = {
|
|
|
364803
364802
|
FIELD_COMPARISON: FieldComparisonModule,
|
|
364804
364803
|
SHOW_RESULTS: ShowResultsModule,
|
|
364805
364804
|
CHECKBOX_SIGNATURE: SkipModule,
|
|
364806
|
-
GENERATE_QR: SkipModule,
|
|
364807
|
-
STADIUM_SELECTOR: SkipModule,
|
|
364808
364805
|
VIDEO_ONBOARDING: VideoSelfieModule,
|
|
364809
364806
|
ID_OCR: IDOCRModule,
|
|
364810
364807
|
CUSTOM_FIELDS: CustomFieldsModule,
|
|
@@ -372768,7 +372765,7 @@ const overlayImg = "data:image/svg+xml,%3csvg%20width='229'%20height='229'%20vie
|
|
|
372768
372765
|
`, QRScanner = ({ token: Be, onSuccess: Le }) => {
|
|
372769
372766
|
const { currentStep: Ye, nextStep: tt } = useSteps();
|
|
372770
372767
|
return useModuleEvents({
|
|
372771
|
-
module: eventModuleNames.
|
|
372768
|
+
module: eventModuleNames.qr,
|
|
372772
372769
|
token: Be.token
|
|
372773
372770
|
}), /* @__PURE__ */ jsxRuntimeExports.jsxs(Steps, { currentStep: Ye, children: [
|
|
372774
372771
|
/* @__PURE__ */ jsxRuntimeExports.jsx(QRScannerTutorial, { nextStep: tt, token: Be.token }),
|
|
@@ -372777,7 +372774,7 @@ const overlayImg = "data:image/svg+xml,%3csvg%20width='229'%20height='229'%20vie
|
|
|
372777
372774
|
}, QRScannerTutorial = ({ nextStep: Be, token: Le }) => {
|
|
372778
372775
|
const { t: Ye } = useTranslation$1();
|
|
372779
372776
|
return useScreenEvents({
|
|
372780
|
-
module: eventModuleNames.
|
|
372777
|
+
module: eventModuleNames.qr,
|
|
372781
372778
|
screen: eventScreenNames.qrTutorial,
|
|
372782
372779
|
token: Le
|
|
372783
372780
|
}), /* @__PURE__ */ jsxRuntimeExports.jsxs(QrScannerTutorialContainer, { className: "IncodeQrScannerTutorialContainer", children: [
|