Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Aug 1, 2024
1 parent 7090ff6 commit e7d7b9a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 17
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-261df351536029839245955df4df7341de315fe2b1d1d6aeb063eaef62bcddc9.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-b3ce4adf9802981762637faaf11e9f3a1805de9b86da2c1afaa464ff17899d16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ class AgenciesWithCoverageRetrieveResponseData(BaseModel):


class AgenciesWithCoverageRetrieveResponse(ResponseWrapper):
data: Optional[AgenciesWithCoverageRetrieveResponseData] = None
data: AgenciesWithCoverageRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/agency_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class AgencyRetrieveResponseData(BaseModel):


class AgencyRetrieveResponse(ResponseWrapper):
data: Optional[AgencyRetrieveResponseData] = None
data: AgencyRetrieveResponseData
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ class ArrivalAndDepartureListResponseData(BaseModel):


class ArrivalAndDepartureListResponse(ResponseWrapper):
data: Optional[ArrivalAndDepartureListResponseData] = None
data: ArrivalAndDepartureListResponseData
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@ class ArrivalAndDepartureRetrieveResponseData(BaseModel):


class ArrivalAndDepartureRetrieveResponse(ResponseWrapper):
data: Optional[ArrivalAndDepartureRetrieveResponseData] = None
data: ArrivalAndDepartureRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/config_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ class ConfigRetrieveResponseData(BaseModel):


class ConfigRetrieveResponse(ResponseWrapper):
data: Optional[ConfigRetrieveResponseData] = None
data: ConfigRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/current_time_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class CurrentTimeRetrieveResponseData(BaseModel):


class CurrentTimeRetrieveResponse(ResponseWrapper):
data: Optional[CurrentTimeRetrieveResponseData] = None
data: CurrentTimeRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/route_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class RouteRetrieveResponseData(BaseModel):


class RouteRetrieveResponse(ResponseWrapper):
data: Optional[RouteRetrieveResponseData] = None
data: RouteRetrieveResponseData
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ class ScheduleForStopRetrieveResponseData(BaseModel):


class ScheduleForStopRetrieveResponse(ResponseWrapper):
data: Optional[ScheduleForStopRetrieveResponseData] = None
data: ScheduleForStopRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/stop_ids_for_agency_list_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class StopIDsForAgencyListResponseData(BaseModel):


class StopIDsForAgencyListResponse(ResponseWrapper):
data: Optional[StopIDsForAgencyListResponseData] = None
data: StopIDsForAgencyListResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/stop_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class StopRetrieveResponseData(BaseModel):


class StopRetrieveResponse(ResponseWrapper):
data: Optional[StopRetrieveResponseData] = None
data: StopRetrieveResponseData
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ class StopsForLocationRetrieveResponseData(BaseModel):


class StopsForLocationRetrieveResponse(ResponseWrapper):
data: Optional[StopsForLocationRetrieveResponseData] = None
data: StopsForLocationRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/trip_detail_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ class TripDetailRetrieveResponseData(BaseModel):


class TripDetailRetrieveResponse(ResponseWrapper):
data: Optional[TripDetailRetrieveResponseData] = None
data: TripDetailRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/trip_for_vehicle_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ class TripForVehicleRetrieveResponseData(BaseModel):


class TripForVehicleRetrieveResponse(ResponseWrapper):
data: Optional[TripForVehicleRetrieveResponseData] = None
data: TripForVehicleRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/trip_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class TripRetrieveResponseData(BaseModel):


class TripRetrieveResponse(ResponseWrapper):
data: Optional[TripRetrieveResponseData] = None
data: TripRetrieveResponseData
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class TripsForLocationRetrieveResponseData(BaseModel):


class TripsForLocationRetrieveResponse(ResponseWrapper):
data: Optional[TripsForLocationRetrieveResponseData] = None
data: TripsForLocationRetrieveResponseData
2 changes: 1 addition & 1 deletion src/onebusaway/types/vehicles_for_agency_list_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ class VehiclesForAgencyListResponseData(BaseModel):


class VehiclesForAgencyListResponse(ResponseWrapper):
data: Optional[VehiclesForAgencyListResponseData] = None
data: VehiclesForAgencyListResponseData

0 comments on commit e7d7b9a

Please sign in to comment.