@openvoy/openvoy-typescriptmodels 0.0.3651 → 0.0.3661
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
|
@@ -887,6 +887,7 @@ export interface UpsertAttractionForCountry extends UpsertAttractionCommand {
|
|
|
887
887
|
}
|
|
888
888
|
|
|
889
889
|
export interface UpsertCity extends CityUpdate {
|
|
890
|
+
contentDetails?: ContentDetails;
|
|
890
891
|
details?: CityDetails;
|
|
891
892
|
providerDetails?: CityProviderDetails;
|
|
892
893
|
}
|
|
@@ -900,6 +901,7 @@ export interface UpsertCountriesFromRefData {
|
|
|
900
901
|
}
|
|
901
902
|
|
|
902
903
|
export interface UpsertCountry extends CountryUpdate {
|
|
904
|
+
contentDetails?: ContentDetails;
|
|
903
905
|
details?: CountryDetails;
|
|
904
906
|
providerDetails?: CountryProviderDetails;
|
|
905
907
|
}
|
package/package.json
CHANGED