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

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.
@@ -142,6 +142,7 @@ export declare namespace QueryByItem {
142
142
  };
143
143
  /** 商品标签条件 */
144
144
  itemTags?: number[];
145
+ frontEndTags?: string[];
145
146
  };
146
147
  /** 排序条件 */
147
148
  sort?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {