Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.9.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 30
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-4a35fd1e705bc2b75f44e2fd82144b95eeb56f329e4e05bbede7e6bc8adc479e.yml
openapi_spec_hash: bc73be5518578c9ad8e878b82c540691
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-5f69b2b288261c7adfd9acb065dce897caf8782aff1687efe38ba52541ef7b96.yml
openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.9.0 (2026-06-01)

Full Changelog: [v1.8.0...v1.9.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.8.0...v1.9.0)

### Features

* **api:** api update ([2e35daf](https://github.com/OneBusAway/ruby-sdk/commit/2e35daf2cb318e35f1506f31487797b630995242))

## 1.8.0 (2026-05-20)

Full Changelog: [v1.7.1...v1.8.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.7.1...v1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
onebusaway-sdk (1.8.0)
onebusaway-sdk (1.9.0)
cgi
connection_pool

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "onebusaway-sdk", "~> 1.8.0"
gem "onebusaway-sdk", "~> 1.9.0"
```

<!-- x-release-please-end -->
Expand Down
24 changes: 12 additions & 12 deletions lib/onebusaway_sdk/models/arrival_and_departure_list_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
# Information about frequency-based scheduling, if applicable to the trip.
#
# @return [String, nil]
optional :frequency, String
optional :frequency, String, nil?: true

# @!attribute historical_occupancy
# Historical occupancy information of the transit vehicle.
Expand Down Expand Up @@ -188,13 +188,13 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
# Interval for predicted arrival time, if available.
#
# @return [String, nil]
optional :predicted_arrival_interval, String, api_name: :predictedArrivalInterval
optional :predicted_arrival_interval, String, api_name: :predictedArrivalInterval, nil?: true

# @!attribute predicted_departure_interval
# Interval for predicted departure time, if available.
#
# @return [String, nil]
optional :predicted_departure_interval, String, api_name: :predictedDepartureInterval
optional :predicted_departure_interval, String, api_name: :predictedDepartureInterval, nil?: true

# @!attribute predicted_occupancy
# Predicted occupancy status of the transit vehicle.
Expand All @@ -220,13 +220,13 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
# Interval for scheduled arrival time.
#
# @return [String, nil]
optional :scheduled_arrival_interval, String, api_name: :scheduledArrivalInterval
optional :scheduled_arrival_interval, String, api_name: :scheduledArrivalInterval, nil?: true

# @!attribute scheduled_departure_interval
# Interval for scheduled departure time.
#
# @return [String, nil]
optional :scheduled_departure_interval, String, api_name: :scheduledDepartureInterval
optional :scheduled_departure_interval, String, api_name: :scheduledDepartureInterval, nil?: true

# @!attribute scheduled_track
# Scheduled track information of the arriving transit vehicle.
Expand Down Expand Up @@ -295,7 +295,7 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
#
# @param distance_from_stop [Float] Distance of the arriving transit vehicle from the stop, in meters.
#
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
#
# @param historical_occupancy [String] Historical occupancy information of the transit vehicle.
#
Expand All @@ -305,19 +305,19 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
#
# @param predicted [Boolean] Indicates if real-time arrival info is available for this trip.
#
# @param predicted_arrival_interval [String] Interval for predicted arrival time, if available.
# @param predicted_arrival_interval [String, nil] Interval for predicted arrival time, if available.
#
# @param predicted_departure_interval [String] Interval for predicted departure time, if available.
# @param predicted_departure_interval [String, nil] Interval for predicted departure time, if available.
#
# @param predicted_occupancy [String] Predicted occupancy status of the transit vehicle.
#
# @param route_long_name [String] Optional route long name that potentially overrides the route long name in the r
#
# @param route_short_name [String] Optional route short name that potentially overrides the route short name in the
#
# @param scheduled_arrival_interval [String] Interval for scheduled arrival time.
# @param scheduled_arrival_interval [String, nil] Interval for scheduled arrival time.
#
# @param scheduled_departure_interval [String] Interval for scheduled departure time.
# @param scheduled_departure_interval [String, nil] Interval for scheduled departure time.
#
# @param scheduled_track [String] Scheduled track information of the arriving transit vehicle.
#
Expand Down Expand Up @@ -438,7 +438,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
# Information about frequency-based scheduling, if applicable to the trip.
#
# @return [String, nil]
optional :frequency, String
optional :frequency, String, nil?: true

# @!attribute last_known_location
# Last known location of the transit vehicle (optional).
Expand Down Expand Up @@ -541,7 +541,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
#
# @param closest_stop_time_offset [Integer] Time offset from the closest stop to the current position of the transit vehicle
#
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
#
# @param last_known_location [OnebusawaySDK::Models::ArrivalAndDepartureListResponse::Data::Entry::ArrivalsAndDeparture::TripStatus::LastKnownLocation, nil] Last known location of the transit vehicle (optional).
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
# Information about frequency-based scheduling, if applicable to the trip.
#
# @return [String, nil]
optional :frequency, String
optional :frequency, String, nil?: true

# @!attribute historical_occupancy
# Historical occupancy information of the transit vehicle.
Expand Down Expand Up @@ -177,13 +177,13 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
# Interval for predicted arrival time, if available.
#
# @return [String, nil]
optional :predicted_arrival_interval, String, api_name: :predictedArrivalInterval
optional :predicted_arrival_interval, String, api_name: :predictedArrivalInterval, nil?: true

# @!attribute predicted_departure_interval
# Interval for predicted departure time, if available.
#
# @return [String, nil]
optional :predicted_departure_interval, String, api_name: :predictedDepartureInterval
optional :predicted_departure_interval, String, api_name: :predictedDepartureInterval, nil?: true

# @!attribute predicted_occupancy
# Predicted occupancy status of the transit vehicle.
Expand All @@ -209,13 +209,13 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
# Interval for scheduled arrival time.
#
# @return [String, nil]
optional :scheduled_arrival_interval, String, api_name: :scheduledArrivalInterval
optional :scheduled_arrival_interval, String, api_name: :scheduledArrivalInterval, nil?: true

# @!attribute scheduled_departure_interval
# Interval for scheduled departure time.
#
# @return [String, nil]
optional :scheduled_departure_interval, String, api_name: :scheduledDepartureInterval
optional :scheduled_departure_interval, String, api_name: :scheduledDepartureInterval, nil?: true

# @!attribute scheduled_track
# Scheduled track information of the arriving transit vehicle.
Expand Down Expand Up @@ -284,7 +284,7 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
#
# @param distance_from_stop [Float] Distance of the arriving transit vehicle from the stop, in meters.
#
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
#
# @param historical_occupancy [String] Historical occupancy information of the transit vehicle.
#
Expand All @@ -294,19 +294,19 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
#
# @param predicted [Boolean] Indicates if real-time arrival info is available for this trip.
#
# @param predicted_arrival_interval [String] Interval for predicted arrival time, if available.
# @param predicted_arrival_interval [String, nil] Interval for predicted arrival time, if available.
#
# @param predicted_departure_interval [String] Interval for predicted departure time, if available.
# @param predicted_departure_interval [String, nil] Interval for predicted departure time, if available.
#
# @param predicted_occupancy [String] Predicted occupancy status of the transit vehicle.
#
# @param route_long_name [String] Optional route long name that potentially overrides the route long name in the r
#
# @param route_short_name [String] Optional route short name that potentially overrides the route short name in the
#
# @param scheduled_arrival_interval [String] Interval for scheduled arrival time.
# @param scheduled_arrival_interval [String, nil] Interval for scheduled arrival time.
#
# @param scheduled_departure_interval [String] Interval for scheduled departure time.
# @param scheduled_departure_interval [String, nil] Interval for scheduled departure time.
#
# @param scheduled_track [String] Scheduled track information of the arriving transit vehicle.
#
Expand Down Expand Up @@ -427,7 +427,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
# Information about frequency-based scheduling, if applicable to the trip.
#
# @return [String, nil]
optional :frequency, String
optional :frequency, String, nil?: true

# @!attribute last_known_location
# Last known location of the transit vehicle (optional).
Expand Down Expand Up @@ -530,7 +530,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
#
# @param closest_stop_time_offset [Integer] Time offset from the closest stop to the current position of the transit vehicle
#
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
#
# @param last_known_location [OnebusawaySDK::Models::ArrivalAndDepartureRetrieveResponse::Data::Entry::TripStatus::LastKnownLocation, nil] Last known location of the transit vehicle (optional).
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
# Information about frequency-based scheduling, if applicable to the trip.
#
# @return [String, nil]
optional :frequency, String
optional :frequency, String, nil?: true

# @!attribute historical_occupancy
# Historical occupancy information of the transit vehicle.
Expand Down Expand Up @@ -214,13 +214,13 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
# Interval for predicted arrival time, if available.
#
# @return [String, nil]
optional :predicted_arrival_interval, String, api_name: :predictedArrivalInterval
optional :predicted_arrival_interval, String, api_name: :predictedArrivalInterval, nil?: true

# @!attribute predicted_departure_interval
# Interval for predicted departure time, if available.
#
# @return [String, nil]
optional :predicted_departure_interval, String, api_name: :predictedDepartureInterval
optional :predicted_departure_interval, String, api_name: :predictedDepartureInterval, nil?: true

# @!attribute predicted_occupancy
# Predicted occupancy status of the transit vehicle.
Expand All @@ -246,13 +246,13 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
# Interval for scheduled arrival time.
#
# @return [String, nil]
optional :scheduled_arrival_interval, String, api_name: :scheduledArrivalInterval
optional :scheduled_arrival_interval, String, api_name: :scheduledArrivalInterval, nil?: true

# @!attribute scheduled_departure_interval
# Interval for scheduled departure time.
#
# @return [String, nil]
optional :scheduled_departure_interval, String, api_name: :scheduledDepartureInterval
optional :scheduled_departure_interval, String, api_name: :scheduledDepartureInterval, nil?: true

# @!attribute scheduled_track
# Scheduled track information of the arriving transit vehicle.
Expand Down Expand Up @@ -321,7 +321,7 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
#
# @param distance_from_stop [Float] Distance of the arriving transit vehicle from the stop, in meters.
#
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
#
# @param historical_occupancy [String] Historical occupancy information of the transit vehicle.
#
Expand All @@ -331,19 +331,19 @@ class ArrivalsAndDeparture < OnebusawaySDK::Internal::Type::BaseModel
#
# @param predicted [Boolean] Indicates if real-time arrival info is available for this trip.
#
# @param predicted_arrival_interval [String] Interval for predicted arrival time, if available.
# @param predicted_arrival_interval [String, nil] Interval for predicted arrival time, if available.
#
# @param predicted_departure_interval [String] Interval for predicted departure time, if available.
# @param predicted_departure_interval [String, nil] Interval for predicted departure time, if available.
#
# @param predicted_occupancy [String] Predicted occupancy status of the transit vehicle.
#
# @param route_long_name [String] Optional route long name that potentially overrides the route long name in the r
#
# @param route_short_name [String] Optional route short name that potentially overrides the route short name in the
#
# @param scheduled_arrival_interval [String] Interval for scheduled arrival time.
# @param scheduled_arrival_interval [String, nil] Interval for scheduled arrival time.
#
# @param scheduled_departure_interval [String] Interval for scheduled departure time.
# @param scheduled_departure_interval [String, nil] Interval for scheduled departure time.
#
# @param scheduled_track [String] Scheduled track information of the arriving transit vehicle.
#
Expand Down Expand Up @@ -464,7 +464,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
# Information about frequency-based scheduling, if applicable to the trip.
#
# @return [String, nil]
optional :frequency, String
optional :frequency, String, nil?: true

# @!attribute last_known_location
# Last known location of the transit vehicle (optional).
Expand Down Expand Up @@ -567,7 +567,7 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
#
# @param closest_stop_time_offset [Integer] Time offset from the closest stop to the current position of the transit vehicle
#
# @param frequency [String] Information about frequency-based scheduling, if applicable to the trip.
# @param frequency [String, nil] Information about frequency-based scheduling, if applicable to the trip.
#
# @param last_known_location [OnebusawaySDK::Models::ArrivalsAndDeparturesForLocationListResponse::Data::Entry::ArrivalsAndDeparture::TripStatus::LastKnownLocation, nil] Last known location of the transit vehicle (optional).
#
Expand Down
Loading