@maxim_mazurok/gapi.client.calendar-v3 0.0.20231215 → 0.0.20240111

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 +13 -25
  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: 20231215
12
+ // Revision: 20240111
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1808,17 +1808,11 @@ declare namespace gapi.client {
1808
1808
  list(request?: {
1809
1809
  /** Data format for the response. */
1810
1810
  alt?: string;
1811
- /** Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */
1811
+ /** Deprecated and ignored. */
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
- /**
1816
- * Event types to return. Optional. Possible values are:
1817
- * - "default"
1818
- * - "focusTime"
1819
- * - "outOfOffice"
1820
- * - "workingLocation"This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"].
1821
- */
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"]. */
1822
1816
  eventTypes?: string | string[];
1823
1817
  /** Selector specifying which fields to include in a partial response. */
1824
1818
  fields?: string;
@@ -1848,6 +1842,8 @@ declare namespace gapi.client {
1848
1842
  * - location
1849
1843
  * - attendee's displayName
1850
1844
  * - attendee's email
1845
+ * - organizer's displayName
1846
+ * - organizer's email
1851
1847
  * - workingLocationProperties.officeLocation.buildingId
1852
1848
  * - workingLocationProperties.officeLocation.deskId
1853
1849
  * - workingLocationProperties.officeLocation.label
@@ -2113,17 +2109,11 @@ declare namespace gapi.client {
2113
2109
  watch(request: {
2114
2110
  /** Data format for the response. */
2115
2111
  alt?: string;
2116
- /** Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */
2112
+ /** Deprecated and ignored. */
2117
2113
  alwaysIncludeEmail?: boolean;
2118
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. */
2119
2115
  calendarId: string;
2120
- /**
2121
- * Event types to return. Optional. Possible values are:
2122
- * - "default"
2123
- * - "focusTime"
2124
- * - "outOfOffice"
2125
- * - "workingLocation"This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"].
2126
- */
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"]. */
2127
2117
  eventTypes?: string | string[];
2128
2118
  /** Selector specifying which fields to include in a partial response. */
2129
2119
  fields?: string;
@@ -2153,6 +2143,8 @@ declare namespace gapi.client {
2153
2143
  * - location
2154
2144
  * - attendee's displayName
2155
2145
  * - attendee's email
2146
+ * - organizer's displayName
2147
+ * - organizer's email
2156
2148
  * - workingLocationProperties.officeLocation.buildingId
2157
2149
  * - workingLocationProperties.officeLocation.deskId
2158
2150
  * - workingLocationProperties.officeLocation.label
@@ -2204,17 +2196,11 @@ declare namespace gapi.client {
2204
2196
  request: {
2205
2197
  /** Data format for the response. */
2206
2198
  alt?: string;
2207
- /** Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */
2199
+ /** Deprecated and ignored. */
2208
2200
  alwaysIncludeEmail?: boolean;
2209
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. */
2210
2202
  calendarId: string;
2211
- /**
2212
- * Event types to return. Optional. Possible values are:
2213
- * - "default"
2214
- * - "focusTime"
2215
- * - "outOfOffice"
2216
- * - "workingLocation"This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"].
2217
- */
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"]. */
2218
2204
  eventTypes?: string | string[];
2219
2205
  /** Selector specifying which fields to include in a partial response. */
2220
2206
  fields?: string;
@@ -2244,6 +2230,8 @@ declare namespace gapi.client {
2244
2230
  * - location
2245
2231
  * - attendee's displayName
2246
2232
  * - attendee's email
2233
+ * - organizer's displayName
2234
+ * - organizer's email
2247
2235
  * - workingLocationProperties.officeLocation.buildingId
2248
2236
  * - workingLocationProperties.officeLocation.deskId
2249
2237
  * - workingLocationProperties.officeLocation.label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.calendar-v3",
3
- "version": "0.0.20231215",
3
+ "version": "0.0.20240111",
4
4
  "description": "TypeScript typings for Calendar API v3",
5
5
  "repository": {
6
6
  "type": "git",