google-apis-androidpublisher_v3 0.27.0 → 0.28.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: c70d045a813fb27ab17a790ad848716bb29a549ed9089908e13bab56a84df38a
4
- data.tar.gz: 590911e262d7aada79fa07edc00f7640acf6df15bad23b8272ff65ce20b97392
3
+ metadata.gz: 2a1370fd45fb65b018f172289dfb73b84fa911e09d9ac62a43720218fb5369a6
4
+ data.tar.gz: b5c074626e4683ccad1d55dd25447a2211da882c715ae58ebc2a78d5914f0f80
5
5
  SHA512:
6
- metadata.gz: 64b97f766665a0393322c10d2257ccee600a1a071ad3a63b963f5a0c76033711d11560fd6fddc6a516266e21a74ac508348495c3eebca1bd024bea02c5d7aee5
7
- data.tar.gz: ed05b6356e02f3cbbad62ac11baf1aef01514ea2d30d4d40a9e2ad33c7a694c089c580463512857dcaa85eb1730674e0a18dcbb3f926557cbc497f518639bc00
6
+ metadata.gz: dc63311d16e193fb21eab24b7512974e5d02e0a330c7f2385fd34b89278ea68ede3beadc7130e2a87579320766d9a1f2fb9fba20c7de3cd7a8c6753dd130c354
7
+ data.tar.gz: f8b48073122274dc7e1a885075d55da9d11e56e129e92f48cf6e1a779c842d845e3fb0ca0a051f6c4962e243f2534a7b6a5d4a2c8649cd87add3ad6642f1807b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.27.0 (2022-09-18)
4
9
 
5
10
  * Unspecified changes
@@ -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.27.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.27.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-19 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.2
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.2
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.27.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: []