@be-link/cs-cli-nodejs 0.1.81 → 0.1.83

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.
@@ -84,6 +84,7 @@ export declare namespace QueryByItem {
84
84
  };
85
85
  /** 商品标签条件 */
86
86
  itemTags?: number[];
87
+ frontEndTags?: string[];
87
88
  };
88
89
  /** 排序条件 */
89
90
  sort?: {
@@ -188,6 +189,7 @@ export declare namespace QueryByItem {
188
189
  minSalePrice: number;
189
190
  minMemberPrice: number;
190
191
  minSingleRoomPrice: number;
192
+ maxSingleRoomPrice: number;
191
193
  }>;
192
194
  hasStock: boolean;
193
195
  maxSkuSurplus: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.81",
3
+ "version": "0.1.83",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {