iptdevs-design-system 3.1.375 → 3.1.377

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.
@@ -118,3 +118,10 @@ export interface IAttendanceSaveRq {
118
118
  is_attended: string;
119
119
  observation: string;
120
120
  }
121
+ export interface IFullDataAttendanceRq {
122
+ id_user: number;
123
+ name: string;
124
+ last_name: string;
125
+ is_attended: number;
126
+ observation: string;
127
+ }
@@ -24,6 +24,7 @@ export declare class AttendanceService extends IPTGeneralService {
24
24
  obtainAttendancessByCourse(courseCode: number): Observable<IServiceAllDataAttendanceRq>;
25
25
  obtainAttendancessByAssigned(courseCode: number): Observable<IServiceAllDataAttendanceRq>;
26
26
  obtainCourseEventByCode(code: number): Observable<IServiceAllDataAttendanceRq>;
27
+ obtainFullDataAttendanceByCode(code: number): Observable<IServiceAllDataAttendanceRq>;
27
28
  static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceService, never>;
28
29
  static ɵprov: i0.ɵɵInjectableDeclaration<AttendanceService>;
29
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.375",
3
+ "version": "3.1.377",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",