Skip to content

Commit 4229804

Browse files
committed
fix: update README to reflect v3.1-RC2 version and add new index.d.ts file
1 parent 167a3ca commit 4229804

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

models/typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm install gbfs-typescript-types --save-dev
1616
## Versions
1717
- v2.3
1818
- v3.0
19-
- v3.1-RC
19+
- v3.1-RC2
2020

2121
## Example Code
2222
```typescript

models/typescript/v3.1-RC2/index.d.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Exports auto generated files
2+
3+
export { GbfsVersions } from './gbfs_versions';
4+
export { Gbfs } from './gbfs';
5+
export { GeofencingZones } from './geofencing_zones';
6+
export { Manifest } from './manifest';
7+
export { StationInformation } from './station_information';
8+
export { StationStatus } from './station_status';
9+
export { SystemAlerts } from './system_alerts';
10+
export { SystemInformation } from './system_information';
11+
export { SystemPricingPlans } from './system_pricing_plans';
12+
export { SystemRegions } from './system_regions';
13+
export { VehicleStatus } from './vehicle_status';
14+
export { VehicleTypes } from './vehicle_types';
15+
export { VehicleAvailability } from './vehicle_availability';

0 commit comments

Comments
 (0)