webc-miam 9.1.5 → 9.1.7

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.
@@ -12,6 +12,13 @@ export interface MealzInternalInterface {
12
12
  * Sends an analytics event via mealz-shared-analytics
13
13
  */
14
14
  sendEvent: (name: string, path: string, props: PlausibleProps, journey?: EventJourney) => void;
15
+
16
+ /**
17
+ * Defines the `journey` property for mealz-shared-analytics
18
+ *
19
+ * Set to true if we currently are in a mealz dedicated page
20
+ */
21
+ setIsMealzPage: (isMealzPage: boolean) => void;
15
22
  };
16
23
 
17
24
  // ---------------------------------------------------------------------------------------------------