google-apis-androidpublisher_v3 0.65.0 → 0.66.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4cf49df8af239bde7a4babbc6ce02642e55dfdc2bb1a5f70fcd93a7c0854af6f
|
4
|
+
data.tar.gz: 484bf53579c1edde8e8452be779316e00dd7101e59d8de06bac466d7976c3e1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b3a4a0e48bff9e071ec84917d9177e0c5a672219d46471d9371012b1839c92ef38d1c0c924efd7793e93337e8a7ab1d41f5c4fa898c20efa8371a4b56456cd0
|
7
|
+
data.tar.gz: d5fc9c402392c9b02b7e1e592400656e51b59eaed55a6808d58745234b243ae49ba2999d851046df8c9877184b580f0477b6da7c7edf5608db0576dba15f7b3f
|
data/CHANGELOG.md
CHANGED
@@ -2239,6 +2239,17 @@ module Google
|
|
2239
2239
|
# @return [Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase]
|
2240
2240
|
attr_accessor :test_purchase
|
2241
2241
|
|
2242
|
+
# Optional. The transaction program code, used to help determine service fee for
|
2243
|
+
# apps partcipating in special partner programs. This field can not be used for
|
2244
|
+
# external offers transactions. Developers participating in the Play Media
|
2245
|
+
# Experience Program (https://play.google.com/console/about/programs/
|
2246
|
+
# mediaprogram/) must provide the program code when reporting alternative
|
2247
|
+
# billing external transactions. If you are an eligible developer, please
|
2248
|
+
# contact your BDM for more information on how to set this field.
|
2249
|
+
# Corresponds to the JSON property `transactionProgramCode`
|
2250
|
+
# @return [Fixnum]
|
2251
|
+
attr_accessor :transaction_program_code
|
2252
|
+
|
2242
2253
|
# Output only. The current state of the transaction.
|
2243
2254
|
# Corresponds to the JSON property `transactionState`
|
2244
2255
|
# @return [String]
|
@@ -2270,6 +2281,7 @@ module Google
|
|
2270
2281
|
@package_name = args[:package_name] if args.key?(:package_name)
|
2271
2282
|
@recurring_transaction = args[:recurring_transaction] if args.key?(:recurring_transaction)
|
2272
2283
|
@test_purchase = args[:test_purchase] if args.key?(:test_purchase)
|
2284
|
+
@transaction_program_code = args[:transaction_program_code] if args.key?(:transaction_program_code)
|
2273
2285
|
@transaction_state = args[:transaction_state] if args.key?(:transaction_state)
|
2274
2286
|
@transaction_time = args[:transaction_time] if args.key?(:transaction_time)
|
2275
2287
|
@user_tax_address = args[:user_tax_address] if args.key?(:user_tax_address)
|
@@ -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.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240624"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2143,6 +2143,7 @@ module Google
|
|
2143
2143
|
|
2144
2144
|
property :test_purchase, as: 'testPurchase', class: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase::Representation
|
2145
2145
|
|
2146
|
+
property :transaction_program_code, as: 'transactionProgramCode'
|
2146
2147
|
property :transaction_state, as: 'transactionState'
|
2147
2148
|
property :transaction_time, as: 'transactionTime'
|
2148
2149
|
property :user_tax_address, as: 'userTaxAddress', class: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress::Representation
|
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.66.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-06-
|
11
|
+
date: 2024-06-27 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.66.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: []
|