@incodetech/welcome 1.85.0-rc.20251121173020 → 1.85.0-rc.20251121230928
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/onBoarding.mjs +8 -8
- package/dist/onBoarding.umd.js +5 -5
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
|
|
|
8374
8374
|
);
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$
|
|
8377
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$5 = "1.85.0-rc.20251121230928";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -9138,7 +9138,7 @@ async function getFingerprint(Be = !1) {
|
|
|
9138
9138
|
}
|
|
9139
9139
|
class MetadataUtils {
|
|
9140
9140
|
async initializeMetadata(Le, Ye = !1) {
|
|
9141
|
-
MlWasmJSApi$1.setSdkPlatform("WEBAPP"), MlWasmJSApi$1.setSdkVersion(Le || version$
|
|
9141
|
+
MlWasmJSApi$1.setSdkPlatform("WEBAPP"), MlWasmJSApi$1.setSdkVersion(Le || version$5);
|
|
9142
9142
|
const { os: tt, device: nt } = getUAParserResults(), ft = await getFingerprint(Ye).catch((At) => null), ht = {
|
|
9143
9143
|
kind: mobile.isDesktop() ? "desktop" : "mobile",
|
|
9144
9144
|
model: `${nt.vendor || ""} ${nt.model || ""}`.trim(),
|
|
@@ -12900,7 +12900,7 @@ languageDetector.addDetector({
|
|
|
12900
12900
|
return supportedLngs.includes(Be) ? Be : Be.split("-")[0];
|
|
12901
12901
|
}
|
|
12902
12902
|
});
|
|
12903
|
-
const loadPath =
|
|
12903
|
+
const version$4 = 27, apiKey = "cg41dUINoxdp8BaHDQLJhA", loadPath = `https://cdn.i18nexus.com/versions/${version$4}/translations/{{lng}}/{{ns}}.json?api_key=${apiKey}`;
|
|
12904
12904
|
function createI18n({
|
|
12905
12905
|
ns: Be = ["default"],
|
|
12906
12906
|
...Le
|
|
@@ -179830,9 +179830,9 @@ class FaceFlowManager extends AbstractFlowManager {
|
|
|
179830
179830
|
if (Le)
|
|
179831
179831
|
return {
|
|
179832
179832
|
showTutorial: Le.showTutorial,
|
|
179833
|
-
selfieCaptureAttempts: Le.captureAttempts ?? Le.numberOfAttempts,
|
|
179833
|
+
selfieCaptureAttempts: Le.captureAttempts ?? Le.numberOfAttempts ?? 3,
|
|
179834
179834
|
timeout: Le.autoCaptureTimeout * 1e3,
|
|
179835
|
-
numberOfTries: Le.captureAttempts ?? Le.numberOfAttempts,
|
|
179835
|
+
numberOfTries: Le.captureAttempts ?? Le.numberOfAttempts ?? 3,
|
|
179836
179836
|
maskCheckEnabled: Le.maskCheckEnabled ?? Le.validateFaceMask,
|
|
179837
179837
|
lensesCheckEnabled: Le.lensesCheckEnabled ?? Le.validateLenses,
|
|
179838
179838
|
hatCheckEnabled: Le.hatCheckEnabled ?? Le.validateHeadCover,
|
|
@@ -179869,10 +179869,10 @@ class FaceFlowManager extends AbstractFlowManager {
|
|
|
179869
179869
|
assistedOnboarding: Le.assistedOnboarding,
|
|
179870
179870
|
showTutorial: Le.showTutorial,
|
|
179871
179871
|
mergeSessionRecordings: !1,
|
|
179872
|
-
selfieCaptureAttempts: Le.captureAttempts,
|
|
179872
|
+
selfieCaptureAttempts: Le.captureAttempts ?? Le.numberOfAttempts ?? 3,
|
|
179873
179873
|
timeout: Le.autoCaptureTimeout * 1e3,
|
|
179874
179874
|
ageAssurance: Le.ageAssurance,
|
|
179875
|
-
numberOfTries: Le.captureAttempts,
|
|
179875
|
+
numberOfTries: Le.captureAttempts ?? Le.numberOfAttempts ?? 3,
|
|
179876
179876
|
maskCheckEnabled: Le.maskCheckEnabled,
|
|
179877
179877
|
lensesCheckEnabled: Le.lensesCheckEnabled,
|
|
179878
179878
|
hatCheckEnabled: Le.hatCheckEnabled,
|
|
@@ -283700,7 +283700,7 @@ async function sendFingerprint({
|
|
|
283700
283700
|
browser: mobile.isWebview() ? "webview" : `${At.name} ${At.version}`,
|
|
283701
283701
|
hasLiedBrowser: isBrowserSimulation(),
|
|
283702
283702
|
hostingApp: options.hostingApp,
|
|
283703
|
-
sdkVersion: Le || version$
|
|
283703
|
+
sdkVersion: Le || version$5
|
|
283704
283704
|
}).then((yt) => (emptyDeviceStatsQueue(Be), yt));
|
|
283705
283705
|
}
|
|
283706
283706
|
async function qrValidateByUUID({
|