@jealous-robot-dev/shared-types-responses 1.55.17 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,11 +12,12 @@ export interface LiveStudioMessage {
12
12
  ts: number;
13
13
  key: string;
14
14
  text?: string;
15
- member: string;
15
+ author: string;
16
+ receiver: string;
16
17
  file?: MessengerMedia;
17
18
  }
18
19
  export interface LiveStudioConversation {
19
- id: string;
20
+ receiver: string;
20
21
  index: number;
21
22
  messages: LiveStudioMessage[];
22
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.17",
3
+ "version": "1.56.0",
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
+ }