iptdevs-design-system 3.2.190 → 3.2.191

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.
@@ -1453,4 +1453,8 @@ export interface ICourseTheoryCourseTypeRs {
1453
1453
  name: string;
1454
1454
  label: string;
1455
1455
  }
1456
+ export interface IobtainAssigmentByParamsRq {
1457
+ token: string;
1458
+ user_code: number;
1459
+ }
1456
1460
  export {};
@@ -149,6 +149,7 @@ export declare class BudgetService extends IPTGeneralService {
149
149
  paymentsMadeByDateAndPortfolioCoordinatorReport(param: IGetCoursesAssignedByTheCoordinatorRq): Observable<any>;
150
150
  getCoursesNotAssignedByCampusWithAvailableCapacity(param: IGetCoursesNotAssignedByCampusWithAvailableCapacityRq): Observable<any>;
151
151
  createPaymentBillByCampus(params: ICreatePaymentBillByCampusRq): Observable<any>;
152
+ obtainAssigmentByParams(param: any): Observable<any>;
152
153
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
153
154
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
154
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.190",
3
+ "version": "3.2.191",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",