@compassdigital/sdk.typescript 4.712.0 → 4.714.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.
@@ -6830,6 +6830,7 @@ export interface PostMenuV4BrandPublishPath {
6830
6830
  }
6831
6831
  export interface PostMenuV4BrandPublishResponse {
6832
6832
  status?: string;
6833
+ process_id?: string;
6833
6834
  }
6834
6835
  export interface PostMenuV4BrandPublishRequest extends BaseRequest, PostMenuV4BrandPublishPath {
6835
6836
  }
@@ -6838,6 +6839,7 @@ export interface PostMenuV4BrandIntegrationSyncPath {
6838
6839
  }
6839
6840
  export interface PostMenuV4BrandIntegrationSyncResponse {
6840
6841
  status?: string;
6842
+ process_id?: string;
6841
6843
  }
6842
6844
  export interface PostMenuV4BrandIntegrationSyncRequest extends BaseRequest, PostMenuV4BrandIntegrationSyncPath {
6843
6845
  }