@findhotel/sapi
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -23,2 +23,3 @@ import { CugDeals, HotelId, HotelOfferEntity, Brand, Currency, Country, Language, DeviceType, AnonymousId, Offer, Options as ClientOptions, UserTier, SapiResponseOffer, SapiResponseOfferEntity, OffersRooms } from './types'; | ||
mealIncluded?: boolean; | ||
amenities?: string[]; | ||
priceMin?: number; | ||
@@ -25,0 +26,0 @@ priceMax?: number; |
@@ -25,2 +25,3 @@ import { OffersClient } from './offers-client'; | ||
mealIncluded?: boolean; | ||
amenities?: string[]; | ||
priceMin?: number; | ||
@@ -27,0 +28,0 @@ priceMax?: number; |
@@ -20,3 +20,3 @@ /** | ||
export declare type DateString = string; | ||
export declare type DeviceType = 'desktop' | 'mobile' | 'tablet' | 'app'; | ||
export declare type DeviceType = 'desktop' | 'mobile' | 'tablet'; | ||
export declare type CugDeals = string[]; | ||
@@ -55,2 +55,3 @@ export declare type UserTier = string; | ||
mealIncluded?: boolean; | ||
amenities?: string[]; | ||
isVr?: boolean; | ||
@@ -57,0 +58,0 @@ } |
{ | ||
"name": "@findhotel/sapi", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "FindHotel Search API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283584
2579
1440