google-apis-merchantapi_accounts_v1beta 0.22.0 → 0.23.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bfc782885f9c71bcb6d312e07e434cbc4ce4c95b39aaa8d5e0b0a06cbc175af
|
4
|
+
data.tar.gz: b6eed40426287e260843b5e9471c030ce24468878d3ea0614fffa5ac90694e59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 944facc8b0badec99066af55c2ee2d6e5767407cf2dea5df6b99bf9d010c8d6a2f4459a3e81666c44d41b78fcbdc8eecfbcd638a2664fd725034eaa5df065afd
|
7
|
+
data.tar.gz: 96b8aea5908f4ea85f64b757293fa03ae6dff84278e802bb5f57a75b90295eba216c06fbbfdcc20985c61bb9b56c9b1f7ec61395cf387fd13269870bbfa30731
|
data/CHANGELOG.md
CHANGED
@@ -3451,7 +3451,9 @@ module Google
|
|
3451
3451
|
# updated to have the new "API notifications" preference. If the developer email
|
3452
3452
|
# provided is not associated with any user we will just add it as a contact. The
|
3453
3453
|
# email preference corresponding to that contact will have the new "API
|
3454
|
-
# notifications" preference
|
3454
|
+
# notifications" preference. Make sure the email used is associated with a
|
3455
|
+
# Google Account (Google Workspace account or Gmail account) and is not a
|
3456
|
+
# service account as service accounts can't receive emails.
|
3455
3457
|
# Corresponds to the JSON property `developerEmail`
|
3456
3458
|
# @return [String]
|
3457
3459
|
attr_accessor :developer_email
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiAccountsV1beta
|
18
18
|
# Version of the google-apis-merchantapi_accounts_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.23.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 = "20250826"
|
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-merchantapi_accounts_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.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-merchantapi_accounts_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.23.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_accounts_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|