Skip to content

Commit 403e4c2

Browse files
committed
feat(type): add EventResponse
1 parent d4c354d commit 403e4c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/tom-theret/esup-multi.js.git"
77
},
8-
"version": "1.0.0",
8+
"version": "1.0.1",
99
"main": "./dist/index.js",
1010
"module": "./dist/index.mjs",
1111
"types": "./dist/index.d.ts",

src/models/data/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export type { ImportantsNewsResponse } from "./ImportantsNews";
77
export type { MailCalendarResponse } from "./MailCalendar";
88
export type { MapCampusResponse, MapCategoriesResponse, MapPointsResponse } from "./Map";
99
export type { RestaurantsResponse, RestaurantMenuResponse } from "./Restaurants";
10-
export type { ScheduleBody, ScheduleResponse } from "./Schedules";
10+
export type { EventResponse, ScheduleBody, ScheduleResponse } from "./Schedules";
1111
export type { UsefulInformationsResponse } from "./Useful";

0 commit comments

Comments
 (0)