Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tencentcloud/chat-uikit-engine

Package Overview
Dependencies
Maintainers
9
Versions
43
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.2 to 0.1.3

14

index.d.ts

@@ -1,2 +0,2 @@

import TencentCloudChat, { Message, Conversation } from '@tencentcloud/chat';
import TencentCloudChat, { Conversation, Message } from '@tencentcloud/chat';

@@ -36,4 +36,7 @@ interface IEventCenter {

conversationGroupList: Array<any>;
draftText: string;
isMuted: boolean;
operationType: number;
_conversation: any;
updateProperties(options: Conversation): void;
getConversation(): any;

@@ -155,4 +158,4 @@ deleteConversation(): Promise<any>;

getMessageReaction(): Object | undefined;
getSignalingInfo(): Object | null;
getMessageContent(): Object;
getSignalingInfo(): Record<string, any> | null;
getMessageContent(): Record<string, any>;
}

@@ -255,3 +258,3 @@

timePeriod?: number;
cursor?: number;
cursor?: string;
}

@@ -469,2 +472,3 @@ interface ForwardMessageParams {

isOfficial: boolean;
[key: string]: any;
initOfficial(SDKAppID: number): void;

@@ -477,3 +481,3 @@ getPlatform(): string;

useI18n(language?: string): void;
t(key: string): string | undefined;
t(key: string): string;
}

@@ -480,0 +484,0 @@

{
"name": "@tencentcloud/chat-uikit-engine",
"version": "0.1.2",
"version": "0.1.3",
"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