@findhotel/sapi 1.6.6 → 1.6.7

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/README.md CHANGED
@@ -365,7 +365,7 @@ const sapiClient = await sapi(profileKey, {
365
365
  | `language` | no | `string` | `en` | 2-char language code | `en` |
366
366
  | `currency` | no | `string` | `USD` | 3-char uppercased ISO currency code | `USD` |
367
367
  | `countryCode` | no | `string` | `US` | 2-char uppercased ISO country code | `US` |
368
- | `deviceType` | yes | `string` | | `desktop` or `mobile` | `desktop` |
368
+ | `deviceType` | yes | `string` | | `desktop`, `mobile`, `tablet`, `app` | `desktop` |
369
369
  | `pageSize` | no | `number` | `20` | Displayed page size | `20` |
370
370
  | `initWithAppConfig` | no | `AppConfig` | | External app config to override internal one | |
371
371
  | `algoliaClientOptions` | no | `AlgoliaSearchOptions` | | Algolia client options used for debugging and setting additional options like timeouts etc. | |
@@ -17,7 +17,7 @@ export declare type Language = string;
17
17
  */
18
18
  export declare type Country = string;
19
19
  export declare type DateString = string;
20
- export declare type DeviceType = 'desktop' | 'mobile' | 'tablet';
20
+ export declare type DeviceType = 'desktop' | 'mobile' | 'tablet' | 'app';
21
21
  export declare type CugDeals = string[];
22
22
  export declare type UserTier = string;
23
23
  export declare type Brand = string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",