@be-link/cs-cli-nodejs 0.1.83 → 0.1.84

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.
@@ -208,6 +208,8 @@ export declare namespace QueryByItem {
208
208
  interface IQueryItemSearchInfo<K extends (keyof GDto.IItemSearchInfo)[]> {
209
209
  data: (GDto.QueryItemSearchInfoRes<K> & {
210
210
  hasStock?: boolean;
211
+ backEndTag?: any;
212
+ frontEndTag?: any;
211
213
  })[];
212
214
  total?: number;
213
215
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.83",
3
+ "version": "0.1.84",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {