google-apis-merchantapi_accounts_v1beta 0.23.0 → 0.24.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: 0f1bc674393bedb7de25711dd3d9882781846161c21db3ee3194ecabd15dbdcc
|
4
|
+
data.tar.gz: ce99954f4e1f9214bbc02523f22f47b8fa4e5e88cb90b85c9924cc9f89052f2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 821cdef85971cd98d49561a5ce08f9e8dc07861fc4e41ad3c21a9ea3b903ac59c5c762c5b0f8730e2cc5b6d6ff29d1aeae0e77605c21f9aba873ecadf137d0b1
|
7
|
+
data.tar.gz: 16924a6745a206c16227b7ace014b69869e0a03c77ca38aadc53ff0e1c2fb69d87eebde2ba8cada3c99b0d2fa3eb791aa9ef5da867cf4759f5ac400865c5cafb
|
data/CHANGELOG.md
CHANGED
@@ -3231,8 +3231,8 @@ module Google
|
|
3231
3231
|
# typical example of this is the [Free product listings](https://support.google.
|
3232
3232
|
# com/merchants/answer/13889434) program, which enables products from a business'
|
3233
3233
|
# s store to be shown across Google for free. The following list is the
|
3234
|
-
# available set of program resource IDs accessible through the API: * `
|
3235
|
-
# listings` * `shopping-ads` * `youtube-shopping-checkout`
|
3234
|
+
# available set of program resource IDs accessible through the API: * `checkout`
|
3235
|
+
# * `free-listings` * `shopping-ads` * `youtube-shopping-checkout`
|
3236
3236
|
class Program
|
3237
3237
|
include Google::Apis::Core::Hashable
|
3238
3238
|
|
@@ -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.24.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 = "20250830"
|
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.24.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.24.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:
|