@findhotel/sapi 1.15.0 → 1.15.1

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.
@@ -136,6 +136,8 @@ interface SapiSplitBookingBundle {
136
136
  tags?: string[];
137
137
  totalRate?: RateBreakdown;
138
138
  inProgress: boolean;
139
+ canPayLater?: boolean;
140
+ accessTier?: AccessTier;
139
141
  }
140
142
  export interface HasMoreOffersWithoutFiltering {
141
143
  byType: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",