@rongcloud/engine 5.20.2-enterprise-alpha.7 → 5.20.2-enterprise-alpha.9

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.d.ts CHANGED
@@ -11336,7 +11336,7 @@ declare abstract class BasicEngine implements IIPCMethodsInEngine {
11336
11336
  /**
11337
11337
  * 通过关键字搜索所有会话
11338
11338
  */
11339
- abstract searchConversationByContentWithAllChannel(keyword: string, customMessageTypes: string[], conversationTypes?: ConversationType[]): IPromiseResult<IReceivedConversation[]>;
11339
+ abstract searchConversationByContentWithAllChannel(keyword: string, messageTypes: string[], conversationTypes: ConversationType[]): IPromiseResult<IReceivedConversation[]>;
11340
11340
  abstract searchMessagesWithParams(params: ISearchMessageParams): Promise<RCResult<ISearchMessagesResult>>;
11341
11341
  /**
11342
11342
  * 获取会话下所有未读的 @ 消息