Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-androidpublisher_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-androidpublisher_v3

### v0.93.0 (2025-12-21)

* Regenerated from discovery document revision 20251215

### v0.92.0 (2025-12-14)

* Regenerated from discovery document revision 20251211
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6759,14 +6759,6 @@ def update!(**args)
class ProrationPeriodDetails
include Google::Apis::Core::Hashable

# The last order id of the original subscription purchase prior to the plan
# change. This is only populated if this proration period is from an ugrade/
# downgrade from a previous subscription and carries the remaining offer phase
# from the linked order of the previous subscription.
# Corresponds to the JSON property `linkedOrderId`
# @return [String]
attr_accessor :linked_order_id

# Represent the original offer phase from the purchased the line item if the
# proration period contains any of them. For example, a proration period from
# CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the
Expand All @@ -6782,7 +6774,6 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@linked_order_id = args[:linked_order_id] if args.key?(:linked_order_id)
@original_offer_phase = args[:original_offer_phase] if args.key?(:original_offer_phase)
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AndroidpublisherV3
# Version of the google-apis-androidpublisher_v3 gem
GEM_VERSION = "0.92.0"
GEM_VERSION = "0.93.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251211"
REVISION = "20251215"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -4012,7 +4012,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
class ProrationPeriodDetails
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :linked_order_id, as: 'linkedOrderId'
property :original_offer_phase, as: 'originalOfferPhase'
end
end
Expand Down