@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.483.0",
3
+ "version": "4.484.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -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
- menuBrands: FetchBrandItemsMenuBrandRequestDTO[];
9005
- searchTerm?: string;
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
- searchTerm?: string;
11097
+ search_term?: string;
11098
11098
  [index: string]: any;
11099
11099
  }
11100
11100