@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/CometChat.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/type/lib/CometChat.d.ts +1 -0
- package/package.json +1 -1
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;
|