@be-link/cs-cli-nodejs 0.0.47 → 0.0.48
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.
- package/package.json +1 -1
- package/types.d.ts +2 -2
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -10,9 +10,9 @@ export interface QueryBlockDataMap {
|
|
|
10
10
|
/** 酒店商品 */
|
|
11
11
|
hotelItemInfo: IHotelItemInfo;
|
|
12
12
|
/** 基础套餐 */
|
|
13
|
-
combo: IItemCombo;
|
|
13
|
+
combo: IItemCombo[];
|
|
14
14
|
/** 基础套餐快捷方式 */
|
|
15
|
-
comboShortcut: IItemComboShortcut;
|
|
15
|
+
comboShortcut: IItemComboShortcut[];
|
|
16
16
|
/** 商品销售描述 */
|
|
17
17
|
salesDescription: IItemSalesDescription;
|
|
18
18
|
}
|