@revolugo/booking-api-client 7.4.3-alpha.1 → 7.4.3-alpha.3

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.
@@ -75,6 +75,14 @@ export interface BookingPoliciesApi {
75
75
  * @memberof BookingPoliciesApi
76
76
  */
77
77
  id: string;
78
+ /**
79
+ * Indicates whether the cancellation policies of the **Hotel Room Offer** have changed (become stricter) compared to those returned by [Retrieve Hotel Room Offers endpoint](/v1/documentation#operation/getV1Hotel_room_offers).
80
+ *
81
+ * If **is_cancellation_policies_updated** is **true**, the cancellation policies are now less favourable than when the offer was first retrieved. ⚠️ It is strongly advised to clearly inform your customer of any cancellation policy change that may occur.
82
+ * @type {boolean}
83
+ * @memberof BookingPoliciesApi
84
+ */
85
+ isCancellationPoliciesUpdated: boolean;
78
86
  /**
79
87
  * Indicates whether the price of the **Hotel Room Offer** (without breakfast included) has increased compared to the price returned by [Retrieve Hotel Room Offers endpoint](/v1/documentation#operation/getV1Hotel_room_offers).
80
88
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/booking-api-client",
3
- "version": "7.4.3-alpha.1",
3
+ "version": "7.4.3-alpha.3",
4
4
  "private": false,
5
5
  "description": "Javascript Revolugo Booking API Client (browser + server)",
6
6
  "keywords": [
@@ -41,9 +41,9 @@
41
41
  "hono": "4.12.9",
42
42
  "@revolugo/booking-api": "7.4.3",
43
43
  "@revolugo/engines": "7.4.3",
44
- "@revolugo/node": "7.4.3",
45
44
  "@revolugo/env": "7.4.3",
46
45
  "@revolugo/models": "7.4.3",
46
+ "@revolugo/node": "7.4.3",
47
47
  "@revolugo/root": "7.4.3"
48
48
  },
49
49
  "engines": {