@be-link/cs-cli-nodejs 0.1.87 → 0.1.88

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