iptdevs-design-system 3.1.126 → 3.1.128

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.
@@ -280,6 +280,7 @@ export interface PaymentBillRq2 {
280
280
  code?: number;
281
281
  ref_payment: string;
282
282
  date_payment: string;
283
+ codes_refers: number[];
283
284
  }
284
285
  export interface PaymentStudentRq {
285
286
  code: number;
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq } from '../../models/budget/budget.model';
4
- import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
4
+ import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq2, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
7
7
  import * as i0 from "@angular/core";
@@ -14,8 +14,8 @@ export declare class BudgetService extends IPTGeneralService {
14
14
  updateDiscount(params: DiscountUpdateRq): Observable<any>;
15
15
  getPaymentStudentsByCode(codeStudent: number): Observable<any>;
16
16
  getPaymentWalletByCampus(codeCampus: number): Observable<any>;
17
- paymentBillDues(params: PaymentBillRq): Observable<any>;
18
- paymentBillServices(params: PaymentBillRq): Observable<any>;
17
+ paymentBillDues(params: PaymentBillRq2): Observable<any>;
18
+ paymentBillServices(params: PaymentBillRq2): Observable<any>;
19
19
  getPaymentBillAll(): Observable<any>;
20
20
  getPaymentBillByCode(codePayment: number): Observable<any>;
21
21
  getPaymentBillByStudent(codeStudent: number): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.126",
3
+ "version": "3.1.128",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",