google-apis-merchantapi_reports_v1beta 0.11.0 → 0.13.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: 91c48a3b953aa5b75a39cfb9a6a8e7cb67d3496c34ba3cfa3577ec222e2d0964
|
|
4
|
+
data.tar.gz: 9fe3cda7cb7c3f35b2fe8aaebffe348086b47b543ae14a16abe638ec6b942d2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2240d2f00dffbeb81248446ac22fba1473622c885b509c4f84073fe00b24508e61f73b67fffd8c491c84935c7207abed4c6d323622eb76817bd0b6de418b1134
|
|
7
|
+
data.tar.gz: bc99fece5cbbdc826b0a8f0a59fa05aae5521547a034d19013787df9d3217dcc5a9304cad174667b0daea708869165e069b02bc6a8867e8a34668ae24b04fe08
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-merchantapi_reports_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.13.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260527
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
8
|
+
### v0.12.0 (2026-04-19)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20260411
|
|
11
|
+
|
|
3
12
|
### v0.11.0 (2026-03-01)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260223
|
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.
|
|
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
|
|
|
@@ -1319,6 +1319,13 @@ module Google
|
|
|
1319
1319
|
# @return [String]
|
|
1320
1320
|
attr_accessor :product_type_l5
|
|
1321
1321
|
|
|
1322
|
+
# Store type to which metrics apply. Can be `ONLINE_STORE` or `LOCAL_STORES`.
|
|
1323
|
+
# Segment. For `LOCAL_STORES` store type, further segmentation by a specific
|
|
1324
|
+
# store is not available.
|
|
1325
|
+
# Corresponds to the JSON property `storeType`
|
|
1326
|
+
# @return [String]
|
|
1327
|
+
attr_accessor :store_type
|
|
1328
|
+
|
|
1322
1329
|
# Title of the product. Segment.
|
|
1323
1330
|
# Corresponds to the JSON property `title`
|
|
1324
1331
|
# @return [String]
|
|
@@ -1368,6 +1375,7 @@ module Google
|
|
|
1368
1375
|
@product_type_l3 = args[:product_type_l3] if args.key?(:product_type_l3)
|
|
1369
1376
|
@product_type_l4 = args[:product_type_l4] if args.key?(:product_type_l4)
|
|
1370
1377
|
@product_type_l5 = args[:product_type_l5] if args.key?(:product_type_l5)
|
|
1378
|
+
@store_type = args[:store_type] if args.key?(:store_type)
|
|
1371
1379
|
@title = args[:title] if args.key?(:title)
|
|
1372
1380
|
@week = args[:week] if args.key?(:week)
|
|
1373
1381
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260527"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -406,6 +406,7 @@ module Google
|
|
|
406
406
|
property :product_type_l3, as: 'productTypeL3'
|
|
407
407
|
property :product_type_l4, as: 'productTypeL4'
|
|
408
408
|
property :product_type_l5, as: 'productTypeL5'
|
|
409
|
+
property :store_type, as: 'storeType'
|
|
409
410
|
property :title, as: 'title'
|
|
410
411
|
property :week, as: 'week', class: Google::Apis::MerchantapiReportsV1beta::Date, decorator: Google::Apis::MerchantapiReportsV1beta::Date::Representation
|
|
411
412
|
|
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.
|
|
4
|
+
version: 0.13.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_reports_v1beta/v0.13.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.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|