@misalon/common 1.0.17 → 1.0.18

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