google-apis-androidpublisher_v3 0.5.0 → 0.6.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: 0b2450352e326cd2101cb971c2a39b2e553ad10bd204a5d78edee7299797ac48
|
|
4
|
+
data.tar.gz: 05cd5477abab2e2d6e9dbcf65c0abbae6fbbaa915e380269b07aaa29c89e0118
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea0a13f55ce8c156303d336db1754797ef79b4c75b482adda04694ac187f461a1f3cba8f3bb630e222d086226894cabf05c27ec15f88a569889725ce3d266028
|
|
7
|
+
data.tar.gz: d527ef7c68387430103388b897ec0ccbfc0dc660e12b988e998fe5314060aa7128db03128eab9349ec200a60b3a2bc50bd7930d1ca8ea063858935aebbee50a7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-androidpublisher_v3
|
|
2
2
|
|
|
3
|
+
### v0.6.0 (2021-06-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210605
|
|
6
|
+
* Regenerated using generator version 0.3.0
|
|
7
|
+
|
|
3
8
|
### v0.5.0 (2021-05-28)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20210527
|
|
@@ -1626,7 +1626,8 @@ module Google
|
|
|
1626
1626
|
attr_accessor :obfuscated_external_profile_id
|
|
1627
1627
|
|
|
1628
1628
|
# The order id of the latest recurring order associated with the purchase of the
|
|
1629
|
-
# subscription.
|
|
1629
|
+
# subscription. If the subscription was canceled because payment was declined,
|
|
1630
|
+
# this will be the order id from the payment declined order.
|
|
1630
1631
|
# Corresponds to the JSON property `orderId`
|
|
1631
1632
|
# @return [String]
|
|
1632
1633
|
attr_accessor :order_id
|
|
@@ -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.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210605"
|
|
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.6.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: 2021-
|
|
11
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.6.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|