@compassdigital/sdk.typescript 4.474.0 → 4.475.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.
@@ -1840,7 +1840,8 @@ export interface CatalogBackupVersionDTO {
1840
1840
  last_modified?: string;
1841
1841
  }
1842
1842
  export interface FetchMetaDTO {
1843
- result_count?: number;
1843
+ result_count: number;
1844
+ [index: string]: any;
1844
1845
  }
1845
1846
  export interface FetchEntityWithMenusDTO {
1846
1847
  id: string;
@@ -2014,7 +2015,6 @@ export interface FetchStationMenuDTO {
2014
2015
  export interface FetchStationCategoryDTO {
2015
2016
  id: string;
2016
2017
  name: string;
2017
- items: FetchItemDTO[];
2018
2018
  [index: string]: any;
2019
2019
  }
2020
2020
  export interface FetchStationItemsSearchSiteRequestDTO {