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

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.
@@ -120,4 +120,4 @@ export declare const _updatePortfolioBlogPage: (basePath: string, token: string,
120
120
  value: File;
121
121
  }[]) => Promise<any>;
122
122
  export declare const _deletePortfolioBlogPage: (basePath: string, token: string, portfolioId: string, blogPostId: string) => Promise<any>;
123
- export declare const _fetchMediaDirectories: (basePath: string, token: string, accountId: string, path: string) => Promise<Directory[]>;
123
+ export declare const _fetchMediaDirectories: (basePath: string, token: string, accountId: string, path: string) => Promise<Directory>;
@@ -312,7 +312,7 @@ export type BaseAPIType = {
312
312
  editColocatedEvents: (basePath: string, token: string, id: string, data: ColocatedEventsGroupInputType) => Promise<ColocatedEventsGroupType>;
313
313
  deleteColocatedEvents: (basePath: string, token: string, id: string) => Promise<string>;
314
314
  updateVisibilityAttendee: (basePath: string, token: string, attendeeId: string, visibility: string) => Promise<SuccessResponse>;
315
- fetchMediaDirectories: (basePath: string, token: string, accountId: string, path: string) => Promise<Directory[]>;
315
+ fetchMediaDirectories: (basePath: string, token: string, accountId: string, path: string) => Promise<Directory>;
316
316
  };
317
317
  export type EventAPIType = {
318
318
  config: BaseAPIConfigType;
@@ -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.10439",
3
+ "version": "1.0.10441",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",