webc-miam 9.0.7 → 9.0.8
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-interface.ts +0 -4
- 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
|
@@ -129,10 +129,6 @@ export interface MealzInterface {
|
|
|
129
129
|
* Call to enable tags displaying on recipe-details
|
|
130
130
|
*/
|
|
131
131
|
enableTagsOnRecipes: () => void;
|
|
132
|
-
/**
|
|
133
|
-
* Call to enable personal recipes on recipe-catalog
|
|
134
|
-
*/
|
|
135
|
-
enablePersonalRecipes: () => void;
|
|
136
132
|
/**
|
|
137
133
|
* Call to enable the meals-planner
|
|
138
134
|
*
|