@bigbinary/neeto-commons-frontend 2.0.17 → 2.0.18

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/utils.cjs.js CHANGED
@@ -23,7 +23,9 @@ var updateLocale__default = /*#__PURE__*/_interopDefaultLegacy(updateLocale);
23
23
  var HEADERS_KEYS = {
24
24
  xAuthEmail: "X-Auth-Email",
25
25
  xAuthToken: "X-Auth-Token",
26
- xCsrfToken: "X-CSRF-TOKEN"
26
+ xCsrfToken: "X-CSRF-TOKEN",
27
+ contentType: "Content-Type",
28
+ accept: "Accept"
27
29
  };
28
30
 
29
31
  var resetAuthTokens = function resetAuthTokens() {
package/utils.js CHANGED
@@ -10,7 +10,9 @@ import updateLocale from 'dayjs/plugin/updateLocale';
10
10
  var HEADERS_KEYS = {
11
11
  xAuthEmail: "X-Auth-Email",
12
12
  xAuthToken: "X-Auth-Token",
13
- xCsrfToken: "X-CSRF-TOKEN"
13
+ xCsrfToken: "X-CSRF-TOKEN",
14
+ contentType: "Content-Type",
15
+ accept: "Accept"
14
16
  };
15
17
 
16
18
  var resetAuthTokens = function resetAuthTokens() {