webc-miam 10.6.1 → 10.7.1

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.
@@ -68,6 +68,10 @@ export interface MealzInterface {
68
68
  * @returns A BehaviorSubject that emits the current number of recipes in Mealz's Basket
69
69
  */
70
70
  recipeCount: () => Observable<number>;
71
+ /**
72
+ * @returns A BehaviorSubject that emits the current number of active products in Mealz's Basket
73
+ */
74
+ productCount: () => Observable<number>;
71
75
  /**
72
76
  * Opens the preview by calling the `openBasket` method of the `recipesService`.
73
77
  * @param analyticsPath The path to the analytics event