iptdevs-design-system 3.1.714 → 3.1.715

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.
@@ -178,10 +178,13 @@ export interface IServiceUpdateNoteRq {
178
178
  notes: INote[];
179
179
  student: IStudentResum;
180
180
  }
181
+ export interface INoteDeleteRq {
182
+ note_code: string;
183
+ }
181
184
  export interface IServiceDeleteNoteRq {
182
185
  token: string;
183
186
  note_type: INoteTypeStudentRq;
184
- notes: INote[];
187
+ notes: INoteDeleteRq[];
185
188
  student: IStudentResum;
186
189
  }
187
190
  export interface INote {
@@ -15,7 +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
- deleteNoteByTypeAndStudent(params: IServiceDeleteNoteRq): Observable<any>;
18
+ deleteNoteByTypeAndStudent(params: IServiceDeleteNoteRq): Observable<Response>;
19
19
  getNotesByCourseExcel(params: GetNotesByGroupRq): Observable<any>;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, never>;
21
21
  static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.714",
3
+ "version": "3.1.715",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",