orderiom-api-package 0.4.86 → 0.4.87

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.86",
3
+ "version": "0.4.87",
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",
@@ -317,7 +317,8 @@ const actions = {
317
317
  });
318
318
  return {
319
319
  ...res,
320
- msg: result.data.message.body
320
+ type: res.data.message.type,
321
+ msg: res.data.message.body
321
322
  }
322
323
  }).catch(
323
324
  commonErrorCallback()