@finos_sdk/sdk-ekyc 0.0.16 → 0.0.17

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.
@@ -37,7 +37,8 @@ class SDKeKYC {
37
37
  }
38
38
  // Check C06 residence verification
39
39
  async checkC06(config) {
40
- return EKYCNativeModule.checkC06(config.appKey, config.sod, config.idCardNumber, config.recentLocation, config.deviceType);
40
+ return EKYCNativeModule.checkC06(config.appKey, config.sod, config.idCardNumber, config.recentLocation, undefined // transactionId is optional
41
+ );
41
42
  }
42
43
  async startLiveness(config) {
43
44
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos_sdk/sdk-ekyc",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "SDK React Native EKYC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",