@rongcloud/engine 5.30.0 → 5.30.1-enterprise-alpha.1
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 +2 -2
- package/index.esm.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -11514,7 +11514,7 @@ declare type ReadReceiptUsersResult = {
|
|
|
11514
11514
|
/** 消息已读回执信息 */
|
|
11515
11515
|
interface ReadReceiptInfoV5 {
|
|
11516
11516
|
/** 会话信息 */
|
|
11517
|
-
identifier:
|
|
11517
|
+
identifier: IConversationIdentifier;
|
|
11518
11518
|
/** 消息唯一 ID */
|
|
11519
11519
|
messageUId: string;
|
|
11520
11520
|
/** 未读人数 */
|
|
@@ -11531,7 +11531,7 @@ interface ReadReceiptResponseV5 extends ReadReceiptInfoV5 {
|
|
|
11531
11531
|
}
|
|
11532
11532
|
interface IMessageIdentifier {
|
|
11533
11533
|
/** 会话信息 */
|
|
11534
|
-
identifier:
|
|
11534
|
+
identifier: IConversationIdentifier;
|
|
11535
11535
|
/** 消息唯一 ID */
|
|
11536
11536
|
messageUId: string;
|
|
11537
11537
|
}
|