@matochmat/api-client 1.4.0-next.1 → 1.4.0

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.
@@ -151,6 +151,10 @@ export type ApiV2RestaurantType = {
151
151
  * Take away info for the restaurant.
152
152
  */
153
153
  takeAway: ApiV2TakeAwayType;
154
+ /**
155
+ * Type for who updates the restaurant's menus.
156
+ */
157
+ updatedByTypeId: 1 | 2 | 3;
154
158
  /**
155
159
  * URL to the restaurant's own website.
156
160
  */
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": "1.4.0-next.1",
4
+ "version": "1.4.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",