node-nim 9.14.3 → 10.2.0
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/README.md +7 -1
- package/dist/loader.js +35 -35
- package/dist/nim/client.js +184 -184
- package/dist/nim/client.js.map +1 -1
- package/dist/nim/data_sync.js +19 -19
- package/dist/nim/friend.js +150 -150
- package/dist/nim/global.js +131 -131
- package/dist/nim/msglog.js +687 -687
- package/dist/nim/nos.js +216 -180
- package/dist/nim/nos.js.map +1 -1
- package/dist/nim/online_session.js +85 -85
- package/dist/nim/pass_through_proxy.js +39 -39
- package/dist/nim/plugin.js +65 -65
- package/dist/nim/session.js +392 -392
- package/dist/nim/subscribe_event.js +142 -142
- package/dist/nim/super_team.js +592 -615
- package/dist/nim/super_team.js.map +1 -1
- package/dist/nim/sysmsg.js +194 -194
- package/dist/nim/talk.js +209 -209
- package/dist/nim/talk.js.map +1 -1
- package/dist/nim/talkex.js +191 -191
- package/dist/nim/team.js +818 -830
- package/dist/nim/team.js.map +1 -1
- package/dist/nim/tool.js +119 -119
- package/dist/nim/user.js +201 -201
- package/dist/nim_def/client_def.js +245 -245
- package/dist/nim_def/client_def.js.map +1 -1
- package/dist/nim_def/data_sync_def.js +20 -20
- package/dist/nim_def/doc_trans_def.js +16 -16
- package/dist/nim_def/friend_def.js +37 -37
- package/dist/nim_def/global_def.js +39 -39
- package/dist/nim_def/msglog_def.js +148 -148
- package/dist/nim_def/nos_def.js +16 -16
- package/dist/nim_def/online_session_def.js +2 -2
- package/dist/nim_def/pass_through_proxy_def.js +10 -10
- package/dist/nim_def/plugin_def.js +2 -2
- package/dist/nim_def/session_def.js +26 -26
- package/dist/nim_def/subscribe_event_def.js +52 -52
- package/dist/nim_def/super_team_def.js +64 -71
- package/dist/nim_def/super_team_def.js.map +1 -1
- package/dist/nim_def/sysmsg_def.js +28 -28
- package/dist/nim_def/talk_def.js +2 -2
- package/dist/nim_def/talkex_def.js +2 -2
- package/dist/nim_def/team_def.js +69 -76
- package/dist/nim_def/team_def.js.map +1 -1
- package/dist/nim_def/tool_def.js +11 -11
- package/dist/nim_def/user_def.js +22 -22
- package/dist/node-nim.js +171 -171
- package/dist/node-nim.js.map +1 -1
- package/dist/qchat/attachment.js +63 -63
- package/dist/qchat/channel.js +314 -314
- package/dist/qchat/channel_category.js +187 -187
- package/dist/qchat/instance.js +77 -77
- package/dist/qchat/message.js +285 -285
- package/dist/qchat/role.js +423 -423
- package/dist/qchat/server.js +453 -453
- package/dist/qchat/system_notification.js +74 -74
- package/dist/qchat_def/attachment_def.js +2 -2
- package/dist/qchat_def/channel_def.js +2 -2
- package/dist/qchat_def/instance_def.js +2 -2
- package/dist/qchat_def/message_def.js +2 -2
- package/dist/qchat_def/public_def.js +649 -649
- package/dist/qchat_def/public_def.js.map +1 -1
- package/dist/qchat_def/role_def.js +2 -2
- package/dist/qchat_def/server_def.js +2 -2
- package/dist/qchat_def/system_notification_def.js +2 -2
- package/dist/v2/v2_nim_chatroom_client.js +135 -0
- package/dist/v2/v2_nim_chatroom_client.js.map +1 -0
- package/dist/v2/v2_nim_chatroom_service.js +244 -0
- package/dist/v2/v2_nim_chatroom_service.js.map +1 -0
- package/dist/v2/v2_nim_client.js +138 -0
- package/dist/v2/v2_nim_client.js.map +1 -0
- package/dist/v2/v2_nim_conversation_group_service.js +116 -0
- package/dist/v2/v2_nim_conversation_group_service.js.map +1 -0
- package/dist/v2/v2_nim_conversation_service.js +236 -0
- package/dist/v2/v2_nim_conversation_service.js.map +1 -0
- package/dist/v2/v2_nim_friend_service.js +128 -0
- package/dist/v2/v2_nim_friend_service.js.map +1 -0
- package/dist/v2/v2_nim_login_service.js +119 -123
- package/dist/v2/v2_nim_login_service.js.map +1 -1
- package/dist/v2/v2_nim_message_service.js +382 -0
- package/dist/v2/v2_nim_message_service.js.map +1 -0
- package/dist/v2/v2_nim_notification_service.js +30 -0
- package/dist/v2/v2_nim_notification_service.js.map +1 -0
- package/dist/v2/v2_nim_setting_service.js +86 -0
- package/dist/v2/v2_nim_setting_service.js.map +1 -0
- package/dist/v2/v2_nim_storage_service.js +58 -0
- package/dist/v2/v2_nim_storage_service.js.map +1 -0
- package/dist/v2/v2_nim_team_service.js +360 -0
- package/dist/v2/v2_nim_team_service.js.map +1 -0
- package/dist/v2/v2_nim_user_service.js +76 -0
- package/dist/v2/v2_nim_user_service.js.map +1 -0
- package/dist/v2/v2_nim_utilities.js +276 -0
- package/dist/v2/v2_nim_utilities.js.map +1 -0
- package/dist/v2_def/v2_nim_callback_def.js +2 -2
- package/dist/v2_def/v2_nim_enum_def.js +1087 -325
- package/dist/v2_def/v2_nim_enum_def.js.map +1 -1
- package/dist/v2_def/v2_nim_struct_def.js +2 -2
- package/package.json +1 -1
- package/script/download-sdk.js +2 -2
- package/script/publish-to-netease-npm.js +3 -2
- package/types/loader.d.ts +2 -2
- package/types/nim/client.d.ts +123 -123
- package/types/nim/data_sync.d.ts +12 -12
- package/types/nim/friend.d.ts +82 -82
- package/types/nim/global.d.ts +69 -69
- package/types/nim/msglog.d.ts +392 -392
- package/types/nim/nos.d.ts +118 -118
- package/types/nim/online_session.d.ts +44 -44
- package/types/nim/pass_through_proxy.d.ts +24 -24
- package/types/nim/plugin.d.ts +39 -39
- package/types/nim/session.d.ts +212 -212
- package/types/nim/subscribe_event.d.ts +87 -87
- package/types/nim/super_team.d.ts +331 -342
- package/types/nim/sysmsg.d.ts +105 -105
- package/types/nim/talk.d.ts +94 -94
- package/types/nim/talkex.d.ts +95 -95
- package/types/nim/team.d.ts +461 -467
- package/types/nim/tool.d.ts +77 -77
- package/types/nim/user.d.ts +111 -111
- package/types/nim_def/client_def.d.ts +284 -284
- package/types/nim_def/data_sync_def.d.ts +19 -19
- package/types/nim_def/doc_trans_def.d.ts +11 -11
- package/types/nim_def/friend_def.d.ts +65 -65
- package/types/nim_def/global_def.d.ts +62 -62
- package/types/nim_def/msglog_def.d.ts +373 -373
- package/types/nim_def/nos_def.d.ts +72 -72
- package/types/nim_def/online_session_def.d.ts +34 -34
- package/types/nim_def/pass_through_proxy_def.d.ts +13 -13
- package/types/nim_def/plugin_def.d.ts +8 -8
- package/types/nim_def/session_def.d.ts +114 -114
- package/types/nim_def/subscribe_event_def.d.ts +83 -83
- package/types/nim_def/super_team_def.d.ts +144 -163
- package/types/nim_def/sysmsg_def.d.ts +70 -70
- package/types/nim_def/talk_def.d.ts +96 -96
- package/types/nim_def/talkex_def.d.ts +112 -112
- package/types/nim_def/team_def.d.ts +167 -184
- package/types/nim_def/tool_def.d.ts +28 -28
- package/types/nim_def/user_def.d.ts +59 -59
- package/types/node-nim.d.ts +90 -93
- package/types/qchat/attachment.d.ts +40 -40
- package/types/qchat/channel.d.ts +139 -139
- package/types/qchat/channel_category.d.ts +82 -82
- package/types/qchat/instance.d.ts +46 -46
- package/types/qchat/message.d.ts +128 -128
- package/types/qchat/role.d.ts +166 -166
- package/types/qchat/server.d.ts +198 -198
- package/types/qchat/system_notification.d.ts +39 -39
- package/types/qchat_def/attachment_def.d.ts +71 -71
- package/types/qchat_def/channel_def.d.ts +643 -643
- package/types/qchat_def/instance_def.d.ts +214 -214
- package/types/qchat_def/message_def.d.ts +565 -565
- package/types/qchat_def/public_def.d.ts +754 -754
- package/types/qchat_def/role_def.d.ts +413 -413
- package/types/qchat_def/server_def.d.ts +529 -529
- package/types/qchat_def/system_notification_def.d.ts +172 -172
- package/types/v2/v2_nim_chatroom_client.d.ts +73 -0
- package/types/v2/v2_nim_chatroom_service.d.ts +114 -0
- package/types/v2/v2_nim_client.d.ts +75 -0
- package/types/v2/v2_nim_conversation_group_service.d.ts +54 -0
- package/types/v2/v2_nim_conversation_service.d.ts +110 -0
- package/types/v2/v2_nim_friend_service.d.ts +58 -0
- package/types/v2/v2_nim_login_service.d.ts +80 -96
- package/types/v2/v2_nim_message_service.d.ts +143 -0
- package/types/v2/v2_nim_notification_service.d.ts +18 -0
- package/types/v2/v2_nim_setting_service.d.ts +43 -0
- package/types/v2/v2_nim_storage_service.d.ts +28 -0
- package/types/v2/v2_nim_team_service.d.ts +184 -0
- package/types/v2/v2_nim_user_service.d.ts +34 -0
- package/types/v2/v2_nim_utilities.d.ts +168 -0
- package/types/v2_def/v2_nim_callback_def.d.ts +7 -20
- package/types/v2_def/v2_nim_enum_def.d.ts +1009 -300
- package/types/v2_def/v2_nim_struct_def.d.ts +1539 -338
- package/dist/chatroom/chatroom.js +0 -263
- package/dist/chatroom/chatroom.js.map +0 -1
- package/dist/chatroom_def/chatroom_def.js +0 -120
- package/dist/chatroom_def/chatroom_def.js.map +0 -1
- package/dist/v2/v2_nim_instance.js +0 -44
- package/dist/v2/v2_nim_instance.js.map +0 -1
- package/types/chatroom/chatroom.d.ts +0 -55
- package/types/chatroom_def/chatroom_def.d.ts +0 -448
- package/types/v2/v2_nim_instance.d.ts +0 -25
package/types/nim/global.d.ts
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
import { EventEmitter } from 'eventemitter3';
|
|
2
|
-
import { CachedFileInfo, DeleteCachedFileCallback, DetectProxyCallback, ExceptionCallback, GetCachedFileInfoCallback, NIMCachedFileType, NIMGlobalAPI, NIMProxyDetectStep, NIMProxyType, NIMSDKException, SDKDBErrorInfo, SDKFeedbackCallback, UploadSDKLogCallback } from '../nim_def/global_def';
|
|
3
|
-
import { NIMResCode } from '../nim_def/client_def';
|
|
4
|
-
export declare interface NIMGlobalEvents {
|
|
5
|
-
/** SDK DB操作出错 */
|
|
6
|
-
dbError: [SDKDBErrorInfo];
|
|
7
|
-
}
|
|
8
|
-
export declare class NIMGlobal extends EventEmitter<NIMGlobalEvents> {
|
|
9
|
-
global: NIMGlobalAPI;
|
|
10
|
-
constructor();
|
|
11
|
-
/** 注册全局回调 */
|
|
12
|
-
initEventHandlers(): void;
|
|
13
|
-
/** 注册输出系统环境异常的回调
|
|
14
|
-
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
15
|
-
* @param cb
|
|
16
|
-
* @return void 无返回值
|
|
17
|
-
*/
|
|
18
|
-
setExceptionReportCallback(jsonExtension: string, cb: ExceptionCallback | null): Promise<[NIMSDKException, string]>;
|
|
19
|
-
/** 设置SDK统一的网络代理。不需要代理时,type设置为kNIMProxyNone,其余参数都传空字符串(端口设为0)。有些代理不需要用户名和密码,相应参数也传空字符串。
|
|
20
|
-
* @param type 代理类型,见NIMProxyType定义
|
|
21
|
-
* @param host 代理地址
|
|
22
|
-
* @param port 代理端口
|
|
23
|
-
* @param user 代理用户名
|
|
24
|
-
* @param password 代理密码
|
|
25
|
-
* @return void 无返回值
|
|
26
|
-
*/
|
|
27
|
-
setProxy(type: NIMProxyType, host: string, port: number, user: string, password: string): void;
|
|
28
|
-
/** 测试代理
|
|
29
|
-
* @param type 代理类型,见NIMProxyType定义
|
|
30
|
-
* @param host 代理地址
|
|
31
|
-
* @param port 代理端口
|
|
32
|
-
* @param user 代理用户名
|
|
33
|
-
* @param password 代理密码
|
|
34
|
-
* @param cb 回调函数
|
|
35
|
-
* @return void 无返回值
|
|
36
|
-
*/
|
|
37
|
-
detectProxy(type: NIMProxyType, host: string, port: number, user: string, password: string, cb: DetectProxyCallback | null): Promise<[boolean, NIMProxyDetectStep, string]>;
|
|
38
|
-
/** 获取sdk缓存文件信息
|
|
39
|
-
* @param loginId 查询的账号ID
|
|
40
|
-
* @param fileType 文件类型,常量定义见NIMCachedFileType
|
|
41
|
-
* @param endTimestamp 查询时间截止点(查询全部填0)
|
|
42
|
-
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
43
|
-
* @param cb
|
|
44
|
-
* @return void 无返回值
|
|
45
|
-
*/
|
|
46
|
-
getSDKCachedFileInfoAsync(loginId: string, fileType: NIMCachedFileType, endTimestamp: number, jsonExtension: string, cb: GetCachedFileInfoCallback | null): Promise<[NIMResCode, CachedFileInfo]>;
|
|
47
|
-
/** 删除sdk缓存文件
|
|
48
|
-
* @param loginId 查询的账号ID
|
|
49
|
-
* @param fileType 文件类型,常量定义见NIMCachedFileType
|
|
50
|
-
* @param endTimestamp 删除时间截止点(查询全部填0)
|
|
51
|
-
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
52
|
-
* @param cb
|
|
53
|
-
* @return void 无返回值
|
|
54
|
-
*/
|
|
55
|
-
deleteSDKCachedFileAsync(loginId: string, fileType: NIMCachedFileType, endTimestamp: number, jsonExtension: string, cb: DeleteCachedFileCallback | null): Promise<[NIMResCode]>;
|
|
56
|
-
/** SDK 反馈
|
|
57
|
-
* @param url 开发者需将所需要反馈的文件(dump,应用日志等)上传至nos。
|
|
58
|
-
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
59
|
-
* @param cb
|
|
60
|
-
* @return void 无返回值
|
|
61
|
-
*/
|
|
62
|
-
sdkFeedbackAsync(url: string, jsonExtension: string, cb: SDKFeedbackCallback | null): Promise<[NIMResCode]>;
|
|
63
|
-
/** 上传SDK日志到服务器
|
|
64
|
-
* @param feedbackStr 反馈信息
|
|
65
|
-
* @param cb 操作结果的回调函数
|
|
66
|
-
* @return void
|
|
67
|
-
*/
|
|
68
|
-
uploadSDKLog(feedbackStr: string, cb: UploadSDKLogCallback | null): Promise<[NIMResCode]>;
|
|
69
|
-
}
|
|
1
|
+
import { EventEmitter } from 'eventemitter3';
|
|
2
|
+
import { CachedFileInfo, DeleteCachedFileCallback, DetectProxyCallback, ExceptionCallback, GetCachedFileInfoCallback, NIMCachedFileType, NIMGlobalAPI, NIMProxyDetectStep, NIMProxyType, NIMSDKException, SDKDBErrorInfo, SDKFeedbackCallback, UploadSDKLogCallback } from '../nim_def/global_def';
|
|
3
|
+
import { NIMResCode } from '../nim_def/client_def';
|
|
4
|
+
export declare interface NIMGlobalEvents {
|
|
5
|
+
/** SDK DB操作出错 */
|
|
6
|
+
dbError: [SDKDBErrorInfo];
|
|
7
|
+
}
|
|
8
|
+
export declare class NIMGlobal extends EventEmitter<NIMGlobalEvents> {
|
|
9
|
+
global: NIMGlobalAPI;
|
|
10
|
+
constructor();
|
|
11
|
+
/** 注册全局回调 */
|
|
12
|
+
initEventHandlers(): void;
|
|
13
|
+
/** 注册输出系统环境异常的回调
|
|
14
|
+
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
15
|
+
* @param cb
|
|
16
|
+
* @return void 无返回值
|
|
17
|
+
*/
|
|
18
|
+
setExceptionReportCallback(jsonExtension: string, cb: ExceptionCallback | null): Promise<[NIMSDKException, string]>;
|
|
19
|
+
/** 设置SDK统一的网络代理。不需要代理时,type设置为kNIMProxyNone,其余参数都传空字符串(端口设为0)。有些代理不需要用户名和密码,相应参数也传空字符串。
|
|
20
|
+
* @param type 代理类型,见NIMProxyType定义
|
|
21
|
+
* @param host 代理地址
|
|
22
|
+
* @param port 代理端口
|
|
23
|
+
* @param user 代理用户名
|
|
24
|
+
* @param password 代理密码
|
|
25
|
+
* @return void 无返回值
|
|
26
|
+
*/
|
|
27
|
+
setProxy(type: NIMProxyType, host: string, port: number, user: string, password: string): void;
|
|
28
|
+
/** 测试代理
|
|
29
|
+
* @param type 代理类型,见NIMProxyType定义
|
|
30
|
+
* @param host 代理地址
|
|
31
|
+
* @param port 代理端口
|
|
32
|
+
* @param user 代理用户名
|
|
33
|
+
* @param password 代理密码
|
|
34
|
+
* @param cb 回调函数
|
|
35
|
+
* @return void 无返回值
|
|
36
|
+
*/
|
|
37
|
+
detectProxy(type: NIMProxyType, host: string, port: number, user: string, password: string, cb: DetectProxyCallback | null): Promise<[boolean, NIMProxyDetectStep, string]>;
|
|
38
|
+
/** 获取sdk缓存文件信息
|
|
39
|
+
* @param loginId 查询的账号ID
|
|
40
|
+
* @param fileType 文件类型,常量定义见NIMCachedFileType
|
|
41
|
+
* @param endTimestamp 查询时间截止点(查询全部填0)
|
|
42
|
+
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
43
|
+
* @param cb
|
|
44
|
+
* @return void 无返回值
|
|
45
|
+
*/
|
|
46
|
+
getSDKCachedFileInfoAsync(loginId: string, fileType: NIMCachedFileType, endTimestamp: number, jsonExtension: string, cb: GetCachedFileInfoCallback | null): Promise<[NIMResCode, CachedFileInfo]>;
|
|
47
|
+
/** 删除sdk缓存文件
|
|
48
|
+
* @param loginId 查询的账号ID
|
|
49
|
+
* @param fileType 文件类型,常量定义见NIMCachedFileType
|
|
50
|
+
* @param endTimestamp 删除时间截止点(查询全部填0)
|
|
51
|
+
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
52
|
+
* @param cb
|
|
53
|
+
* @return void 无返回值
|
|
54
|
+
*/
|
|
55
|
+
deleteSDKCachedFileAsync(loginId: string, fileType: NIMCachedFileType, endTimestamp: number, jsonExtension: string, cb: DeleteCachedFileCallback | null): Promise<[NIMResCode]>;
|
|
56
|
+
/** SDK 反馈
|
|
57
|
+
* @param url 开发者需将所需要反馈的文件(dump,应用日志等)上传至nos。
|
|
58
|
+
* @param jsonExtension json扩展参数(备用,目前不需要)
|
|
59
|
+
* @param cb
|
|
60
|
+
* @return void 无返回值
|
|
61
|
+
*/
|
|
62
|
+
sdkFeedbackAsync(url: string, jsonExtension: string, cb: SDKFeedbackCallback | null): Promise<[NIMResCode]>;
|
|
63
|
+
/** 上传SDK日志到服务器
|
|
64
|
+
* @param feedbackStr 反馈信息
|
|
65
|
+
* @param cb 操作结果的回调函数
|
|
66
|
+
* @return void
|
|
67
|
+
*/
|
|
68
|
+
uploadSDKLog(feedbackStr: string, cb: UploadSDKLogCallback | null): Promise<[NIMResCode]>;
|
|
69
|
+
}
|