iptdevs-design-system 3.1.924 → 3.1.926

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.
@@ -246,3 +246,18 @@ export interface ITeacherCourseRs {
246
246
  last_name: string;
247
247
  full_name: string;
248
248
  }
249
+ export interface AddIndividualAttendanceRq {
250
+ params: {
251
+ token: string;
252
+ course_event: number;
253
+ cod_code: number;
254
+ is_attended: number;
255
+ observation: string;
256
+ };
257
+ }
258
+ export interface DeleteIndividualAttendanceRq {
259
+ params: {
260
+ token: string;
261
+ attendance_code: number;
262
+ };
263
+ }
@@ -215,3 +215,30 @@ export interface IGeUsersFromDepartmentsRq {
215
215
  departments: number[];
216
216
  roll_not_authorize: number[];
217
217
  }
218
+ export interface IFormDataRq {
219
+ [key: string]: any;
220
+ name: string;
221
+ last_name: string;
222
+ email: string;
223
+ id_card_type: string;
224
+ id_card: string;
225
+ phone_indicative: string;
226
+ phone_number: string;
227
+ country: string;
228
+ state: string;
229
+ city: string;
230
+ role: string;
231
+ service_hour: string;
232
+ changePassword: boolean;
233
+ password: string;
234
+ re_password: string;
235
+ parent_name?: string;
236
+ parent_last_name?: string;
237
+ parent_id_card_type?: string;
238
+ parent_id_card?: string;
239
+ parent_phone_indicative?: string;
240
+ parent_phone_number?: string;
241
+ parent_occupation?: string;
242
+ parent_office_adrress?: string;
243
+ parent_email?: string;
244
+ }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { IPTGeneralService } from '../service-enviroments';
4
- import { GetCourseByTypeRq, GetStudentByCourse, GetLastStudentCodRq, GetStudentByTeacherRq, GetAllStudentByTeacherRq, ClassRoomRQI, IManageCreatedScherduleEventsRq, IParamsObtainCoursesByTypeCourseInCreatedCoursesRs, IgetAvailableCoursesByLevStaModalRq, IGetCoursesAvailableForExchangeRq } from '../../models/academic/academic.component';
4
+ import { GetCourseByTypeRq, GetStudentByCourse, GetLastStudentCodRq, GetStudentByTeacherRq, GetAllStudentByTeacherRq, ClassRoomRQI, IManageCreatedScherduleEventsRq, IParamsObtainCoursesByTypeCourseInCreatedCoursesRs, IgetAvailableCoursesByLevStaModalRq, IGetCoursesAvailableForExchangeRq, AddIndividualAttendanceRq, DeleteIndividualAttendanceRq } from '../../models/academic/academic.component';
5
5
  import { UserTokenRq } from '../../models/user/user-rq.model';
6
6
  import { GetStudentsByCourseRq } from '../../models/student/student.interface';
7
7
  import { GetCodByStudentCourseRq } from '../../models/cod/cod-rq.model';
@@ -49,6 +49,8 @@ export declare class AcademicService extends IPTGeneralService {
49
49
  obtainCoursesAvailableSpacesAndClassesViewed(param: IgetAvailableCoursesByLevStaModalRq): Observable<any>;
50
50
  getCoursesAvailableForStudentChange(param: IGetCoursesAvailableForExchangeRq): Observable<any>;
51
51
  changeOfStudentGroup(param: IChangeOfStudentGroupRq): Observable<any>;
52
+ addIndividualAttendance(param: AddIndividualAttendanceRq): Observable<any>;
53
+ deleteIndividualAttendance(param: DeleteIndividualAttendanceRq): Observable<any>;
52
54
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
53
55
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
54
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.924",
3
+ "version": "3.1.926",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",