google-apis-androidpublisher_v3 0.62.0 → 0.63.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: ab311feaa4454d87eeab2fb1b24f8e9bd4745e8e7fbaf954718e4a9d813df92f
|
|
4
|
+
data.tar.gz: ae03f01f59e76420e0e01e0f0d5f234a9ee3b1033ae90352f196f52b794f3076
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79fa15dc6c3e90cca22775df424bef806c6374800fa524b04ab61fe8971cbd2ed8f7f0ade32ad0b846b08e12eeee11f6ccb0bdb4c61c64b9256ce40127f6ab7a
|
|
7
|
+
data.tar.gz: 0df6bb55b95d7b2ffe032c35913505aa932dd2a3705f34c8d6719c5a46a7130b82cc9d70d81b14623745fc84a800be04213e0fbabdb0b79432d4681cb7a89cde
|
data/CHANGELOG.md
CHANGED
|
@@ -1256,7 +1256,8 @@ module Google
|
|
|
1256
1256
|
end
|
|
1257
1257
|
end
|
|
1258
1258
|
|
|
1259
|
-
# Information specific to a subscription in
|
|
1259
|
+
# Information specific to a subscription in the SUBSCRIPTION_STATE_CANCELED or
|
|
1260
|
+
# SUBSCRIPTION_STATE_EXPIRED state.
|
|
1260
1261
|
class CanceledStateContext
|
|
1261
1262
|
include Google::Apis::Core::Hashable
|
|
1262
1263
|
|
|
@@ -5846,7 +5847,8 @@ module Google
|
|
|
5846
5847
|
# @return [String]
|
|
5847
5848
|
attr_accessor :acknowledgement_state
|
|
5848
5849
|
|
|
5849
|
-
# Information specific to a subscription in
|
|
5850
|
+
# Information specific to a subscription in the SUBSCRIPTION_STATE_CANCELED or
|
|
5851
|
+
# SUBSCRIPTION_STATE_EXPIRED state.
|
|
5850
5852
|
# Corresponds to the JSON property `canceledStateContext`
|
|
5851
5853
|
# @return [Google::Apis::AndroidpublisherV3::CanceledStateContext]
|
|
5852
5854
|
attr_accessor :canceled_state_context
|
|
@@ -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.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240509"
|
|
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.63.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-
|
|
11
|
+
date: 2024-05-12 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.63.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: []
|