@maxim_mazurok/gapi.client.drive-v3
Advanced tools
Comparing version 0.0.20230815 to 0.0.20230822
{ | ||
"name": "@maxim_mazurok/gapi.client.drive-v3", | ||
"version": "0.0.20230815", | ||
"version": "0.0.20230822", | ||
"description": "TypeScript typings for Google Drive API v3", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -146,3 +146,3 @@ # TypeScript typings for Google Drive API v3 | ||
/* | ||
Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items. | ||
Permanently deletes a shared drive for which the user is an `organizer`. The shared drive cannot contain any untrashed items. | ||
*/ | ||
@@ -187,3 +187,3 @@ await gapi.client.drive.drives.delete({ driveId: "driveId", }); | ||
/* | ||
Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted. | ||
Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive, the user must be an `organizer` on the parent folder. If the target is a folder, all descendants owned by the user are also deleted. | ||
*/ | ||
@@ -190,0 +190,0 @@ await gapi.client.drive.files.delete({ fileId: "fileId", }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
328522