@maxim_mazurok/gapi.client.calendar-v3 0.0.20240906 → 0.0.20240927

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://calendar-json.googleapis.com/$discovery/rest?version=v3
12
- // Revision: 20240906
12
+ // Revision: 20240927
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -604,7 +604,7 @@ declare namespace gapi.client {
604
604
  * - "needsAction" - The attendee has not responded to the invitation (recommended for new events).
605
605
  * - "declined" - The attendee has declined the invitation.
606
606
  * - "tentative" - The attendee has tentatively accepted the invitation.
607
- * - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using the values declined, tentative, or accepted, attendees with the "Add invitations to my calendar" setting set to "When I respond to invitation in email" won't see an event on their calendar unless they choose to change their invitation response in the event invitation email.
607
+ * - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using the values declined, tentative, or accepted, attendees with the "Add invitations to my calendar" setting set to "When I respond to invitation in email" or "Only if the sender is known" might have their response reset to needsAction and won't see an event in their calendar unless they change their response in the event invitation email. Furthermore, if more than 200 guests are invited to the event, response status is not propagated to the guests.
608
608
  */
609
609
  responseStatus?: string;
610
610
  /** Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.calendar-v3",
3
- "version": "0.0.20240906",
3
+ "version": "0.0.20240927",
4
4
  "description": "TypeScript typings for Calendar API v3",
5
5
  "repository": {
6
6
  "type": "git",