refactor(recruiting): add rootDnaId to disable and compete API payloads

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-10 16:32:07 +07:00
parent 7d1bfd33ff
commit baadd296cb
5 changed files with 27 additions and 9 deletions

View file

@ -45,6 +45,7 @@ interface RequestPeriodCompete {
order: number;
year: number;
announcementDate: string | null;
rootDnaId: string;
}
interface RequestPeriodDisable {
@ -63,6 +64,7 @@ interface RequestPeriodDisable {
round: number;
year: number;
announcementDate: string | null;
rootDnaId: string;
}
interface RequestPosition {