@finos_sdk/sdk-ekyc 0.0.40 → 0.0.41
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/EKYCModule.d.ts +1 -1
- package/dist/EKYCModule.js +1 -1
- package/package.json +1 -1
package/dist/EKYCModule.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { C06Config } from './src/types/ekycC06Type';
|
|
|
5
5
|
import { OcrConfig } from './src/types/ekycOCRType';
|
|
6
6
|
import { LivenessConfig } from './src/types/ekycLivenessType';
|
|
7
7
|
import { FaceServiceConfig } from './src/types/ekycFaceType';
|
|
8
|
-
export declare const SDK_VERSION = "0.0.
|
|
8
|
+
export declare const SDK_VERSION = "0.0.40";
|
|
9
9
|
export declare const SDK_NAME = "@finos_sdk/sdk-ekyc";
|
|
10
10
|
declare class SDKeKYC {
|
|
11
11
|
private eventEmitter;
|
package/dist/EKYCModule.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.SDKeKYC = exports.SDK_NAME = exports.SDK_VERSION = void 0;
|
|
4
4
|
const react_native_1 = require("react-native");
|
|
5
5
|
// Version information
|
|
6
|
-
exports.SDK_VERSION = '0.0.
|
|
6
|
+
exports.SDK_VERSION = '0.0.40';
|
|
7
7
|
exports.SDK_NAME = '@finos_sdk/sdk-ekyc';
|
|
8
8
|
const EKYCNativeModule = react_native_1.NativeModules.EKYCModule;
|
|
9
9
|
// Validate that the module is available
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos_sdk/sdk-ekyc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
4
4
|
"description": "React Native SDK for eKYC (electronic Know Your Customer) - Vietnamese CCCD NFC reading, OCR, Liveness detection, Face matching, and C06 residence verification",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|