iptdevs-design-system 3.2.191 → 3.2.192

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.
@@ -215,6 +215,7 @@ export interface IGeUsersFromDepartmentsRq {
215
215
  token: string;
216
216
  departments: number[];
217
217
  roll_not_authorize: number[];
218
+ campus?: number;
218
219
  }
219
220
  export interface IFormDataRq {
220
221
  [key: string]: any;
@@ -144,6 +144,7 @@ export declare class BudgetService extends IPTGeneralService {
144
144
  searchForStudentsByDifferentParametersAndCampus(param: ISearchForStudentsByDifferentParametersAndCampusRq): Observable<any>;
145
145
  obtainCourseWalletSummaryByCampusAndUserStatus(param: IObtainCourseWalletSummaryByCampusAndUserStatusRq): Observable<any>;
146
146
  obtainCampusSummaryByUserCode(param: IObtainCampusSummaryByUserCodeRq): Observable<any>;
147
+ obtainCampusCoursesByAdvisor(param: IObtainCampusSummaryByUserCodeRq): Observable<any>;
147
148
  getCoursesNotAssignedByCampus(param: IGetCoursesNotAssignedByCampusRq): Observable<any>;
148
149
  getCoursesAssignedByTheCoordinator(param: IGetCoursesAssignedByTheCoordinatorRq): Observable<any>;
149
150
  paymentsMadeByDateAndPortfolioCoordinatorReport(param: IGetCoursesAssignedByTheCoordinatorRq): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.191",
3
+ "version": "3.2.192",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",