@findhotel/sapi
Advanced tools
Comparing version 0.22.12 to 0.22.13
@@ -0,1 +1,5 @@ | ||
## [0.22.13](https://github.com/FindHotel/sapi/compare/v0.22.12...v0.22.13) (2021-12-15) | ||
### Added | ||
- Send A/B test variations to SAF/offers-rooms endpoint | ||
## [0.22.12](https://github.com/FindHotel/sapi/compare/v0.22.11...v0.22.12) (2021-12-13) | ||
@@ -2,0 +6,0 @@ ### Changed |
@@ -15,2 +15,3 @@ import { HotelId, AnonymousId, Currency, Language, DeviceCategory } from './types'; | ||
anonymousId: AnonymousId; | ||
variations: string[]; | ||
} | ||
@@ -17,0 +18,0 @@ export declare type RoomId = string; |
{ | ||
"name": "@findhotel/sapi", | ||
"version": "0.22.12", | ||
"version": "0.22.13", | ||
"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
264979
2242