google-apis-androidpublisher_v3 0.28.0 → 0.29.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: 80437b0fed128186f8ec2faa98daff15df856a5d8844c2ab5e26da8d6e7d463e
|
|
4
|
+
data.tar.gz: 1c436f279a432d3ba56e2d85a791764c8249653d38904d5cbb58ee71453359d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74cf149cde931e28a0fb91204433a949c7f2f8f4e21b349b55f62edc8172f48c38299165c4e14cef9e8b7ef94ce3aec203f5652c52a983b746f53ac288838b58
|
|
7
|
+
data.tar.gz: 1e12f88de562812d7d7a8182553584d8a3004bb97cf7206dd3308fbf90892b0f139acba2bcff9e4efc1fc59244d61f0de9a3efe845299e0f19707cf96bdeb108
|
data/CHANGELOG.md
CHANGED
|
@@ -2421,8 +2421,8 @@ module Google
|
|
|
2421
2421
|
class PrepaidPlan
|
|
2422
2422
|
include Google::Apis::Core::Hashable
|
|
2423
2423
|
|
|
2424
|
-
#
|
|
2425
|
-
#
|
|
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.
|
|
2426
2426
|
# Corresponds to the JSON property `allowExtendAfterTime`
|
|
2427
2427
|
# @return [String]
|
|
2428
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.
|
|
19
|
+
GEM_VERSION = "0.29.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220926"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.
|
|
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-
|
|
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
|
|
@@ -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.
|
|
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: []
|