@be-link/cs-cli-nodejs 0.0.56 → 0.0.58

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.
@@ -108,7 +108,7 @@ export declare namespace QueryByItem {
108
108
  }
109
109
  interface IGetItemDetail {
110
110
  itemId: string;
111
- tagStatus?: CommodityEnums.ItemStatus;
111
+ tagStatus?: CommodityEnums.CommonStatus;
112
112
  }
113
113
  }
114
114
  namespace Response {
@@ -100,7 +100,7 @@ export declare namespace ShuttleBusSupplier {
100
100
  departureProvince: string;
101
101
  departureCity: string;
102
102
  departureDistrict: string;
103
- status: string;
103
+ status: CommonStatus;
104
104
  }
105
105
  interface GetProductAssociatedShuttleSupplierList {
106
106
  item: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.56",
3
+ "version": "0.0.58",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {