@openvoy/openvoy-typescriptmodels 0.0.1722 → 0.0.1751

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 +2 -1
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -183,6 +183,7 @@ export interface DestinationInfoCollected {
183
183
  details?: DestinationDetailsInfo[];
184
184
  regionId?: string;
185
185
  subContinent?: string;
186
+ tags?: string[];
186
187
  }
187
188
 
188
189
  export interface Email {
@@ -517,12 +518,12 @@ export interface TagDetails {
517
518
  export interface TagInfo {
518
519
  active?: boolean;
519
520
  alias?: string;
521
+ associationTags?: string[];
520
522
  bestTour?: TourInfo;
521
523
  childTagIds?: string[];
522
524
  childTags?: { [index: string]: TagDetails };
523
525
  details?: TagDetails;
524
526
  hasChildren?: boolean;
525
- hasParent?: boolean;
526
527
  internalDetails?: TagInternalDetails;
527
528
  parentTagIds?: string[];
528
529
  parentTags?: { [index: string]: TagDetails };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.1722",
3
+ "version": "0.0.1751",
4
4
  "types": "core.d.ts"
5
5
  }