@compassdigital/sdk.typescript 4.783.0 → 4.785.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.
@@ -8575,26 +8575,6 @@ export interface PatchMenuV4StockResponse {
8575
8575
  export interface PatchMenuV4StockRequest extends BaseRequest, PatchMenuV4StockPath {
8576
8576
  body: PatchMenuV4StockBody;
8577
8577
  }
8578
- export interface PostMenuV4StockMenuBusinessUnitBody {
8579
- menu_id?: string;
8580
- business_unit_id?: string;
8581
- }
8582
- export interface PostMenuV4StockMenuBusinessUnitResponse {
8583
- status?: string;
8584
- }
8585
- export interface PostMenuV4StockMenuBusinessUnitRequest extends BaseRequest {
8586
- body: PostMenuV4StockMenuBusinessUnitBody;
8587
- }
8588
- export interface DeleteMenuV4StockMenuBusinessUnitBody {
8589
- menu_id?: string;
8590
- business_unit_id?: string;
8591
- }
8592
- export interface DeleteMenuV4StockMenuBusinessUnitResponse {
8593
- status?: string;
8594
- }
8595
- export interface DeleteMenuV4StockMenuBusinessUnitRequest extends BaseRequest {
8596
- body: DeleteMenuV4StockMenuBusinessUnitBody;
8597
- }
8598
8578
  export interface GetMenuV4StockBusinessUnitPath {
8599
8579
  business_unit_id: string;
8600
8580
  }