google-apis-chat_v1 0.140.0 → 0.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/chat_v1/classes.rb +3 -3
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d900cd59cca8eec901ee097852a0ac5f3538ba4760c7ce4a33ca5022427ab654
|
|
4
|
+
data.tar.gz: 30f4a23f9c49c3ea2078222de940ee603f51a549dc588e41dc9145a1a15654bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00d67417d1928064f17c95f923badc4e6e0ac303f079ddbc9f81e219a90c16235923c616753213f24e3bc20c3f9d8828274de11d2e6bfa3b7595daad76128604
|
|
7
|
+
data.tar.gz: 0b5067eca54e496a53a58383cdab59381f148406719e71002b90a30636da4fd253244d7052d9719bb4801c632bf1eb435cac23bfe33674d27eafb61a27c96e64
|
data/CHANGELOG.md
CHANGED
|
@@ -2381,8 +2381,8 @@ module Google
|
|
|
2381
2381
|
end
|
|
2382
2382
|
|
|
2383
2383
|
# A configuration object that helps configure the data sources for a widget.
|
|
2384
|
-
# Available for Google Workspace add-ons that extend Google
|
|
2385
|
-
#
|
|
2384
|
+
# Available for Google Chat apps and Google Workspace add-ons that extend Google
|
|
2385
|
+
# Workspace Studio.
|
|
2386
2386
|
class GoogleAppsCardV1DataSourceConfig
|
|
2387
2387
|
include Google::Apis::Core::Hashable
|
|
2388
2388
|
|
|
@@ -3465,7 +3465,7 @@ module Google
|
|
|
3465
3465
|
# multi_select_max_selected_items` field, `multi_select_min_query_length` field,
|
|
3466
3466
|
# `external_data_source` field and `platform_data_source` field are ignored.
|
|
3467
3467
|
# Available for Google Workspace add-ons that extend Google Workspace Studio.
|
|
3468
|
-
# Available for the `Dropdown widget`
|
|
3468
|
+
# Available for the `Dropdown widget` in Google Chat apps as part of the [
|
|
3469
3469
|
# Developer Preview Program](https://developers.google.com/workspace/preview).
|
|
3470
3470
|
# For the `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is
|
|
3471
3471
|
# supported. If multiple `DataSourceConfig`s are set, only the first one is used.
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ChatV1
|
|
18
18
|
# Version of the google-apis-chat_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.141.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260108"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-chat_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.141.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.141.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|