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