@compassdigital/sdk.typescript 4.483.0 → 4.484.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.
@@ -6716,8 +6716,8 @@ export interface PostMenuV4BrandsFetchRequest extends BaseRequest {
6716
6716
  body: PostMenuV4BrandsFetchBody;
6717
6717
  }
6718
6718
  export interface PostMenuV4BrandItemsSearchBody {
6719
- menuBrands: FetchBrandItemsMenuBrandRequestDTO[];
6720
- searchTerm?: string;
6719
+ menu_brands: FetchBrandItemsMenuBrandRequestDTO[];
6720
+ search_term?: string;
6721
6721
  [index: string]: any;
6722
6722
  }
6723
6723
  export interface PostMenuV4BrandItemsSearchResponse {
@@ -8490,7 +8490,7 @@ export interface PostMenuV4StationsMenusFetchRequest extends BaseRequest {
8490
8490
  }
8491
8491
  export interface PostMenuV4StationItemsSearchBody {
8492
8492
  sites: FetchStationItemsSearchSiteRequestDTO[];
8493
- searchTerm?: string;
8493
+ search_term?: string;
8494
8494
  [index: string]: any;
8495
8495
  }
8496
8496
  export interface PostMenuV4StationItemsSearchResponse {