@maxim_mazurok/gapi.client.travelimpactmodel-v1
Advanced tools
Comparing version 0.0.20241024 to 0.0.20241027
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Travel Impact Model API v1 0.0 */ | ||
// Generated from: https://travelimpactmodel.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20241024 | ||
// Revision: 20241027 | ||
@@ -73,3 +73,3 @@ /// <reference types="gapi.client" /> | ||
interface FlightWithEmissions { | ||
/** 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. */ | ||
/** 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. */ | ||
emissionsGramsPerPax?: EmissionsGramsPerPax; | ||
@@ -76,0 +76,0 @@ /** Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.travelimpactmodel-v1", | ||
"version": "0.0.20241024", | ||
"version": "0.0.20241027", | ||
"description": "TypeScript typings for Travel Impact Model API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11208