iptdevs-design-system 3.2.173 → 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.
@@ -374,3 +374,13 @@ export interface IGetByRoleUserAndCampusRqs {
374
374
  campus_name: string;
375
375
  campus_city_name: string;
376
376
  }
377
+ export interface IGetAllUserByRollValidatedAndCampusRq {
378
+ token: string;
379
+ campus: number;
380
+ }
381
+ export interface IGetByRolesAndCampusesRq {
382
+ token: string;
383
+ user_role: number[];
384
+ campus_code: number[];
385
+ parameter: string | null;
386
+ }
@@ -28,6 +28,7 @@ export declare class AcademicService extends IPTGeneralService {
28
28
  getCodByStudentAndCourse(params: GetCodByStudentCourseRq): Observable<any>;
29
29
  getCodBcourseByModalityAndDisponibility(params: IgetCodBcourseByModalityAndDisponibilityRq): Observable<any>;
30
30
  getCodBcourseByModalityAndStatusAndLevelInglish(params: IgetCodBcourseByModalityAndStatusAndLevelInglishRq): Observable<any>;
31
+ getCourseByAdvisorActiveAndInactiveByModalityForAdviser(params: IgetCodBcourseByModalityAndStatusAndLevelInglishRq): Observable<any>;
31
32
  manageCreatedScherduleEvents(params: IManageCreatedScherduleEventsRq): Observable<any>;
32
33
  obtainCoursesByDifferentParameters(params: IObtainCoursesByDifferentParametersRq): Observable<any>;
33
34
  getCodBcourseByModalityAndlevelEnglishAndCourseType(params: IgetCodBcourseByModalityAndLevelAndCourseTypeRq): Observable<any>;
@@ -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 } 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';
@@ -61,6 +61,8 @@ export declare class UserService extends IPTGeneralService {
61
61
  obtainTeachersAvailableByCampus(code_campus: number): Observable<any>;
62
62
  getByRoleUserAndCampus(params: IGetByRoleUserAndCampusRq): Observable<any>;
63
63
  obtainTeachersAvailableToTeachByCourseCampus(code_campus: number): Observable<any>;
64
+ getAllUserByRollValidatedAndCampus(params: IGetAllUserByRollValidatedAndCampusRq): Observable<any>;
65
+ getByRolesAndCampuses(params: IGetByRolesAndCampusesRq): Observable<any>;
64
66
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
65
67
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
66
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.173",
3
+ "version": "3.2.175",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",