Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 29, 2024
1 parent eee707b commit 5a9fdcd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 16
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-92606a4bcfb26210a95a7f86b55fb258977f97c375cd3b1f6035ed81a53f2e2c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-7a71bec90a568b0dbefc3d81206069d9759259460cffa0543b162f6835be1e9a.yml
10 changes: 10 additions & 0 deletions src/resources/vehicles-for-agency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ export namespace VehiclesForAgencyListResponse {
tripStatus: List.TripStatus;

vehicleId: string;

occupancyCapacity?: number;

occupancyCount?: number;

occupancyStatus?: string;

phase?: string;

status?: string;
}

export namespace List {
Expand Down

0 comments on commit 5a9fdcd

Please sign in to comment.