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

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.
@@ -190,7 +190,9 @@ export declare namespace QueryByItem {
190
190
  total: number;
191
191
  }
192
192
  interface IQueryItemSearchInfo<K extends (keyof GDto.IItemSearchInfo)[]> {
193
- data: GDto.QueryItemSearchInfoRes<K>[];
193
+ data: (GDto.QueryItemSearchInfoRes<K> & {
194
+ hasStock?: boolean;
195
+ })[];
194
196
  total?: number;
195
197
  }
196
198
  }
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.58",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {