iptdevs-design-system 3.2.174 → 3.2.175

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.
@@ -378,3 +378,9 @@ export interface IGetAllUserByRollValidatedAndCampusRq {
378
378
  token: string;
379
379
  campus: number;
380
380
  }
381
+ export interface IGetByRolesAndCampusesRq {
382
+ token: string;
383
+ user_role: number[];
384
+ campus_code: number[];
385
+ parameter: string | null;
386
+ }
@@ -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, IGetByRoleUserAndCampusRq, IGetAllUserByRollValidatedAndCampusRq } 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, IGetAllUserByRollValidatedAndCampusRq, IGetByRolesAndCampusesRq } 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';
@@ -62,6 +62,7 @@ export declare class UserService extends IPTGeneralService {
62
62
  getByRoleUserAndCampus(params: IGetByRoleUserAndCampusRq): Observable<any>;
63
63
  obtainTeachersAvailableToTeachByCourseCampus(code_campus: number): Observable<any>;
64
64
  getAllUserByRollValidatedAndCampus(params: IGetAllUserByRollValidatedAndCampusRq): Observable<any>;
65
+ getByRolesAndCampuses(params: IGetByRolesAndCampusesRq): Observable<any>;
65
66
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
66
67
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
67
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.174",
3
+ "version": "3.2.175",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",