@be-link/cs-cli-nodejs 0.0.91 → 0.0.92

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.
@@ -110,9 +110,9 @@ export declare namespace QueryByItem {
110
110
  name: string;
111
111
  categoryTwo: string;
112
112
  address: string;
113
- itemType: 'EC' | 'NOTEC';
113
+ itemType: CommodityEnums.CommodityItemType;
114
114
  saleCount: number;
115
- sortType: 'SALE' | 'MANUAL';
115
+ sortType: CommodityEnums.CommodityBizTagSortType;
116
116
  }
117
117
  interface QueryCenterForItem {
118
118
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "axios": "0.27.2",
42
42
  "uuid": "9.0.1",
43
- "vitality-meta": "1.0.174"
43
+ "vitality-meta": "1.0.175"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=18"