node-nim 10.9.14 → 10.9.15

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":";;AAqMC,CAAC;AAgeD,CAAC;AAu4BD,CAAC"}
1
+ {"version":3,"file":"v2_nim_struct_def.js","sourceRoot":"","sources":["../../ts/v2_def/v2_nim_struct_def.ts"],"names":[],"mappings":";;AAqMC,CAAC;AA8dD,CAAC;AAy4BD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-nim",
3
- "version": "10.9.14",
3
+ "version": "10.9.15",
4
4
  "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
5
5
  "main": "dist/node-nim.js",
6
6
  "bin": {
@@ -142,8 +142,6 @@ export interface V2NIMInitOption {
142
142
  databaseOption?: V2NIMDatabaseOption;
143
143
  /** 融合存储配置 */
144
144
  fcsOption?: V2NIMFCSOption;
145
- /** 登录路由(抄送)配置 */
146
- routeConfig?: V2NIMRouteConfig;
147
145
  /** 私有化配置 */
148
146
  privateServerOption?: V2NIMPrivateServerOption;
149
147
  }
@@ -1022,6 +1020,8 @@ export interface V2NIMLoginOption {
1022
1020
  loginExtensionProvider?: V2NIMLoginExtensionProvider;
1023
1021
  /** 数据同步等级 */
1024
1022
  syncLevel?: V2NIMDataSyncDetail;
1023
+ /** 登录路由(抄送)配置 @since v10.9.30 */
1024
+ routeConfig?: V2NIMRouteConfig;
1025
1025
  }
1026
1026
  export interface V2NIMLoginClient {
1027
1027
  /** 客户端类型 */
@@ -1569,6 +1569,8 @@ export interface V2NIMChatroomLoginOption {
1569
1569
  tokenProvider?: V2NIMChatroomTokenProvider;
1570
1570
  /** 登陆扩展回调 */
1571
1571
  loginExtensionProvider?: V2NIMChatroomLoginExtensionProvider;
1572
+ /** 登录路由(抄送)配置 */
1573
+ routeConfig?: V2NIMRouteConfig;
1572
1574
  }
1573
1575
  export interface V2NIMChatroomTagConfig {
1574
1576
  /** 登陆标签 */