@maxim_mazurok/gapi.client.calendar-v3 0.0.20231208 → 0.0.20231215
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.
- package/index.d.ts +5 -5
- 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:
|
|
12
|
+
// Revision: 20231215
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -418,8 +418,8 @@ declare namespace gapi.client {
|
|
|
418
418
|
/**
|
|
419
419
|
* Specific type of the event. This cannot be modified after the event is created. Possible values are:
|
|
420
420
|
* - "default" - A regular event or not further specified.
|
|
421
|
-
* - "outOfOffice" - An out-of-office event.
|
|
422
|
-
* - "focusTime" - A focus-time event.
|
|
421
|
+
* - "outOfOffice" - An out-of-office event.
|
|
422
|
+
* - "focusTime" - A focus-time event.
|
|
423
423
|
* - "workingLocation" - A working location event. Currently, only "default " and "workingLocation" events can be created using the API. Extended support for other event types will be made available in later releases.
|
|
424
424
|
*/
|
|
425
425
|
eventType?: string;
|
|
@@ -430,7 +430,7 @@ declare namespace gapi.client {
|
|
|
430
430
|
/** Properties that are shared between copies of the event on other attendees' calendars. */
|
|
431
431
|
shared?: {[P in string]: string};
|
|
432
432
|
};
|
|
433
|
-
/** Focus Time event data.
|
|
433
|
+
/** Focus Time event data. Used if eventType is focusTime. */
|
|
434
434
|
focusTimeProperties?: EventFocusTimeProperties;
|
|
435
435
|
/** A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata. */
|
|
436
436
|
gadget?: {
|
|
@@ -498,7 +498,7 @@ declare namespace gapi.client {
|
|
|
498
498
|
};
|
|
499
499
|
/** For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable. */
|
|
500
500
|
originalStartTime?: EventDateTime;
|
|
501
|
-
/** Out of office event data.
|
|
501
|
+
/** Out of office event data. Used if eventType is outOfOffice. */
|
|
502
502
|
outOfOfficeProperties?: EventOutOfOfficeProperties;
|
|
503
503
|
/** If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False. */
|
|
504
504
|
privateCopy?: boolean;
|