gst-common 1.7.49 → 1.7.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -3105,6 +3105,7 @@ type TChatConversationsRes = {
3105
3105
  type TChatMessagesRes = {
3106
3106
  messages: (TMessageEntity & {
3107
3107
  sender: TAccountEntity;
3108
+ lastSeenByParticipants: TConversationParticipantsEntity[];
3108
3109
  })[];
3109
3110
  total: number;
3110
3111
  };
package/dist/index.d.ts CHANGED
@@ -3105,6 +3105,7 @@ type TChatConversationsRes = {
3105
3105
  type TChatMessagesRes = {
3106
3106
  messages: (TMessageEntity & {
3107
3107
  sender: TAccountEntity;
3108
+ lastSeenByParticipants: TConversationParticipantsEntity[];
3108
3109
  })[];
3109
3110
  total: number;
3110
3111
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.7.49",
3
+ "version": "1.7.51",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",