@googleapis/travelimpactmodel 2.0.2 → 2.0.3
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.
- package/CHANGELOG.md +7 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v2.0.2...travelimpactmodel-v2.0.3) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **travelimpactmodel:** update the API ([54f0e46](https://github.com/googleapis/google-api-nodejs-client/commit/54f0e46f9e793e697b9b5b7a3dc3b82b6c551bb0))
|
|
9
|
+
|
|
3
10
|
## [2.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v2.0.1...travelimpactmodel-v2.0.2) (2024-05-02)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -161,7 +161,7 @@ export declare namespace travelimpactmodel_v1 {
|
|
|
161
161
|
*/
|
|
162
162
|
export interface Schema$FlightWithEmissions {
|
|
163
163
|
/**
|
|
164
|
-
* 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.
|
|
164
|
+
* 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.
|
|
165
165
|
*/
|
|
166
166
|
emissionsGramsPerPax?: Schema$EmissionsGramsPerPax;
|
|
167
167
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -214,7 +214,7 @@ export namespace travelimpactmodel_v1 {
|
|
|
214
214
|
*/
|
|
215
215
|
export interface Schema$FlightWithEmissions {
|
|
216
216
|
/**
|
|
217
|
-
* 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.
|
|
217
|
+
* 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.
|
|
218
218
|
*/
|
|
219
219
|
emissionsGramsPerPax?: Schema$EmissionsGramsPerPax;
|
|
220
220
|
/**
|