@openvoy/openvoy-typescriptmodels 0.0.6541 → 0.0.6551
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 -3
- package/package.json +1 -1
package/core.d.ts
CHANGED
|
@@ -845,7 +845,7 @@ export interface StackTraceElement extends Serializable {
|
|
|
845
845
|
export interface Supplier<T> {
|
|
846
846
|
}
|
|
847
847
|
|
|
848
|
-
export interface
|
|
848
|
+
export interface SyncAllTagSummaries {
|
|
849
849
|
}
|
|
850
850
|
|
|
851
851
|
export interface SyncDestinationTours {
|
|
@@ -859,8 +859,7 @@ export interface SyncDestinationTours {
|
|
|
859
859
|
type?: DestinationType;
|
|
860
860
|
}
|
|
861
861
|
|
|
862
|
-
export interface
|
|
863
|
-
syncChildren?: boolean;
|
|
862
|
+
export interface SyncTagSummaryWithTours {
|
|
864
863
|
tagId?: string;
|
|
865
864
|
}
|
|
866
865
|
|
package/package.json
CHANGED