iptdevs-design-system 3.1.53 → 3.1.55

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.
@@ -145,13 +145,10 @@ export interface AllCourseAvailableByStudentRs {
145
145
  data: IAvailableCoursesRq;
146
146
  }
147
147
  export interface IAvailableCoursesRq {
148
- availableCourses: IAvailableCourseRq[] | any[];
148
+ availableCourses: ICourseAvailableRq[] | any[];
149
149
  overdue: IOverdueRq | any[];
150
150
  unitAdvance: boolean;
151
151
  }
152
- export interface IAvailableCourseRq {
153
- course: ICourseAvailableRq;
154
- }
155
152
  export interface ICourseAvailableRq {
156
153
  numberClases: number;
157
154
  currentEvent: IEventCourseRq;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs } from '../../models/budget/budget.model';
4
4
  import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
@@ -34,7 +34,7 @@ export declare class BudgetService extends IPTGeneralService {
34
34
  getCoursesFinishAndunassigned(params: IgetCoursesFinishAndunassignedRq): Observable<any>;
35
35
  AssingCourse(params: any): Observable<any>;
36
36
  AssingCourses(params: IAssignRequestRq): Observable<any>;
37
- obtainAllAvailableCoursesByStudent(params: IAssignRequestRq): Observable<any>;
37
+ obtainAllAvailableCoursesByStudent(params: IObtainAvailableCourseRs): Observable<any>;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
39
39
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.53",
3
+ "version": "3.1.55",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",