webc-miam 9.3.3 → 9.3.5

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.
@@ -153,6 +153,7 @@ export interface MealzInternalInterface {
153
153
  planner: {
154
154
  getDashboardHTML: () => Observable<string>;
155
155
  getCurrentMenuHTML: () => Observable<string>;
156
+ getEntryHTML: () => Observable<string>;
156
157
  };
157
158
 
158
159
  getStickyHeaderHeight: () => Observable<number>;