google-apis-chat_v1 0.95.0 → 0.96.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/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +9 -1
- 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: a1dd1b43ea4c68c96b77b979450786bbbb930db7607b5bc7755be03c6f148551
|
4
|
+
data.tar.gz: 46d19e3452b5e13515410d67f74758a8fefe4172e6586aba3dfc7a22f9dc40cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c1a5d038cdb3f032e5f7a827f77e1ac9188055d07f31a7af28de5a7dc2f365d5405f8f650bc07d94c56cb1fdacb85f1da7c073df3da229e54880664279bb3f3
|
7
|
+
data.tar.gz: 42c4751cd29a86d81507c1b9932a5e4c7b1b3c455e3fbd09ce7fa6a5398ccd423297092f08473b883abc23a81c735a4029759a241cfaf643e5d6e78b68f2c65e
|
data/CHANGELOG.md
CHANGED
@@ -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.96.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240613"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -433,7 +433,15 @@ module Google
|
|
433
433
|
# [access setting](https://support.google.com/chat/answer/11971020) of a space.
|
434
434
|
# If no audience is specified in the access setting, the space's access setting
|
435
435
|
# is updated to restricted. Warning: mutually exclusive with all other field
|
436
|
-
# paths.) `access_settings.audience` is not supported with admin access.
|
436
|
+
# paths.) `access_settings.audience` is not supported with admin access. -
|
437
|
+
# Developer Preview: Supports changing the [permission settings](https://support.
|
438
|
+
# google.com/chat/answer/13340792) of a space, supported field paths include: `
|
439
|
+
# permission_settings.manage_members_and_groups`, `permission_settings.
|
440
|
+
# modify_space_details`, `permission_settings.toggle_history`, `
|
441
|
+
# permission_settings.use_at_mention_all`, `permission_settings.manage_apps`, `
|
442
|
+
# permission_settings.manage_webhooks`, `permission_settings.reply_messages` (
|
443
|
+
# Warning: mutually exclusive with all other non-permission settings field paths)
|
444
|
+
# . `permission_settings` is not supported with admin access.
|
437
445
|
# @param [String] fields
|
438
446
|
# Selector specifying which fields to include in a partial response.
|
439
447
|
# @param [String] quota_user
|
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.96.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-06-
|
11
|
+
date: 2024-06-23 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.96.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: []
|