iptdevs-design-system 3.1.353 → 3.1.355

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.
@@ -336,3 +336,14 @@ export interface ITotalByMethodRs {
336
336
  name: string;
337
337
  amount: number;
338
338
  }
339
+ export interface IObtainCourseByCoodDiffParamRq {
340
+ token: string;
341
+ modality: number;
342
+ course_status: number;
343
+ coordinator: number;
344
+ english_level: IEnglishLevelRq[];
345
+ }
346
+ export interface IEnglishLevelRq {
347
+ code: number;
348
+ name: string;
349
+ }
@@ -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 } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq } from '../../models/budget/budget.model';
4
4
  import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq2, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
@@ -49,6 +49,7 @@ export declare class BudgetService extends IPTGeneralService {
49
49
  getCancelledReceiptsByDate(params: ICancelledReceiptByDateRq): Observable<any>;
50
50
  obtainPaymentreceivedByUser(params: IPaymentsReceivedByUserRq): Observable<any>;
51
51
  getTotalCashReceiptsByDateAndUser(params: IPaymentsReceivedByUserRq): Observable<any>;
52
+ obtainCoursesByCoordAndDiffParam(params: IObtainCourseByCoodDiffParamRq): Observable<any>;
52
53
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
53
54
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
54
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.353",
3
+ "version": "3.1.355",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",