@be-link/cs-cli-nodejs 0.0.110 → 0.0.112
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
|
-
/**
|
|
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
package/types.d.ts
CHANGED
|
@@ -140,7 +140,7 @@ export interface EntertainmentIntroItem {
|
|
|
140
140
|
}
|
|
141
141
|
export interface EntertainmentInfo {
|
|
142
142
|
introduction: EntertainmentIntroItem[];
|
|
143
|
-
description:
|
|
143
|
+
description: CommonDescriptionItem[];
|
|
144
144
|
}
|
|
145
145
|
export interface IHotelItemInfo {
|
|
146
146
|
/** 娱乐信息 */
|