Socket
Socket
Sign inDemoInstall

@tencentcloud/chat-uikit-engine

Package Overview
Dependencies
Maintainers
9
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tencentcloud/chat-uikit-engine - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

index.d.ts

@@ -503,2 +503,3 @@ import TencentCloudChat, { Conversation, Message } from '@tencentcloud/chat';

declare enum StoreName {
APP = "application",
CONV = "conversation",

@@ -560,2 +561,3 @@ CHAT = "chat",

private onSDKNotReady;
private checkCommercialAbility;
}

@@ -596,3 +598,3 @@

sendMergerMessage(message: SendMessageParams, sendMessageOptions?: SendMessageOptions): Promise<any>;
sendForwardMessage(conversationList: Array<Conversation | IConversationModel>, messageList: Array<Message | IMessageModel>, sendMessageOptions?: SendMessageOptions): Promise<any>;
sendForwardMessage(conversationList: Array<Conversation | IConversationModel>, messageList: Array<Message | IMessageModel>, sendForwardMessageOptions?: SendForwardMessageOptions): Promise<any>;
revokeMessage(message: Message): Promise<any>;

@@ -599,0 +601,0 @@ resendMessage(message: Message): Promise<any>;

{
"name": "@tencentcloud/chat-uikit-engine",
"version": "0.1.4",
"version": "0.1.5",
"description": "Tencent Cloud TUIChatEngine SDK for Chat TUIKit",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc