webc-miam 10.2.1 → 10.3.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.
@@ -191,6 +191,11 @@ export interface MealzInternalInterface {
191
191
  */
192
192
  removeRecipeFromMenu: (recipeId: string) => Observable<void>;
193
193
 
194
+ /**
195
+ * Fetches the title of the menu
196
+ */
197
+ fetchMenuTitle: () => Observable<string>;
198
+
194
199
  /**
195
200
  * Transfers the menu to the basket
196
201
  * @param basketId