@be-link/cs-cli-nodejs 0.0.170 → 0.0.171

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.
@@ -123,7 +123,9 @@ export declare namespace QueryByItem {
123
123
  total: number;
124
124
  };
125
125
  interface IQueryItemList<K extends (keyof GDto.QueryBlockDataMap)[]> {
126
- list: GDto.QueryDataRes<K>[];
126
+ list: (GDto.QueryDataRes<K> & {
127
+ hasStock?: boolean;
128
+ })[];
127
129
  total: number;
128
130
  }
129
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.170",
3
+ "version": "0.0.171",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {