@openvoy/openvoy-typescriptmodels 0.0.4241 → 0.0.4251

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.
Files changed (2) hide show
  1. package/core.d.ts +6 -0
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -548,6 +548,11 @@ export interface GetDestinationInfo {
548
548
  type?: DestinationType;
549
549
  }
550
550
 
551
+ export interface GetExchangeRate {
552
+ sourceCurrency?: string;
553
+ targetCurrency?: string;
554
+ }
555
+
551
556
  export interface GetFacets extends FacetableRequest {
552
557
  query?: FacetedSearch<any>;
553
558
  }
@@ -908,6 +913,7 @@ export interface TourSummary {
908
913
  continent?: Continent;
909
914
  countryId?: string;
910
915
  details?: TourDetails;
916
+ priceInDollar?: number;
911
917
  pricing?: { [index: string]: TourPricing };
912
918
  regionId?: string;
913
919
  subContinent?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.4241",
3
+ "version": "0.0.4251",
4
4
  "types": "core.d.ts"
5
5
  }