@findhotel/sapi 1.7.6 → 1.7.7

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.
@@ -69,6 +69,7 @@ export interface SplitBookingEntity {
69
69
  offers: SplitBookingOffer[];
70
70
  tags?: string[];
71
71
  totalRate: RateBreakdown;
72
+ inProgress: boolean;
72
73
  }
73
74
  /**
74
75
  * Hotel offer entity contains offers array as well as meta information about offers and hotel
@@ -125,6 +126,7 @@ interface SapiSplitBookingEntity {
125
126
  offers: SapiSplitBookingOffer[];
126
127
  tags?: string[];
127
128
  totalRate: RateBreakdown;
129
+ inProgress: boolean;
128
130
  }
129
131
  export interface HasMoreOffersWithoutFiltering {
130
132
  byType: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",