@findhotel/sapi
Advanced tools
Comparing version 1.9.6 to 1.9.7
@@ -74,2 +74,3 @@ import { CancellationPenalties, Currency, RoomId, HotelId } from './types'; | ||
} | ||
export declare type Promos = Record<string, Offer>; | ||
/** | ||
@@ -96,3 +97,3 @@ * Hotel offer entity contains offers array as well as meta information about offers and hotel | ||
/** Offers for requested promos where key is promo name and value is promo offer */ | ||
promos?: Record<string, Offer>; | ||
promos?: Promos; | ||
} | ||
@@ -139,2 +140,3 @@ /** | ||
} | ||
export declare type SapiResponsePromos = Record<string, SapiResponseOffer>; | ||
/** | ||
@@ -152,4 +154,5 @@ * Sapi Backend offer entity type | ||
splitBooking?: SapiSplitBookingEntity; | ||
promos?: SapiResponsePromos; | ||
hasMoreOffersWithoutFiltering: HasMoreOffersWithoutFiltering; | ||
} | ||
export {}; |
{ | ||
"name": "@findhotel/sapi", | ||
"version": "1.9.6", | ||
"version": "1.9.7", | ||
"description": "FindHotel Search API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
288028
2628