RubyGems
npm
Organizations
Log in
Sign up
npm
@hastehaul/common
Versions diffs
2.0.6 → 2.0.8
@hastehaul/common 2.0.6 → 2.0.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/build/events/common/interfaces/customer-events-interfaces/customer-otp-request-event.d.ts
+1
-0
package/package.json
+1
-1
package/build/events/common/interfaces/customer-events-interfaces/customer-otp-request-event.d.ts
CHANGED
Viewed
@@ -31,5 +31,6 @@ export interface CustomerOtpRequestEvent {
31
31
phoneNumber: string;
32
32
phoneUniqueId: string;
33
33
hashedOtp: string;
34
+
otp: string;
34
35
};
35
36
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hastehaul/common",
3
-
"version": "2.0.
6
",
3
+
"version": "2.0.
8
",
4
4
"description": "",
5
5
"main": "./build/index.js",
6
6
"types": "./build/index.d.ts",