node-nim 10.9.20-beta.6 → 10.9.20-beta.8
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v2_nim_struct_def.js","sourceRoot":"","sources":["../../ts/v2_def/v2_nim_struct_def.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"v2_nim_struct_def.js","sourceRoot":"","sources":["../../ts/v2_def/v2_nim_struct_def.ts"],"names":[],"mappings":";;AA2pBC,CAAC"}
|
package/package.json
CHANGED
|
@@ -117,6 +117,8 @@ export interface V2NIMBasicOption {
|
|
|
117
117
|
teamNotificationBadge?: boolean;
|
|
118
118
|
/** 收到撤回消息通知时是否减少指定会话的未读计数 */
|
|
119
119
|
reduceUnreadOnMessageRecall?: boolean;
|
|
120
|
+
/** 查询会话时是否仅返回会话快照信息。设置为 true 有助于加快会话查询速度,减少构建完整会话信息耗时 @since v10.9.20 */
|
|
121
|
+
conversationSnapshot?: boolean;
|
|
120
122
|
/** 云信指南针数据上报地址,为空则使用默认地址 */
|
|
121
123
|
compassDataEndpoint?: string;
|
|
122
124
|
}
|