@be-link/cs-cli-nodejs 0.0.75 → 0.0.76

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.
@@ -22,7 +22,7 @@ export declare namespace BizTag {
22
22
  createUser: string;
23
23
  }
24
24
  interface IUpdate {
25
- tagId: string;
25
+ id: string;
26
26
  name: string;
27
27
  }
28
28
  interface IMGet {
@@ -44,7 +44,7 @@ export declare namespace BizTag {
44
44
  list: string[];
45
45
  }
46
46
  interface IDelete {
47
- tagId: string;
47
+ id: string;
48
48
  }
49
49
  interface IDeleteByItem {
50
50
  itemId: string;
@@ -149,18 +149,7 @@ export declare namespace ShuttleBusSupplier {
149
149
  namespace Response {
150
150
  interface QueryShuttleBusSupplierList {
151
151
  /** 供应商列表数据 */
152
- data: {
153
- /** 供应商ID */
154
- id: string;
155
- /** 供应商名称 */
156
- name: string;
157
- /** 联系人姓名 */
158
- contactName: string;
159
- /** 联系人手机号码 */
160
- contactMobile: string;
161
- /** 登录账号 */
162
- loginAccount: string;
163
- }[];
152
+ data: DTO.ShuttleBusSupplier[];
164
153
  /** 总记录数 */
165
154
  total: number;
166
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {