diff --git a/src/app/shared/api-swagger/model/demandeFormationDTO.ts b/src/app/shared/api-swagger/model/demandeFormationDTO.ts index cd61148..8c09751 100644 --- a/src/app/shared/api-swagger/model/demandeFormationDTO.ts +++ b/src/app/shared/api-swagger/model/demandeFormationDTO.ts @@ -12,7 +12,7 @@ import { CollaborateurDTO } from './collaborateurDTO'; import { EpInformationDTO } from './epInformationDTO'; import { EtatDemande } from './etatDemande'; -import { FormationDTO } from './formationDTO'; +import { FormationDetailsDTO } from './formationDetailsDTO'; import { OrigineDemandeFormationDTO } from './origineDemandeFormationDTO'; /** @@ -51,5 +51,5 @@ export interface DemandeFormationDTO { origine?: OrigineDemandeFormationDTO; collaborateur?: CollaborateurDTO; ep?: EpInformationDTO; - formation?: FormationDTO; + formation?: FormationDetailsDTO; } \ No newline at end of file