@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.
- package/core.d.ts +2 -0
- 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