@compassdigital/sdk.typescript 4.474.0 → 4.475.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
|
@@ -2059,7 +2059,8 @@ export interface CatalogBackupVersionDTO {
|
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
2061
|
export interface FetchMetaDTO {
|
|
2062
|
-
result_count
|
|
2062
|
+
result_count: number;
|
|
2063
|
+
[index: string]: any;
|
|
2063
2064
|
}
|
|
2064
2065
|
|
|
2065
2066
|
export interface FetchEntityWithMenusDTO {
|
|
@@ -2249,7 +2250,6 @@ export interface FetchStationMenuDTO {
|
|
|
2249
2250
|
export interface FetchStationCategoryDTO {
|
|
2250
2251
|
id: string;
|
|
2251
2252
|
name: string;
|
|
2252
|
-
items: FetchItemDTO[];
|
|
2253
2253
|
[index: string]: any;
|
|
2254
2254
|
}
|
|
2255
2255
|
|