@tencentcloud/chat-uikit-engine
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173522
1245