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

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,7 @@ export interface LiveStudioMessage {
14
14
  text?: string;
15
15
  author: string;
16
16
  receiver: string;
17
+ isUnread?: boolean;
17
18
  file?: MessengerMedia;
18
19
  }
19
20
  export interface LiveStudioConversation {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.56.1",
3
+ "version": "1.56.2",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",