google-apis-gmail_v1 0.50.0 → 0.51.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/gmail_v1/classes.rb +6 -3
- data/lib/google/apis/gmail_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: aa9972365b73e6e8bf95afe519dfd9b4f000f0331579fa92baba27881b22ea76
|
|
4
|
+
data.tar.gz: 53b97a3bace5d66b320479279cc6c06d59fdb3fba77f872ff963ddbfef059f6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a094d16fae95854c48f559b434be786f94f5ac0997f9543d15920e30c93f7332d0a0e9e43fe184509be829a31359fd73b2c1562da3c02578268fb49029f93b35
|
|
7
|
+
data.tar.gz: 59c6db63dfe7c1349ddde1ff8cbc4b58f206277a39afe9c8b5e91c66355c4cfffaac83b4ab378d3407b9c63b45b7da4e9ea4ddd74b53f01f1bc19efba44facbd
|
data/CHANGELOG.md
CHANGED
|
@@ -920,7 +920,8 @@ module Google
|
|
|
920
920
|
# f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, \#594c05, #fbe983, #684e07, #
|
|
921
921
|
# fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, \#c2c2c2, #4986e7, #2da2bb, #
|
|
922
922
|
# b99aff, #994a64, #f691b2, #ff7537, #ffad46, \#662e37, #ebdbde, #cca6ac, #
|
|
923
|
-
# 094228, #42d692, #16a765
|
|
923
|
+
# 094228, #42d692, #16a765, #757575, #1e53b8, \#007286, #7858c3, #c2185b, #
|
|
924
|
+
# d93025, #54240e, #633e04, #521d28, #202124, \#083018
|
|
924
925
|
# Corresponds to the JSON property `backgroundColor`
|
|
925
926
|
# @return [String]
|
|
926
927
|
attr_accessor :background_color
|
|
@@ -940,7 +941,8 @@ module Google
|
|
|
940
941
|
# ffc8af, #7a4706, #ffdeb5, \#594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #
|
|
941
942
|
# b3efd3, #04502e, #a2dcc1, \#c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #
|
|
942
943
|
# f691b2, #ff7537, #ffad46, \#662e37, #ebdbde, #cca6ac, #094228, #42d692, #
|
|
943
|
-
# 16a765
|
|
944
|
+
# 16a765, #757575, #1e53b8, \#007286, #7858c3, #c2185b, #d93025, #54240e, #
|
|
945
|
+
# 633e04, #521d28, #202124, \#083018
|
|
944
946
|
# Corresponds to the JSON property `textColor`
|
|
945
947
|
# @return [String]
|
|
946
948
|
attr_accessor :text_color
|
|
@@ -1337,7 +1339,8 @@ module Google
|
|
|
1337
1339
|
|
|
1338
1340
|
# The entire email message in an RFC 2822 formatted and base64url encoded string.
|
|
1339
1341
|
# Returned in `messages.get` and `drafts.get` responses when the `format=RAW`
|
|
1340
|
-
# parameter is supplied.
|
|
1342
|
+
# parameter is supplied. @required gmail.users.drafts.create gmail.users.drafts.
|
|
1343
|
+
# update
|
|
1341
1344
|
# Corresponds to the JSON property `raw`
|
|
1342
1345
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
1343
1346
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GmailV1
|
|
18
18
|
# Version of the google-apis-gmail_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.51.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 = "20260525"
|
|
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-gmail_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.51.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-gmail_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.51.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmail_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|