@be-link/cs-cli-nodejs 0.0.110 → 0.0.111

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.
@@ -25,12 +25,13 @@ export declare namespace QueryByItemCombo {
25
25
  id: string;
26
26
  /** 套餐名称 */
27
27
  name: string;
28
- /** 房型ID列表 */
28
+ /** 房型列表 */
29
29
  roomList: string[];
30
30
  /** 状态 */
31
31
  status: string;
32
32
  mealBitmap: string;
33
33
  isCanModifyMeal: boolean;
34
+ itemDiscountActivityId: string;
34
35
  }
35
36
  type IMGet = IItemCombo;
36
37
  interface IMGetShortcut {
@@ -40,7 +41,7 @@ export declare namespace QueryByItemCombo {
40
41
  name: string;
41
42
  /** 状态 */
42
43
  status: string;
43
- basicCombo: IItemCombo[];
44
+ basicCombo: IItemCombo;
44
45
  }
45
46
  }
46
47
  interface Controller {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {