Skip to content

Commit cd23f70

Browse files
feat(api): api update
1 parent 08d92fb commit cd23f70

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 30
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-4a35fd1e705bc2b75f44e2fd82144b95eeb56f329e4e05bbede7e6bc8adc479e.yml
3-
openapi_spec_hash: bc73be5518578c9ad8e878b82c540691
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-5f69b2b288261c7adfd9acb065dce897caf8782aff1687efe38ba52541ef7b96.yml
3+
openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2
44
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff

src/onebusaway/types/trips_for_location_list_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class TripsForLocationListResponseDataListStatus(BaseModel):
169169

170170

171171
class TripsForLocationListResponseDataList(BaseModel):
172-
schedule: TripsForLocationListResponseDataListSchedule
172+
schedule: Optional[TripsForLocationListResponseDataListSchedule] = None
173173

174174
status: TripsForLocationListResponseDataListStatus
175175
"""Trip-specific status for the arriving transit vehicle."""

src/onebusaway/types/trips_for_route_list_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class TripsForRouteListResponseDataListStatus(BaseModel):
169169

170170

171171
class TripsForRouteListResponseDataList(BaseModel):
172-
schedule: TripsForRouteListResponseDataListSchedule
172+
schedule: Optional[TripsForRouteListResponseDataListSchedule] = None
173173

174174
status: TripsForRouteListResponseDataListStatus
175175
"""Trip-specific status for the arriving transit vehicle."""

0 commit comments

Comments
 (0)