@openvoy/openvoy-typescriptmodels 0.0.6531 → 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.
Files changed (2) hide show
  1. package/core.d.ts +2 -3
  2. 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 SyncAllTagInfo {
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 SyncTagInfoWithTours {
863
- syncChildren?: boolean;
862
+ export interface SyncTagSummaryWithTours {
864
863
  tagId?: string;
865
864
  }
866
865
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.6531",
3
+ "version": "0.0.6551",
4
4
  "types": "core.d.ts"
5
5
  }