Skip to content

Commit

Permalink
Merge pull request #321 from ethlete-io/dev-registration
Browse files Browse the repository at this point in the history
Dev registration
  • Loading branch information
TomTomB authored Jan 12, 2023
2 parents e6ca88c + 4b3ab20 commit fa15cfc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-carrots-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ethlete/types': minor
---

Add checkin types
3 changes: 3 additions & 0 deletions libs/types/src/lib/api/Registration/checkIn.status.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Generated Type, do not change manually!

export type CheckInStatus = 'check_in_pending' | 'checked_in' | 'last_minute_checked_in' | 'missed_checked_in' | 'check_in_not_required';
1 change: 1 addition & 0 deletions libs/types/src/lib/api/Registration/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { CheckInStatus } from './checkIn.status';
1 change: 1 addition & 0 deletions libs/types/src/lib/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export { PaginatedSearchRequestData } from './Request/paginatedSearchRequest.dat
export { TournamentGroupListView } from './TournamentGroup/tournamentGroupList.view';
export { DateRangeRequestData } from './DateRange/dateRangeRequest.data';
export { PlacementView } from './Ranking/Placement/placement.view';
export { CheckInStatus } from './Registration/checkIn.status';
export { SeasonStatus } from './Enum/Season/season.status';
export { RoundType } from './Enum/Round/round.type';
export { StageType } from './Enum/Stage/stage.type';
Expand Down

0 comments on commit fa15cfc

Please sign in to comment.