iptdevs-design-system 3.1.851 → 3.1.853

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.
@@ -477,3 +477,53 @@ export interface IUpdateElectronicInvoiceRq {
477
477
  payment_bill_code: number;
478
478
  electronic_invoice: string;
479
479
  }
480
+ export interface IValidationOfTransfersByNumberRq {
481
+ token: string;
482
+ reference_number?: string;
483
+ code_bank: number;
484
+ }
485
+ export interface IValidationOfTransfersByNumberRs {
486
+ ref_transfers: IRefTransferRs[];
487
+ ref_invoices: IRefInvoiceRs[];
488
+ }
489
+ export interface IRefInvoiceRs {
490
+ invoices: IInvoicesRs;
491
+ summary: ISummaryRs;
492
+ }
493
+ export interface IInvoicesRs {
494
+ cancelled?: IStrPaymentBillRs[];
495
+ normal?: IStrPaymentBillRs[];
496
+ }
497
+ export interface IStrPaymentBillRs {
498
+ code: number;
499
+ payment_amount: number;
500
+ method: string;
501
+ service: string;
502
+ created_at: Date;
503
+ user_stude: string;
504
+ user_admin: string;
505
+ name_bank: string;
506
+ wallet: string;
507
+ }
508
+ export interface ISummaryRs {
509
+ facturas_canceladas: IInvoiceRs;
510
+ facturas_normales: IInvoiceRs;
511
+ }
512
+ export interface IInvoiceRs {
513
+ total_fact: number;
514
+ total_amount: number;
515
+ }
516
+ export interface IRefTransferRs {
517
+ code: number;
518
+ transfer_amount: number;
519
+ bank_code: number;
520
+ transfer_date: Date;
521
+ reference_number: string;
522
+ status: string;
523
+ initial_amount: number;
524
+ created_by: string;
525
+ updated_by: string;
526
+ image_url: null;
527
+ updated_at: Date;
528
+ created_at: Date;
529
+ }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient, HttpResponse } 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, SendEmailPayment, SendEmailPaymentCancellationRS, IPaymentCorrelativeRq, IObtainGatewayPaymentRecordRq, IUpdateEpaycoPaymentRq, IElectronicInvoiceRS, IAccountsBalanceRq, IGetFullPaymentInformationRq, IGetFullPaymentInformationRs, ISearchPaymentBillRq, ISearchPaymentBillRs } from '../../models/budget/budget.model';
4
- import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, IPaymentReferenceRq, ITransferAssignImage, ITransferCreateRq, ITransferDeleteRq, ITransferGetAllRq, ITransferGetRq, ITransferSearchRq, ITransferShowImageRq, ITransferStatusUpdateRq, ITransferUpdateRq, PaymentBillRq2, PriceByTypeServiceRq, IDeleteCodPaymentsRq, ICreateCodPaymentsRq, ITransferStatusUpdateRequestRq, IUpdateElectronicInvoiceRq } from '../../models/payment/payment-rq.model';
4
+ import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, IPaymentReferenceRq, ITransferAssignImage, ITransferCreateRq, ITransferDeleteRq, ITransferGetAllRq, ITransferGetRq, ITransferSearchRq, ITransferShowImageRq, ITransferStatusUpdateRq, ITransferUpdateRq, PaymentBillRq2, PriceByTypeServiceRq, IDeleteCodPaymentsRq, ICreateCodPaymentsRq, ITransferStatusUpdateRequestRq, IUpdateElectronicInvoiceRq, IValidationOfTransfersByNumberRq } 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';
@@ -101,6 +101,7 @@ export declare class BudgetService extends IPTGeneralService {
101
101
  updateTransferStatusByCode(params: ITransferStatusUpdateRequestRq): Observable<any>;
102
102
  updateElectronicInvoice(params: IUpdateElectronicInvoiceRq): Observable<any>;
103
103
  searchPaymentBill(params: ISearchPaymentBillRq): Observable<ISearchPaymentBillRs>;
104
+ getValidationOfTransfersByNumber(params: IValidationOfTransfersByNumberRq): Observable<any>;
104
105
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
105
106
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
106
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.851",
3
+ "version": "3.1.853",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",