@matochmat/api-client 3.0.0-next.0 → 3.0.0-next.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.
@@ -18,6 +18,10 @@ export type ApiV2RestaurantFunctionalityType = {
18
18
  * String representation of the last time the entity was updated.
19
19
  */
20
20
  lastUpdated: string;
21
+ /**
22
+ * Whether or not the restaurant can be notified about actual users wanting them to display the menu related to this module.
23
+ */
24
+ notifiable: boolean;
21
25
  /**
22
26
  * Restaurant ID the functionality relates to.
23
27
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@matochmat/api-client",
3
3
  "description": "API types and helper functionality for the Mat och Mat API.",
4
- "version": "3.0.0-next.0",
4
+ "version": "3.0.0-next.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",