@findhotel/sapi 0.22.9 → 0.22.13

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [0.22.13](https://github.com/FindHotel/sapi/compare/v0.22.12...v0.22.13) (2021-12-15)
2
+ ### Added
3
+ - Send A/B test variations to SAF/offers-rooms endpoint
4
+
5
+ ## [0.22.12](https://github.com/FindHotel/sapi/compare/v0.22.11...v0.22.12) (2021-12-13)
6
+ ### Changed
7
+ - `roomLimit` for anchor hotel has been set to 2 and for similar hotels to 1
8
+
9
+
10
+ ## [0.22.11](https://github.com/FindHotel/sapi/compare/v0.22.10...v0.22.11) (2021-12-09)
11
+ ### Changed
12
+ - SAF search replaced with SAPI backend search
13
+
14
+
15
+ ## [0.22.10](https://github.com/FindHotel/sapi/compare/v0.22.9...v0.22.10) (2021-11-30)
16
+ ### Added
17
+ - boundingBox parameter to SAF-search request
18
+
1
19
  ## [0.22.9](https://github.com/FindHotel/sapi/compare/v0.22.8...v0.22.9) (2021-11-24)
2
20
  ### Added
3
21
  - Added missing field to suggest method
package/README.md CHANGED
@@ -148,7 +148,6 @@ Create SAPI client:
148
148
  includeLocalTaxes: true,
149
149
  includeTaxes: false,
150
150
  pageSize: 20,
151
- useSaf: false,
152
151
  initWithProfile: {
153
152
  features: ['search', 'configs'],
154
153
  },