Skip to content

Commit 2b2a2a1

Browse files
feat: Automated regeneration of TravelImpactModel client (googleapis#12427)
Auto-created at 2024-10-28 13:18:22 +0000 using the toys pull request generator.
1 parent 0430591 commit 2b2a2a1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

clients/travel_impact_model/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_travel_impact_model, "~> 0.2"}]
14+
[{:google_api_travel_impact_model, "~> 0.3"}]
1515
end
1616
```
1717

clients/travel_impact_model/lib/google_api/travel_impact_model/v1/metadata.ex

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

23-
@discovery_revision "20240310"
23+
@discovery_revision "20241027"
2424

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

clients/travel_impact_model/lib/google_api/travel_impact_model/v1/model/flight_with_emissions.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.TravelImpactModel.V1.Model.FlightWithEmissions do
2121
2222
## Attributes
2323
24-
* `emissionsGramsPerPax` (*type:* `GoogleApi.TravelImpactModel.V1.Model.EmissionsGramsPerPax.t`, *default:* `nil`) - Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not be computed. For the list of reasons why emissions could not be computed, see ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax until TIM version 1.X.0 which will update this to be total wtw emissions aka wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
24+
* `emissionsGramsPerPax` (*type:* `GoogleApi.TravelImpactModel.V1.Model.EmissionsGramsPerPax.t`, *default:* `nil`) - Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not be computed. For the list of reasons why emissions could not be computed, see ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax + wtt_emissions_grams_per_pax.
2525
* `flight` (*type:* `GoogleApi.TravelImpactModel.V1.Model.Flight.t`, *default:* `nil`) - Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
2626
"""
2727

clients/travel_impact_model/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.TravelImpactModel.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.2.0"
21+
@version "0.3.0"
2222

2323
def project() do
2424
[
@@ -56,7 +56,7 @@ defmodule GoogleApi.TravelImpactModel.Mixfile do
5656
[
5757
files: ["lib", "mix.exs", "README*", "LICENSE"],
5858
maintainers: ["Jeff Ching", "Daniel Azuma"],
59-
licenses: ["Apache 2.0"],
59+
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/travel_impact_model",
6262
"Homepage" => "https://developers.google.com/travel/impact-model"

0 commit comments

Comments
 (0)