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

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,7 @@ export interface LiveStudioMessage {
17
17
  file?: MessengerMedia;
18
18
  }
19
19
  export interface LiveStudioConversation {
20
+ unreads: number;
20
21
  receiver: string;
21
22
  index: number;
22
23
  messages: LiveStudioMessage[];
@@ -58,6 +59,7 @@ export interface LiveStudioClientData {
58
59
  role: LiveStudioParticipRole;
59
60
  };
60
61
  messenger: {
62
+ unreads: number;
61
63
  conversations: LiveStudioConversation[];
62
64
  };
63
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
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
+ }