@hubs101/js-api-skd-client 1.0.10321 → 1.0.10322

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.
@@ -297,7 +297,7 @@ export type EventAPIType = {
297
297
  pinExhibition: (exhibitionId: string) => Promise<boolean>;
298
298
  unpinExhibition: (exhibitionId: string) => Promise<boolean>;
299
299
  fetchEventGroups: (eventId: string) => Promise<GroupServerResponse[]>;
300
- fetchEventAttendeeActions: (basePath: string, token: string, eventId: string) => Promise<any>;
300
+ fetchEventAttendeeActions: (eventId: string) => Promise<any>;
301
301
  fetchAccountBookings: (accountId: string, params?: string) => Promise<ResponsePaginationType<Booking>>;
302
302
  resendTicketEmail: (ticketId: string) => Promise<any>;
303
303
  resendBookingEmail: (bookingId: string) => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10321",
3
+ "version": "1.0.10322",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",