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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68b0e1b826114735721716e10ce5196789e82481f0147e9c54cbe0c375e1feb1
|
4
|
+
data.tar.gz: 65e43e794aa90349cdb0096189a89a881ac82e2437206cb9594e506bfc6bb631
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87e2520fc6c8d36aa1e24698f016113959cbf1afd20d50d051facbed092223a59b2e267ea597ecb01b71fae0db5065bc404cb0dcf1235c8dcb3c9a16c0e62bde
|
7
|
+
data.tar.gz: bfa9b1dc7de4f15e6f205af87e0e6f44d9adda4ec914ab91d4dd107f78e61b8e2e4e82ec8bcdd7a0a90b0927723b880f56ca60310293e22232df2493a1aa5f9d
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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.
|
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:
|