google-apis-androidpublisher_v3 0.92.0 → 0.93.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: 96c47f1769e82ba4ffef9bb31e610edbecaffc2cf867ace75d18435fd30030b3
4
- data.tar.gz: 4a0753bd45d60cd78cb1f0147a1815d540a80bb9798ffb220aac31ce2fab5887
3
+ metadata.gz: b17c84bc192f63e02924cbc2b94349a14e4cf849960b4e1ce8efcc40a2954871
4
+ data.tar.gz: c07cda34aaca9f366e0ce5ccf778c66a20bf8b236c42be125ec1965e0ceaf21a
5
5
  SHA512:
6
- metadata.gz: beb6b35c1205b22c8c4f4a1f1331320a034ad4580457eb5acd78aa85c1cff423e05bc6cbd0975dcf0561537bd1409013f2b108e69d82725754a9f58fc6fe1aae
7
- data.tar.gz: 3df3c1991b5edef58bb7b750f63cd21754a53a8427b2e59029fd1ea06b750248a99a7ec7b26a2a0e1ae10ec2030d2cc100270ae5da9bd9e676df1758e2526508
6
+ metadata.gz: 6581d279a096dab6221b7564753d0db77076d859122e691d2e4093b56d5b415b822250e6e5338f8f94121a4618f6ea8d0ba1a8017cf91f3cb1a46f99a6b2e475
7
+ data.tar.gz: 838d8c98a2aac1e09d5f241ba464b9eae829821901945ae40e806ecdd2aae85d13e6c10d62cccfe9e4854fdd2409b9e1f5dc5edde74113fa4e22b66ee51d1555
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.93.0 (2025-12-21)
4
+
5
+ * Regenerated from discovery document revision 20251215
6
+
3
7
  ### v0.92.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251211
@@ -6759,14 +6759,6 @@ module Google
6759
6759
  class ProrationPeriodDetails
6760
6760
  include Google::Apis::Core::Hashable
6761
6761
 
6762
- # The last order id of the original subscription purchase prior to the plan
6763
- # change. This is only populated if this proration period is from an ugrade/
6764
- # downgrade from a previous subscription and carries the remaining offer phase
6765
- # from the linked order of the previous subscription.
6766
- # Corresponds to the JSON property `linkedOrderId`
6767
- # @return [String]
6768
- attr_accessor :linked_order_id
6769
-
6770
6762
  # Represent the original offer phase from the purchased the line item if the
6771
6763
  # proration period contains any of them. For example, a proration period from
6772
6764
  # CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the
@@ -6782,7 +6774,6 @@ module Google
6782
6774
 
6783
6775
  # Update properties of this object
6784
6776
  def update!(**args)
6785
- @linked_order_id = args[:linked_order_id] if args.key?(:linked_order_id)
6786
6777
  @original_offer_phase = args[:original_offer_phase] if args.key?(:original_offer_phase)
6787
6778
  end
6788
6779
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidpublisherV3
18
18
  # Version of the google-apis-androidpublisher_v3 gem
19
- GEM_VERSION = "0.92.0"
19
+ GEM_VERSION = "0.93.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 = "20251211"
25
+ REVISION = "20251215"
26
26
  end
27
27
  end
28
28
  end
@@ -4012,7 +4012,6 @@ module Google
4012
4012
  class ProrationPeriodDetails
4013
4013
  # @private
4014
4014
  class Representation < Google::Apis::Core::JsonRepresentation
4015
- property :linked_order_id, as: 'linkedOrderId'
4016
4015
  property :original_offer_phase, as: 'originalOfferPhase'
4017
4016
  end
4018
4017
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.92.0
4
+ version: 0.93.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-androidpublisher_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.92.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.93.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
62
62
  rdoc_options: []
63
63
  require_paths: