iptdevs-design-system 3.1.19 → 3.1.21

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.
@@ -1,3 +1,4 @@
1
+ import { MessageRq } from "../attendance/attendance.interface";
1
2
  export interface CodRq {
2
3
  course: CourseInformationCOD;
3
4
  student: StudentCOD;
@@ -279,3 +280,19 @@ export interface GetCodByCourseRq {
279
280
  token: string;
280
281
  course: number;
281
282
  }
283
+ export interface IAllDataStudentByTeacherRq {
284
+ ip_applicant: string;
285
+ status: number;
286
+ message: MessageRq;
287
+ data: RsDataStudentByTeacherRq[];
288
+ }
289
+ export interface RsDataStudentByTeacherRq {
290
+ student: Student2Rq;
291
+ code: number;
292
+ course: CourseRq;
293
+ course_type: string;
294
+ english_level: string;
295
+ agreement: string;
296
+ cod_status: CodStatusRq;
297
+ adviser: string;
298
+ }
@@ -200,3 +200,24 @@ export interface INewNotesScoreRq {
200
200
  final_test_written: NoteValue[];
201
201
  hab?: NoteValue[];
202
202
  }
203
+ export interface IRsUserCourseRs {
204
+ code: number;
205
+ note_code: number;
206
+ student: StudentUser;
207
+ course: IDataCourseRq;
208
+ notes: INewNotesScoreRq;
209
+ }
210
+ export interface IDataCourseRq {
211
+ code: number;
212
+ course_schedule: number;
213
+ teacher: number;
214
+ course_type: number;
215
+ to_start: Date;
216
+ start_date: Date;
217
+ finish_date: Date;
218
+ capacity: number;
219
+ more_days: null | number;
220
+ english_level: number;
221
+ agreement: number;
222
+ course_modality: number;
223
+ }
@@ -17,6 +17,7 @@ export declare class AcademicService extends IPTGeneralService {
17
17
  getStudentByTeacher(params: GetStudentByTeacherRq): Observable<any>;
18
18
  getAllStudentByTeacher(params: GetAllStudentByTeacherRq): Observable<any>;
19
19
  getAllStudentByCourse(params: GetStudentsByCourseRq): Observable<any>;
20
+ obtainStudentsByTeacher(params: GetStudentByTeacherRq): Observable<any>;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
21
22
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
22
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.19",
3
+ "version": "3.1.21",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",