gst-common 1.7.28 → 1.7.29

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
@@ -1970,6 +1970,7 @@ type TChatNewConversation = {
1970
1970
  type TChatConversations = {} & BasePaginationParams;
1971
1971
  type TChatSendMessage = {
1972
1972
  conversationId: string;
1973
+ messageId: string;
1973
1974
  message: string;
1974
1975
  };
1975
1976
  type TChatMarkSeen = {
package/dist/index.d.ts CHANGED
@@ -1970,6 +1970,7 @@ type TChatNewConversation = {
1970
1970
  type TChatConversations = {} & BasePaginationParams;
1971
1971
  type TChatSendMessage = {
1972
1972
  conversationId: string;
1973
+ messageId: string;
1973
1974
  message: string;
1974
1975
  };
1975
1976
  type TChatMarkSeen = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.7.28",
3
+ "version": "1.7.29",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",