@be-link/cs-cli-nodejs 0.0.5 → 0.0.6

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.
@@ -25,10 +25,6 @@ export declare namespace Supplier {
25
25
  };
26
26
  /** 场地列表ID */
27
27
  venueList: string[];
28
- /** 登录账号 */
29
- loginAccount: string;
30
- /** 登录密码 */
31
- loginPassword: string;
32
28
  /** 业务负责人 */
33
29
  bizOwner: string;
34
30
  /** 企业微信ID */
@@ -62,10 +58,6 @@ export declare namespace Supplier {
62
58
  };
63
59
  /** 场地列表ID */
64
60
  venueList?: string[];
65
- /** 登录账号 */
66
- loginAccount?: string;
67
- /** 登录密码 */
68
- loginPassword?: string;
69
61
  /** 业务负责人 */
70
62
  bizOwner?: string;
71
63
  /** 企业微信ID */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {