@googleapis/travelimpactmodel 2.0.3 → 2.0.6

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,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.6](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v2.0.5...travelimpactmodel-v2.0.6) (2025-03-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **travelimpactmodel:** update the API ([8e97ed6](https://github.com/googleapis/google-api-nodejs-client/commit/8e97ed64328a243f2f524ef6c4c00e22d58531f2))
9
+ * **travelimpactmodel:** update the API ([54f0e46](https://github.com/googleapis/google-api-nodejs-client/commit/54f0e46f9e793e697b9b5b7a3dc3b82b6c551bb0))
10
+
11
+ ## [2.0.5](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v2.0.4...travelimpactmodel-v2.0.5) (2025-03-18)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **travelimpactmodel:** update the API ([8e97ed6](https://github.com/googleapis/google-api-nodejs-client/commit/8e97ed64328a243f2f524ef6c4c00e22d58531f2))
17
+ * **travelimpactmodel:** update the API ([54f0e46](https://github.com/googleapis/google-api-nodejs-client/commit/54f0e46f9e793e697b9b5b7a3dc3b82b6c551bb0))
18
+
19
+ ## [2.0.4](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v2.0.3...travelimpactmodel-v2.0.4) (2025-03-18)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **travelimpactmodel:** update the API ([8e97ed6](https://github.com/googleapis/google-api-nodejs-client/commit/8e97ed64328a243f2f524ef6c4c00e22d58531f2))
25
+
3
26
  ## [2.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/travelimpactmodel-v2.0.2...travelimpactmodel-v2.0.3) (2025-02-04)
4
27
 
5
28
 
package/build/v1.d.ts CHANGED
@@ -194,7 +194,7 @@ export declare namespace travelimpactmodel_v1 {
194
194
  context: APIRequestContext;
195
195
  constructor(context: APIRequestContext);
196
196
  /**
197
- * Stateless method to retrieve emission estimates. Details on how emission estimates are computed: https://github.com/google/travel-impact-model The response will contain all entries that match the input flight legs, in the same order. If there are no estimates available for a certain flight leg, the response will return the flight leg object with empty emission fields. The request will still be considered successful. Reasons for missing emission estimates include: - The flight is unknown to the server. - The input flight leg is missing one or more identifiers. - The flight date is in the past. - The aircraft type is not supported by the model. - Missing seat configuration. The request can contain up to 1000 flight legs. If the request has more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
197
+ * Stateless method to retrieve emission estimates. Details on how emission estimates are computed: https://github.com/google/travel-impact-model The response will contain all entries that match the input flight legs, in the same order. If there are no estimates available for a certain flight leg, the response will return the flight leg object with empty emission fields. The request will still be considered successful. Reasons for missing emission estimates include: * The flight is unknown to the server. * The input flight leg is missing one or more identifiers. * The flight date is in the past. * The aircraft type is not supported by the model. * Missing seat configuration. The request can contain up to 1000 flight legs. If the request has more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
198
198
  *
199
199
  * @param params - Parameters for request
200
200
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/travelimpactmodel",
3
- "version": "2.0.3",
3
+ "version": "2.0.6",
4
4
  "description": "travelimpactmodel",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -251,7 +251,7 @@ export namespace travelimpactmodel_v1 {
251
251
  }
252
252
 
253
253
  /**
254
- * Stateless method to retrieve emission estimates. Details on how emission estimates are computed: https://github.com/google/travel-impact-model The response will contain all entries that match the input flight legs, in the same order. If there are no estimates available for a certain flight leg, the response will return the flight leg object with empty emission fields. The request will still be considered successful. Reasons for missing emission estimates include: - The flight is unknown to the server. - The input flight leg is missing one or more identifiers. - The flight date is in the past. - The aircraft type is not supported by the model. - Missing seat configuration. The request can contain up to 1000 flight legs. If the request has more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
254
+ * Stateless method to retrieve emission estimates. Details on how emission estimates are computed: https://github.com/google/travel-impact-model The response will contain all entries that match the input flight legs, in the same order. If there are no estimates available for a certain flight leg, the response will return the flight leg object with empty emission fields. The request will still be considered successful. Reasons for missing emission estimates include: * The flight is unknown to the server. * The input flight leg is missing one or more identifiers. * The flight date is in the past. * The aircraft type is not supported by the model. * Missing seat configuration. The request can contain up to 1000 flight legs. If the request has more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
255
255
  *
256
256
  * @param params - Parameters for request
257
257
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.