Comparing version 0.2.6 to 0.2.8
@@ -7,2 +7,13 @@ declare namespace WeWorkChat { | ||
} | ||
interface GetChatDatasReturnMember { | ||
errcode: number; | ||
errmsg: string; | ||
chatdata: Array<{ | ||
seq: number; | ||
msgid: string; | ||
publickey_ver: number; | ||
encrypt_random_key: string; | ||
encrypt_chat_msg: string; | ||
}>; | ||
} | ||
} | ||
@@ -45,3 +56,3 @@ declare class WeWorkChat { | ||
timeout: number; | ||
}): Promise<Record<string, unknown>>; | ||
}): Promise<WeWorkChat.GetChatDatasReturnMember>; | ||
/** | ||
@@ -48,0 +59,0 @@ * RSA解密 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* @Last Modified by: YoneyY (YuTianyuan) | ||
* @Last Modified time: 2022-02-22 02:03:25 | ||
* @Last Modified time: 2022-02-22 02:43:38 | ||
*/ | ||
@@ -9,0 +9,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "bf-wchat", | ||
"version": "0.2.6", | ||
"version": "0.2.8", | ||
"description": "Enterprise WeWork chat archive.", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
"dev": "tsc -p tsconfig.json -w", | ||
"prepublishOnly": "node-gyp build", | ||
"prepublishOnly": "yarn build", | ||
"prebenchmark": "node-gyp build" | ||
@@ -45,0 +45,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16431335
58
164