Skip to content

Commit

Permalink
feat: Automated regeneration of chat v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 29, 2024
1 parent 6fd6998 commit 1b02aea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-chat_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-chat_v1

### v0.106.0 (2024-09-29)

* Regenerated from discovery document revision 20240919

### v0.105.0 (2024-09-22)

* Regenerated from discovery document revision 20240912
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class AccessSettings
# Make a space discoverable to a target audience](https://developers.google.com/
# workspace/chat/space-target-audience). Format: `audiences/`audience`` To use
# the default target audience for the Google Workspace organization, set to `
# audiences/default`.
# audiences/default`. This field is not populated when using the `chat.bot`
# scope with [app authentication](https://developers.google.com/workspace/chat/
# authenticate-authorize-chat-app).
# Corresponds to the JSON property `audience`
# @return [String]
attr_accessor :audience
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.105.0"
GEM_VERSION = "0.106.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240912"
REVISION = "20240919"
end
end
end

0 comments on commit 1b02aea

Please sign in to comment.