| Index: generated/googleapis/lib/gmail/v1.dart
|
| diff --git a/generated/googleapis/lib/gmail/v1.dart b/generated/googleapis/lib/gmail/v1.dart
|
| index adc96db1d64c1108937d7af3990016a2b2137c57..bb457b3596885d66d53f5c7c23ea407481aa0193 100644
|
| --- a/generated/googleapis/lib/gmail/v1.dart
|
| +++ b/generated/googleapis/lib/gmail/v1.dart
|
| @@ -37,6 +37,9 @@ class GmailApi {
|
| /** View your emails messages and settings */
|
| static const GmailReadonlyScope = "https://www.googleapis.com/auth/gmail.readonly";
|
|
|
| + /** Send email on your behalf */
|
| + static const GmailSendScope = "https://www.googleapis.com/auth/gmail.send";
|
| +
|
|
|
| final commons.ApiRequester _requester;
|
|
|
|
|