@hubs101/js-api-skd-client 1.0.10270 → 1.0.10271

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.
@@ -83,7 +83,7 @@ const _deleteContentManager = (basePath, token, accountId, profileId) => __await
83
83
  exports._deleteContentManager = _deleteContentManager;
84
84
  const _registerManager = (basePath, accountId, data) => __awaiter(void 0, void 0, void 0, function* () {
85
85
  const base = (0, base_1.getBasePath)(basePath);
86
- const response = yield (0, api_1.postRequestWE)(`${base.PUBLIC_INVITATIONS}/accounts/${accountId}/managers/content-managers`, data);
86
+ const response = yield (0, api_1.postRequestWE)(`${base.PUBLIC_INVITATIONS}/accounts/${accountId}/managers/register`, data);
87
87
  return response;
88
88
  });
89
89
  exports._registerManager = _registerManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10270",
3
+ "version": "1.0.10271",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",