google-apis-androidpublisher_v3 0.19.0 → 0.20.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: 4b7ca6cc452868a64ffb68279bfe9a60ff7b120a986e9680d07823daaadd0c96
|
|
4
|
+
data.tar.gz: 7f6ea107a087bc00ea7d119abadfafbcab1aed94eb4cd9a0e7577d7e7e08f6ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75aa6bc26060e4005e4d90590bb0a79c640364cae11111e6c94bbaa0090a7e335fcdf8571be4ce8bebf41bf2ac05cbf81877586a677de9dda72756c93f654050
|
|
7
|
+
data.tar.gz: d3b801660cbd5a2f38dd176ad134006717237c8c7593d09cbce59d58451889e2911ae95f5d899ceb4d2ab50e4b5245c58072453bdb1375b4bf922e17d253c124
|
data/CHANGELOG.md
CHANGED
|
@@ -1864,7 +1864,7 @@ module Google
|
|
|
1864
1864
|
# @return [String]
|
|
1865
1865
|
attr_accessor :order_id
|
|
1866
1866
|
|
|
1867
|
-
# The inapp product SKU.
|
|
1867
|
+
# The inapp product SKU. May not be present.
|
|
1868
1868
|
# Corresponds to the JSON property `productId`
|
|
1869
1869
|
# @return [String]
|
|
1870
1870
|
attr_accessor :product_id
|
|
@@ -1881,7 +1881,7 @@ module Google
|
|
|
1881
1881
|
# @return [Fixnum]
|
|
1882
1882
|
attr_accessor :purchase_time_millis
|
|
1883
1883
|
|
|
1884
|
-
# The purchase token generated to identify this purchase.
|
|
1884
|
+
# The purchase token generated to identify this purchase. May not be present.
|
|
1885
1885
|
# Corresponds to the JSON property `purchaseToken`
|
|
1886
1886
|
# @return [String]
|
|
1887
1887
|
attr_accessor :purchase_token
|
|
@@ -1895,7 +1895,8 @@ module Google
|
|
|
1895
1895
|
# @return [Fixnum]
|
|
1896
1896
|
attr_accessor :purchase_type
|
|
1897
1897
|
|
|
1898
|
-
# The quantity associated with the purchase of the inapp product.
|
|
1898
|
+
# The quantity associated with the purchase of the inapp product. If not present,
|
|
1899
|
+
# the quantity is 1.
|
|
1899
1900
|
# Corresponds to the JSON property `quantity`
|
|
1900
1901
|
# @return [Fixnum]
|
|
1901
1902
|
attr_accessor :quantity
|
|
@@ -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.20.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220503"
|
|
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.20.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-05-09 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.20.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: []
|