@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.
package/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -8865,7 +8865,7 @@ export interface PostMenuV4BrandItemsSearchQuery {
|
|
|
8865
8865
|
|
|
8866
8866
|
export interface PostMenuV4BrandItemsSearchResponse {
|
|
8867
8867
|
meta?: FetchMetaDTO;
|
|
8868
|
-
|
|
8868
|
+
results?: FetchEntityWithMenusAndItemsDTO[];
|
|
8869
8869
|
}
|
|
8870
8870
|
|
|
8871
8871
|
export interface PostMenuV4BrandItemsSearchRequest
|
|
@@ -10952,7 +10952,7 @@ export interface PostMenuV4StationItemsSearchQuery {
|
|
|
10952
10952
|
|
|
10953
10953
|
export interface PostMenuV4StationItemsSearchResponse {
|
|
10954
10954
|
meta?: FetchMetaDTO;
|
|
10955
|
-
|
|
10955
|
+
results?: FetchSiteWithStationsDTO[];
|
|
10956
10956
|
}
|
|
10957
10957
|
|
|
10958
10958
|
export interface PostMenuV4StationItemsSearchRequest
|