From 3bc45fe3e41bb7e6204a5065824a3ff810daae00 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 21 Dec 2025 10:03:55 +0000 Subject: [PATCH] feat: Automated regeneration of androidpublisher v3 client --- generated/google-apis-androidpublisher_v3/CHANGELOG.md | 4 ++++ .../lib/google/apis/androidpublisher_v3/classes.rb | 9 --------- .../lib/google/apis/androidpublisher_v3/gem_version.rb | 4 ++-- .../google/apis/androidpublisher_v3/representations.rb | 1 - 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/generated/google-apis-androidpublisher_v3/CHANGELOG.md b/generated/google-apis-androidpublisher_v3/CHANGELOG.md index 9f69ce61ee6..a69a132eea9 100644 --- a/generated/google-apis-androidpublisher_v3/CHANGELOG.md +++ b/generated/google-apis-androidpublisher_v3/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/classes.rb b/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/classes.rb index 5d8cc0ec8e2..a9c96a7da17 100644 --- a/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/classes.rb +++ b/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/classes.rb @@ -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 @@ -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 diff --git a/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/gem_version.rb b/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/gem_version.rb index aa87c9fbaa8..510e4a7d49f 100644 --- a/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/gem_version.rb +++ b/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/gem_version.rb @@ -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 diff --git a/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/representations.rb b/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/representations.rb index 521418384ff..f5826463ca2 100644 --- a/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/representations.rb +++ b/generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/representations.rb @@ -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