RubyGems
npm
Organizations
Log in
Sign up
npm
@misalon/common
Versions diffs
1.0.7 → 1.0.9
@misalon/common 1.0.7 → 1.0.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/build/events/salon-service-created-event.d.ts
+1
-0
package/build/events/salon-service-updated-event.d.ts
+2
-0
package/package.json
+1
-1
package/build/events/salon-service-created-event.d.ts
CHANGED
Viewed
@@ -11,6 +11,7 @@ export interface SalonServiceCreatedEvent {
11
11
description?: string;
12
12
isActive: boolean;
13
13
userId: string;
14
+
version: number;
14
15
createdAt: string;
15
16
updatedAt: string;
16
17
};
package/build/events/salon-service-updated-event.d.ts
CHANGED
Viewed
@@ -11,6 +11,8 @@ export interface SalonServiceUpdatedEvent {
11
11
description?: string;
12
12
isActive: boolean;
13
13
userId: string;
14
+
version: number;
15
+
appointmentId?: string;
14
16
updatedAt: string;
15
17
};
16
18
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@misalon/common",
3
-
"version": "1.0.
7
",
3
+
"version": "1.0.
9
",
4
4
"main": "./build/index.js",
5
5
"types": "./build/index.d.ts",
6
6
"files": [