iptdevs-design-system 3.1.770 → 3.1.772

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.
@@ -655,7 +655,7 @@ export interface SendEmailPayment {
655
655
  paymentMethod: string;
656
656
  bank?: number;
657
657
  observation?: string;
658
- codes_refers: number[];
658
+ codesRefers: number[];
659
659
  codeDiscount: number;
660
660
  }
661
661
  export {};
@@ -430,3 +430,7 @@ export interface ITransfer {
430
430
  transfer_date: Date;
431
431
  reference_number: string;
432
432
  }
433
+ export interface ITransferSearchRq {
434
+ token: string;
435
+ reference_number: string;
436
+ }
@@ -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, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses, IObtainPaymentTranHistoryRq, IObtainStudentPaymentByDiffParamRq, InfoCashClosingRq, IcashClosingDateRq, IcashClosingRq, IpaymentBillEgressRq, IncomesAndEgressRq, IObatinDetailedIncomeByUserAndDateRq, IObatinBalacesByCoodinatorRq, SendEmailPayment } from '../../models/budget/budget.model';
4
- import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, IPaymentReferenceRq, ITransferCreateRq, ITransferDeleteRq, ITransferGetAllRq, ITransferGetRq, ITransferUpdateRq, PaymentBillRq2, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
4
+ import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, IPaymentReferenceRq, ITransferCreateRq, ITransferDeleteRq, ITransferGetAllRq, ITransferGetRq, ITransferSearchRq, ITransferUpdateRq, 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 { ICodPaymentRq } from '../../models/cod/cod-rq.model';
@@ -83,6 +83,7 @@ export declare class BudgetService extends IPTGeneralService {
83
83
  createTransfer(params: ITransferCreateRq): Observable<any>;
84
84
  updateTransfer(params: ITransferUpdateRq): Observable<any>;
85
85
  deleteTransfer(params: ITransferDeleteRq): Observable<any>;
86
+ searchTransfer(params: ITransferSearchRq): Observable<any>;
86
87
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
87
88
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
88
89
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.770",
3
+ "version": "3.1.772",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",