idmission-web-sdk 2.2.76 → 2.2.78
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/components/customer_flows/CustomerBiometricsEnrollment.d.ts +2 -0
- package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts +2 -0
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdentification.d.ts +2 -0
- package/dist/components/customer_flows/CustomerIdentification.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerVerification.d.ts +2 -0
- package/dist/components/customer_flows/CustomerVerification.d.ts.map +1 -1
- package/dist/components/customer_flows/FaceValidation.d.ts +2 -0
- package/dist/components/customer_flows/FaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts +2 -0
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/IdValidation.d.ts +2 -0
- package/dist/components/customer_flows/IdValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/VideoIdValidation.d.ts +2 -0
- package/dist/components/customer_flows/VideoIdValidation.d.ts.map +1 -1
- package/dist/components/submission/SubmissionProvider.d.ts +2 -1
- package/dist/components/submission/SubmissionProvider.d.ts.map +1 -1
- package/dist/components/submission/types.d.ts +1 -0
- package/dist/components/submission/types.d.ts.map +1 -1
- package/dist/lib/locales/de.d.ts +114 -0
- package/dist/lib/locales/de.d.ts.map +1 -0
- package/dist/lib/locales/{en/translation.d.ts → en.d.ts} +1 -1
- package/dist/lib/locales/en.d.ts.map +1 -0
- package/dist/lib/locales/{es/translation.d.ts → es.d.ts} +1 -1
- package/dist/lib/locales/es.d.ts.map +1 -0
- package/dist/lib/locales/fr.d.ts +114 -0
- package/dist/lib/locales/fr.d.ts.map +1 -0
- package/dist/lib/locales/index.d.ts +799 -1
- package/dist/lib/locales/index.d.ts.map +1 -1
- package/dist/lib/locales/it.d.ts +114 -0
- package/dist/lib/locales/it.d.ts.map +1 -0
- package/dist/lib/locales/ja.d.ts +114 -0
- package/dist/lib/locales/ja.d.ts.map +1 -0
- package/dist/lib/locales/pt.d.ts +114 -0
- package/dist/lib/locales/pt.d.ts.map +1 -0
- package/dist/lib/locales/ru.d.ts +114 -0
- package/dist/lib/locales/ru.d.ts.map +1 -0
- package/dist/lib/locales/zh.d.ts +114 -0
- package/dist/lib/locales/zh.d.ts.map +1 -0
- package/dist/sdk2.cjs.development.js +839 -9
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +839 -9
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +1025 -195
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/dist/lib/locales/en/translation.d.ts.map +0 -1
- package/dist/lib/locales/es/translation.d.ts.map +0 -1
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const webSdkVersion = "2.2.
|
|
1
|
+
export declare const webSdkVersion = "2.2.78";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.d.ts","sourceRoot":"","sources":["../../../../src/lib/locales/en/translation.ts"],"names":[],"mappings":";AAAA,wBAAiB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.d.ts","sourceRoot":"","sources":["../../../../src/lib/locales/es/translation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAoLC"}
|