aq-fe-framework 0.1.705 → 0.1.707

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.
@@ -30,10 +30,11 @@ interface IEmailConfig extends IBaseEntity {
30
30
  }
31
31
 
32
32
  interface IEmailTemplate extends IBaseEntity {
33
- order: number;
34
- body: string;
35
- type: number;
36
- aqModuleId: number;
33
+ order?: number;
34
+ body?: string;
35
+ type?: number;
36
+ eaqType?: number;
37
+ aqModuleId?: number;
37
38
  }
38
39
 
39
40
  interface IRole extends IBaseEntity {