google-apis-chat_v1 0.93.0 → 0.94.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/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +3 -2
- data/lib/google/apis/chat_v1.rb +15 -0
- 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: 27466359e41ebff2cc53472496a56bd428913d90ece1f39b5006006b445e6293
|
|
4
|
+
data.tar.gz: cab285c3b4295c37397fd08a9df325995be46e85b9cc55007c025dd015e68bdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7636fb8e80b186e2882f289bd2bb4d0a17bd91e6bf3a8b011a442236b57a14d2b18a6942158c4ba2437eb670c594c364626fcc3baf9c2771dc6760e1004d67ea
|
|
7
|
+
data.tar.gz: 9868b14b05e4dda99c711e509cab832bf18b2e1a34b2aa284c41c48c6a8104033917115c7e9d484aca090abe33aca1b0c549953c2f5ae0f1f6cbb850fa38b609
|
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.94.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 = "20240528"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -348,8 +348,9 @@ module Google
|
|
|
348
348
|
# workspace/chat/authenticate-authorize-chat-user). Lists spaces visible to the
|
|
349
349
|
# caller or authenticated user. Group chats and DMs aren't listed until the
|
|
350
350
|
# first message is sent. To list all named spaces by Google Workspace
|
|
351
|
-
# organization, use the `spaces.search()`
|
|
352
|
-
#
|
|
351
|
+
# organization, use the [`spaces.search()`](https://developers.google.com/
|
|
352
|
+
# workspace/chat/api/reference/rest/v1/spaces/search) method using Workspace
|
|
353
|
+
# administrator privileges instead.
|
|
353
354
|
# @param [String] filter
|
|
354
355
|
# Optional. A query filter. You can filter spaces by the space type ([`
|
|
355
356
|
# space_type`](https://developers.google.com/workspace/chat/api/reference/rest/
|
data/lib/google/apis/chat_v1.rb
CHANGED
|
@@ -30,6 +30,21 @@ module Google
|
|
|
30
30
|
# This is NOT the gem version.
|
|
31
31
|
VERSION = 'V1'
|
|
32
32
|
|
|
33
|
+
# Delete conversations and spaces owned by your organization and remove access to associated files in Google Chat
|
|
34
|
+
AUTH_CHAT_ADMIN_DELETE = 'https://www.googleapis.com/auth/chat.admin.delete'
|
|
35
|
+
|
|
36
|
+
# View, add, update and remove members and managers in conversations owned by your organization
|
|
37
|
+
AUTH_CHAT_ADMIN_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.admin.memberships'
|
|
38
|
+
|
|
39
|
+
# View members and managers in conversations owned by your organization
|
|
40
|
+
AUTH_CHAT_ADMIN_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.admin.memberships.readonly'
|
|
41
|
+
|
|
42
|
+
# View or edit display name, description, and other metadata for all Google Chat conversations owned by your organization
|
|
43
|
+
AUTH_CHAT_ADMIN_SPACES = 'https://www.googleapis.com/auth/chat.admin.spaces'
|
|
44
|
+
|
|
45
|
+
# View display name, description, and other metadata for all Google Chat conversations owned by your organization
|
|
46
|
+
AUTH_CHAT_ADMIN_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.admin.spaces.readonly'
|
|
47
|
+
|
|
33
48
|
# Private Service: https://www.googleapis.com/auth/chat.bot
|
|
34
49
|
AUTH_CHAT_BOT = 'https://www.googleapis.com/auth/chat.bot'
|
|
35
50
|
|
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.94.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-
|
|
11
|
+
date: 2024-06-09 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.94.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: []
|