orderiom-api-package 0.3.16 → 0.3.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orderiom-api-package",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "This package will install all necessary API calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -162,5 +162,6 @@
162
162
  "There was an error in fetching the blogs": "Beim Abrufen der Blogs ist ein Fehler aufgetreten",
163
163
  "There was an error in fetching the blog": "Beim Abrufen des Blogs ist ein Fehler aufgetreten",
164
164
  "Something went wrong": "Etwas ist schief gelaufen",
165
- "Basket not found": "Korb nicht gefunden"
165
+ "Basket not found": "Korb nicht gefunden",
166
+ "full_capacity": "Die Kapazität ist voll"
166
167
  }
@@ -162,5 +162,6 @@
162
162
  "There was an error in fetching the blogs": "There was an error in fetching the blogs",
163
163
  "There was an error in fetching the blog": "There was an error in fetching the blog",
164
164
  "Something went wrong": "Something went wrong",
165
- "Basket not found": "Basket not found"
165
+ "Basket not found": "Basket not found",
166
+ "full_capacity": "Capacity is full"
166
167
  }