@finos_sdk/sdk-ekyc 0.0.33 → 0.0.35

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.
@@ -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.31";
8
+ export declare const SDK_VERSION = "0.0.35";
9
9
  export declare const SDK_NAME = "@finos_sdk/sdk-ekyc";
10
10
  declare class SDKeKYC {
11
11
  private eventEmitter;
@@ -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.31';
6
+ exports.SDK_VERSION = '0.0.35';
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/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import sdkEKYC, { SDKeKYC, SDK_VERSION, SDK_NAME } from './EKYCModule';
2
- import finosEKYC, { FinosEKYCModule } from './src/modules/FinosEKYCModule';
2
+ import { FinosEKYC, FinosEKYCModule } from './src/modules/FinosEKYCModule';
3
3
  export default sdkEKYC;
4
4
  export { sdkEKYC, SDKeKYC };
5
- export { finosEKYC, FinosEKYCModule };
5
+ export { FinosEKYC, FinosEKYCModule };
6
6
  export type { NfcConfig, NFCData } from './src/types/ekycNFCType';
7
7
  export type { C06Config } from './src/types/ekycC06Type';
8
8
  export type { OcrConfig } from './src/types/ekycOCRType';
package/dist/index.js CHANGED
@@ -23,14 +23,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.SDK_NAME = exports.SDK_VERSION = exports.parseNfcResponse = exports.FinosEKYCModule = exports.finosEKYC = exports.SDKeKYC = exports.sdkEKYC = void 0;
26
+ exports.SDK_NAME = exports.SDK_VERSION = exports.parseNfcResponse = exports.FinosEKYCModule = exports.FinosEKYC = exports.SDKeKYC = exports.sdkEKYC = void 0;
27
27
  const EKYCModule_1 = __importStar(require("./EKYCModule"));
28
28
  exports.sdkEKYC = EKYCModule_1.default;
29
29
  Object.defineProperty(exports, "SDKeKYC", { enumerable: true, get: function () { return EKYCModule_1.SDKeKYC; } });
30
30
  Object.defineProperty(exports, "SDK_VERSION", { enumerable: true, get: function () { return EKYCModule_1.SDK_VERSION; } });
31
31
  Object.defineProperty(exports, "SDK_NAME", { enumerable: true, get: function () { return EKYCModule_1.SDK_NAME; } });
32
- const FinosEKYCModule_1 = __importStar(require("./src/modules/FinosEKYCModule"));
33
- exports.finosEKYC = FinosEKYCModule_1.default;
32
+ const FinosEKYCModule_1 = require("./src/modules/FinosEKYCModule");
33
+ Object.defineProperty(exports, "FinosEKYC", { enumerable: true, get: function () { return FinosEKYCModule_1.FinosEKYC; } });
34
34
  Object.defineProperty(exports, "FinosEKYCModule", { enumerable: true, get: function () { return FinosEKYCModule_1.FinosEKYCModule; } });
35
35
  // Export main SDK instance and class (legacy)
36
36
  exports.default = EKYCModule_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos_sdk/sdk-ekyc",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
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",