@takentrade/takentrade-libs 1.2.4 → 1.2.5

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.
@@ -2,7 +2,7 @@ export interface AddEmail {
2
2
  email: string;
3
3
  }
4
4
  export interface VerifyEmail {
5
- otp: string;
5
+ otp: number;
6
6
  otpReference: string;
7
7
  }
8
8
  export interface EditAddress {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  // export interface IOTP extends Document {
5
5
  // key: string;
6
- // otp: string;
6
+ // otp: number;
7
7
  // action: string;
8
8
  // user_agent: string;
9
9
  // ip_address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takentrade/takentrade-libs",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "TakeNTrade shared libraries",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",