@openvoy/openvoy-typescriptmodels 0.0.5201 → 0.0.5221
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 +11 -0
- package/package.json +1 -1
package/core.d.ts
CHANGED
|
@@ -735,6 +735,17 @@ export interface Supplier<T> {
|
|
|
735
735
|
export interface SyncAllTagInfo {
|
|
736
736
|
}
|
|
737
737
|
|
|
738
|
+
export interface SyncDestinationTours {
|
|
739
|
+
cityId?: string;
|
|
740
|
+
constraint?: any;
|
|
741
|
+
continent?: Continent;
|
|
742
|
+
countryId?: string;
|
|
743
|
+
destinationId?: string;
|
|
744
|
+
regionId?: string;
|
|
745
|
+
subContinent?: string;
|
|
746
|
+
type?: DestinationType;
|
|
747
|
+
}
|
|
748
|
+
|
|
738
749
|
export interface SyncTagInfoWithTours {
|
|
739
750
|
syncChildren?: boolean;
|
|
740
751
|
tagId?: string;
|
package/package.json
CHANGED