@openvoy/openvoy-typescriptmodels 0.0.6061 → 0.0.6081
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
|
@@ -879,6 +879,7 @@ export interface TagInfo {
|
|
|
879
879
|
bestTour?: TourInfo;
|
|
880
880
|
childTags?: { [index: string]: TagDetails };
|
|
881
881
|
contentDetails?: ContentDetails;
|
|
882
|
+
customInternalDetails?: boolean;
|
|
882
883
|
destinationAlias?: string;
|
|
883
884
|
destinationCategoryName?: string;
|
|
884
885
|
destinationId?: string;
|
|
@@ -1167,6 +1168,7 @@ export interface UpsertTagInfoContentDetails {
|
|
|
1167
1168
|
contentDetails?: ContentDetails;
|
|
1168
1169
|
continent?: Continent;
|
|
1169
1170
|
countryId?: string;
|
|
1171
|
+
customInternalDetails?: boolean;
|
|
1170
1172
|
destinationType?: DestinationType;
|
|
1171
1173
|
internalDetails?: TagInternalDetails;
|
|
1172
1174
|
subContinentId?: string;
|
package/package.json
CHANGED