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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ac41317f4629b9f250e6858e4b5cb970cd0ad85d8ac185aa89b2f2a4660bf81
|
4
|
+
data.tar.gz: def5efc40668436d863f4775c1d12e8f00fd90f9230eb295518a0a55ad468939
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a351c91f29ef076e76ec9a925499cd3189b28aa25dc8a07b06fec0e75e156402a102762f1f0eb80e66c5f81e51b852edbc9a8b6747ea1ee738d1134caba791df
|
7
|
+
data.tar.gz: 6b1224bded0809122f59c3f30f378e2c56b818e4904f289553ed226c9999a4a10d12c7a13a46b4370369214b288dfce18a4cb3122f7c3f42be21e093de710b52
|
data/CHANGELOG.md
CHANGED
@@ -852,16 +852,17 @@ module Google
|
|
852
852
|
class BusinessInfo
|
853
853
|
include Google::Apis::Core::Hashable
|
854
854
|
|
855
|
-
# Represents a postal address
|
856
|
-
#
|
857
|
-
#
|
858
|
-
# locations
|
859
|
-
# created by user input or from importing existing data, depending on the
|
860
|
-
# of process. Advice on address input or editing: - Use an
|
861
|
-
# ready address widget such as https://github.com/google/
|
862
|
-
# Users should not be presented with UI elements for input or
|
863
|
-
# outside countries where that field is used. For more
|
864
|
-
# this schema, see: https://support.google.com/business/
|
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
|
2773
|
-
#
|
2774
|
-
#
|
2775
|
-
# locations
|
2776
|
-
# created by user input or from importing existing data, depending on the
|
2777
|
-
# of process. Advice on address input or editing: - Use an
|
2778
|
-
# ready address widget such as https://github.com/google/
|
2779
|
-
# Users should not be presented with UI elements for input or
|
2780
|
-
# outside countries where that field is used. For more
|
2781
|
-
# this schema, see: https://support.google.com/business/
|
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
|
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.
|
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 = "
|
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.
|
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.
|
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:
|