google-apis-content_v2_1 0.35.0 → 0.36.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38c95430028cde94462149e8d9231f2c534479e589abbc61cb50aa90613a04e4
|
4
|
+
data.tar.gz: 83ed4d45825aa3059b2db11b37c18251411932bd50eed1e1701506a64383d20a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 989c79e09d2a0b74b8e40fb010797486e4311e6506a2a59e1adb5bb54c22f45cfb742ad8039013fb9e599c1c92426518bd0a6c8720c2bc92ef997e7f81a2ecce
|
7
|
+
data.tar.gz: 8a37f4220a550c1fe087421937badbe70145ba29dfc09415b695c881e98e0a55165962727270de2c604359a4cc01f0a8d47eae7a7993433889ef0b6c3b51c560
|
data/CHANGELOG.md
CHANGED
@@ -6754,6 +6754,14 @@ module Google
|
|
6754
6754
|
# @return [String]
|
6755
6755
|
attr_accessor :program_label
|
6756
6756
|
|
6757
|
+
# Optional. The shipping label for the loyalty program. You can use this label
|
6758
|
+
# to indicate whether this offer has the loyalty shipping benefit. If not
|
6759
|
+
# specified, the item is not eligible for loyalty shipping for the given loyalty
|
6760
|
+
# tier.
|
6761
|
+
# Corresponds to the JSON property `shippingLabel`
|
6762
|
+
# @return [String]
|
6763
|
+
attr_accessor :shipping_label
|
6764
|
+
|
6757
6765
|
# Required. The label of the tier within the loyalty program. Must match one of
|
6758
6766
|
# the labels within the program.
|
6759
6767
|
# Corresponds to the JSON property `tierLabel`
|
@@ -6771,6 +6779,7 @@ module Google
|
|
6771
6779
|
@member_price_effective_date = args[:member_price_effective_date] if args.key?(:member_price_effective_date)
|
6772
6780
|
@price = args[:price] if args.key?(:price)
|
6773
6781
|
@program_label = args[:program_label] if args.key?(:program_label)
|
6782
|
+
@shipping_label = args[:shipping_label] if args.key?(:shipping_label)
|
6774
6783
|
@tier_label = args[:tier_label] if args.key?(:tier_label)
|
6775
6784
|
end
|
6776
6785
|
end
|
@@ -14041,12 +14050,12 @@ module Google
|
|
14041
14050
|
class TimeZone
|
14042
14051
|
include Google::Apis::Core::Hashable
|
14043
14052
|
|
14044
|
-
# IANA Time Zone Database time zone
|
14053
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
14045
14054
|
# Corresponds to the JSON property `id`
|
14046
14055
|
# @return [String]
|
14047
14056
|
attr_accessor :id
|
14048
14057
|
|
14049
|
-
# Optional. IANA Time Zone Database version number
|
14058
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
14050
14059
|
# Corresponds to the JSON property `version`
|
14051
14060
|
# @return [String]
|
14052
14061
|
attr_accessor :version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContentV2_1
|
18
18
|
# Version of the google-apis-content_v2_1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241120"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3828,6 +3828,7 @@ module Google
|
|
3828
3828
|
property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
|
3829
3829
|
|
3830
3830
|
property :program_label, as: 'programLabel'
|
3831
|
+
property :shipping_label, as: 'shippingLabel'
|
3831
3832
|
property :tier_label, as: 'tierLabel'
|
3832
3833
|
end
|
3833
3834
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-content_v2_1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Content API for Shopping V2_1
|