google-apis-merchantapi_reports_v1beta 0.13.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d67d965115b9fe1bc36c118777c1eb4d557bfef8aa87d759a1493a55b9cd7c8
|
|
4
|
+
data.tar.gz: 7f37ed96a17b6edb86dd1406f24db8695aa4056625f8bfc19688efe472340f9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43140cf83523c9715c4f7c6a095e20ac5e1de1e7d7e2bf290c26fa954ab908a568fd401d8604f52feb63764a7de7c3498a44c771e75db8283aea7e449e4521ce
|
|
7
|
+
data.tar.gz: c62fce4c3516e165e6336a1bcc93b463921d158ca5825baf67583e1cc6ab44357f9939cae5b7b734ba6d3589c03fb705e3ac8ebc3efa1780a74e5c4fe1c6a5fe
|
data/CHANGELOG.md
CHANGED
|
@@ -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.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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
|
|
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.
|
|
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.
|
|
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:
|