@be-link/cs-cli-nodejs 0.1.104 → 0.1.106

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.
@@ -39,7 +39,7 @@ export declare namespace QueryByItem {
39
39
  address?: string;
40
40
  isMigration?: boolean;
41
41
  isStock?: boolean;
42
- isHighCommission?: number;
42
+ isHighCommission?: number | boolean;
43
43
  };
44
44
  queryBlocks: K;
45
45
  paging: IPaging;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.104",
3
+ "version": "0.1.106",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",
package/types.d.ts CHANGED
@@ -355,6 +355,8 @@ export interface IItemSearchInfo {
355
355
  venueStar: number;
356
356
  /** 门店钻级 */
357
357
  venueDiamond: number;
358
+ /** 商品标签 */
359
+ itemFeatures: string;
358
360
  /** 是否有库存 */
359
361
  isStock?: number;
360
362
  /** 是否高分佣 */