@findhotel/sapi 1.31.4 → 1.31.5

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.
@@ -150,7 +150,7 @@ export interface Nearby {
150
150
  precision?: string;
151
151
  }
152
152
  export declare type GuestsRatingBreakdown = 'cleanliness' | 'dining' | 'facilities' | 'location' | 'overall' | 'pricing' | 'rooms' | 'service';
153
- export declare type GuestRating = Record<GuestsRatingBreakdown, number>;
153
+ export declare type GuestRating = Partial<Record<GuestsRatingBreakdown, number>>;
154
154
  export declare type GuestBreakdown = 'business' | 'couples' | 'families' | 'groups' | 'solo';
155
155
  export declare type GuestType = Record<GuestBreakdown, number>;
156
156
  export declare type PricingBreakdown = 'medianRateBkt' | 'minRate' | 'minRateInUserCurrency' | 'minRateBkt' | 'priced';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.31.4",
3
+ "version": "1.31.5",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",