google-apis-merchantapi_accounts_v1beta 0.20.0 → 0.21.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: 451a62e00bb0cada1d46ad5e6b2884488fbf6fc53680151e99377b43c184d536
|
4
|
+
data.tar.gz: 9358bdd8e1f659175bdfa1d271ef1aedd37cebfaa66cfb22badee0cac8e5fbe1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be2d76550e3ab5fc748c81f3ccd7bf02031823efee71d2fafda14c648d163abf427766261c4c444038a7616f43831bd7439bf8e40489445a5f836003681923cb
|
7
|
+
data.tar.gz: '0485746f7965ae118247d930eaebc4f802d679556e3dbf75ef700bbb8c5d505bd65299ad06b5c9b68099b9d192d54ad6096ea2bb7f2e3c299063caf69a9fe513'
|
data/CHANGELOG.md
CHANGED
@@ -23,7 +23,7 @@ module Google
|
|
23
23
|
module MerchantapiAccountsV1beta
|
24
24
|
|
25
25
|
# Collection of information related to the about page ([impressum](https://
|
26
|
-
# support.google.com/merchants/answer/14675634?
|
26
|
+
# support.google.com/merchants/answer/14675634?ref_topic=15145634&sjid=
|
27
27
|
# 6892280366904591178-NC)).
|
28
28
|
class About
|
29
29
|
include Google::Apis::Core::Hashable
|
@@ -1877,7 +1877,7 @@ module Google
|
|
1877
1877
|
end
|
1878
1878
|
|
1879
1879
|
# Collection of information related to [inventory verification](https://support.
|
1880
|
-
# google.com/merchants/answer/14684499?
|
1880
|
+
# google.com/merchants/answer/14684499?ref_topic=15145634&sjid=
|
1881
1881
|
# 6892280366904591178-NC).
|
1882
1882
|
class InventoryVerification
|
1883
1883
|
include Google::Apis::Core::Hashable
|
@@ -2537,7 +2537,7 @@ module Google
|
|
2537
2537
|
include Google::Apis::Core::Hashable
|
2538
2538
|
|
2539
2539
|
# Collection of information related to the about page ([impressum](https://
|
2540
|
-
# support.google.com/merchants/answer/14675634?
|
2540
|
+
# support.google.com/merchants/answer/14675634?ref_topic=15145634&sjid=
|
2541
2541
|
# 6892280366904591178-NC)).
|
2542
2542
|
# Corresponds to the JSON property `about`
|
2543
2543
|
# @return [Google::Apis::MerchantapiAccountsV1beta::About]
|
@@ -2549,7 +2549,7 @@ module Google
|
|
2549
2549
|
attr_accessor :in_stock
|
2550
2550
|
|
2551
2551
|
# Collection of information related to [inventory verification](https://support.
|
2552
|
-
# google.com/merchants/answer/14684499?
|
2552
|
+
# google.com/merchants/answer/14684499?ref_topic=15145634&sjid=
|
2553
2553
|
# 6892280366904591178-NC).
|
2554
2554
|
# Corresponds to the JSON property `inventoryVerification`
|
2555
2555
|
# @return [Google::Apis::MerchantapiAccountsV1beta::InventoryVerification]
|
@@ -2572,7 +2572,7 @@ module Google
|
|
2572
2572
|
attr_accessor :name
|
2573
2573
|
|
2574
2574
|
# Collection of information related to the on display to order ([ODO](https://
|
2575
|
-
# support.google.com/merchants/answer/14615056?
|
2575
|
+
# support.google.com/merchants/answer/14615056?ref_topic=15145747&sjid=
|
2576
2576
|
# 6892280366904591178-NC)).
|
2577
2577
|
# Corresponds to the JSON property `odo`
|
2578
2578
|
# @return [Google::Apis::MerchantapiAccountsV1beta::OnDisplayToOrder]
|
@@ -2608,7 +2608,7 @@ module Google
|
|
2608
2608
|
end
|
2609
2609
|
|
2610
2610
|
# Collection of information related to the on display to order ([ODO](https://
|
2611
|
-
# support.google.com/merchants/answer/14615056?
|
2611
|
+
# support.google.com/merchants/answer/14615056?ref_topic=15145747&sjid=
|
2612
2612
|
# 6892280366904591178-NC)).
|
2613
2613
|
class OnDisplayToOrder
|
2614
2614
|
include Google::Apis::Core::Hashable
|
@@ -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.21.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 = "20250803"
|
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.21.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.21.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:
|