@rongcloud/engine 5.22.0-alpha.1 → 5.22.0-alpha.2
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/index.cjs +1 -1
- package/index.cjs.js +1 -1
- package/index.d.ts +1 -1
- package/index.esm.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -12085,7 +12085,7 @@ declare abstract class BasicEngine implements IIPCMethodsInEngine {
|
|
|
12085
12085
|
/**
|
|
12086
12086
|
* 通过关键字搜索所有会话
|
|
12087
12087
|
*/
|
|
12088
|
-
abstract searchConversationByContentWithAllChannel(keyword: string,
|
|
12088
|
+
abstract searchConversationByContentWithAllChannel(keyword: string, messageTypes: string[], conversationTypes: ConversationType[]): IPromiseResult<IReceivedConversation[]>;
|
|
12089
12089
|
abstract searchMessagesWithParams(params: ISearchMessageParams): Promise<RCResult<ISearchMessagesResult>>;
|
|
12090
12090
|
/**
|
|
12091
12091
|
* 获取会话下所有未读的 @ 消息
|