@revolugo/common 7.12.0-rc.0 → 7.12.0-rc.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/common",
3
- "version": "7.12.0-rc.0",
3
+ "version": "7.12.0-rc.2",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -135,6 +135,7 @@ export interface HotelRoomOfferRequestCreate {
135
135
  eventMetadata?: HotelRoomOfferRequest['eventMetadata']
136
136
  hotelId: HotelRoomOfferRequest['hotelId']
137
137
  roomCount: HotelRoomOfferRequest['roomCount']
138
+ sourceMarket?: HotelRoomOfferRequest['sourceMarket']
138
139
  }
139
140
  export interface HotelRoomOfferRequestsCreatePayload {
140
141
  hotelRoomOfferRequestCreateApi?: HotelRoomOfferRequestCreate