generated/google/apis/script_v1.rb in google-api-client-0.23.0 vs generated/google/apis/script_v1.rb in google-api-client-0.23.1

- old
+ new

@@ -29,11 +29,11 @@ # aside> # # @see https://developers.google.com/apps-script/api/ module ScriptV1 VERSION = 'V1' - REVISION = '20180530' + REVISION = '20180601' # Read, send, delete, and manage your email AUTH_SCOPE = 'https://mail.google.com/' # Manage your calendars @@ -45,9 +45,12 @@ # View and manage the provisioning of groups on your domain AUTH_ADMIN_DIRECTORY_GROUP = 'https://www.googleapis.com/auth/admin.directory.group' # View and manage the provisioning of users on your domain AUTH_ADMIN_DIRECTORY_USER = 'https://www.googleapis.com/auth/admin.directory.user' + + # View and manage your Google Docs documents + AUTH_DOCUMENTS = 'https://www.googleapis.com/auth/documents' # View and manage the files in your Google Drive AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' # View and manage your forms in Google Drive