@be-link/cs-cli-nodejs 0.1.50 → 0.1.52

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.
@@ -2,7 +2,8 @@ import * as CommodityEnums from 'vitality-meta/enums/commodity';
2
2
  import * as GDto from '../../../../types';
3
3
  export declare enum SortField {
4
4
  createdAt = "createdAt",
5
- updatedAt = "updatedAt"
5
+ updatedAt = "updatedAt",
6
+ itemSaleCount = "itemSaleCount"
6
7
  }
7
8
  export declare enum SortOrder {
8
9
  ASC = "ASC",
@@ -54,7 +55,8 @@ export declare namespace QueryByItem {
54
55
  /** 状态 */
55
56
  status?: CommodityEnums.ItemStatus | CommodityEnums.ItemStatus[];
56
57
  isOnlyStaffCanSee?: boolean;
57
- /** 每日可售卖的最大份数限制 */
58
+ /** 有效库存的最低售卖价 (如果无可售库存, 该值为0) */
59
+ minItemSalePrice?: number;
58
60
  /** 是否会员商品 */
59
61
  isMemberPrice?: boolean;
60
62
  /** 适用城市列表 */
@@ -73,15 +75,13 @@ export declare namespace QueryByItem {
73
75
  /** 具体名称 */
74
76
  address?: string;
75
77
  };
76
- /** 相对人民广场的距离. eg. [[0, 50], [250, 300]] */
77
- /** 钻级 */
78
- /** 星级 */
79
- /** 门店设施 */
80
78
  /** 供应商ID列表 */
81
79
  idList?: string[];
82
80
  /** 是否农家乐合作商品 */
83
81
  isFarmHouseCollaborated?: boolean;
84
82
  };
83
+ /** 商品标签条件 */
84
+ itemTags?: number[];
85
85
  };
86
86
  /** 排序条件 */
87
87
  sort?: {
@@ -5,6 +5,7 @@ var SortField;
5
5
  (function (SortField) {
6
6
  SortField["createdAt"] = "createdAt";
7
7
  SortField["updatedAt"] = "updatedAt";
8
+ SortField["itemSaleCount"] = "itemSaleCount";
8
9
  })(SortField || (exports.SortField = SortField = {}));
9
10
  var SortOrder;
10
11
  (function (SortOrder) {
@@ -1 +1 @@
1
- {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAEA,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;AACzB,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB;AACD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
1
+ {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAEA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,4CAA+B,CAAA;AACjC,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AACD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.50",
3
+ "version": "0.1.52",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {