@be-link/cs-cli-nodejs 0.1.101 → 0.1.103

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,6 +39,7 @@ export declare namespace QueryByItem {
39
39
  address?: string;
40
40
  isMigration?: boolean;
41
41
  isStock?: boolean;
42
+ isHighCommission?: number;
42
43
  };
43
44
  queryBlocks: K;
44
45
  paging: IPaging;
@@ -121,6 +122,8 @@ export declare namespace QueryByItem {
121
122
  /** 适用城市列表 */
122
123
  cityList?: string[];
123
124
  isStock?: boolean;
125
+ /** 是否高分佣 */
126
+ isHighCommission?: number;
124
127
  };
125
128
  /** 门店维度条件 */
126
129
  venueInfo?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.101",
3
+ "version": "0.1.103",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",
package/types.d.ts CHANGED
@@ -357,6 +357,8 @@ export interface IItemSearchInfo {
357
357
  venueDiamond: number;
358
358
  /** 是否有库存 */
359
359
  isStock?: number;
360
+ /** 是否高分佣 */
361
+ isHighCommission?: number;
360
362
  }
361
363
  /** 商品信息查询结果 */
362
364
  export type QueryItemSearchInfoRes<K extends (keyof IItemSearchInfo)[]> = {