@compassdigital/sdk.typescript 4.467.0 → 4.468.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.
@@ -6600,7 +6600,7 @@ export interface PostMenuV4BrandItemsSearchQuery {
6600
6600
  }
6601
6601
  export interface PostMenuV4BrandItemsSearchResponse {
6602
6602
  meta?: FetchMetaDTO;
6603
- menuBrands?: FetchEntityWithMenusAndItemsDTO[];
6603
+ results?: FetchEntityWithMenusAndItemsDTO[];
6604
6604
  }
6605
6605
  export interface PostMenuV4BrandItemsSearchRequest extends BaseRequest, RequestQuery<PostMenuV4BrandItemsSearchQuery> {
6606
6606
  }
@@ -8366,7 +8366,7 @@ export interface PostMenuV4StationItemsSearchQuery {
8366
8366
  }
8367
8367
  export interface PostMenuV4StationItemsSearchResponse {
8368
8368
  meta?: FetchMetaDTO;
8369
- sites?: FetchSiteWithStationsDTO[];
8369
+ results?: FetchSiteWithStationsDTO[];
8370
8370
  }
8371
8371
  export interface PostMenuV4StationItemsSearchRequest extends BaseRequest, RequestQuery<PostMenuV4StationItemsSearchQuery> {
8372
8372
  }