@hubs101/js-api-skd-client 1.0.10664 → 1.0.10665

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.
@@ -742,7 +742,7 @@ const _fetchPortfolioEvents = (basePath, token, portfolioId) => __awaiter(void 0
742
742
  exports._fetchPortfolioEvents = _fetchPortfolioEvents;
743
743
  const _fetchBlogEventsBySlug = (basePath, accountId, blogSlug) => __awaiter(void 0, void 0, void 0, function* () {
744
744
  const base = (0, base_1.getBasePath)(basePath);
745
- const { data: blogEvents } = yield (0, api_1.getRequest)(`${base.ACCOUNTS}/${accountId}/blogs/${blogSlug}/events`);
745
+ const { data: blogEvents } = yield (0, api_1.getRequest)(`${base.PUBLIC_ACCOUNTS}/${accountId}/blogs/${blogSlug}/events`);
746
746
  return (blogEvents === null || blogEvents === void 0 ? void 0 : blogEvents.data) || blogEvents;
747
747
  });
748
748
  exports._fetchBlogEventsBySlug = _fetchBlogEventsBySlug;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10664",
3
+ "version": "1.0.10665",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",