iptdevs-design-system 3.1.377 → 3.1.378

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.
@@ -125,3 +125,9 @@ export interface IFullDataAttendanceRq {
125
125
  is_attended: number;
126
126
  observation: string;
127
127
  }
128
+ export interface IUpdateAttendacenByCodeRq {
129
+ token: string;
130
+ code_attendance: number;
131
+ new_attendance: number;
132
+ new_observation: string;
133
+ }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Response } from '../../models/response/response.interface';
3
3
  import { Observable } from 'rxjs';
4
- import { AddEventByCourseRq, CourseAttendance, GetEventByCodeRq, GetEventsByCourseCodeRq, GetNotAttendancesByCodRq, IRegisterNewAttendanceRq, IServiceAllDataAttendanceRq, RegisterNewAttendanceByEventRq } from '../../models/attendance/attendance.interface';
4
+ import { AddEventByCourseRq, CourseAttendance, GetEventByCodeRq, GetEventsByCourseCodeRq, GetNotAttendancesByCodRq, IRegisterNewAttendanceRq, IServiceAllDataAttendanceRq, IUpdateAttendacenByCodeRq, RegisterNewAttendanceByEventRq } from '../../models/attendance/attendance.interface';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class AttendanceService extends IPTGeneralService {
@@ -25,6 +25,7 @@ export declare class AttendanceService extends IPTGeneralService {
25
25
  obtainAttendancessByAssigned(courseCode: number): Observable<IServiceAllDataAttendanceRq>;
26
26
  obtainCourseEventByCode(code: number): Observable<IServiceAllDataAttendanceRq>;
27
27
  obtainFullDataAttendanceByCode(code: number): Observable<IServiceAllDataAttendanceRq>;
28
+ UpdateIndividualAttendance(params: IUpdateAttendacenByCodeRq): Observable<Response>;
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceService, never>;
29
30
  static ɵprov: i0.ɵɵInjectableDeclaration<AttendanceService>;
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.377",
3
+ "version": "3.1.378",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",