orderiom-api-package 0.4.114 → 0.4.115

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.4.114",
3
+ "version": "0.4.115",
4
4
  "description": "This package will install all necessary API calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -626,6 +626,7 @@ const actions = {
626
626
  name,
627
627
  validTime,
628
628
  deliveryType,
629
+ validation,
629
630
  inStock
630
631
  }
631
632
  } else if ([401, 403, 404, 400].includes(status)) {