@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.467.0",
3
+ "version": "4.468.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -8865,7 +8865,7 @@ export interface PostMenuV4BrandItemsSearchQuery {
8865
8865
 
8866
8866
  export interface PostMenuV4BrandItemsSearchResponse {
8867
8867
  meta?: FetchMetaDTO;
8868
- menuBrands?: FetchEntityWithMenusAndItemsDTO[];
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
- sites?: FetchSiteWithStationsDTO[];
10955
+ results?: FetchSiteWithStationsDTO[];
10956
10956
  }
10957
10957
 
10958
10958
  export interface PostMenuV4StationItemsSearchRequest