@findhotel/sapi
Advanced tools
Comparing version 1.19.1-beta.0 to 1.20.1
@@ -155,2 +155,3 @@ /** | ||
navPathNames?: NavPathNames; | ||
navPathInfo?: NavPathInfo; | ||
} | ||
@@ -239,2 +240,9 @@ export declare type AnchorType = 'hotel' | 'place'; | ||
} | ||
export interface NavPathInfo { | ||
city?: string; | ||
adminDivisions?: string[]; | ||
country?: string; | ||
cityID?: string; | ||
countryID?: string; | ||
} | ||
export interface Hotel extends Omit<Hit, 'hotelName' | 'address' | 'placeDN' | 'placeADName'> { | ||
@@ -249,2 +257,3 @@ displayAddress: string; | ||
navPathNames?: NavPathNames; | ||
navPathInfo?: NavPathInfo; | ||
partiallyMatched: boolean; | ||
@@ -251,0 +260,0 @@ } |
{ | ||
"name": "@findhotel/sapi", | ||
"version": "1.19.1-beta.0", | ||
"version": "1.20.1", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2833
1
302459
71