gst-common 1.7.65 → 1.7.66

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
@@ -2030,6 +2030,8 @@ type TChatSendMessage = {
2030
2030
  conversationId: string;
2031
2031
  messageId: string;
2032
2032
  message: string;
2033
+ type: MESSAGE_TYPE;
2034
+ body?: any;
2033
2035
  };
2034
2036
  type TChatMarkSeen = {
2035
2037
  messageId: string;
package/dist/index.d.ts CHANGED
@@ -2030,6 +2030,8 @@ type TChatSendMessage = {
2030
2030
  conversationId: string;
2031
2031
  messageId: string;
2032
2032
  message: string;
2033
+ type: MESSAGE_TYPE;
2034
+ body?: any;
2033
2035
  };
2034
2036
  type TChatMarkSeen = {
2035
2037
  messageId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.7.65",
3
+ "version": "1.7.66",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",