@maxim_mazurok/gapi.client.drive-v3 0.1.20251029 → 0.1.20251111

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 +5 -5
  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://www.googleapis.com/discovery/v1/apis/drive/v3/rest
12
- // Revision: 20251029
12
+ // Revision: 20251111
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -224,7 +224,7 @@ declare namespace gapi.client {
224
224
  interface Comment {
225
225
  /** A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/workspace/drive/api/v3/manage-comments). */
226
226
  anchor?: string;
227
- /** Output only. The email of the user who is assigned to this comment, if none is assigned this will be unset. */
227
+ /** Output only. The email address of the user assigned to this comment. If no user is assigned, the field is unset. */
228
228
  assigneeEmailAddress?: string;
229
229
  /** Output only. The author of the comment. The author's email address and permission ID will not be populated. */
230
230
  author?: User;
@@ -240,7 +240,7 @@ declare namespace gapi.client {
240
240
  id?: string;
241
241
  /** Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. */
242
242
  kind?: string;
243
- /** Output only. The emails of the users who were mentioned in this comment, if none were mentioned this will be an empty list. */
243
+ /** Output only. A list of email addresses for users mentioned in this comment. If no users are mentioned, the list is empty. */
244
244
  mentionedEmailAddresses?: string[];
245
245
  /** The last time the comment or any of its replies was modified (RFC 3339 date-time). */
246
246
  modifiedTime?: string;
@@ -873,7 +873,7 @@ declare namespace gapi.client {
873
873
  interface Reply {
874
874
  /** The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` */
875
875
  action?: string;
876
- /** Output only. The email of the user who is assigned to this reply, if none is assigned this will be unset. */
876
+ /** Output only. The email address of the user assigned to this comment. If no user is assigned, the field is unset. */
877
877
  assigneeEmailAddress?: string;
878
878
  /** Output only. The author of the reply. The author's email address and permission ID will not be populated. */
879
879
  author?: User;
@@ -889,7 +889,7 @@ declare namespace gapi.client {
889
889
  id?: string;
890
890
  /** Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. */
891
891
  kind?: string;
892
- /** Output only. The emails of the users who were mentioned in this reply, if none were mentioned this will be an empty list. */
892
+ /** Output only. A list of email addresses for users mentioned in this comment. If no users are mentioned, the list is empty. */
893
893
  mentionedEmailAddresses?: string[];
894
894
  /** The last time the reply was modified (RFC 3339 date-time). */
895
895
  modifiedTime?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.drive-v3",
3
- "version": "0.1.20251029",
3
+ "version": "0.1.20251111",
4
4
  "description": "TypeScript typings for Google Drive API v3",
5
5
  "repository": {
6
6
  "type": "git",