aq-fe-framework 0.1.933 → 0.1.935

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,12 +28,12 @@ type AcademicYearUpdateDto = Omit<IAcademicYear, 'academicYearStart' | 'academic
28
28
  };
29
29
 
30
30
  interface IEmailConfig extends IBaseEntity {
31
- emailModule?: number;
31
+ aqModuleId?: number;
32
32
  hostMailServer?: string;
33
33
  outgoingPort?: number;
34
34
  incomingPort?: number;
35
- sll?: boolean;
36
- userName?: string;
35
+ isSslEnabled?: boolean;
36
+ emailAddress?: string;
37
37
  }
38
38
 
39
39
  interface IEmailTemplate extends IBaseEntity {