@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.
@@ -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
@@ -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",