@hubs101/js-api-skd-client 1.0.10248 → 1.0.10250

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.
@@ -288,8 +288,8 @@ const _fetchEventGroups = (basePath, token, eventId) => __awaiter(void 0, void 0
288
288
  exports._fetchEventGroups = _fetchEventGroups;
289
289
  const _fetchMyBookings = (basePath, token) => __awaiter(void 0, void 0, void 0, function* () {
290
290
  const base = (0, base_1.getBasePath)(basePath);
291
- const { data: groups } = yield (0, api_1.getRequest)(`${base.USERS}/bookings?limit=2000`, token);
292
- return groups;
291
+ const response = yield (0, api_1.getRequest)(`${base.USERS}/bookings?limit=2000`, token);
292
+ return response;
293
293
  });
294
294
  exports._fetchMyBookings = _fetchMyBookings;
295
295
  const _assignTicket = (basePath, token, bookingId, ticketId, data) => __awaiter(void 0, void 0, void 0, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10248",
3
+ "version": "1.0.10250",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",