Skip to content

Commit

Permalink
feat: Automated regeneration of chat v1 client (#21431)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-19 10:26:42 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 19, 2025
1 parent df182a6 commit bd05035
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-chat_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-chat_v1

### v0.116.0 (2025-01-19)

* Regenerated from discovery document revision 20250114
* Regenerated using generator version 0.16.0

### v0.115.0 (2025-01-05)

* Regenerated from discovery document revision 20241229
Expand Down
8 changes: 4 additions & 4 deletions generated/google-apis-chat_v1/lib/google/apis/chat_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@ module ChatV1
# View members in Google Chat conversations.
AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'

# See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.
# See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'

# Compose and send messages in Google Chat
AUTH_CHAT_MESSAGES_CREATE = 'https://www.googleapis.com/auth/chat.messages.create'

# See, add, and delete reactions to messages in Google Chat
# See, add, and delete reactions as well as their reaction content to messages in Google Chat
AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'

# Add reactions to messages in Google Chat
AUTH_CHAT_MESSAGES_REACTIONS_CREATE = 'https://www.googleapis.com/auth/chat.messages.reactions.create'

# View reactions to messages in Google Chat
# View reactions as well as their reaction content to messages in Google Chat
AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'

# See messages and their associated reactions and attachments in Google Chat
# See messages as well as their reactions and message content in Google Chat
AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'

# Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ChatV1
# Version of the google-apis-chat_v1 gem
GEM_VERSION = "0.115.0"
GEM_VERSION = "0.116.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"
GENERATOR_VERSION = "0.16.0"

# Revision of the discovery document this client was generated from
REVISION = "20241229"
REVISION = "20250114"
end
end
end

0 comments on commit bd05035

Please sign in to comment.