@be-link/cs-cli-nodejs 0.0.95 → 0.0.97

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.
@@ -76,6 +76,7 @@ export declare namespace ManageByItem {
76
76
  interface toggleItemStatus {
77
77
  itemId: string;
78
78
  status: ItemStatus;
79
+ operatorName: string;
79
80
  }
80
81
  }
81
82
  namespace Response { }
@@ -109,7 +109,6 @@ export declare namespace QueryByItem {
109
109
  id: string;
110
110
  name: string;
111
111
  categoryTwo: string;
112
- address: string;
113
112
  itemType: CommodityEnums.CommodityItemType;
114
113
  saleCount: number;
115
114
  sortType: CommodityEnums.CommodityBizTagSortType;
@@ -1 +1 @@
1
- {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAIA,IAAiB,WAAW,CAyK3B;AAzKD,WAAiB,WAAW;IA0H1B,IAAiB,QAAQ,CAwBxB;IAxBD,WAAiB,QAAQ;QAuBvB,CAAC;QAAA,EAAE,CAAA;IACL,CAAC,EAxBgB,QAAQ,GAAR,oBAAQ,KAAR,oBAAQ,QAwBxB;AAuBH,CAAC,EAzKgB,WAAW,2BAAX,WAAW,QAyK3B"}
1
+ {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAIA,IAAiB,WAAW,CAuK3B;AAvKD,WAAiB,WAAW;IA0H1B,IAAiB,QAAQ,CAsBxB;IAtBD,WAAiB,QAAQ;QAqBvB,CAAC;QAAA,EAAE,CAAA;IACL,CAAC,EAtBgB,QAAQ,GAAR,oBAAQ,KAAR,oBAAQ,QAsBxB;AAuBH,CAAC,EAvKgB,WAAW,2BAAX,WAAW,QAuK3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {