google-apis-androidpublisher_v3 0.56.0 → 0.57.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: bae3b900ab545127aa2d3656c7c6540d2848843004676a2a32f86f7dbffbc0ab
4
- data.tar.gz: 3cb4b44eb7c279370205bdc7084605b336291c2b7e1c346fb2616f8a356432d4
3
+ metadata.gz: e86cc9cee8747306b086625bb39f1fc736c53e1b61ffcc370f5b9171120173f7
4
+ data.tar.gz: d89bbcf2c6f4e3298d1e5e800ac2d6b93c4dda3fd8f5eb36ecdb9e262e6cdcb4
5
5
  SHA512:
6
- metadata.gz: 145e035b2567cbf2c1d2c2620cddfe898f3293cdce154d0630bcda3053de9ec249dab35bb88f2ac6462178b2590b53c619c79694850e1c21980a9c6952711628
7
- data.tar.gz: 9dcfcfe1f9a60e9e409dbf405362da1a578e2354545ba5ac1294c7bc4fadd1255f372cf163756548b173c39410e1558fff5e3e6234eb2ddfe8dcc259c58fd6ee
6
+ metadata.gz: 1f2340a6b058518e1e0dee5c0cb6519f064aaad8df7bbc0ee518b98c1cd39cdb18651eee735912cd1391d5381c036c20b2524c633385e90437f833d8e3fd24ba
7
+ data.tar.gz: 2a27ead3b99704a7a23b1679ef9a4f1d7d11eb669ce80335fcc29325da0e863bd8494ddc2ff3bacdca4a71a654779d363c0757bfa9da2681af4ab85947eca0eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.57.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240207
6
+
3
7
  ### v0.56.0 (2024-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240129
@@ -731,6 +731,13 @@ module Google
731
731
  class AutoRenewingBasePlanType
732
732
  include Google::Apis::Core::Hashable
733
733
 
734
+ # Optional. Account hold period of the subscription, specified in ISO 8601
735
+ # format. Acceptable values must be in DAYS and in the range P0D (zero days) to
736
+ # P30D (30 days). If not specified, the default value is P30D (30 days).
737
+ # Corresponds to the JSON property `accountHoldDuration`
738
+ # @return [String]
739
+ attr_accessor :account_hold_duration
740
+
734
741
  # Required. Subscription period, specified in ISO 8601 format. For a list of
735
742
  # acceptable billing periods, refer to the help center.
736
743
  # Corresponds to the JSON property `billingPeriodDuration`
@@ -782,6 +789,7 @@ module Google
782
789
 
783
790
  # Update properties of this object
784
791
  def update!(**args)
792
+ @account_hold_duration = args[:account_hold_duration] if args.key?(:account_hold_duration)
785
793
  @billing_period_duration = args[:billing_period_duration] if args.key?(:billing_period_duration)
786
794
  @grace_period_duration = args[:grace_period_duration] if args.key?(:grace_period_duration)
787
795
  @legacy_compatible = args[:legacy_compatible] if args.key?(:legacy_compatible)
@@ -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.56.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240129"
25
+ REVISION = "20240207"
26
26
  end
27
27
  end
28
28
  end
@@ -1591,6 +1591,7 @@ module Google
1591
1591
  class AutoRenewingBasePlanType
1592
1592
  # @private
1593
1593
  class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :account_hold_duration, as: 'accountHoldDuration'
1594
1595
  property :billing_period_duration, as: 'billingPeriodDuration'
1595
1596
  property :grace_period_duration, as: 'gracePeriodDuration'
1596
1597
  property :legacy_compatible, as: 'legacyCompatible'
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.56.0
4
+ version: 0.57.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: 2024-02-04 00:00:00.000000000 Z
11
+ date: 2024-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.57.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: []