google-apis-merchantapi_products_v1beta 0.1.0 → 0.2.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: 22685f43ddb8bad6c14846d757fe5cc30c5789e55ba38087581af3d1407705f8
4
- data.tar.gz: e464719cb6e8a91882df173da010c033f22950bba90d487c1e007d7595bdca01
3
+ metadata.gz: bfe897b3ad66e35308a170a448abb1db4383acbb2ef3048ddd12248ee7e3c44d
4
+ data.tar.gz: 765328d51e2ee06ea6d5646b6964721e4c339170ce3b8e4f3ad790943b4a4e9b
5
5
  SHA512:
6
- metadata.gz: 705287bc8270ce222d010e0eb88c60562a24851edbb40368789bc8a75d423e530fc0460ada5578effc377fcc526c8c76edc48e92fc0bf167328c04696906e65b
7
- data.tar.gz: ca9a5aa88376087fdaff28ac90bb6b17d7974d4c13000803e5b0dac4407164b2e4e157ba7fbe38a3a6f702acec43db9d4d58639b48e389641860511c866347a4
6
+ metadata.gz: 369e05b7ff8a829028504bc9692e3f053ba3241a5bd951bb3a90d3749303669109bf8fbf154328184a30a40b56e0ed2dd1ee0f1d46c06b817e782fc4b7da6916
7
+ data.tar.gz: e48df9e6f12bb918c393c915cd3cbd24868f09f82e906ac6ea1cf4a67789cab4ee670825c8146269b76d1b58f6d4775964f1ec5d8801b1c9249173ff45d8a704
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_products_v1beta
2
2
 
3
+ ### v0.2.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240719
6
+
3
7
  ### v0.1.0 (2024-06-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20240611
@@ -1071,6 +1071,14 @@ module Google
1071
1071
  # @return [Fixnum]
1072
1072
  attr_accessor :loyalty_points
1073
1073
 
1074
+ # Represents a time interval, encoded as a Timestamp start (inclusive) and a
1075
+ # Timestamp end (exclusive). The start must be less than or equal to the end.
1076
+ # When the start equals the end, the interval is empty (matches no time). When
1077
+ # both start and end are unspecified, the interval matches any time.
1078
+ # Corresponds to the JSON property `memberPriceEffectiveDate`
1079
+ # @return [Google::Apis::MerchantapiProductsV1beta::Interval]
1080
+ attr_accessor :member_price_effective_date
1081
+
1074
1082
  # The price represented as a number and currency.
1075
1083
  # Corresponds to the JSON property `price`
1076
1084
  # @return [Google::Apis::MerchantapiProductsV1beta::Price]
@@ -1099,6 +1107,7 @@ module Google
1099
1107
  def update!(**args)
1100
1108
  @cashback_for_future_use = args[:cashback_for_future_use] if args.key?(:cashback_for_future_use)
1101
1109
  @loyalty_points = args[:loyalty_points] if args.key?(:loyalty_points)
1110
+ @member_price_effective_date = args[:member_price_effective_date] if args.key?(:member_price_effective_date)
1102
1111
  @price = args[:price] if args.key?(:price)
1103
1112
  @program_label = args[:program_label] if args.key?(:program_label)
1104
1113
  @tier_label = args[:tier_label] if args.key?(:tier_label)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiProductsV1beta
18
18
  # Version of the google-apis-merchantapi_products_v1beta gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240611"
25
+ REVISION = "20240719"
26
26
  end
27
27
  end
28
28
  end
@@ -451,6 +451,8 @@ module Google
451
451
  property :cashback_for_future_use, as: 'cashbackForFutureUse', class: Google::Apis::MerchantapiProductsV1beta::Price, decorator: Google::Apis::MerchantapiProductsV1beta::Price::Representation
452
452
 
453
453
  property :loyalty_points, :numeric_string => true, as: 'loyaltyPoints'
454
+ property :member_price_effective_date, as: 'memberPriceEffectiveDate', class: Google::Apis::MerchantapiProductsV1beta::Interval, decorator: Google::Apis::MerchantapiProductsV1beta::Interval::Representation
455
+
454
456
  property :price, as: 'price', class: Google::Apis::MerchantapiProductsV1beta::Price, decorator: Google::Apis::MerchantapiProductsV1beta::Price::Representation
455
457
 
456
458
  property :program_label, as: 'programLabel'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_products_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-25 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-merchantapi_products_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []