@wecom/cloudbase-framework-plugin-node-sdk
Advanced tools
Comparing version 0.3.0-alpha.13 to 0.3.0-alpha.14
@@ -83,26 +83,2 @@ import { CloudBase } from '@cloudbase/node-sdk/lib/cloudbase'; | ||
/** | ||
* 消费重定向 OAuth code 并记录成员信息 | ||
* | ||
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91121 | ||
*/ | ||
consumeRedirectOAuthCode(req: t.ConsumeRedirectOAuthCodeReq): Promise<t.ConsumeRedirectOAuthCodeRes>; | ||
/** | ||
* 消费扫码 OAuth code 并记录成员信息 | ||
* | ||
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91125 | ||
*/ | ||
consumeQRCodeOAuthCode(req: t.ConsumeQRCodeOAuthCodeReq): Promise<t.ConsumeQRCodeOAuthCodeRes>; | ||
/** | ||
* 记录用户信息 | ||
*/ | ||
setUserInfo(req: t.SetUserInfoReq): Promise<void>; | ||
/** | ||
* 获取用户信息 | ||
*/ | ||
getUserInfo(req: t.GetUserInfoReq): Promise<t.GetUserInfoRes>; | ||
/** | ||
* 删除用户信息 | ||
*/ | ||
deleteUserInfo(req: t.DeleteUserInfoReq): Promise<void>; | ||
/** | ||
* 请求企业微信 Open API | ||
@@ -109,0 +85,0 @@ */ |
@@ -113,36 +113,2 @@ "use strict"; | ||
/** | ||
* 消费重定向 OAuth code 并记录成员信息 | ||
* | ||
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91121 | ||
*/ | ||
consumeRedirectOAuthCode(req) { | ||
return this.invoke('consumeRedirectOAuthCode', req); | ||
} | ||
/** | ||
* 消费扫码 OAuth code 并记录成员信息 | ||
* | ||
* @see https://open.work.weixin.qq.com/api/doc/90001/90143/91125 | ||
*/ | ||
consumeQRCodeOAuthCode(req) { | ||
return this.invoke('consumeQRCodeOAuthCode', req); | ||
} | ||
/** | ||
* 记录用户信息 | ||
*/ | ||
setUserInfo(req) { | ||
return this.invoke('setUserInfo', req); | ||
} | ||
/** | ||
* 获取用户信息 | ||
*/ | ||
getUserInfo(req) { | ||
return this.invoke('getUserInfo', req); | ||
} | ||
/** | ||
* 删除用户信息 | ||
*/ | ||
deleteUserInfo(req) { | ||
return this.invoke('deleteUserInfo', req); | ||
} | ||
/** | ||
* 请求企业微信 Open API | ||
@@ -149,0 +115,0 @@ */ |
{ | ||
"name": "@wecom/cloudbase-framework-plugin-node-sdk", | ||
"version": "0.3.0-alpha.13", | ||
"version": "0.3.0-alpha.14", | ||
"main": "lib/index.js", | ||
@@ -26,4 +26,4 @@ "types": "lib/index.d.ts", | ||
"@cloudbase/node-sdk": "^2.3.5", | ||
"@wecom/cloudbase-framework-plugin-actions": "0.3.0-alpha.13", | ||
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.13" | ||
"@wecom/cloudbase-framework-plugin-actions": "0.3.0-alpha.14", | ||
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.14" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
20903
274
+ Added@wecom/cloudbase-framework-plugin-actions@0.3.0-alpha.14(transitive)
+ Added@wecom/cloudbase-framework-plugin-util@0.3.0-alpha.14(transitive)
- Removed@wecom/cloudbase-framework-plugin-actions@0.3.0-alpha.13(transitive)
- Removed@wecom/cloudbase-framework-plugin-util@0.3.0-alpha.13(transitive)
Updated@wecom/cloudbase-framework-plugin-actions@0.3.0-alpha.14
Updated@wecom/cloudbase-framework-plugin-util@0.3.0-alpha.14