iptdevs-design-system 3.1.76 → 3.1.77

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.
@@ -233,3 +233,8 @@ export interface IStudentRs {
233
233
  id_card: string;
234
234
  user_status: number;
235
235
  }
236
+ export interface IParamsUpdateDateCodPaymentsRq {
237
+ token: string;
238
+ PaymenDate: Date;
239
+ codeCod: number;
240
+ }
@@ -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, IUpdateAmountCodPaymentsRq } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq } 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';
@@ -39,6 +39,7 @@ export declare class BudgetService extends IPTGeneralService {
39
39
  adminStudentByCoordinator(params: IFullCodStudentOverdueByCoordinatorRq): Observable<any>;
40
40
  getCodbyPaymentPlanRq(params: IGetCodByPaymentPlanRq): Observable<any>;
41
41
  UpdateAmountCodPayments(params: IUpdateAmountCodPaymentsRq): Observable<any>;
42
+ UpdateDateCodPayments(params: IParamsUpdateDateCodPaymentsRq): Observable<any>;
42
43
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
43
44
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.76",
3
+ "version": "3.1.77",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",