@ahomevilla-hotel/node-sdk 2025.12.2-2.63347 → 2025.12.2-3.103119
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.
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Amenity } from './amenity';
|
|
13
|
+
import type { Branch } from './branch';
|
|
13
14
|
import type { Image } from './image';
|
|
14
15
|
import type { RoomPriceHistory } from './room-price-history';
|
|
15
16
|
import type { RoomPriceHistoryTranslationsInner } from './room-price-history-translations-inner';
|
|
@@ -67,6 +68,12 @@ export interface RoomDetail {
|
|
|
67
68
|
* @memberof RoomDetail
|
|
68
69
|
*/
|
|
69
70
|
'branchId': string;
|
|
71
|
+
/**
|
|
72
|
+
* Branch where this room is located
|
|
73
|
+
* @type {Branch}
|
|
74
|
+
* @memberof RoomDetail
|
|
75
|
+
*/
|
|
76
|
+
'branch': Branch;
|
|
70
77
|
/**
|
|
71
78
|
* Hotel Room\'s thumbnail image
|
|
72
79
|
* @type {Image}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Amenity } from './amenity';
|
|
13
|
+
import type { Branch } from './branch';
|
|
13
14
|
import type { Image } from './image';
|
|
14
15
|
import type { RoomPriceHistory } from './room-price-history';
|
|
15
16
|
import type { RoomPriceHistoryTranslationsInner } from './room-price-history-translations-inner';
|
|
@@ -67,6 +68,12 @@ export interface RoomDetail {
|
|
|
67
68
|
* @memberof RoomDetail
|
|
68
69
|
*/
|
|
69
70
|
'branchId': string;
|
|
71
|
+
/**
|
|
72
|
+
* Branch where this room is located
|
|
73
|
+
* @type {Branch}
|
|
74
|
+
* @memberof RoomDetail
|
|
75
|
+
*/
|
|
76
|
+
'branch': Branch;
|
|
70
77
|
/**
|
|
71
78
|
* Hotel Room\'s thumbnail image
|
|
72
79
|
* @type {Image}
|