@maxim_mazurok/gapi.client.drive-v3
Advanced tools
Comparing version 0.0.20230212 to 0.0.20230219
{ | ||
"name": "@maxim_mazurok/gapi.client.drive-v3", | ||
"version": "0.0.20230212", | ||
"version": "0.0.20230219", | ||
"description": "TypeScript typings for Drive API v3", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -106,3 +106,3 @@ # TypeScript typings for Drive API v3 | ||
/* | ||
Subscribes to changes for a user. | ||
Subscribes to changes for a user. To use this method, you must include the pageToken query parameter. | ||
*/ | ||
@@ -237,3 +237,3 @@ await gapi.client.drive.changes.watch({ pageToken: "pageToken", }); | ||
/* | ||
Creates a permission for a file or shared drive. | ||
Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives. | ||
*/ | ||
@@ -240,0 +240,0 @@ await gapi.client.drive.permissions.create({ fileId: "fileId", }); |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.drive-v3 definition tests */ | ||
// Revision: 20230212 | ||
// Revision: 20230219 | ||
@@ -73,3 +73,3 @@ gapi.load('client', async () => { | ||
}); | ||
/** Subscribes to changes for a user. */ | ||
/** Subscribes to changes for a user. To use this method, you must include the pageToken query parameter. */ | ||
await gapi.client.drive.changes.watch({ | ||
@@ -1325,3 +1325,3 @@ driveId: "Test string", | ||
}); | ||
/** Creates a permission for a file or shared drive. */ | ||
/** Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives. */ | ||
await gapi.client.drive.permissions.create({ | ||
@@ -1328,0 +1328,0 @@ emailMessage: "Test string", |
Sorry, the diff of this file is too big to display
259490
4691