node-nim 10.9.40-beta.76 → 10.9.41
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_statistics_service.js","sourceRoot":"","sources":["../../ts/v2/v2_nim_statistics_service.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"v2_nim_statistics_service.js","sourceRoot":"","sources":["../../ts/v2/v2_nim_statistics_service.ts"],"names":[],"mappings":";;;;;;AAIA,iDAA4C;AAC5C,uDAA2B;AAO3B,MAAa,sBAAuB,SAAQ,4BAAqC;IAG/E;QACE,KAAK,EAAE,CAAA;QACP,IAAI,CAAC,QAAQ,GAAG,IAAI,gBAAG,CAAC,sBAAsB,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;IAChF,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACrC,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAC5B,CAAC,MAAyB,EAAE,EAAE;gBAC5B,OAAO,CAAC,MAAM,CAAC,CAAA;YACjB,CAAC,EACD,CAAC,KAAiB,EAAE,EAAE;gBACpB,MAAM,CAAC,KAAK,CAAC,CAAA;YACf,CAAC,CACF,CAAA;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AApBD,wDAoBC"}
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { V2NIMDatabaseInfo, V2NIMError } from 'ts/v2_def/v2_nim_struct_def';
|
|
2
2
|
import { EventEmitter } from 'eventemitter3';
|
|
3
3
|
export declare interface V2NIMStatisticsListener {
|
|
4
4
|
/** 数据库异常 */
|
|
@@ -7,5 +7,5 @@ export declare interface V2NIMStatisticsListener {
|
|
|
7
7
|
export declare class V2NIMStatisticsService extends EventEmitter<V2NIMStatisticsListener> {
|
|
8
8
|
instance: any;
|
|
9
9
|
constructor();
|
|
10
|
-
getDatabaseInfos(): Promise<
|
|
10
|
+
getDatabaseInfos(): Promise<V2NIMDatabaseInfo>;
|
|
11
11
|
}
|