@maxim_mazurok/gapi.client.drive-v3
Advanced tools
Comparing version 0.0.20230413 to 0.0.20230423
{ | ||
"name": "@maxim_mazurok/gapi.client.drive-v3", | ||
"version": "0.0.20230413", | ||
"version": "0.0.20230423", | ||
"description": "TypeScript typings for Drive API v3", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -191,3 +191,3 @@ # TypeScript typings for Drive API v3 | ||
/* | ||
Permanently deletes all of the user's trashed files. | ||
Permanently deletes all trashed files of a user or shared drive. | ||
*/ | ||
@@ -232,3 +232,3 @@ await gapi.client.drive.files.emptyTrash({ }); | ||
/* | ||
Subscribes to changes to a file. | ||
Subscribe to changes on a file. | ||
*/ | ||
@@ -235,0 +235,0 @@ await gapi.client.drive.files.watch({ fileId: "fileId", }); |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.drive-v3 definition tests */ | ||
// Revision: 20230413 | ||
// Revision: 20230423 | ||
@@ -931,3 +931,3 @@ gapi.load('client', async () => { | ||
}); | ||
/** Permanently deletes all of the user's trashed files. */ | ||
/** Permanently deletes all trashed files of a user or shared drive. */ | ||
await gapi.client.drive.files.emptyTrash({ | ||
@@ -1304,3 +1304,3 @@ driveId: "Test string", | ||
}); | ||
/** Subscribes to changes to a file. */ | ||
/** Subscribe to changes on a file. */ | ||
await gapi.client.drive.files.watch({ | ||
@@ -1307,0 +1307,0 @@ acknowledgeAbuse: true, |
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
259134