@be-link/cs-cli-nodejs 0.0.138 → 0.0.139

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.
@@ -69,6 +69,8 @@ export declare namespace QueryByItem {
69
69
  /** 门店设施 */
70
70
  /** 供应商ID列表 */
71
71
  idList?: string[];
72
+ /** 是否农家乐合作商品 */
73
+ isFarmHouseCollaborated: boolean;
72
74
  };
73
75
  };
74
76
  /** 排序条件 */
@@ -99,6 +101,8 @@ export declare namespace QueryByItem {
99
101
  data: {
100
102
  id: string;
101
103
  isMigration: boolean;
104
+ minPrice: number;
105
+ minMemberPrice: number;
102
106
  comboStock: Record<string, {
103
107
  hasStock: boolean;
104
108
  minSalePrice: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.138",
3
+ "version": "0.0.139",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {