iptdevs-design-system 3.2.158 → 3.2.159

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.
@@ -382,6 +382,7 @@ export interface IGetSummaryByCommercialAdvisorRq {
382
382
  token: string;
383
383
  start_date?: string;
384
384
  end_date?: string;
385
+ campus?: number;
385
386
  }
386
387
  export interface IGetCodStudentDetailsByAdviserRq {
387
388
  token: string;
@@ -349,3 +349,28 @@ export interface IPaginationSearchRs {
349
349
  next_page_url: null;
350
350
  prev_page_url: null;
351
351
  }
352
+ export interface IGetByRoleUserAndCampusRq {
353
+ token: string;
354
+ user_role: number;
355
+ campus_code: number;
356
+ }
357
+ export interface IGetByRoleUserAndCampusRqs {
358
+ code: number;
359
+ id_card: string;
360
+ name: string;
361
+ last_name: string;
362
+ nick_name: string;
363
+ email: string;
364
+ phone_number: string;
365
+ gender: number;
366
+ city: string;
367
+ birthdate: Date;
368
+ role: string;
369
+ service_hour: number;
370
+ email_ipt: string;
371
+ updated_at: Date;
372
+ id_card_type: string;
373
+ campus_enterprise: number;
374
+ campus_name: string;
375
+ campus_city_name: string;
376
+ }
@@ -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, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser, IusersRq, IDeleteTeacherRq, IUpdateDataTeacherRq, IObtainDataFromSuppliersStudentRq, IGeUsersFromDepartmentsRq, ISearchForStudentToEditRq } from '../../models/user/user-rq.model';
3
+ import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser, IusersRq, IDeleteTeacherRq, IUpdateDataTeacherRq, IObtainDataFromSuppliersStudentRq, IGeUsersFromDepartmentsRq, ISearchForStudentToEditRq, IGetByRoleUserAndCampusRq } 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';
@@ -58,6 +58,7 @@ export declare class UserService extends IPTGeneralService {
58
58
  searchUsersForTeamAssignment(params: any): Observable<any>;
59
59
  getAllSystemUsers(): Observable<any>;
60
60
  obtainTeachersAvailableByCampus(code_campus: number): Observable<any>;
61
+ getByRoleUserAndCampus(params: IGetByRoleUserAndCampusRq): Observable<any>;
61
62
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
62
63
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
63
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.158",
3
+ "version": "3.2.159",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",