google-apis-androidpublisher_v3 0.26.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86f5dd5fd4906fb7f3d058b8396395c56e1d38d0abf3a480fb11cf084ce9182d
4
- data.tar.gz: 974a7430b8355b7bb022d0f9d69091a0efe2e043771fec27768a913e6bc71dbb
3
+ metadata.gz: 2a1370fd45fb65b018f172289dfb73b84fa911e09d9ac62a43720218fb5369a6
4
+ data.tar.gz: b5c074626e4683ccad1d55dd25447a2211da882c715ae58ebc2a78d5914f0f80
5
5
  SHA512:
6
- metadata.gz: 7208fbd6426f822dbf4c588dd433738bd405f6713889a3e39acdd03e245869264ddeb62d3534869ea7d8ff7e3ffb5b4aa56778b873aede44ffa17d3dda804dbe
7
- data.tar.gz: 3335ccefe15f70bdc6379adbf131e9a0b06284058a9b7c02bc359eb58b35dab365413698a9e35fea88d2891ce011f2f70888b8829a4cfc218741e8b33a9a3c66
6
+ metadata.gz: dc63311d16e193fb21eab24b7512974e5d02e0a330c7f2385fd34b89278ea68ede3beadc7130e2a87579320766d9a1f2fb9fba20c7de3cd7a8c6753dd130c354
7
+ data.tar.gz: f8b48073122274dc7e1a885075d55da9d11e56e129e92f48cf6e1a779c842d845e3fb0ca0a051f6c4962e243f2534a7b6a5d4a2c8649cd87add3ad6642f1807b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.28.0 (2022-09-22)
4
+
5
+ * Regenerated from discovery document revision 20220920
6
+ * Regenerated using generator version 0.10.0
7
+
8
+ ### v0.27.0 (2022-09-18)
9
+
10
+ * Unspecified changes
11
+
3
12
  ### v0.26.0 (2022-09-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20220906
@@ -293,6 +293,15 @@ module Google
293
293
  attr_accessor :legacy_compatible
294
294
  alias_method :legacy_compatible?, :legacy_compatible
295
295
 
296
+ # Subscription offer id which is legacy compatible. The backward compatible
297
+ # subscription offer is returned by the Google Play Billing Library deprecated
298
+ # method querySkuDetailsAsync(). Only one subscription offer can be marked as
299
+ # legacy compatible for a given renewing base plan. To have no Subscription
300
+ # offer as legacy compatible set this field as empty string.
301
+ # Corresponds to the JSON property `legacyCompatibleSubscriptionOfferId`
302
+ # @return [String]
303
+ attr_accessor :legacy_compatible_subscription_offer_id
304
+
296
305
  # The proration mode for the base plan determines what happens when a user
297
306
  # switches to this plan from another base plan. If unspecified, defaults to
298
307
  # CHARGE_ON_NEXT_BILLING_DATE.
@@ -315,6 +324,7 @@ module Google
315
324
  @billing_period_duration = args[:billing_period_duration] if args.key?(:billing_period_duration)
316
325
  @grace_period_duration = args[:grace_period_duration] if args.key?(:grace_period_duration)
317
326
  @legacy_compatible = args[:legacy_compatible] if args.key?(:legacy_compatible)
327
+ @legacy_compatible_subscription_offer_id = args[:legacy_compatible_subscription_offer_id] if args.key?(:legacy_compatible_subscription_offer_id)
318
328
  @proration_mode = args[:proration_mode] if args.key?(:proration_mode)
319
329
  @resubscribe_state = args[:resubscribe_state] if args.key?(:resubscribe_state)
320
330
  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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220906"
25
+ REVISION = "20220920"
26
26
  end
27
27
  end
28
28
  end
@@ -900,6 +900,7 @@ module Google
900
900
  property :billing_period_duration, as: 'billingPeriodDuration'
901
901
  property :grace_period_duration, as: 'gracePeriodDuration'
902
902
  property :legacy_compatible, as: 'legacyCompatible'
903
+ property :legacy_compatible_subscription_offer_id, as: 'legacyCompatibleSubscriptionOfferId'
903
904
  property :proration_mode, as: 'prorationMode'
904
905
  property :resubscribe_state, as: 'resubscribeState'
905
906
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-12 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
63
63
  post_install_message:
64
64
  rdoc_options: []