google-apis-chat_v1 0.105.0 → 0.106.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/chat_v1/classes.rb +3 -1
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a6974a9563fa880389e3ba51d72ef0abf787f0df66e8eadf6b4d7636adf84c6
|
4
|
+
data.tar.gz: d1afdf4f0bc5b773a5a3d975a9a0afcf5f80990d0588639afc73f70636bd8dfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df8ec3e21a26f4411060e40e14dcf427e9948f376f5221dd48c975d4cbb869bbe3523967152cdce7e8d94541fd8621be747e765c7dc7be269bd17c5df2ab03a6
|
7
|
+
data.tar.gz: 7ba8fca0b908e486ed7407b86fb6884b9b1ae501fd3c982635156d24c11c60c148fc9f9a72f88ead4c9804819d52be14f43ef7cfb3ed672504eb629fa2798b26
|
data/CHANGELOG.md
CHANGED
@@ -39,7 +39,9 @@ module Google
|
|
39
39
|
# Make a space discoverable to a target audience](https://developers.google.com/
|
40
40
|
# workspace/chat/space-target-audience). Format: `audiences/`audience`` To use
|
41
41
|
# the default target audience for the Google Workspace organization, set to `
|
42
|
-
# audiences/default`.
|
42
|
+
# audiences/default`. This field is not populated when using the `chat.bot`
|
43
|
+
# scope with [app authentication](https://developers.google.com/workspace/chat/
|
44
|
+
# authenticate-authorize-chat-app).
|
43
45
|
# Corresponds to the JSON property `audience`
|
44
46
|
# @return [String]
|
45
47
|
attr_accessor :audience
|
@@ -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.106.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240919"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.106.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.106.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|