@maxim_mazurok/gapi.client.calendar-v3 0.0.20240322 → 0.0.20240405

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 +4 -4
  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: 20240322
12
+ // Revision: 20240405
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1812,7 +1812,7 @@ declare namespace gapi.client {
1812
1812
  alwaysIncludeEmail?: boolean;
1813
1813
  /** Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */
1814
1814
  calendarId: string;
1815
- /** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"]. */
1815
+ /** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. If unset, returns all event types. */
1816
1816
  eventTypes?: string | string[];
1817
1817
  /** Selector specifying which fields to include in a partial response. */
1818
1818
  fields?: string;
@@ -2113,7 +2113,7 @@ declare namespace gapi.client {
2113
2113
  alwaysIncludeEmail?: boolean;
2114
2114
  /** Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */
2115
2115
  calendarId: string;
2116
- /** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"]. */
2116
+ /** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. If unset, returns all event types. */
2117
2117
  eventTypes?: string | string[];
2118
2118
  /** Selector specifying which fields to include in a partial response. */
2119
2119
  fields?: string;
@@ -2200,7 +2200,7 @@ declare namespace gapi.client {
2200
2200
  alwaysIncludeEmail?: boolean;
2201
2201
  /** Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */
2202
2202
  calendarId: string;
2203
- /** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"]. */
2203
+ /** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. If unset, returns all event types. */
2204
2204
  eventTypes?: string | string[];
2205
2205
  /** Selector specifying which fields to include in a partial response. */
2206
2206
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.calendar-v3",
3
- "version": "0.0.20240322",
3
+ "version": "0.0.20240405",
4
4
  "description": "TypeScript typings for Calendar API v3",
5
5
  "repository": {
6
6
  "type": "git",