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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b17c84bc192f63e02924cbc2b94349a14e4cf849960b4e1ce8efcc40a2954871
|
|
4
|
+
data.tar.gz: c07cda34aaca9f366e0ce5ccf778c66a20bf8b236c42be125ec1965e0ceaf21a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6581d279a096dab6221b7564753d0db77076d859122e691d2e4093b56d5b415b822250e6e5338f8f94121a4618f6ea8d0ba1a8017cf91f3cb1a46f99a6b2e475
|
|
7
|
+
data.tar.gz: 838d8c98a2aac1e09d5f241ba464b9eae829821901945ae40e806ecdd2aae85d13e6c10d62cccfe9e4854fdd2409b9e1f5dc5edde74113fa4e22b66ee51d1555
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|