iptdevs-design-system 3.1.69 → 3.1.71

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.
@@ -194,3 +194,7 @@ export interface IOverdueRq {
194
194
  dueAmount: number;
195
195
  colorDay: string;
196
196
  }
197
+ export interface IGetCodByPaymentPlanRq {
198
+ token: string;
199
+ studentCode: number;
200
+ }
@@ -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, IObtainAvailableCourseRs } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq } 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';
@@ -37,6 +37,7 @@ export declare class BudgetService extends IPTGeneralService {
37
37
  obtainAllAvailableCoursesByStudent(params: IObtainAvailableCourseRs): Observable<any>;
38
38
  obtainObservationByCodStudent(params: IFullCodStudentOverdueByCoordinatorRq): Observable<any>;
39
39
  adminStudentByCoordinator(params: IFullCodStudentOverdueByCoordinatorRq): Observable<any>;
40
+ getCodbyPaymentPlanRq(params: IGetCodByPaymentPlanRq): Observable<any>;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
41
42
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
42
43
  }
@@ -28,6 +28,7 @@ export declare class CommercialService extends IPTGeneralService {
28
28
  getAllGoals(token: string): Observable<any>;
29
29
  createDocument(params: any): Observable<any>;
30
30
  getDocumentsByStudent(params: any): Observable<any>;
31
+ obtainCodStudentByCodeAdviser(params: any): Observable<any>;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
32
33
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
33
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.69",
3
+ "version": "3.1.71",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",