iptdevs-design-system 3.1.71 → 3.1.72

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.
@@ -198,3 +198,8 @@ export interface IGetCodByPaymentPlanRq {
198
198
  token: string;
199
199
  studentCode: number;
200
200
  }
201
+ export interface IUpdateAmountCodPaymentsRq {
202
+ token: string;
203
+ valueAmount: number;
204
+ codeCodPayment: number;
205
+ }
@@ -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, IGetCodByPaymentPlanRq } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq } 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';
@@ -38,6 +38,7 @@ export declare class BudgetService extends IPTGeneralService {
38
38
  obtainObservationByCodStudent(params: IFullCodStudentOverdueByCoordinatorRq): Observable<any>;
39
39
  adminStudentByCoordinator(params: IFullCodStudentOverdueByCoordinatorRq): Observable<any>;
40
40
  getCodbyPaymentPlanRq(params: IGetCodByPaymentPlanRq): Observable<any>;
41
+ UpdateAmountCodPayments(params: IUpdateAmountCodPaymentsRq): Observable<any>;
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
42
43
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
43
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.71",
3
+ "version": "3.1.72",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",