google-apis-chat_v1 0.130.0 → 0.131.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 +5 -2
- 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: 93916f21369d6c9491ee41b24aa0d41b358ba3dd9c5403cb31e2302ea1af2ada
|
4
|
+
data.tar.gz: 972b8723185a9ea07246ba10c7e32a9255d6c86d72592ec4a9718d30806ed18d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d98b4f8da985c4ad4f5fa77c1aa397847bd5ca61c2a7a9e7287b6d1e37cb7c32b302cb4f09dc7b14e9aa22aec8c3261c1b7f4779422dffb39cc6b06e94913781
|
7
|
+
data.tar.gz: dcddbb15837f0f2c1b3699537cab8d24eb87ef75bf075b0865775493f9c0107af6c5345bf9ced1028bfefa9d33d4cf4f2be3751bd99b4f1a276b63c9a54c67d8
|
data/CHANGELOG.md
CHANGED
@@ -843,8 +843,11 @@ module Google
|
|
843
843
|
# @return [String]
|
844
844
|
attr_accessor :host_app
|
845
845
|
|
846
|
-
# Name of the
|
847
|
-
#
|
846
|
+
# Name of the function to invoke. This field doesn't populate for Google
|
847
|
+
# Workspace Add-ons that extend Google Chat. Instead, to receive function data
|
848
|
+
# like identifiers, add-ons that extend Chat should use the `parameters` field.
|
849
|
+
# See [Build interactive interfaces for Chat apps](https://developers.google.com/
|
850
|
+
# workspace/add-ons/chat/build).
|
848
851
|
# Corresponds to the JSON property `invokedFunction`
|
849
852
|
# @return [String]
|
850
853
|
attr_accessor :invoked_function
|
@@ -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.131.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 = "20250909"
|
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.131.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.131.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:
|