feat: добавил типы мероприятий
This commit is contained in:
@@ -144,11 +144,21 @@ export interface SyncStatusDto {
|
||||
lastResult?: SyncResultDto | null
|
||||
}
|
||||
|
||||
export type ApiScheduleTypeId =
|
||||
| 'MID_CHECK'
|
||||
| 'CONS'
|
||||
| 'LAB'
|
||||
| 'LECT'
|
||||
| 'SEMI'
|
||||
| 'EVENT_OTHER'
|
||||
| 'SELF'
|
||||
| 'CUR_CHECK'
|
||||
|
||||
export interface SyncScheduleRequest {
|
||||
specialtyCode?: string | null
|
||||
timeMin?: string | null
|
||||
timeMax?: string | null
|
||||
typeId?: string | null
|
||||
typeId?: ApiScheduleTypeId[] | null
|
||||
}
|
||||
|
||||
export interface SyncResultDto {
|
||||
|
||||
Reference in New Issue
Block a user