node-nim 10.9.76 → 10.9.80-beta.13
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":";;AAsNC,CAAC;AAoeD,CAAC;
|
|
1
|
+
{"version":3,"file":"v2_nim_struct_def.js","sourceRoot":"","sources":["../../ts/v2_def/v2_nim_struct_def.ts"],"names":[],"mappings":";;AAsNC,CAAC;AAoeD,CAAC;AAq9BD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1049,6 +1049,8 @@ export interface V2NIMLoginOption {
|
|
|
1049
1049
|
syncLevel?: V2NIMDataSyncLevel;
|
|
1050
1050
|
/** 登录路由(抄送)配置 @since v10.9.30 */
|
|
1051
1051
|
routeConfig?: V2NIMRouteConfig;
|
|
1052
|
+
/** 是否为 AI Bot 登录, 0: 否, 1: 是 */
|
|
1053
|
+
aiBot?: number;
|
|
1052
1054
|
}
|
|
1053
1055
|
export interface V2NIMLoginClient {
|
|
1054
1056
|
/** 客户端类型 */
|