@openvoy/openvoy-typescriptmodels 0.0.1251 → 0.0.1261

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 -0
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -168,6 +168,7 @@ export interface DeleteUser extends UserUpdate {
168
168
  export interface DestinationDetailsInfo extends Comparable<DestinationDetailsInfo> {
169
169
  details?: TagDetails;
170
170
  tagId?: string;
171
+ tourScore?: number;
171
172
  tours?: TourInfo[];
172
173
  }
173
174
 
@@ -541,6 +542,7 @@ export interface TourDetails {
541
542
  rating?: RatingDetails;
542
543
  tags?: string[];
543
544
  timeRange?: InstantRange;
545
+ tourScore?: number;
544
546
  }
545
547
 
546
548
  export interface TourId {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.1251",
3
+ "version": "0.0.1261",
4
4
  "types": "core.d.ts"
5
5
  }