updated api report

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-03-28 17:11:28 +02:00
parent d5e0531122
commit a3ba359d73
+6 -3
View File
@@ -29,9 +29,7 @@ export class GCalendarApiClient {
// Warning: (ae-forgotten-export) The symbol "Options" needs to be exported by the entry point index.d.ts
constructor(options: Options);
// (undocumented)
getCalendars(params?: any): Promise<{
items: GCalendar[];
}>;
getCalendars(params?: any): Promise<gapi.client.calendar.CalendarList>;
// (undocumented)
getEvents(
calendarId: string,
@@ -55,6 +53,11 @@ export type GCalendarEvent = gapi.client.calendar.Event &
calendarId?: string;
};
// Warning: (ae-missing-release-tag) "GCalendarList" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type GCalendarList = gapi.client.calendar.CalendarList;
// Warning: (ae-missing-release-tag) "gcalendarPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)