@hastehaul/common 2.0.7 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,5 +31,7 @@ export interface CustomerOtpRequestEvent {
31
31
  phoneNumber: string;
32
32
  phoneUniqueId: string;
33
33
  hashedOtp: string;
34
+ otp: string;
35
+ deviceType: string;
34
36
  };
35
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",