File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 29
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-0c305d11543f8fc11bd55586c4dc4a724b10de1898cab0fe11364b4db6455752 .yml
3- openapi_spec_hash : 6d10c2ac411cd65f30d200f298577b32
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-30baad9d29b0909d180aae300750a0cd8425b52d7a60ba365b6aa4e5f8da6fab .yml
3+ openapi_spec_hash : 218466af34966d9b08728f107cb3b3b0
44config_hash : 3871f5d21bb38ddd334ec04721dea64d
Original file line number Diff line number Diff line change 2020
2121
2222class ArrivalAndDepartureListResponseDataEntryArrivalsAndDepartureTripStatusLastKnownLocation (BaseModel ):
23- """Last known location of the transit vehicle."""
23+ """Last known location of the transit vehicle (optional) ."""
2424
2525 lat : Optional [float ] = None
2626 """Latitude of the last known location of the transit vehicle."""
@@ -108,7 +108,7 @@ class ArrivalAndDepartureListResponseDataEntryArrivalsAndDepartureTripStatus(Bas
108108 last_known_location : Optional [
109109 ArrivalAndDepartureListResponseDataEntryArrivalsAndDepartureTripStatusLastKnownLocation
110110 ] = FieldInfo (alias = "lastKnownLocation" , default = None )
111- """Last known location of the transit vehicle."""
111+ """Last known location of the transit vehicle (optional) ."""
112112
113113 last_known_orientation : Optional [float ] = FieldInfo (alias = "lastKnownOrientation" , default = None )
114114 """Last known orientation value received in real-time from the transit vehicle."""
Original file line number Diff line number Diff line change 1919
2020
2121class ArrivalAndDepartureRetrieveResponseDataEntryTripStatusLastKnownLocation (BaseModel ):
22- """Last known location of the transit vehicle."""
22+ """Last known location of the transit vehicle (optional) ."""
2323
2424 lat : Optional [float ] = None
2525 """Latitude of the last known location of the transit vehicle."""
@@ -107,7 +107,7 @@ class ArrivalAndDepartureRetrieveResponseDataEntryTripStatus(BaseModel):
107107 last_known_location : Optional [ArrivalAndDepartureRetrieveResponseDataEntryTripStatusLastKnownLocation ] = FieldInfo (
108108 alias = "lastKnownLocation" , default = None
109109 )
110- """Last known location of the transit vehicle."""
110+ """Last known location of the transit vehicle (optional) ."""
111111
112112 last_known_orientation : Optional [float ] = FieldInfo (alias = "lastKnownOrientation" , default = None )
113113 """Last known orientation value received in real-time from the transit vehicle."""
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class TripDetailRetrieveResponseDataEntrySchedule(BaseModel):
4747
4848
4949class TripDetailRetrieveResponseDataEntryStatusLastKnownLocation (BaseModel ):
50- """Last known location of the transit vehicle."""
50+ """Last known location of the transit vehicle (optional) ."""
5151
5252 lat : Optional [float ] = None
5353 """Latitude of the last known location of the transit vehicle."""
@@ -133,7 +133,7 @@ class TripDetailRetrieveResponseDataEntryStatus(BaseModel):
133133 last_known_location : Optional [TripDetailRetrieveResponseDataEntryStatusLastKnownLocation ] = FieldInfo (
134134 alias = "lastKnownLocation" , default = None
135135 )
136- """Last known location of the transit vehicle."""
136+ """Last known location of the transit vehicle (optional) ."""
137137
138138 last_known_orientation : Optional [float ] = FieldInfo (alias = "lastKnownOrientation" , default = None )
139139 """Last known orientation value received in real-time from the transit vehicle."""
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class TripForVehicleRetrieveResponseDataEntrySchedule(BaseModel):
4747
4848
4949class TripForVehicleRetrieveResponseDataEntryStatusLastKnownLocation (BaseModel ):
50- """Last known location of the transit vehicle."""
50+ """Last known location of the transit vehicle (optional) ."""
5151
5252 lat : Optional [float ] = None
5353 """Latitude of the last known location of the transit vehicle."""
@@ -133,7 +133,7 @@ class TripForVehicleRetrieveResponseDataEntryStatus(BaseModel):
133133 last_known_location : Optional [TripForVehicleRetrieveResponseDataEntryStatusLastKnownLocation ] = FieldInfo (
134134 alias = "lastKnownLocation" , default = None
135135 )
136- """Last known location of the transit vehicle."""
136+ """Last known location of the transit vehicle (optional) ."""
137137
138138 last_known_orientation : Optional [float ] = FieldInfo (alias = "lastKnownOrientation" , default = None )
139139 """Last known orientation value received in real-time from the transit vehicle."""
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class TripsForLocationListResponseDataListSchedule(BaseModel):
4747
4848
4949class TripsForLocationListResponseDataListStatusLastKnownLocation (BaseModel ):
50- """Last known location of the transit vehicle."""
50+ """Last known location of the transit vehicle (optional) ."""
5151
5252 lat : Optional [float ] = None
5353 """Latitude of the last known location of the transit vehicle."""
@@ -133,7 +133,7 @@ class TripsForLocationListResponseDataListStatus(BaseModel):
133133 last_known_location : Optional [TripsForLocationListResponseDataListStatusLastKnownLocation ] = FieldInfo (
134134 alias = "lastKnownLocation" , default = None
135135 )
136- """Last known location of the transit vehicle."""
136+ """Last known location of the transit vehicle (optional) ."""
137137
138138 last_known_orientation : Optional [float ] = FieldInfo (alias = "lastKnownOrientation" , default = None )
139139 """Last known orientation value received in real-time from the transit vehicle."""
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class TripsForRouteListResponseDataListSchedule(BaseModel):
4747
4848
4949class TripsForRouteListResponseDataListStatusLastKnownLocation (BaseModel ):
50- """Last known location of the transit vehicle."""
50+ """Last known location of the transit vehicle (optional) ."""
5151
5252 lat : Optional [float ] = None
5353 """Latitude of the last known location of the transit vehicle."""
@@ -133,7 +133,7 @@ class TripsForRouteListResponseDataListStatus(BaseModel):
133133 last_known_location : Optional [TripsForRouteListResponseDataListStatusLastKnownLocation ] = FieldInfo (
134134 alias = "lastKnownLocation" , default = None
135135 )
136- """Last known location of the transit vehicle."""
136+ """Last known location of the transit vehicle (optional) ."""
137137
138138 last_known_orientation : Optional [float ] = FieldInfo (alias = "lastKnownOrientation" , default = None )
139139 """Last known orientation value received in real-time from the transit vehicle."""
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class VehiclesForAgencyListResponseDataListLocation(BaseModel):
2626
2727
2828class VehiclesForAgencyListResponseDataListTripStatusLastKnownLocation (BaseModel ):
29- """Last known location of the transit vehicle."""
29+ """Last known location of the transit vehicle (optional) ."""
3030
3131 lat : Optional [float ] = None
3232 """Latitude of the last known location of the transit vehicle."""
@@ -112,7 +112,7 @@ class VehiclesForAgencyListResponseDataListTripStatus(BaseModel):
112112 last_known_location : Optional [VehiclesForAgencyListResponseDataListTripStatusLastKnownLocation ] = FieldInfo (
113113 alias = "lastKnownLocation" , default = None
114114 )
115- """Last known location of the transit vehicle."""
115+ """Last known location of the transit vehicle (optional) ."""
116116
117117 last_known_orientation : Optional [float ] = FieldInfo (alias = "lastKnownOrientation" , default = None )
118118 """Last known orientation value received in real-time from the transit vehicle."""
You can’t perform that action at this time.
0 commit comments