@be-link/cs-cli-nodejs 0.1.16 → 0.1.18

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.
@@ -102,7 +102,7 @@ export declare namespace ManageByItem {
102
102
  }
103
103
  namespace Response {
104
104
  interface checkItemBeforeOrderRes {
105
- checkRes: string;
105
+ checkRes: boolean;
106
106
  errorMessage?: string;
107
107
  }
108
108
  }
@@ -37,6 +37,8 @@ export declare namespace QueryByItemCombo {
37
37
  itemDiscountActivityId?: string;
38
38
  /** 排序索引 */
39
39
  orderIndex: number;
40
+ /** 最小购买数量 */
41
+ minOrderCount: number;
40
42
  }
41
43
  type IMGet = IItemCombo;
42
44
  interface IMGetShortcut {
@@ -196,7 +196,7 @@ export declare namespace ShuttleBusSupplier {
196
196
  total: number;
197
197
  };
198
198
  interface checkShuttleBusProductBeforeOrderRes {
199
- checkRes: string;
199
+ checkRes: boolean;
200
200
  errorMessage?: string;
201
201
  }
202
202
  type IQueryShuttleBusProductRelation = DTO.ItemShuttleBusRouteRelation[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {