iptdevs-design-system 3.1.836 → 3.1.838

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.
@@ -940,4 +940,21 @@ export interface IPaginationRs {
940
940
  from: number;
941
941
  to: number;
942
942
  }
943
+ export interface ISearchPaymentBillRq {
944
+ token: string;
945
+ page?: number;
946
+ reference_number?: string;
947
+ payer_name?: string;
948
+ electronic_invoice?: string;
949
+ payment_bill_code?: number;
950
+ }
951
+ export interface ISearchPaymentBillRs {
952
+ ip_applicant: string;
953
+ status: number;
954
+ message: {
955
+ code: number;
956
+ message: string;
957
+ };
958
+ data: IPaymentBillFullDataRs;
959
+ }
943
960
  export {};
@@ -48,6 +48,8 @@ export interface EditCourseRq {
48
48
  weekDaysClub?: string[];
49
49
  startTimeClub?: string | null;
50
50
  endTimeClub?: string | null;
51
+ classroom?: number | null;
52
+ classroom_club?: number | null;
51
53
  }
52
54
  export interface GetCoursesRq {
53
55
  token: string;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, HttpResponse } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
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 } from '../../models/budget/budget.model';
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
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';
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
@@ -100,6 +100,7 @@ export declare class BudgetService extends IPTGeneralService {
100
100
  getFullPaymentInformation(params: IGetFullPaymentInformationRq): Observable<IGetFullPaymentInformationRs>;
101
101
  updateTransferStatusByCode(params: ITransferStatusUpdateRequestRq): Observable<any>;
102
102
  updateElectronicInvoice(params: IUpdateElectronicInvoiceRq): Observable<any>;
103
+ searchPaymentBill(params: ISearchPaymentBillRq): Observable<ISearchPaymentBillRs>;
103
104
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
104
105
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
105
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.836",
3
+ "version": "3.1.838",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",