@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.
package/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -9001,8 +9001,8 @@ export interface PostMenuV4BrandsFetchRequest extends BaseRequest {
|
|
|
9001
9001
|
// POST /menu/v4/brand/items/search
|
|
9002
9002
|
|
|
9003
9003
|
export interface PostMenuV4BrandItemsSearchBody {
|
|
9004
|
-
|
|
9005
|
-
|
|
9004
|
+
menu_brands: FetchBrandItemsMenuBrandRequestDTO[];
|
|
9005
|
+
search_term?: string;
|
|
9006
9006
|
[index: string]: any;
|
|
9007
9007
|
}
|
|
9008
9008
|
|
|
@@ -11094,7 +11094,7 @@ export interface PostMenuV4StationsMenusFetchRequest extends BaseRequest {
|
|
|
11094
11094
|
|
|
11095
11095
|
export interface PostMenuV4StationItemsSearchBody {
|
|
11096
11096
|
sites: FetchStationItemsSearchSiteRequestDTO[];
|
|
11097
|
-
|
|
11097
|
+
search_term?: string;
|
|
11098
11098
|
[index: string]: any;
|
|
11099
11099
|
}
|
|
11100
11100
|
|