google-apis-travelimpactmodel_v1 0.5.0 → 0.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97ca2be51899a4b94b6d387e0e49bf98ad7cd4bb691b22ee805df7172c36a34a
4
- data.tar.gz: ae40661676b168a5266bc2ced0baccf061cef8d75720e0fed1360f9207f48e15
3
+ metadata.gz: d13a504d920734bc0b96fbc3ffe1696a2b471408ef518ffdeb03c025dcbdab03
4
+ data.tar.gz: a0d05cfa646ab302b0be5b3bbd6adc4b4d09a5bc952fc2ef0af1024a7a9e5eae
5
5
  SHA512:
6
- metadata.gz: b334d7cfc3801045067dad6d222a9cd905b27438c0652e25e7f1e1095b05f920063167fe1425d09e8890cd2bfe7aad5052e8af5818a7b7f9c3010762d72d8c9c
7
- data.tar.gz: 2ac232cadc3d6898727a6a14865fd324ec6f26b6dc2b3c001095aafc984824e9d98f5c6a6d275fef8ddf550cce32bb9f567ff36cf18ecb681e890ac87b8244a5
6
+ metadata.gz: cd66404d730e8ddffc85a68282cee2aadd707c955da09f90c4d647f5ea361347dea3d8ed7d787b3e997065bff77fb862c9c3a91d03ecfe7692314e867e4adbf3
7
+ data.tar.gz: 2045ed671092d0a41d5d2a5be5e9661977e331efbeeb4059127dac49fa7255fb8f405e8dcd5527bcee2a32c1168d20a68a3c007e241e12562b4df7c2cc9135e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-travelimpactmodel_v1
2
2
 
3
+ ### v0.6.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250224
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.5.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TravelimpactmodelV1
18
18
  # Version of the google-apis-travelimpactmodel_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231011"
25
+ REVISION = "20250224"
26
26
  end
27
27
  end
28
28
  end
@@ -57,9 +57,9 @@ module Google
57
57
  # same order. If there are no estimates available for a certain flight leg, the
58
58
  # response will return the flight leg object with empty emission fields. The
59
59
  # request will still be considered successful. Reasons for missing emission
60
- # estimates include: - The flight is unknown to the server. - The input flight
61
- # leg is missing one or more identifiers. - The flight date is in the past. -
62
- # The aircraft type is not supported by the model. - Missing seat configuration.
60
+ # estimates include: * The flight is unknown to the server. * The input flight
61
+ # leg is missing one or more identifiers. * The flight date is in the past. *
62
+ # The aircraft type is not supported by the model. * Missing seat configuration.
63
63
  # The request can contain up to 1000 flight legs. If the request has more than
64
64
  # 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
65
65
  # @param [Google::Apis::TravelimpactmodelV1::ComputeFlightEmissionsRequest] compute_flight_emissions_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-travelimpactmodel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-travelimpactmodel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-travelimpactmodel_v1/v0.5.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-travelimpactmodel_v1/v0.6.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-travelimpactmodel_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Travel Impact Model API V1
82
79
  test_files: []