google-apis-merchantapi_reports_v1beta 0.12.0 → 0.14.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: b6ca040cf598040b3dfb3ff79b7c6a893d2effe121b0f8c4448e0e467d6898c7
4
- data.tar.gz: 1a066a5e0fe30fdb7d466fe84a7d58dbdaddb95b37208123e63efb83354783e2
3
+ metadata.gz: 2d67d965115b9fe1bc36c118777c1eb4d557bfef8aa87d759a1493a55b9cd7c8
4
+ data.tar.gz: 7f37ed96a17b6edb86dd1406f24db8695aa4056625f8bfc19688efe472340f9a
5
5
  SHA512:
6
- metadata.gz: 77861d537feff7008274a29a8b17e7ded57c3c03df78dffc4b20cc3a0209d1f254b01baff55a7d04f3434b42a90d3f0c3891a424dbe119fcefeab0dd49317f8b
7
- data.tar.gz: d57325217e5c458f4ce9e3e54894f2967581f0211c992db2e7586357a0052bf5e9903f84069537cac2353d5a98f5be021613123b72fb716560296e0ac774cbe0
6
+ metadata.gz: 43140cf83523c9715c4f7c6a095e20ac5e1de1e7d7e2bf290c26fa954ab908a568fd401d8604f52feb63764a7de7c3498a44c771e75db8283aea7e449e4521ce
7
+ data.tar.gz: c62fce4c3516e165e6336a1bcc93b463921d158ca5825baf67583e1cc6ab44357f9939cae5b7b734ba6d3589c03fb705e3ac8ebc3efa1780a74e5c4fe1c6a5fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-merchantapi_reports_v1beta
2
2
 
3
+ ### v0.14.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260615
6
+
7
+ ### v0.13.0 (2026-06-14)
8
+
9
+ * Regenerated from discovery document revision 20260527
10
+ * Regenerated using generator version 0.19.0
11
+
3
12
  ### v0.12.0 (2026-04-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20260411
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/merchant/api) may prov
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiReportsV1beta
18
18
  # Version of the google-apis-merchantapi_reports_v1beta gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260411"
25
+ REVISION = "20260615"
26
26
  end
27
27
  end
28
28
  end
@@ -55,8 +55,8 @@ module Google
55
55
  # rows than specified by `page_size`. Rely on `next_page_token` to determine if
56
56
  # there are more rows to be requested.
57
57
  # @param [String] parent
58
- # Required. Id of the account making the call. Must be a standalone account or
59
- # an MCA subaccount. Format: accounts/`account`
58
+ # Required. Id of the account making the call. Must be a standalone account or a
59
+ # subaccount of an advanced account. Format: accounts/`account`
60
60
  # @param [Google::Apis::MerchantapiReportsV1beta::SearchRequest] search_request_object
61
61
  # @param [String] fields
62
62
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_reports_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.14.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_reports_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_reports_v1beta/v0.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_reports_v1beta/v0.14.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_reports_v1beta
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="