iptdevs-design-system 3.1.34 → 3.1.35

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.
@@ -222,3 +222,8 @@ export interface IDataCourseRq {
222
222
  agreement: number;
223
223
  course_modality: number;
224
224
  }
225
+ export interface IGetUrlFileExcel {
226
+ file_path: string;
227
+ name: string;
228
+ content_type: string;
229
+ }
@@ -15,6 +15,7 @@ export declare class NotesService extends IPTGeneralService {
15
15
  calculateFinalNote(params: calculateFinalNoteRq): Observable<Response>;
16
16
  getNotesByUserCourseStudent(params: INotesByUCourseAndStudentRq): Observable<Response>;
17
17
  updateNoteByTypeAndStudent(params: IServiceUpdateNoteRq): Observable<Response>;
18
+ getNotesByCourseExcel(params: GetNotesByGroupRq): Observable<any>;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, never>;
19
20
  static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.34",
3
+ "version": "3.1.35",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",