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:
@@ -1,10 +1,18 @@
|
||||
namespace UniVerse.Application.DTOs.Sync;
|
||||
|
||||
public record SyncScheduleRequest(
|
||||
string? SpecialtyCode,
|
||||
IReadOnlyList<string>? SpecialtyCode,
|
||||
DateTime? TimeMin,
|
||||
DateTime? TimeMax,
|
||||
IReadOnlyList<string>? TypeId
|
||||
IReadOnlyList<string>? TypeId,
|
||||
int? Size = null,
|
||||
IReadOnlyList<string>? RoomId = null,
|
||||
IReadOnlyList<string>? AttendeePersonId = null,
|
||||
IReadOnlyList<string>? CourseUnitRealizationId = null,
|
||||
IReadOnlyList<string>? CycleRealizationId = null,
|
||||
IReadOnlyList<int>? LearningStartYear = null,
|
||||
IReadOnlyList<string>? ProfileName = null,
|
||||
IReadOnlyList<string>? CurriculumId = null
|
||||
);
|
||||
|
||||
public record SyncResultDto(
|
||||
|
||||
Reference in New Issue
Block a user