iptdevs-design-system 3.1.717 → 3.1.718

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.
@@ -234,3 +234,10 @@ export interface IGetUrlFileExcel {
234
234
  name: string;
235
235
  content_type: string;
236
236
  }
237
+ export interface IdeletedNoteScoreRq {
238
+ token: string;
239
+ notes: INoteRq[];
240
+ }
241
+ export interface INoteRq {
242
+ note_code: string;
243
+ }
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
- import { GetNotesByGroupRq, GetNotesByStudentRq, INotesByUCourseAndStudentRq, IServiceCreateNewNoteRq, IServiceDeleteNoteRq, IServiceUpdateNoteRq, UpdateStudentNoteRq, calculateFinalNoteRq } from '../../models/notes/notes.interface';
2
+ import { GetNotesByGroupRq, GetNotesByStudentRq, INotesByUCourseAndStudentRq, IServiceCreateNewNoteRq, IServiceUpdateNoteRq, IdeletedNoteScoreRq, UpdateStudentNoteRq, calculateFinalNoteRq } from '../../models/notes/notes.interface';
3
3
  import { Observable } from 'rxjs';
4
4
  import { Response } from '../../models/response/response.interface';
5
5
  import { IPTGeneralService } from '../service-enviroments';
@@ -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: IdeletedNoteScoreRq): Observable<any>;
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.717",
3
+ "version": "3.1.718",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",