webc-miam 10.2.0 → 10.2.3
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/interfaces/mealz-internal-interface.ts +5 -0
- package/main-es2015.js +1 -1
- package/main-es5.js +1 -1
- package/package.json +1 -1
- package/webc-miam-de.js +1 -1
- package/webc-miam-en.js +1 -1
- package/webc-miam-es.js +1 -1
- package/webc-miam-fr.js +1 -1
- package/webc-miam-it.js +1 -1
- package/webc-miam-nl.js +1 -1
- package/webc-miam-pt.js +1 -1
- package/webc-miam-ro.js +1 -1
|
@@ -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
|