You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(season): add support for versioned season DTOs
- Delete `SeasonDocsResponseDto` in `src/season/dto/season-docs.response.dto.ts`
- Add `SeasonDocsResponseDtoV1` in `src/season/dto/v1/season-docs.response.dto.ts`
- Add `SeasonV1` and `EpisodeV1` in `src/season/dto/v1/season.dto.ts`
- Add `SeasonDocsResponseDtoV1_4` in `src/season/dto/v1.4/season-docs.response.dto.ts`
- Add `SeasonV1_4` and `EpisodeV1_4` in `src/season/dto/v1.4/season.dto.ts`
The changes introduce versioned DTOs for seasons, allowing for more flexibility and compatibility with different API versions.
0 commit comments