@jealous-robot-dev/shared-types-responses 1.56.2 → 1.56.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ export interface LiveStudioMessage {
19
19
  }
20
20
  export interface LiveStudioConversation {
21
21
  unreads: number;
22
- receiver: string;
22
+ thread: string;
23
23
  index: number;
24
24
  messages: LiveStudioMessage[];
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.56.2",
3
+ "version": "1.56.3",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",