@misalon/common 1.0.18 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,12 +11,7 @@ export interface AppointmentCreatedEvent {
11
11
  duration: number;
12
12
  category: ServiceCategory;
13
13
  };
14
- user: {
15
- id: string;
16
- firstName: string;
17
- lastName: string;
18
- email: string;
19
- };
14
+ userId: string;
20
15
  date: string;
21
16
  time: string;
22
17
  status: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@misalon/common",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [