iptdevs-design-system 3.1.133 → 3.1.135

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.
@@ -25,3 +25,23 @@ export interface ICityRq {
25
25
  state: number;
26
26
  capital: number;
27
27
  }
28
+ export interface IPosibleStudentDataUnifRq {
29
+ code: number;
30
+ name: string;
31
+ last_name: null | string;
32
+ nick_name: null;
33
+ email: string;
34
+ email_ipt: null;
35
+ role: number;
36
+ phone_indicative: number;
37
+ phone_number: string;
38
+ gender: number | null;
39
+ birthdate: Date | null;
40
+ city: number;
41
+ id_card_type: number;
42
+ id_card: null | string;
43
+ user_status: number;
44
+ password_change: number;
45
+ status_asing: number;
46
+ model: number;
47
+ }
@@ -129,3 +129,25 @@ export interface IObtainUserByEmailDocRq {
129
129
  id_card: number;
130
130
  email: string;
131
131
  }
132
+ export interface IUserCommercialRq {
133
+ code: number;
134
+ name: string;
135
+ last_name: string;
136
+ nick_name: null | string;
137
+ email: string;
138
+ email_ipt: string;
139
+ role: string;
140
+ service_hour: number;
141
+ phone_indicative: number;
142
+ phone_number: string;
143
+ gender: number;
144
+ birthdate: string;
145
+ city: string;
146
+ id_card_type: string;
147
+ id_card: string;
148
+ token: string;
149
+ user_status: number;
150
+ password_change: number;
151
+ updated_at: Date;
152
+ status_asing: number;
153
+ }
@@ -33,6 +33,7 @@ export declare class CommercialService extends IPTGeneralService {
33
33
  ObtainReferralsByUser(params: IObtainRefersByUserRq): Observable<any>;
34
34
  getPosibleStudentsAll(params: any): Observable<any>;
35
35
  postAssignPosibleStuentForValue(params: IAssignPosibleStudentForValueRq): Observable<any>;
36
+ getContactsByAdviserCommercial(params: IAssignPosibleStudentForValueRq): Observable<any>;
36
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
37
38
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
38
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.133",
3
+ "version": "3.1.135",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",