@be-link/cs-cli-nodejs 0.0.137 → 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
  /** 排序条件 */
@@ -96,14 +98,19 @@ export declare namespace QueryByItem {
96
98
  sortType: CommodityEnums.CommodityBizTagSortType;
97
99
  }
98
100
  type QueryCenterForItem = {
99
- id: string;
100
- isMigration: boolean;
101
- comboStock: Record<string, {
102
- hasStock: boolean;
103
- minSalePrice: number;
101
+ data: {
102
+ id: string;
103
+ isMigration: boolean;
104
+ minPrice: number;
104
105
  minMemberPrice: number;
105
- }>;
106
- }[];
106
+ comboStock: Record<string, {
107
+ hasStock: boolean;
108
+ minSalePrice: number;
109
+ minMemberPrice: number;
110
+ }>;
111
+ }[];
112
+ total: number;
113
+ };
107
114
  }
108
115
  interface Controller {
109
116
  get<K extends (keyof GDto.QueryBlockDataMap)[]>(request: Request.IGet<K>): Promise<GDto.QueryDataRes<K>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.137",
3
+ "version": "0.0.139",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {