google-apis-paymentsresellersubscription_v1 0.56.0 → 0.57.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: 9568b424b75110af3eeb9252e9efd3131e0665be08b45fdefd8815684eb1670d
4
- data.tar.gz: 2f94192266a8980fcb2f803c448027d67e6db67a2aa9e9e19a5c8625acb59658
3
+ metadata.gz: 68b0e1b826114735721716e10ce5196789e82481f0147e9c54cbe0c375e1feb1
4
+ data.tar.gz: 65e43e794aa90349cdb0096189a89a881ac82e2437206cb9594e506bfc6bb631
5
5
  SHA512:
6
- metadata.gz: 19d97ef3add6c8af2b746f34b0c78844bd7ded947b0f8b67123c8b62187cfa893e12180df48ecba67c6dc51807f8f1e9a7204f448649bc813d28c6413623a83e
7
- data.tar.gz: d2f93c6ebf0db91f2476e2582445ac15f43c761ffdf60b9302841e9e093bc240ab777f9b6b00aed62dd314caacf0e1b3034d97e31adf0863884816e6191a722a
6
+ metadata.gz: 87e2520fc6c8d36aa1e24698f016113959cbf1afd20d50d051facbed092223a59b2e267ea597ecb01b71fae0db5065bc404cb0dcf1235c8dcb3c9a16c0e62bde
7
+ data.tar.gz: bfa9b1dc7de4f15e6f205af87e0e6f44d9adda4ec914ab91d4dd107f78e61b8e2e4e82ec8bcdd7a0a90b0927723b880f56ca60310293e22232df2493a1aa5f9d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-paymentsresellersubscription_v1
2
2
 
3
+ ### v0.57.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251005
6
+
3
7
  ### v0.56.0 (2025-08-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20250814
@@ -1302,6 +1302,12 @@ module Google
1302
1302
  # @return [Array<Google::Apis::PaymentsresellersubscriptionV1::SubscriptionPromotionSpec>]
1303
1303
  attr_accessor :line_item_promotion_specs
1304
1304
 
1305
+ # Identifier. Resource name of the line item. Format: partners/`partner`/
1306
+ # subscriptions/`subscription`/lineItems/`lineItem`
1307
+ # Corresponds to the JSON property `name`
1308
+ # @return [String]
1309
+ attr_accessor :name
1310
+
1305
1311
  # Details for a ONE_TIME recurrence line item.
1306
1312
  # Corresponds to the JSON property `oneTimeRecurrenceDetails`
1307
1313
  # @return [Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemOneTimeRecurrenceDetails]
@@ -1341,6 +1347,7 @@ module Google
1341
1347
  @line_item_free_trial_end_time = args[:line_item_free_trial_end_time] if args.key?(:line_item_free_trial_end_time)
1342
1348
  @line_item_index = args[:line_item_index] if args.key?(:line_item_index)
1343
1349
  @line_item_promotion_specs = args[:line_item_promotion_specs] if args.key?(:line_item_promotion_specs)
1350
+ @name = args[:name] if args.key?(:name)
1344
1351
  @one_time_recurrence_details = args[:one_time_recurrence_details] if args.key?(:one_time_recurrence_details)
1345
1352
  @product = args[:product] if args.key?(:product)
1346
1353
  @product_payload = args[:product_payload] if args.key?(:product_payload)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PaymentsresellersubscriptionV1
18
18
  # Version of the google-apis-paymentsresellersubscription_v1 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.57.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 = "20250814"
25
+ REVISION = "20251005"
26
26
  end
27
27
  end
28
28
  end
@@ -694,6 +694,7 @@ module Google
694
694
  property :line_item_index, as: 'lineItemIndex'
695
695
  collection :line_item_promotion_specs, as: 'lineItemPromotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionPromotionSpec, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionPromotionSpec::Representation
696
696
 
697
+ property :name, as: 'name'
697
698
  property :one_time_recurrence_details, as: 'oneTimeRecurrenceDetails', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemOneTimeRecurrenceDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemOneTimeRecurrenceDetails::Representation
698
699
 
699
700
  property :product, as: 'product'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-paymentsresellersubscription_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.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-paymentsresellersubscription_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.56.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.57.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
62
62
  rdoc_options: []
63
63
  require_paths: