@hubs101/js-api-skd-client 1.0.10395 → 1.0.10397

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.
@@ -130,7 +130,7 @@ const _fetchAccountEvents = (basePath, token, url) => __awaiter(void 0, void 0,
130
130
  exports._fetchAccountEvents = _fetchAccountEvents;
131
131
  const _fetchAccountGroups = (basePath, token, accountId, type) => __awaiter(void 0, void 0, void 0, function* () {
132
132
  const base = (0, base_1.getBasePath)(basePath);
133
- const { data: groups } = yield (0, api_1.getRequest)(`${base.ACCOUNTS}/${accountId}/groups?type=${type}`, token);
133
+ const groups = yield (0, api_1.getRequest)(`${base.ACCOUNTS}/${accountId}/groups?type=${type}`, token);
134
134
  return groups;
135
135
  });
136
136
  exports._fetchAccountGroups = _fetchAccountGroups;
package/lib/index.js CHANGED
@@ -900,6 +900,7 @@ function EventAPIProvider(props) {
900
900
  pinExhibition,
901
901
  unpinExhibition,
902
902
  fetchEventGroups,
903
+ fetchAccountGroups,
903
904
  fetchEventAttendeeActions,
904
905
  fetchAccountBookings,
905
906
  resendBookingEmail,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10395",
3
+ "version": "1.0.10397",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",