google-apis-androidpublisher_v3 0.40.0 → 0.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8f3df09e86f957f624f399abe1d6d5df1f36bbb9ad30162d12a7ec7a2d75c37
4
- data.tar.gz: 73b38cc60408e9c399570e6c2fb597f915f1ebe94809343ddb6384b6af2c9c50
3
+ metadata.gz: 34eef0171a9b433aa17991bb47b958f553ebaf3ee927d3eadf83ed9504aaef01
4
+ data.tar.gz: 0a33e4964eab11ced8e169c9bee4ce313790b18929afa161d24ce4791853932d
5
5
  SHA512:
6
- metadata.gz: 1fc9496f2999b974c20238c01c40d30da302f1ad43c6f46c0d8683543c967f2dfc0675b350f40c0ee69e6e8067d736f550d51040933da015193a9c4d478dd334
7
- data.tar.gz: 40447214be6facc56c610309b69f433ac6a3f5180e58ddf8a24e2f65bf5f90dbe54370ec5aba2343f4af5f6bd1dd2e667eb00bc07e3648ccc3cba3bac08f65de
6
+ metadata.gz: 37105a336b475b789945e525b6f7015550b82f6adf01eaffc342f37c882f80230c3c51eaa94f6fe4b8ddc5feeae693b3ef9d2a2dc32ad33473e82454e4928b56
7
+ data.tar.gz: 9c66cda5436f72e78104d5e302367f6543923adde9d6f7beb4a6df1280f3d2ff84c80c51ece9f2aab7849c078a905755aec5c417b4cb701ad2504e713b3af82b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.41.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
3
7
  ### v0.40.0 (2023-04-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230418
@@ -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.40.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 = "20230418"
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.40.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-23 00:00:00.000000000 Z
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.40.0
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: []