google-apis-content_v2_1 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 368205831e583a2bc3cd66de5ca10df064c3f5503df0d5462d80350c92b103b1
4
- data.tar.gz: beede39b009ceb4bb31094ca6dce8b82b88c46cd791a3e5c34dbf68dd4545556
3
+ metadata.gz: cabe4187bd0169821240ff2646804a63a03972a676d497e0911103d323f1fb6f
4
+ data.tar.gz: b35b608a552f83fec309bdcbfe3609a2f9f1dc40178e6946050b381d181f7f01
5
5
  SHA512:
6
- metadata.gz: 878451363f1f7d094aacf63de5294b6b31efd82c79f06a7b7846a258614f6237c7db91590bad845ace3e38761e36702e071eb90daf5107200cd857562c6cc323
7
- data.tar.gz: 3fe041e56f5d484dfa11b4f78cd5efcbedff555d1d173dd69baf10a254b5a635ca29fca8126800cc93b032dc32fbf4d94136ae84bf804c5d35535e5b785469df
6
+ metadata.gz: 3144147f0c61dcc27be7c7565e42bfc09ff8254114f6193374bcb463d0b53718f2b8f368c6194dd84adc0c896ddb2351dd5de477aee66986342ed80a0dc3482e
7
+ data.tar.gz: d46e74032a45e4b7a244d91efb94e946fe27ee45b74f0a5d36e114817ceb333cb41729686230460112f1c0e6e836088395c5fe2f672f179edf2bc82378ab2f1a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.7.0 (2021-03-09)
4
+
5
+ * Regenerated from discovery document revision 20210303
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.6.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210226
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentV2_1
18
18
  # Version of the google-apis-content_v2_1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210226"
25
+ REVISION = "20210303"
26
26
  end
27
27
  end
28
28
  end
@@ -1049,7 +1049,10 @@ module Google
1049
1049
 
1050
1050
  # Onboards BoG in your Merchant Center account. By using this method, you agree
1051
1051
  # to the [Terms of Service](https://merchants.google.com/mc/termsofservice/
1052
- # transactions/US/latest).
1052
+ # transactions/US/latest). Calling this method is only possible if the
1053
+ # authenticated account is the same as the merchant id in the request. Calling
1054
+ # this method multiple times will only accept Terms of Service if the latest
1055
+ # version is not currently signed.
1053
1056
  # @param [Fixnum] merchant_id
1054
1057
  # Required. The ID of the account.
1055
1058
  # @param [String] region_code
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2_1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2_1
57
57
  post_install_message:
58
58
  rdoc_options: []