@maxim_mazurok/gapi.client.calendar-v3 0.0.20230602 → 0.0.20230616

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 (3) hide show
  1. package/index.d.ts +9 -9
  2. package/package.json +1 -1
  3. package/tests.ts +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: 20230602
12
+ // Revision: 20230616
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -762,7 +762,7 @@ declare namespace gapi.client {
762
762
  */
763
763
  visibility?:
764
764
  string;
765
- /** Developer Preview: Working Location event data. Read-only. */
765
+ /** Working Location event data. Read-only. Developer Preview. */
766
766
  workingLocationProperties?:
767
767
  EventWorkingLocationProperties;
768
768
  }
@@ -941,7 +941,7 @@ declare namespace gapi.client {
941
941
  label?:
942
942
  string;
943
943
  };
944
- /** Indicates what kind of location this is. Any details will be specified in a sub-field of the specified name (but which may be missing if empty). Any other fields will be ignored. */
944
+ /** Indicates what kind of location this is. Any details are specified in a sub-field of the specified name (but which may be missing if empty). Any other fields are ignored. */
945
945
  type?:
946
946
  string;
947
947
  }
@@ -2632,11 +2632,11 @@ declare namespace gapi.client {
2632
2632
  * - "default"
2633
2633
  * - "focusTime"
2634
2634
  * - "outOfOffice"This parameter can be repeated multiple times to return events of different types. Currently, this is the only allowed value for this field:
2635
- * - ["default", "focusTime", "outOfOffice"] This value will be the default.
2635
+ * - ["default", "focusTime", "outOfOffice"] This value is the default.
2636
2636
  *
2637
2637
  * If you're enrolled in the Working Location developer preview program, in addition to the default value above you can also set the "workingLocation" event type:
2638
2638
  * - ["default", "focusTime", "outOfOffice", "workingLocation"]
2639
- * - ["workingLocation"] Additional combinations of these 4 event types will be made available in later releases. Developer Preview.
2639
+ * - ["workingLocation"] Additional combinations of these four event types will be made available in later releases. Developer Preview.
2640
2640
  */
2641
2641
  eventTypes?:
2642
2642
  string | string[];
@@ -3112,11 +3112,11 @@ declare namespace gapi.client {
3112
3112
  * - "default"
3113
3113
  * - "focusTime"
3114
3114
  * - "outOfOffice"This parameter can be repeated multiple times to return events of different types. Currently, this is the only allowed value for this field:
3115
- * - ["default", "focusTime", "outOfOffice"] This value will be the default.
3115
+ * - ["default", "focusTime", "outOfOffice"] This value is the default.
3116
3116
  *
3117
3117
  * If you're enrolled in the Working Location developer preview program, in addition to the default value above you can also set the "workingLocation" event type:
3118
3118
  * - ["default", "focusTime", "outOfOffice", "workingLocation"]
3119
- * - ["workingLocation"] Additional combinations of these 4 event types will be made available in later releases. Developer Preview.
3119
+ * - ["workingLocation"] Additional combinations of these four event types will be made available in later releases. Developer Preview.
3120
3120
  */
3121
3121
  eventTypes?:
3122
3122
  string | string[];
@@ -3254,11 +3254,11 @@ declare namespace gapi.client {
3254
3254
  * - "default"
3255
3255
  * - "focusTime"
3256
3256
  * - "outOfOffice"This parameter can be repeated multiple times to return events of different types. Currently, this is the only allowed value for this field:
3257
- * - ["default", "focusTime", "outOfOffice"] This value will be the default.
3257
+ * - ["default", "focusTime", "outOfOffice"] This value is the default.
3258
3258
  *
3259
3259
  * If you're enrolled in the Working Location developer preview program, in addition to the default value above you can also set the "workingLocation" event type:
3260
3260
  * - ["default", "focusTime", "outOfOffice", "workingLocation"]
3261
- * - ["workingLocation"] Additional combinations of these 4 event types will be made available in later releases. Developer Preview.
3261
+ * - ["workingLocation"] Additional combinations of these four event types will be made available in later releases. Developer Preview.
3262
3262
  */
3263
3263
  eventTypes?:
3264
3264
  string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.calendar-v3",
3
- "version": "0.0.20230602",
3
+ "version": "0.0.20230616",
4
4
  "description": "TypeScript typings for Calendar API v3",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230602
6
+ // Revision: 20230616
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */