google-apis-merchantapi_accounts_v1beta 0.21.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: 451a62e00bb0cada1d46ad5e6b2884488fbf6fc53680151e99377b43c184d536
4
- data.tar.gz: 9358bdd8e1f659175bdfa1d271ef1aedd37cebfaa66cfb22badee0cac8e5fbe1
3
+ metadata.gz: 4bfc782885f9c71bcb6d312e07e434cbc4ce4c95b39aaa8d5e0b0a06cbc175af
4
+ data.tar.gz: b6eed40426287e260843b5e9471c030ce24468878d3ea0614fffa5ac90694e59
5
5
  SHA512:
6
- metadata.gz: be2d76550e3ab5fc748c81f3ccd7bf02031823efee71d2fafda14c648d163abf427766261c4c444038a7616f43831bd7439bf8e40489445a5f836003681923cb
7
- data.tar.gz: '0485746f7965ae118247d930eaebc4f802d679556e3dbf75ef700bbb8c5d505bd65299ad06b5c9b68099b9d192d54ad6096ea2bb7f2e3c299063caf69a9fe513'
6
+ metadata.gz: 944facc8b0badec99066af55c2ee2d6e5767407cf2dea5df6b99bf9d010c8d6a2f4459a3e81666c44d41b78fcbdc8eecfbcd638a2664fd725034eaa5df065afd
7
+ data.tar.gz: 96b8aea5908f4ea85f64b757293fa03ae6dff84278e802bb5f57a75b90295eba216c06fbbfdcc20985c61bb9b56c9b1f7ec61395cf387fd13269870bbfa30731
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-merchantapi_accounts_v1beta
2
2
 
3
+ ### v0.23.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250826
6
+
7
+ ### v0.22.0 (2025-08-17)
8
+
9
+ * Regenerated from discovery document revision 20250811
10
+
3
11
  ### v0.21.0 (2025-08-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20250803
@@ -66,13 +66,7 @@ module Google
66
66
  # agreement (the url to the file containing the text is added in the Required
67
67
  # message below as `tos_file_uri`). The actual acceptance of the terms of
68
68
  # service is done by calling accept on the `TermsOfService` resource. `
69
- # valid_until` field. The `required` terms of services need to be accepted
70
- # before `valid_until` in order for the account to continue having a valid
71
- # agreement. When accepting new terms of services, we expect third-party
72
- # providers to display the text associated with the given terms of service
73
- # agreement (the url to the file containing the text is added in the Required
74
- # message below as `tos_file_uri`. The actual acceptance of the terms of service
75
- # is done by calling accept on the `TermsOfService` resource.
69
+ # valid_until` field.
76
70
  # Corresponds to the JSON property `termsOfServiceAgreementState`
77
71
  # @return [Google::Apis::MerchantapiAccountsV1beta::TermsOfServiceAgreementState]
78
72
  attr_accessor :terms_of_service_agreement_state
@@ -3457,7 +3451,9 @@ module Google
3457
3451
  # updated to have the new "API notifications" preference. If the developer email
3458
3452
  # provided is not associated with any user we will just add it as a contact. The
3459
3453
  # email preference corresponding to that contact will have the new "API
3460
- # 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.
3461
3457
  # Corresponds to the JSON property `developerEmail`
3462
3458
  # @return [String]
3463
3459
  attr_accessor :developer_email
@@ -4066,13 +4062,7 @@ module Google
4066
4062
  # agreement (the url to the file containing the text is added in the Required
4067
4063
  # message below as `tos_file_uri`). The actual acceptance of the terms of
4068
4064
  # service is done by calling accept on the `TermsOfService` resource. `
4069
- # valid_until` field. The `required` terms of services need to be accepted
4070
- # before `valid_until` in order for the account to continue having a valid
4071
- # agreement. When accepting new terms of services, we expect third-party
4072
- # providers to display the text associated with the given terms of service
4073
- # agreement (the url to the file containing the text is added in the Required
4074
- # message below as `tos_file_uri`. The actual acceptance of the terms of service
4075
- # is done by calling accept on the `TermsOfService` resource.
4065
+ # valid_until` field.
4076
4066
  class TermsOfServiceAgreementState
4077
4067
  include Google::Apis::Core::Hashable
4078
4068
 
@@ -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.21.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 = "20250803"
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.21.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.21.0
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: