@jealous-robot-dev/shared-types-responses 1.53.2 → 1.53.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,10 +3,10 @@ export interface BookedEventPayload {
3
3
  id: string;
4
4
  pic: string;
5
5
  name: string;
6
+ langs: string[];
6
7
  reviews: number;
7
8
  raiting: number;
8
9
  duration: number;
9
- language: string;
10
10
  type: EventTypes;
11
11
  starts_at: number;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.53.2",
3
+ "version": "1.53.4",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -27,4 +27,4 @@
27
27
  "@jealous-robot-dev/drophr-common": "^1.16.1",
28
28
  "@jealous-robot-dev/shared-phrases": "^1.15.4"
29
29
  }
30
- }
30
+ }