feat: улучшил синхронизацию лекций
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Failing after 10m14s
Frontend CI / build-and-check (push) Failing after 16m12s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Failing after 14m7s
🚀 Create and publish a Docker image / Build & publish backend image (push) Failing after 14m59s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Failing after 14m57s
Backend CI / build-and-test (push) Failing after 13m27s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Failing after 10m14s
Frontend CI / build-and-check (push) Failing after 16m12s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Failing after 14m7s
🚀 Create and publish a Docker image / Build & publish backend image (push) Failing after 14m59s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Failing after 14m57s
Backend CI / build-and-test (push) Failing after 13m27s
This commit is contained in:
@@ -204,9 +204,17 @@ export type ApiScheduleTypeId =
|
||||
| 'CUR_CHECK'
|
||||
|
||||
export interface SyncScheduleRequest {
|
||||
specialtyCode?: string | null
|
||||
size: number
|
||||
timeMin?: string | null
|
||||
timeMax?: string | null
|
||||
roomId?: string[] | null
|
||||
attendeePersonId?: string[] | null
|
||||
courseUnitRealizationId?: string[] | null
|
||||
cycleRealizationId?: string[] | null
|
||||
specialtyCode?: string[] | null
|
||||
learningStartYear?: number[] | null
|
||||
profileName?: string[] | null
|
||||
curriculumId?: string[] | null
|
||||
typeId?: ApiScheduleTypeId[] | null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user