orderiom-api-package 0.3.25 → 0.3.27

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/index.js CHANGED
@@ -8,5 +8,6 @@ function install(Vue, options = {}, config = {}) {
8
8
  export default {
9
9
  install,
10
10
  enMsg,
11
- deMsg
11
+ deMsg,
12
+ modules: apiStore.modules
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orderiom-api-package",
3
- "version": "0.3.25",
3
+ "version": "0.3.27",
4
4
  "description": "This package will install all necessary API calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -163,5 +163,7 @@
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
165
  "Basket not found": "Korb nicht gefunden",
166
- "full_capacity": "Die Kapazität ist voll"
167
- }
166
+ "full_capacity": "Die Kapazität ist voll",
167
+ "The_product_is_not_available": "Das Produkt ist nicht verfügbar",
168
+ "The_package_is_not_available": "Das Paket ist nicht verfügbar"
169
+ }
@@ -163,5 +163,7 @@
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
165
  "Basket not found": "Basket not found",
166
- "full_capacity": "Capacity is full"
167
- }
166
+ "full_capacity": "Capacity is full",
167
+ "The_product_is_not_available": "The product is not available",
168
+ "The_package_is_not_available": "The package is not available"
169
+ }