google-apis-merchantapi_accounts_v1beta 0.14.0 → 0.15.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: db331be6aa8ed77bd9853949f1b6feb28de9a086ba09ac97e07c1f5264f8e717
4
- data.tar.gz: 21e4465317e292232360d59a0315b52d0e89ed71d79ac2e44fff93cde91eab5e
3
+ metadata.gz: 3ac41317f4629b9f250e6858e4b5cb970cd0ad85d8ac185aa89b2f2a4660bf81
4
+ data.tar.gz: def5efc40668436d863f4775c1d12e8f00fd90f9230eb295518a0a55ad468939
5
5
  SHA512:
6
- metadata.gz: 11973d2e1857768f898fcdeb0b88d9315d82d223c0afb20516c49433a56a7d5c8e941483c0a4e4e4230fbaa1f413b0848315aed4c67d0588ddef10fae357379c
7
- data.tar.gz: befe529014716083a4afcf790b88dccf480cb05afa04859145e90af4d0215a34a146c897de39e3a2c479039e754ee6e084972d3bf6dbcce133ace2b565f4877b
6
+ metadata.gz: a351c91f29ef076e76ec9a925499cd3189b28aa25dc8a07b06fec0e75e156402a102762f1f0eb80e66c5f81e51b852edbc9a8b6747ea1ee738d1134caba791df
7
+ data.tar.gz: 6b1224bded0809122f59c3f30f378e2c56b818e4904f289553ed226c9999a4a10d12c7a13a46b4370369214b288dfce18a4cb3122f7c3f42be21e093de710b52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_accounts_v1beta
2
2
 
3
+ ### v0.15.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250618
6
+
3
7
  ### v0.14.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250611
@@ -852,16 +852,17 @@ module Google
852
852
  class BusinessInfo
853
853
  include Google::Apis::Core::Hashable
854
854
 
855
- # Represents a postal address (for example, for postal delivery or payments
856
- # addresses). Given a postal address, a postal service can deliver items to a
857
- # premise, P.O. box or similar. It is not intended to model geographical
858
- # locations (roads, towns, mountains). In typical usage, an address would be
859
- # created by user input or from importing existing data, depending on the type
860
- # of process. Advice on address input or editing: - Use an internationalization-
861
- # ready address widget such as https://github.com/google/libaddressinput. -
862
- # Users should not be presented with UI elements for input or editing of fields
863
- # outside countries where that field is used. For more guidance on how to use
864
- # this schema, see: https://support.google.com/business/answer/6397478.
855
+ # Represents a postal address, such as for postal delivery or payments addresses.
856
+ # With a postal address, a postal service can deliver items to a premise, P.O.
857
+ # box, or similar. A postal address is not intended to model geographical
858
+ # locations like roads, towns, or mountains. In typical usage, an address would
859
+ # be created by user input or from importing existing data, depending on the
860
+ # type of process. Advice on address input or editing: - Use an
861
+ # internationalization-ready address widget such as https://github.com/google/
862
+ # libaddressinput. - Users should not be presented with UI elements for input or
863
+ # editing of fields outside countries where that field is used. For more
864
+ # guidance on how to use this schema, see: https://support.google.com/business/
865
+ # answer/6397478.
865
866
  # Corresponds to the JSON property `address`
866
867
  # @return [Google::Apis::MerchantapiAccountsV1beta::PostalAddress]
867
868
  attr_accessor :address
@@ -2769,16 +2770,17 @@ module Google
2769
2770
  end
2770
2771
  end
2771
2772
 
2772
- # Represents a postal address (for example, for postal delivery or payments
2773
- # addresses). Given a postal address, a postal service can deliver items to a
2774
- # premise, P.O. box or similar. It is not intended to model geographical
2775
- # locations (roads, towns, mountains). In typical usage, an address would be
2776
- # created by user input or from importing existing data, depending on the type
2777
- # of process. Advice on address input or editing: - Use an internationalization-
2778
- # ready address widget such as https://github.com/google/libaddressinput. -
2779
- # Users should not be presented with UI elements for input or editing of fields
2780
- # outside countries where that field is used. For more guidance on how to use
2781
- # this schema, see: https://support.google.com/business/answer/6397478.
2773
+ # Represents a postal address, such as for postal delivery or payments addresses.
2774
+ # With a postal address, a postal service can deliver items to a premise, P.O.
2775
+ # box, or similar. A postal address is not intended to model geographical
2776
+ # locations like roads, towns, or mountains. In typical usage, an address would
2777
+ # be created by user input or from importing existing data, depending on the
2778
+ # type of process. Advice on address input or editing: - Use an
2779
+ # internationalization-ready address widget such as https://github.com/google/
2780
+ # libaddressinput. - Users should not be presented with UI elements for input or
2781
+ # editing of fields outside countries where that field is used. For more
2782
+ # guidance on how to use this schema, see: https://support.google.com/business/
2783
+ # answer/6397478.
2782
2784
  class PostalAddress
2783
2785
  include Google::Apis::Core::Hashable
2784
2786
 
@@ -3067,7 +3069,7 @@ module Google
3067
3069
  # @return [String]
3068
3070
  attr_accessor :event_time
3069
3071
 
3070
- # Optional. The product expiration time. This field will not bet set if the
3072
+ # Optional. The product expiration time. This field will not be set if the
3071
3073
  # notification is sent for a product deletion event.
3072
3074
  # Corresponds to the JSON property `expirationTime`
3073
3075
  # @return [String]
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "20250611"
25
+ REVISION = "20250618"
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.14.0
4
+ version: 0.15.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.14.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.15.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: