@maxim_mazurok/gapi.client.calendar-v3 0.0.20240621 → 0.0.20240705

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 +3 -3
  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: 20240621
12
+ // Revision: 20240705
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -507,7 +507,7 @@ declare namespace gapi.client {
507
507
  recurrence?: string[];
508
508
  /** For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable. */
509
509
  recurringEventId?: string;
510
- /** Information about the event's reminders for the authenticated user. */
510
+ /** Information about the event's reminders for the authenticated user. Note that changing reminders does not also change the updated property of the enclosing event. */
511
511
  reminders?: {
512
512
  /** If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5. */
513
513
  overrides?: EventReminder[];
@@ -546,7 +546,7 @@ declare namespace gapi.client {
546
546
  * - "transparent" - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
547
547
  */
548
548
  transparency?: string;
549
- /** Last modification time of the event (as a RFC3339 timestamp). Read-only. */
549
+ /** Last modification time of the main event data (as a RFC3339 timestamp). Updating event reminders will not cause this to change. Read-only. */
550
550
  updated?: string;
551
551
  /**
552
552
  * Visibility of the event. Optional. Possible values are:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.calendar-v3",
3
- "version": "0.0.20240621",
3
+ "version": "0.0.20240705",
4
4
  "description": "TypeScript typings for Calendar API v3",
5
5
  "repository": {
6
6
  "type": "git",