@googleapis/travelimpactmodel 1.0.3 → 2.0.0

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v1.0.3...travelimpactmodel-v2.0.0) (2023-10-19)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * run the generator ([#3364](https://github.com/googleapis/google-api-nodejs-client/issues/3364)) ([8a012d1](https://github.com/googleapis/google-api-nodejs-client/commit/8a012d18c1dd5499a087b114eda0f2c22baef203))
13
+
3
14
  ## [1.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v1.0.2...travelimpactmodel-v1.0.3) (2023-10-11)
4
15
 
5
16
 
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. 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.
165
165
  */
166
166
  emissionsGramsPerPax?: Schema$EmissionsGramsPerPax;
167
167
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/travelimpactmodel",
3
- "version": "1.0.3",
3
+ "version": "2.0.0",
4
4
  "description": "travelimpactmodel",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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. 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.
218
218
  */
219
219
  emissionsGramsPerPax?: Schema$EmissionsGramsPerPax;
220
220
  /**