Skip to content

Commit c551fef

Browse files
feat: Automated regeneration of AndroidPublisher client (googleapis#12284)
Auto-created at 2024-10-07 13:16:20 +0000 using the toys pull request generator.
1 parent 5feb330 commit c551fef

File tree

5 files changed

+3
-62
lines changed

5 files changed

+3
-62
lines changed

clients/android_publisher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_android_publisher, "~> 0.38"}]
14+
[{:google_api_android_publisher, "~> 0.39"}]
1515
end
1616
```
1717

clients/android_publisher/lib/google_api/android_publisher/v3/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidPublisher.V3 do
2020
API client metadata for GoogleApi.AndroidPublisher.V3.
2121
"""
2222

23-
@discovery_revision "20240917"
23+
@discovery_revision "20241003"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/android_publisher/lib/google_api/android_publisher/v3/model/external_offer_initial_acquisition_details.ex

Lines changed: 0 additions & 51 deletions
This file was deleted.

clients/android_publisher/lib/google_api/android_publisher/v3/model/external_transaction.ex

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ defmodule GoogleApi.AndroidPublisher.V3.Model.ExternalTransaction do
2424
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.
2525
* `currentPreTaxAmount` (*type:* `GoogleApi.AndroidPublisher.V3.Model.Price.t`, *default:* `nil`) - Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction.
2626
* `currentTaxAmount` (*type:* `GoogleApi.AndroidPublisher.V3.Model.Price.t`, *default:* `nil`) - Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.
27-
* `externalOfferInitialAcquisitionDetails` (*type:* `GoogleApi.AndroidPublisher.V3.Model.ExternalOfferInitialAcquisitionDetails.t`, *default:* `nil`) - Optional. Details about the first time a user/device completed a transaction using external offers. Not required for transactions made using user choice billing or alternative billing only.
2827
* `externalTransactionId` (*type:* `String.t`, *default:* `nil`) - Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.
2928
* `oneTimeTransaction` (*type:* `GoogleApi.AndroidPublisher.V3.Model.OneTimeExternalTransaction.t`, *default:* `nil`) - This is a one-time transaction and not part of a subscription.
3029
* `originalPreTaxAmount` (*type:* `GoogleApi.AndroidPublisher.V3.Model.Price.t`, *default:* `nil`) - Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied.
@@ -44,8 +43,6 @@ defmodule GoogleApi.AndroidPublisher.V3.Model.ExternalTransaction do
4443
:createTime => DateTime.t() | nil,
4544
:currentPreTaxAmount => GoogleApi.AndroidPublisher.V3.Model.Price.t() | nil,
4645
:currentTaxAmount => GoogleApi.AndroidPublisher.V3.Model.Price.t() | nil,
47-
:externalOfferInitialAcquisitionDetails =>
48-
GoogleApi.AndroidPublisher.V3.Model.ExternalOfferInitialAcquisitionDetails.t() | nil,
4946
:externalTransactionId => String.t() | nil,
5047
:oneTimeTransaction =>
5148
GoogleApi.AndroidPublisher.V3.Model.OneTimeExternalTransaction.t() | nil,
@@ -66,11 +63,6 @@ defmodule GoogleApi.AndroidPublisher.V3.Model.ExternalTransaction do
6663
field(:createTime, as: DateTime)
6764
field(:currentPreTaxAmount, as: GoogleApi.AndroidPublisher.V3.Model.Price)
6865
field(:currentTaxAmount, as: GoogleApi.AndroidPublisher.V3.Model.Price)
69-
70-
field(:externalOfferInitialAcquisitionDetails,
71-
as: GoogleApi.AndroidPublisher.V3.Model.ExternalOfferInitialAcquisitionDetails
72-
)
73-
7466
field(:externalTransactionId)
7567
field(:oneTimeTransaction, as: GoogleApi.AndroidPublisher.V3.Model.OneTimeExternalTransaction)
7668
field(:originalPreTaxAmount, as: GoogleApi.AndroidPublisher.V3.Model.Price)

clients/android_publisher/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AndroidPublisher.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.38.3"
21+
@version "0.39.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)