google-apis-androidpublisher_v3 0.27.0 → 0.29.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: c70d045a813fb27ab17a790ad848716bb29a549ed9089908e13bab56a84df38a
4
- data.tar.gz: 590911e262d7aada79fa07edc00f7640acf6df15bad23b8272ff65ce20b97392
3
+ metadata.gz: 80437b0fed128186f8ec2faa98daff15df856a5d8844c2ab5e26da8d6e7d463e
4
+ data.tar.gz: 1c436f279a432d3ba56e2d85a791764c8249653d38904d5cbb58ee71453359d2
5
5
  SHA512:
6
- metadata.gz: 64b97f766665a0393322c10d2257ccee600a1a071ad3a63b963f5a0c76033711d11560fd6fddc6a516266e21a74ac508348495c3eebca1bd024bea02c5d7aee5
7
- data.tar.gz: ed05b6356e02f3cbbad62ac11baf1aef01514ea2d30d4d40a9e2ad33c7a694c089c580463512857dcaa85eb1730674e0a18dcbb3f926557cbc497f518639bc00
6
+ metadata.gz: 74cf149cde931e28a0fb91204433a949c7f2f8f4e21b349b55f62edc8172f48c38299165c4e14cef9e8b7ef94ce3aec203f5652c52a983b746f53ac288838b58
7
+ data.tar.gz: 1e12f88de562812d7d7a8182553584d8a3004bb97cf7206dd3308fbf90892b0f139acba2bcff9e4efc1fc59244d61f0de9a3efe845299e0f19707cf96bdeb108
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.29.0 (2022-09-26)
4
+
5
+ * Regenerated from discovery document revision 20220926
6
+
7
+ ### v0.28.0 (2022-09-22)
8
+
9
+ * Regenerated from discovery document revision 20220920
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.27.0 (2022-09-18)
4
13
 
5
14
  * 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
@@ -2411,8 +2421,8 @@ module Google
2411
2421
  class PrepaidPlan
2412
2422
  include Google::Apis::Core::Hashable
2413
2423
 
2414
- # After this time, the subscription is allowed for a new top-up purchase. Not
2415
- # present if the subscription is already extended by a top-up purchase.
2424
+ # If present, this is the time after which top up purchases are allowed for the
2425
+ # prepaid plan. Will not be present for expired prepaid plans.
2416
2426
  # Corresponds to the JSON property `allowExtendAfterTime`
2417
2427
  # @return [String]
2418
2428
  attr_accessor :allow_extend_after_time
@@ -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.29.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 = "20220926"
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.29.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-10-03 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.29.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: []