Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.141.0 (2026-01-18)

* Regenerated from discovery document revision 20260108

### v0.140.0 (2025-12-14)

* Regenerated from discovery document revision 20251207
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2381,8 +2381,8 @@ def update!(**args)
end

# A configuration object that helps configure the data sources for a widget.
# Available for Google Workspace add-ons that extend Google Workspace Studio.
# Unavailable for Google Chat apps.
# Available for Google Chat apps and Google Workspace add-ons that extend Google
# Workspace Studio.
class GoogleAppsCardV1DataSourceConfig
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -3465,7 +3465,7 @@ class GoogleAppsCardV1SelectionInput
# multi_select_max_selected_items` field, `multi_select_min_query_length` field,
# `external_data_source` field and `platform_data_source` field are ignored.
# Available for Google Workspace add-ons that extend Google Workspace Studio.
# Available for the `Dropdown widget` widget in Google Chat apps as part of the [
# Available for the `Dropdown widget` in Google Chat apps as part of the [
# Developer Preview Program](https://developers.google.com/workspace/preview).
# For the `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is
# supported. If multiple `DataSourceConfig`s are set, only the first one is used.
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.140.0"
GEM_VERSION = "0.141.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251207"
REVISION = "20260108"
end
end
end