google-apis-androidpublisher_v3 0.40.0 → 0.41.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: 34eef0171a9b433aa17991bb47b958f553ebaf3ee927d3eadf83ed9504aaef01
|
|
4
|
+
data.tar.gz: 0a33e4964eab11ced8e169c9bee4ce313790b18929afa161d24ce4791853932d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37105a336b475b789945e525b6f7015550b82f6adf01eaffc342f37c882f80230c3c51eaa94f6fe4b8ddc5feeae693b3ef9d2a2dc32ad33473e82454e4928b56
|
|
7
|
+
data.tar.gz: 9c66cda5436f72e78104d5e302367f6543923adde9d6f7beb4a6df1280f3d2ff84c80c51ece9f2aab7849c078a905755aec5c417b4cb701ad2504e713b3af82b
|
data/CHANGELOG.md
CHANGED
|
@@ -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.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230425"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1566,7 +1566,9 @@ module Google
|
|
|
1566
1566
|
# @param [String] external_transaction_id
|
|
1567
1567
|
# Required. The id to use for the external transaction. Must be unique across
|
|
1568
1568
|
# all other transactions for the app. This value should be 1-63 characters and
|
|
1569
|
-
# valid characters are /a-z0-9_-/.
|
|
1569
|
+
# valid characters are /a-z0-9_-/. Do not use this field to store any Personally
|
|
1570
|
+
# Identifiable Information (PII) such as emails. Attempting to store PII in this
|
|
1571
|
+
# field may result in requests being blocked.
|
|
1570
1572
|
# @param [String] fields
|
|
1571
1573
|
# Selector specifying which fields to include in a partial response.
|
|
1572
1574
|
# @param [String] quota_user
|
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.41.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: 2023-04-
|
|
11
|
+
date: 2023-04-30 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.41.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: []
|