iptdevs-design-system 3.1.798 → 3.1.800
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/course/courses.model.mjs +1 -1
- package/esm2020/lib/core/services/academic-service/academic.service.mjs +6 -1
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs +5 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +5 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/course/courses.model.d.ts +7 -0
- package/lib/core/services/academic-service/academic.service.d.ts +2 -1
- package/lib/core/services/budget-service/budget-service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -38,6 +38,13 @@ export interface IObtainCoursesStatusByDifferentParametersRq {
|
|
|
38
38
|
course_status: number;
|
|
39
39
|
english_level: English_Levels[];
|
|
40
40
|
}
|
|
41
|
+
export interface IObtainCoursesStatusByAreaRq {
|
|
42
|
+
token: string;
|
|
43
|
+
modality: number;
|
|
44
|
+
academic_plan: number;
|
|
45
|
+
course_status: number;
|
|
46
|
+
english_level: English_Levels[];
|
|
47
|
+
}
|
|
41
48
|
export interface IObtainCoursesByDifferentParametersRs {
|
|
42
49
|
code: number;
|
|
43
50
|
course_schedule: string[];
|
|
@@ -6,7 +6,7 @@ import { UserTokenRq } from '../../models/user/user-rq.model';
|
|
|
6
6
|
import { GetStudentsByCourseRq } from '../../models/student/student.interface';
|
|
7
7
|
import { GetCodByStudentCourseRq } from '../../models/cod/cod-rq.model';
|
|
8
8
|
import { IgetCodBcourseByModalityAndDisponibilityRq, IgetCodBcourseByModalityAndLevelAndCourseTypeRq } from '../../models/course/course-rq.model';
|
|
9
|
-
import { IObtainCoursesByDifferentParametersRq, IObtainCoursesStatusByDifferentParametersRq, IgetCodBcourseByModalityAndStatusAndLevelInglishRq } from '../../models/course/courses.model';
|
|
9
|
+
import { IObtainCoursesByDifferentParametersRq, IObtainCoursesStatusByAreaRq, IObtainCoursesStatusByDifferentParametersRq, IgetCodBcourseByModalityAndStatusAndLevelInglishRq } from '../../models/course/courses.model';
|
|
10
10
|
import { INotesStudentRq, NotesStudents } from '../../models/notes/INotesTemplate';
|
|
11
11
|
import { IAttendanceCodRq } from '../../models/attendance/attendance.interface';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
@@ -37,6 +37,7 @@ export declare class AcademicService extends IPTGeneralService {
|
|
|
37
37
|
obtainCoursesByTypeCoursesInCreatdCourseRs(params: IParamsObtainCoursesByTypeCourseInCreatedCoursesRs): Observable<any>;
|
|
38
38
|
obtainAllCodAirByCourse(params: GetStudentsByCourseRq): Observable<any>;
|
|
39
39
|
obtainCourseStatusByParameters(params: IObtainCoursesStatusByDifferentParametersRq): Observable<any>;
|
|
40
|
+
obtainCourseStatusByArea(params: IObtainCoursesStatusByAreaRq): Observable<any>;
|
|
40
41
|
getEventsByCourseCode(coudeCourse: number): Observable<any>;
|
|
41
42
|
obtainPlansCourseAvalaibleForPosibleStudentByAgeAndGrade(params: any): Observable<any>;
|
|
42
43
|
ObtainGradesByStudent(param: INotesStudentRq): Observable<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } 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,
|
|
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 } from '../../models/budget/budget.model';
|
|
4
4
|
import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, IPaymentReferenceRq, ITransferAssignImage, ITransferCreateRq, ITransferDeleteRq, ITransferGetAllRq, ITransferGetRq, ITransferSearchRq, ITransferShowImageRq, ITransferStatusUpdateRq, 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';
|
|
@@ -70,7 +70,7 @@ export declare class BudgetService extends IPTGeneralService {
|
|
|
70
70
|
getCashClosingDate(param: IcashClosingDateRq): Observable<any>;
|
|
71
71
|
exportObtainStudentPaymentTransactionHistoryByCourse(param: IObtainPaymentTranHistoryRq): Observable<any>;
|
|
72
72
|
getTotalCashIncomeEgress(param: IncomesAndEgressRq): Observable<any>;
|
|
73
|
-
obatinBalacesByCoodinator(params:
|
|
73
|
+
obatinBalacesByCoodinator(params: IAccountsBalanceRq): Observable<any>;
|
|
74
74
|
obatinDetailedIncomeByUserAndDate(params: IObatinDetailedIncomeByUserAndDateRq): Observable<any>;
|
|
75
75
|
exportIncomeExpenseHistoryData(params: IObatinDetailedIncomeByUserAndDateRq): Observable<any>;
|
|
76
76
|
obtainAllPaymentBillCanceledByStudent(codeStudent: number): Observable<any>;
|