google-apis-chat_v1 0.127.0 → 0.128.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 +1 -1
- 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: 1435ce2e7cb6dde3d3fdb7e180a3e069e059bf7ab951d0e8115b7451cac9cb0a
|
4
|
+
data.tar.gz: ae50e3ae5ec5d7c1b70329c6d4b1b294a853a20ad6762b1bdae06883b208ecac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17373c613d445c26ed297d015a9f58bbd675efab3ecb0600526eed014e7f8b3cbd3f4f740587d0f7b26896f7176749b50f5ea7d39838b5d927cb013b6eac53b6
|
7
|
+
data.tar.gz: 21b01ae31bb03e5e681c014085f55b23fc2cfd4602714ca1452e3630ccd9f5900e9e0b0b20c0ceb3a6cb66ca853172dc1bf8f32524573ad20212f6f2d09a9392
|
data/CHANGELOG.md
CHANGED
@@ -5567,7 +5567,7 @@ module Google
|
|
5567
5567
|
# when creating a space with [app authentication](https://developers.google.com/
|
5568
5568
|
# workspace/chat/authenticate-authorize-chat-app) and `SpaceType` is `SPACE`,
|
5569
5569
|
# otherwise should not be set. In the format `customers/`customer``, where `
|
5570
|
-
# customer` is the `id` from the [Admin SDK customer resource](
|
5570
|
+
# customer` is the `id` from the [Admin SDK customer resource](https://
|
5571
5571
|
# developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
|
5572
5572
|
# Private apps can also use the `customers/my_customer` alias to create the
|
5573
5573
|
# space in the same Google Workspace organization as the app. For DMs, this
|
@@ -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.128.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 = "20250731"
|
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.128.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.128.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:
|