iptdevs-design-system 3.1.77 → 3.1.78

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,7 @@ export interface IGenderTypeRq {
125
125
  name_english: string;
126
126
  abbreviation: string;
127
127
  }
128
+ export interface IObtainUserByEmailDocRq {
129
+ id_card: number;
130
+ email: string;
131
+ }
@@ -1,3 +1,4 @@
1
+ import { MessageRq } from "../attendance/attendance.interface";
1
2
  export declare class UserRs {
2
3
  code: number;
3
4
  name: string;
@@ -53,3 +54,31 @@ export declare class IUserFullDataRs {
53
54
  token: string;
54
55
  user_status: number;
55
56
  }
57
+ export interface IUserResetPasswordRs {
58
+ ip_applicant: string;
59
+ status: number;
60
+ message: MessageRq;
61
+ data: IDataUserResetPasswordRs[];
62
+ }
63
+ export interface IDataUserResetPasswordRs {
64
+ code: number;
65
+ name: string;
66
+ last_name: string;
67
+ nick_name: string;
68
+ email: string;
69
+ email_ipt: string;
70
+ role: number;
71
+ service_hour: number;
72
+ phone_indicative: number;
73
+ phone_number: string;
74
+ gender: number;
75
+ birthdate: null;
76
+ city: number;
77
+ id_card_type: number;
78
+ id_card: string;
79
+ token: string;
80
+ user_status: number;
81
+ password_change: number;
82
+ updated_at: Date;
83
+ newPassword: string;
84
+ }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq } from '../../models/user/user-rq.model';
3
+ import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq } from '../../models/user/user-rq.model';
4
4
  import { getStrategyByUserCommercialRq } from '../../models/marketing/marketing.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
6
  import { GetStudentByCodeRq, tokenAdministrativeRq } from '../../models/payment/payment-rq.model';
@@ -32,6 +32,7 @@ export declare class UserService extends IPTGeneralService {
32
32
  getAllUserByRoleValidate(token: string): Observable<any>;
33
33
  updateUserValidated(params: string): Observable<any>;
34
34
  deletedUserValidated(params: IUpdtaeUserValidatedRq): Observable<any>;
35
+ obtainStudentByDocumentEmail(params: IObtainUserByEmailDocRq): Observable<any>;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
36
37
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
37
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.77",
3
+ "version": "3.1.78",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",