@maxim_mazurok/gapi.client.drive-v3 0.0.20240624 → 0.0.20240628

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  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: 20240624
12
+ // Revision: 20240628
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -595,9 +595,9 @@ declare namespace gapi.client {
595
595
  sharedWithMeTime?: string;
596
596
  /** Output only. The user who shared the file with the requesting user, if applicable. */
597
597
  sharingUser?: User;
598
- /** Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. */
598
+ /** Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. Can only be set on `files.create` requests. */
599
599
  shortcutDetails?: {
600
- /** The ID of the file that this shortcut points to. */
600
+ /** The ID of the file that this shortcut points to. Can only be set on `files.create` requests. */
601
601
  targetId?: string;
602
602
  /** Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. */
603
603
  targetMimeType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.drive-v3",
3
- "version": "0.0.20240624",
3
+ "version": "0.0.20240628",
4
4
  "description": "TypeScript typings for Google Drive API v3",
5
5
  "repository": {
6
6
  "type": "git",