@compassdigital/sdk.typescript 4.481.0 → 4.482.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.481.0",
3
+ "version": "4.482.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -2220,7 +2220,6 @@ export interface MenuSizeDTO {
2220
2220
 
2221
2221
  export interface FetchStationWithMenusDTO {
2222
2222
  id: string;
2223
- name: string;
2224
2223
  menus: FetchStationMenuDTO[];
2225
2224
  [index: string]: any;
2226
2225
  }