@vpdev2/metakyc 1.0.35 → 1.0.37
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/types/applicant.d.ts +2 -0
- package/dist/types/applicant.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -306,7 +306,7 @@ class Li {
|
|
|
306
306
|
return (await this.httpClient.post(
|
|
307
307
|
"Applicant",
|
|
308
308
|
"ApplicantRegistrationRequest",
|
|
309
|
-
t
|
|
309
|
+
{ ...t, creationType: "WebSDK", webSdk: !0 }
|
|
310
310
|
)).result;
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
@@ -316,7 +316,7 @@ class Li {
|
|
|
316
316
|
return (await this.httpClient.post(
|
|
317
317
|
"Applicant",
|
|
318
318
|
"ApplicantCompanyRegistrationRequest",
|
|
319
|
-
t
|
|
319
|
+
{ ...t, creationType: "WebSDK", webSdk: !0 }
|
|
320
320
|
)).result;
|
|
321
321
|
}
|
|
322
322
|
/**
|
|
@@ -6743,7 +6743,7 @@ function pe(e, t) {
|
|
|
6743
6743
|
const a = wr.exec(r);
|
|
6744
6744
|
return a ? t(a[1]) : e;
|
|
6745
6745
|
}
|
|
6746
|
-
const ti = "1.0.
|
|
6746
|
+
const ti = "1.0.37", ii = Xt(null), qt = `metakyc-translations-${ti}-`, Sr = ({
|
|
6747
6747
|
locale: e,
|
|
6748
6748
|
fetchTranslations: t,
|
|
6749
6749
|
children: r
|