@be-link/cs-cli-nodejs 0.0.112 → 0.0.114

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.
@@ -29,9 +29,14 @@ export declare namespace QueryByItemCombo {
29
29
  roomList: string[];
30
30
  /** 状态 */
31
31
  status: string;
32
+ /** 餐食标识 000000 */
32
33
  mealBitmap: string;
34
+ /** 是否可修改餐食 */
33
35
  isCanModifyMeal: boolean;
34
- itemDiscountActivityId: string;
36
+ /** 连住优惠ID */
37
+ itemDiscountActivityId?: string;
38
+ /** 排序索引 */
39
+ orderIndex: number;
35
40
  }
36
41
  type IMGet = IItemCombo;
37
42
  interface IMGetShortcut {
@@ -41,6 +46,9 @@ export declare namespace QueryByItemCombo {
41
46
  name: string;
42
47
  /** 状态 */
43
48
  status: string;
49
+ /** 排序索引 */
50
+ orderIndex: number;
51
+ /** 基础套餐信息 */
44
52
  basicCombo: IItemCombo;
45
53
  }
46
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.112",
3
+ "version": "0.0.114",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {