@hubs101/js-api-skd-client 1.0.10458 → 1.0.10460

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.
@@ -337,6 +337,8 @@ export type EventAPIType = {
337
337
  pinExhibition: (exhibitionId: string) => Promise<boolean>;
338
338
  unpinExhibition: (exhibitionId: string) => Promise<boolean>;
339
339
  fetchEventGroups: (eventId: string) => Promise<GroupServerResponse[]>;
340
+ deleteMediaDirectories: (accountId: string, path: string, name: string) => Promise<APIResponse>;
341
+ deleteMediaDirectoryFiles: (accountId: string, filepath: string) => Promise<APIResponse>;
340
342
  updateAccountGroup: (accountId: string, groupId: string, data: GroupInputType) => Promise<GroupResponseType>;
341
343
  fetchAccountGroups: (accountId: string, type: GroupType) => Promise<ResponsePaginationType<GroupResponseType>>;
342
344
  fetchEventAttendeeActions: (eventId: string) => Promise<ResponseServerType<FetchCurrentEventAttendeesActionsResponse[]>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10458",
3
+ "version": "1.0.10460",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",