@cometchat/chat-sdk-javascript 4.0.0-beta1 → 4.0.0-beta2

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.ts CHANGED
@@ -936,6 +936,7 @@ export class CometChat {
936
936
  static TextMessage: typeof TextMessage;
937
937
  static MediaMessage: typeof MediaMessage;
938
938
  static CustomMessage: typeof CustomMessage;
939
+ static BaseMessage: typeof BaseMessage;
939
940
  static Action: typeof Action;
940
941
  static Call: typeof Call;
941
942
  static TypingIndicator: typeof TypingIndicator;
@@ -954,6 +954,7 @@ export declare class CometChat {
954
954
  static TextMessage: typeof TextMessage;
955
955
  static MediaMessage: typeof MediaMessage;
956
956
  static CustomMessage: typeof CustomMessage;
957
+ static BaseMessage: typeof BaseMessage;
957
958
  static Action: typeof Action;
958
959
  static Call: typeof Call;
959
960
  static TypingIndicator: typeof TypingIndicator;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-sdk-javascript",
3
- "version": "4.0.0-beta1",
3
+ "version": "4.0.0-beta2",
4
4
  "description": "",
5
5
  "main": "dist/CometChat.js",
6
6
  "module": "dist/CometChat.js",