RubyGems
npm
Organizations
Log in
Sign up
npm
@hastehaul/common
Versions diffs
2.19.0 → 3.1.0
@hastehaul/common 2.19.0 → 3.1.0
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-new-updated-event.d.ts
+1
-1
package/package.json
+1
-1
package/build/events/common/interfaces/customer-events-interfaces/customer-new-updated-event.d.ts
CHANGED
Viewed
@@ -9,6 +9,6 @@ export interface CustomerNewUpdatedEvent {
9
9
userId: null | string;
10
10
phoneNumber: string;
11
11
isNew: boolean;
12
-
referalCode
?: string;
12
+
referredById
?: string;
13
13
};
14
14
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hastehaul/common",
3
-
"version": "
2
.
19
.0",
3
+
"version": "
3
.
1
.0",
4
4
"description": "",
5
5
"main": "./build/index.js",
6
6
"types": "./build/index.d.ts",