@compassdigital/sdk.typescript 4.565.0 → 4.566.0

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.
@@ -6669,6 +6669,14 @@ export interface PostMenuV4BrandPublishResponse {
6669
6669
  }
6670
6670
  export interface PostMenuV4BrandPublishRequest extends BaseRequest, PostMenuV4BrandPublishPath {
6671
6671
  }
6672
+ export interface PostMenuV4BrandIntegrationSyncPath {
6673
+ id: string;
6674
+ }
6675
+ export interface PostMenuV4BrandIntegrationSyncResponse {
6676
+ status?: string;
6677
+ }
6678
+ export interface PostMenuV4BrandIntegrationSyncRequest extends BaseRequest, PostMenuV4BrandIntegrationSyncPath {
6679
+ }
6672
6680
  export interface PostMenuV4BrandV3ToV4Path {
6673
6681
  id: string;
6674
6682
  }