google-apis-merchantapi_accounts_v1beta 0.21.0 → 0.22.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: 0da5612f7e8ac68fc56c29a0a6554c29143dc3c71a02dae555f7682cbfdd1ac2
|
4
|
+
data.tar.gz: c0d2199a49c7eb2a7b19a176942d00fd86f5dc41b09aa6ac4ad96438f4a1213d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d340a515783d365ca3e5fab5ea7bca96f4824e536ae12485adf50ae5f67b594bb4b8a4193a7e26b42a8026203d0fdf9c0803ccb796620eab1a10ea8a571280fa
|
7
|
+
data.tar.gz: 7ad3932ac299660ab7d87903d2dcb56baf4cabc201f174883a76ecef6ed5bfc4837ff79a41374e8936aa861de087ea1732ed6be03f321614d1a42157f326e79f
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
|
@@ -4066,13 +4060,7 @@ module Google
|
|
4066
4060
|
# agreement (the url to the file containing the text is added in the Required
|
4067
4061
|
# message below as `tos_file_uri`). The actual acceptance of the terms of
|
4068
4062
|
# service is done by calling accept on the `TermsOfService` resource. `
|
4069
|
-
# valid_until` field.
|
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.
|
4063
|
+
# valid_until` field.
|
4076
4064
|
class TermsOfServiceAgreementState
|
4077
4065
|
include Google::Apis::Core::Hashable
|
4078
4066
|
|
@@ -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.22.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 = "20250811"
|
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.22.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.22.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:
|