From a3ba359d73c0e48f29b0740ce2909f933149373c Mon Sep 17 00:00:00 2001 From: Alex Rybchenko Date: Mon, 28 Mar 2022 17:11:28 +0200 Subject: [PATCH] updated api report Signed-off-by: Alex Rybchenko --- plugins/gcalendar/api-report.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plugins/gcalendar/api-report.md b/plugins/gcalendar/api-report.md index 276c144400..b4aebf1ff3 100644 --- a/plugins/gcalendar/api-report.md +++ b/plugins/gcalendar/api-report.md @@ -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; // (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)