google-apis-workspaceevents_v1 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a336663f21a3da493ae7733fcc69800acd0d7cdec0793ad71d49406e36ddaafb
4
- data.tar.gz: 00a8d4f34df9383aeb9775600bd2e6c47030249d1ef84a825a8e32de6ce16964
3
+ metadata.gz: f483900e8978011f43215f5c30c48a256af74d45139accb7502369b771146f79
4
+ data.tar.gz: a39c115bfec9082ca36796760a97cccaf635a1ef6b27c913acb4d279fdd7af15
5
5
  SHA512:
6
- metadata.gz: 666083ee5b9c2136d1b72fc024230765909ee48eff6c0a6a0e76f4efd470c07124b62b8350a876b9ad3e78235cbd5b476ba33dd37eb395d54173e69c5f8f7f2f
7
- data.tar.gz: 5edac8c40071cbb00f3f85d2fc7426083c756c4978dae09ef0e0ae3417d897edc13967dfe9df848ed18a55ba0344a025a85d18813799a60918e9ec39bb87b189
6
+ metadata.gz: 9deb2cd9c99c90ffa50248d7d9152a27368f3fa1481dd01afaaae17cc3059c955d77a9b01d8e5433aaff24eee18c4b0c1d80a3db418c9529670dbc71fe0a459e
7
+ data.tar.gz: f8f42528a94845e375808fe5131f486410a9b3cb9e41d43a2a38e74b675d80e19dc858f6e8fa4a1d3349552a0b3f6f57bb4f7e51a9ba6082af208dbaf3b3d6d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-workspaceevents_v1
2
2
 
3
+ ### v0.7.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240723
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.6.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkspaceeventsV1
18
18
  # Version of the google-apis-workspaceevents_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240430"
25
+ REVISION = "20240723"
26
26
  end
27
27
  end
28
28
  end
@@ -33,25 +33,25 @@ module Google
33
33
  # Private Service: https://www.googleapis.com/auth/chat.bot
34
34
  AUTH_CHAT_BOT = 'https://www.googleapis.com/auth/chat.bot'
35
35
 
36
- # View, add, update, and remove members from conversations in Google Chat
36
+ # See, add, update, and remove members from conversations and spaces in Google Chat
37
37
  AUTH_CHAT_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.memberships'
38
38
 
39
39
  # View members in Google Chat conversations.
40
40
  AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
41
41
 
42
- # View, compose, send, update, and delete messages, and add, view, and delete reactions to messages.
42
+ # See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.
43
43
  AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
44
44
 
45
- # View, add, and delete reactions to messages in Google Chat
45
+ # See, add, and delete reactions to messages in Google Chat
46
46
  AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
47
47
 
48
48
  # View reactions to messages in Google Chat
49
49
  AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
50
50
 
51
- # View messages and reactions in Google Chat
51
+ # See messages and their associated reactions and attachments in Google Chat
52
52
  AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
53
53
 
54
- # Create conversations and spaces and see or edit metadata (including history settings and access settings) in Google Chat
54
+ # Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat
55
55
  AUTH_CHAT_SPACES = 'https://www.googleapis.com/auth/chat.spaces'
56
56
 
57
57
  # View chat and spaces in Google Chat
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workspaceevents_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-08-04 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-workspaceevents_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1
63
63
  post_install_message:
64
64
  rdoc_options: []