node-nim 10.9.31 → 10.9.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-nim",
3
- "version": "10.9.31",
3
+ "version": "10.9.33",
4
4
  "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
5
5
  "main": "dist/node-nim.js",
6
6
  "bin": {
@@ -2316,6 +2316,8 @@ export interface V2NIMMessageSearchExParams {
2316
2316
  limit: number;
2317
2317
  /** 下一页的 token,用于分页查询 */
2318
2318
  pageToken?: string;
2319
+ /** 所有返回关联内容总数,为 true 时将计算搜索条件命中的所有数据总数,有性能损耗 @since v10.9.40 */
2320
+ totalCount?: boolean;
2319
2321
  }
2320
2322
  /** @brief 查询消息返回的结果项 @since v10.7.0 */
2321
2323
  export interface V2NIMMessageSearchItem {