@hubs101/js-api-skd-client 1.0.10438 → 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.
- package/lib/api/event/index.d.ts +1 -1
- package/lib/types/base.d.ts +1 -1
- package/package.json +1 -1
package/lib/api/event/index.d.ts
CHANGED
|
@@ -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>;
|
package/lib/types/base.d.ts
CHANGED
|
@@ -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;
|