@hubs101/js-api-skd-client 1.0.10438 → 1.0.10439

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.
@@ -553,7 +553,7 @@ export type EventAPIType = {
553
553
  editColocatedEvents: (id: string, data: ColocatedEventsGroupInputType) => Promise<ColocatedEventsGroupType>;
554
554
  deleteColocatedEvents: (id: string) => Promise<string>;
555
555
  updateVisibilityAttendee: (attendeeId: string, visibility: string) => Promise<SuccessResponse>;
556
- fetchMediaDirectories: (accountId: string, path: string) => Promise<Directory>;
556
+ fetchMediaDirectories: (accountId: string, path: string) => Promise<Directory[]>;
557
557
  };
558
558
  export type BaseAPIConfigType = {
559
559
  baseUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10438",
3
+ "version": "1.0.10439",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",