starta.apiclient 1.37.1068 → 1.37.1069

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.
@@ -169,7 +169,7 @@ var Accounts = /** @class */ (function () {
169
169
  };
170
170
  Accounts.prototype.getNotifications = function (login) {
171
171
  return this._requestRunner.performRequest({
172
- url: "accounts/".concat(login, "/notifications"),
172
+ url: "comm/accounts/".concat(login, "/notifications"),
173
173
  method: 'GET',
174
174
  });
175
175
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.apiclient",
3
- "version": "1.37.1068",
3
+ "version": "1.37.1069",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Wrapper for starta.one api",
6
6
  "author": "Collaboracia OÜ",