@revolugo/common 7.0.0-alpha.10 → 7.0.0-alpha.12
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
CHANGED
|
@@ -157,7 +157,7 @@ export interface HotelRoomOffer {
|
|
|
157
157
|
* @type {string}
|
|
158
158
|
* @memberof HotelRoomOffer
|
|
159
159
|
*/
|
|
160
|
-
packageType?: HotelRoomOfferPackageType
|
|
160
|
+
packageType?: HotelRoomOfferPackageType | null
|
|
161
161
|
/**
|
|
162
162
|
* Price with taxes NOT INCLUDED of the given **Hotel Room Offer** including breakfast(s) when applicable, expressed in the requested **currency**.
|
|
163
163
|
* @type {number}
|