iptdevs-design-system 3.2.26 → 3.2.27
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.
- package/esm2020/lib/core/models/budget/budget.model.mjs +1 -1
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +16 -1
- package/fesm2015/iptdevs-design-system.mjs +15 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +15 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/budget/budget.model.d.ts +22 -0
- package/lib/core/services/budget-service/budget-service.d.ts +4 -1
- package/package.json +1 -1
|
@@ -963,4 +963,26 @@ export interface IGetSummaryByCoordinatorRq {
|
|
|
963
963
|
end_date?: string;
|
|
964
964
|
grace_period_days?: number;
|
|
965
965
|
}
|
|
966
|
+
export interface IAddNewQuotaWithCommentsRq {
|
|
967
|
+
token: string;
|
|
968
|
+
cod: number;
|
|
969
|
+
fee_number: number;
|
|
970
|
+
valueAmount: number;
|
|
971
|
+
timely_date: string;
|
|
972
|
+
observation: string;
|
|
973
|
+
}
|
|
974
|
+
export interface IDeleteQuotaRecordWithCommentsRq {
|
|
975
|
+
token: string;
|
|
976
|
+
cod_payment: number;
|
|
977
|
+
observation: string;
|
|
978
|
+
}
|
|
979
|
+
export interface IModifyQuotaDataWithCommentsRq {
|
|
980
|
+
token: string;
|
|
981
|
+
cod_payment: number;
|
|
982
|
+
fee_number: number | null;
|
|
983
|
+
type_modification: number;
|
|
984
|
+
value_amount: number | null;
|
|
985
|
+
timely_date: string | null;
|
|
986
|
+
observation: string;
|
|
987
|
+
}
|
|
966
988
|
export {};
|
|
@@ -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, ISearchPaymentBillRq, ISearchPaymentBillRs, IGetSummaryByCoordinatorRq } 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, IGetSummaryByCoordinatorRq, IAddNewQuotaWithCommentsRq, IDeleteQuotaRecordWithCommentsRq, IModifyQuotaDataWithCommentsRq } 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, IValidationOfTransfersByNumberRq } from '../../models/payment/payment-rq.model';
|
|
5
5
|
import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
|
|
6
6
|
import { IPTGeneralService } from '../service-enviroments';
|
|
@@ -112,6 +112,9 @@ export declare class BudgetService extends IPTGeneralService {
|
|
|
112
112
|
obtainPaymentPlanByCodeCod(codeCod: number): Observable<any>;
|
|
113
113
|
receivePaymentsMadeToCod(codeCod: number): Observable<any>;
|
|
114
114
|
newRegistePaymentBillPreassignedCod(params: PaymentBillRq2): Observable<any>;
|
|
115
|
+
addNewQuotaWithComments(params: IAddNewQuotaWithCommentsRq): Observable<any>;
|
|
116
|
+
deleteQuotaRecordWithComments(params: IDeleteQuotaRecordWithCommentsRq): Observable<any>;
|
|
117
|
+
modifyQuotaDataWithComments(params: IModifyQuotaDataWithCommentsRq): Observable<any>;
|
|
115
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
|
|
116
119
|
static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
|
|
117
120
|
}
|