@findhotel/sapi
Advanced tools
Comparing version 0.22.4 to 0.22.5
@@ -0,1 +1,6 @@ | ||
## [0.22.5](https://github.com/FindHotel/sapi/compare/v0.22.4...v0.22.5) (2021-10-25) | ||
### Added | ||
- Forward `cugDeals` parameter to SAF/offers-rooms endpoint | ||
## [0.22.4](https://github.com/FindHotel/sapi/compare/v0.22.3...v0.22.4) (2021-10-22) | ||
@@ -20,3 +25,3 @@ ### Added | ||
# [0.22.0](https://github.com/FindHotel/sapi/compare/v0.21.2...v0.22.0) (2021-10-04) | ||
## [0.22.0](https://github.com/FindHotel/sapi/compare/v0.21.2...v0.22.0) (2021-10-04) | ||
### Added | ||
@@ -37,6 +42,8 @@ - Support for SAF/search endpoint | ||
# [0.21.0](https://github.com/FindHotel/sapi/compare/v0.20.4...v0.21.0) (2021-08-26) | ||
## [0.21.0](https://github.com/FindHotel/sapi/compare/v0.20.4...v0.21.0) (2021-08-26) | ||
### Changed | ||
- Use new Algolia index with separate HSO records for A/B test instead of switching HSO indices | ||
## [0.20.4](https://github.com/FindHotel/sapi/compare/v0.20.3...v0.20.4) (2021-08-20) | ||
@@ -46,2 +53,3 @@ ### Added | ||
## [0.20.3](https://github.com/FindHotel/sapi/compare/v0.20.2...v0.20.3) (2021-08-17) | ||
@@ -51,2 +59,3 @@ ### Changed | ||
## [0.20.2](https://github.com/FindHotel/sapi/compare/v0.20.1...v0.20.2) (2021-08-16) | ||
@@ -58,2 +67,3 @@ ### Changed | ||
## [0.20.1](https://github.com/FindHotel/sapi/compare/v0.19.3...v0.20.1) (2021-08-10) | ||
@@ -69,2 +79,3 @@ ### Changed | ||
## [0.19.3](https://github.com/FindHotel/sapi/compare/v0.19.1...v0.19.3) (2021-08-09) | ||
@@ -85,3 +96,2 @@ ### Fixed | ||
## [0.19.0](https://github.com/FindHotel/sapi/compare/v0.18.2...v0.19.0) (2021-08-05) | ||
### Added | ||
@@ -88,0 +98,0 @@ - Support for SAF (Search Application Frontend) init |
@@ -8,2 +8,3 @@ import { HotelId, AnonymousId, Currency, Language, DeviceCategory } from './types'; | ||
providerCode?: string; | ||
cugDeals?: string; | ||
} | ||
@@ -10,0 +11,0 @@ export interface RoomsRequestOptions { |
{ | ||
"name": "@findhotel/sapi", | ||
"version": "0.22.4", | ||
"version": "0.22.5", | ||
"description": "FindHotel Search API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -576,2 +576,11 @@ | ||
</tr> | ||
<tr> | ||
<td class="org-left">`cugDeals`</td> | ||
<td class="org-left">`string`</td> | ||
<td class="org-left">Type of cug (closed user group) deals to retrieve</td> | ||
<td class="org-left">no</td> | ||
<td class="org-left">`signed_in,offline`</td> | ||
</tr> | ||
</tbody> | ||
@@ -578,0 +587,0 @@ </table> |
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
251891
2184
598
0
64