@be-link/cs-cli-nodejs 0.1.57 → 0.1.59

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.
@@ -150,6 +150,8 @@ export declare namespace QueryByItem {
150
150
  pageSize?: number;
151
151
  /** 查询字段 */
152
152
  filterFields?: K;
153
+ /** 是否统计总条数 */
154
+ notCountTotal?: boolean;
153
155
  }
154
156
  }
155
157
  namespace Response {
@@ -190,7 +192,9 @@ export declare namespace QueryByItem {
190
192
  total: number;
191
193
  }
192
194
  interface IQueryItemSearchInfo<K extends (keyof GDto.IItemSearchInfo)[]> {
193
- data: GDto.QueryItemSearchInfoRes<K>[];
195
+ data: (GDto.QueryItemSearchInfoRes<K> & {
196
+ hasStock?: boolean;
197
+ })[];
194
198
  total?: number;
195
199
  }
196
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.57",
3
+ "version": "0.1.59",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {