google-apis-merchantapi_accounts_v1beta 0.19.0 → 0.20.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: 1719faa45c6c16d2086f77e03272277a05449fc6202e5b63972d85e16e66cd74
4
- data.tar.gz: 76497ec22600f85e7db593674abf0062c078467429f65d5afaaa62c30be8f873
3
+ metadata.gz: a96ae2a168b35e6944ae953ee24e01305e05a2c048956e7897c076fe3122c896
4
+ data.tar.gz: 6e681d251ae2d1b64f009518eaf9069c5841431380af5c98835d2d6079daedb7
5
5
  SHA512:
6
- metadata.gz: '0201119921738934ec8ba6a7011d47de33802b6731071d93aaa75e3df7c1b6e083bf94b3c97b9a3aa4d04fc6f46da853c3d573e77fcaeeffe666f7822303c4f9'
7
- data.tar.gz: e6b4b2653283c581c0566861949754bc4a4b7bfcca68448064b1c2bb8a026e2095dcc57cb8a36f2d80c5418afec2935e4a91ca84ab4541fd677745392fb46603
6
+ metadata.gz: df9e292d2795e818e001e05b0767e1c5664252fc707dd11f087a59fa958a403bcb16171993cbe047370849f944164b1bda0852f4f775de8e76192b68474a994b
7
+ data.tar.gz: b53fd67752d304f5ac0303a48626322c1c7686c752469971a7694a47bb57dca9682cc8536a72815956b4e0123edad86f7443405fab54f4e37fb326f89982be19
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_accounts_v1beta
2
2
 
3
+ ### v0.20.0 (2025-08-03)
4
+
5
+ * Regenerated from discovery document revision 20250729
6
+
3
7
  ### v0.19.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250721
@@ -87,8 +87,9 @@ module Google
87
87
  end
88
88
  end
89
89
 
90
- # Describes the [accepted terms of service](/merchant/api/guides/accounts/create-
91
- # and-configure#accept_the_merchant_center_terms_of_service).
90
+ # Describes the [accepted terms of service](https://developers.google.com/
91
+ # merchant/api/guides/accounts/create-and-configure#
92
+ # accept_the_merchant_center_terms_of_service).
92
93
  class Accepted
93
94
  include Google::Apis::Core::Hashable
94
95
 
@@ -1016,8 +1017,9 @@ module Google
1016
1017
  # @return [Google::Apis::MerchantapiAccountsV1beta::UriSettings]
1017
1018
  attr_accessor :effective_uri_settings
1018
1019
 
1019
- # Optional. The destinations to which the checkout program applies, valid
1020
- # destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
1020
+ # Optional. The destinations (also known as [Marketing methods](https://support.
1021
+ # google.com/merchants/answer/15130232)) to which the checkout program applies,
1022
+ # valid destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
1021
1023
  # Corresponds to the JSON property `eligibleDestinations`
1022
1024
  # @return [Array<String>]
1023
1025
  attr_accessor :eligible_destinations
@@ -4074,8 +4076,9 @@ module Google
4074
4076
  class TermsOfServiceAgreementState
4075
4077
  include Google::Apis::Core::Hashable
4076
4078
 
4077
- # Describes the [accepted terms of service](/merchant/api/guides/accounts/create-
4078
- # and-configure#accept_the_merchant_center_terms_of_service).
4079
+ # Describes the [accepted terms of service](https://developers.google.com/
4080
+ # merchant/api/guides/accounts/create-and-configure#
4081
+ # accept_the_merchant_center_terms_of_service).
4079
4082
  # Corresponds to the JSON property `accepted`
4080
4083
  # @return [Google::Apis::MerchantapiAccountsV1beta::Accepted]
4081
4084
  attr_accessor :accepted
@@ -4443,8 +4446,7 @@ module Google
4443
4446
  # @return [String]
4444
4447
  attr_accessor :carrier_service
4445
4448
 
4446
- # Required. Warehouse name. This should match [warehouse](/merchant/api/
4447
- # reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
4449
+ # Required. Warehouse name. This should match warehouse.
4448
4450
  # Corresponds to the JSON property `warehouse`
4449
4451
  # @return [String]
4450
4452
  attr_accessor :warehouse
@@ -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.0"
19
+ GEM_VERSION = "0.20.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 = "20250721"
25
+ REVISION = "20250729"
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.19.0
4
+ version: 0.20.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.19.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.20.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: