@openvoy/openvoy-typescriptmodels 0.0.3111 → 0.0.3131

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 +3 -0
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -141,6 +141,7 @@ export interface Comparable<T> {
141
141
  }
142
142
 
143
143
  export interface Country {
144
+ alias?: string;
144
145
  attractions?: Attraction[];
145
146
  cities?: City[];
146
147
  countryId?: string;
@@ -664,6 +665,7 @@ export interface TagInfo {
664
665
  attractionId?: string;
665
666
  bestTour?: TourInfo;
666
667
  childTags?: { [index: string]: TagDetails };
668
+ destinationAlias?: string;
667
669
  destinationId?: string;
668
670
  destinationIds?: DestinationIds;
669
671
  destinationType?: DestinationType;
@@ -697,6 +699,7 @@ export interface TagSummary {
697
699
  attractionId?: string;
698
700
  bestTour?: TourInfo;
699
701
  childTags?: string[];
702
+ destinationAlias?: string;
700
703
  destinationId?: string;
701
704
  destinationIds?: DestinationIds;
702
705
  destinationType?: DestinationType;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.3111",
3
+ "version": "0.0.3131",
4
4
  "types": "core.d.ts"
5
5
  }