iptdevs-design-system 3.1.16 → 3.1.18

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.
@@ -89,16 +89,16 @@ export interface NoteOfNoteForm {
89
89
  }
90
90
  export interface IServiceCreateNewNoteRq {
91
91
  token: string;
92
- course_code: number;
93
- note_type: INoteTypeRq;
94
- notes: INoteRq[];
95
- observation: string;
92
+ courseCode: number;
93
+ typeNoteStudent: INoteTypeStudentRq;
94
+ notesStudent: INoteStudentRq[];
95
+ observationNotes: string;
96
96
  }
97
- export interface INoteTypeRq {
97
+ export interface INoteTypeStudentRq {
98
98
  code: number;
99
99
  note_name: string;
100
100
  }
101
- export interface INoteRq {
101
+ export interface INoteStudentRq {
102
102
  student_code: string;
103
103
  note_code: string;
104
104
  note: string;
@@ -166,3 +166,8 @@ export interface MessageDataRq {
166
166
  code: number;
167
167
  message: string;
168
168
  }
169
+ export interface INotesByUCourseAndStudentRq {
170
+ token: string;
171
+ course_code: number;
172
+ student_code: number;
173
+ }
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
- import { GetNotesByGroupRq, GetNotesByStudentRq, IServiceCreateNewNoteRq, UpdateStudentNoteRq, calculateFinalNoteRq } from '../../models/notes/notes.interface';
2
+ import { GetNotesByGroupRq, GetNotesByStudentRq, INotesByUCourseAndStudentRq, IServiceCreateNewNoteRq, 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';
@@ -13,6 +13,7 @@ export declare class NotesService extends IPTGeneralService {
13
13
  createNewNote(params: IServiceCreateNewNoteRq): Observable<Response>;
14
14
  updateStudentNote(params: UpdateStudentNoteRq): Observable<Response>;
15
15
  calculateFinalNote(params: calculateFinalNoteRq): Observable<Response>;
16
+ getNotesByUserCourseStudent(params: INotesByUCourseAndStudentRq): Observable<Response>;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, never>;
17
18
  static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.16",
3
+ "version": "3.1.18",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",