iptdevs-design-system 3.1.197 → 3.1.199

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.
@@ -265,3 +265,8 @@ export interface IObtainStudentPaymentsByGroupingCodRs {
265
265
  full_name: string;
266
266
  date_pay: Date;
267
267
  }
268
+ export interface ICancelStudentReceiptRq {
269
+ token: string;
270
+ quotas_affected: IQuotasAffectedRq[] | null;
271
+ receipt: number | null;
272
+ }
@@ -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 } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq } 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';
@@ -45,6 +45,7 @@ export declare class BudgetService extends IPTGeneralService {
45
45
  obtainStudentPaymentsByGroupingCod(codeStudent: number): Observable<any>;
46
46
  obtainReceiptByCode(codeReceipt: number): Observable<any>;
47
47
  obtainPaymentsForReceiptCode(codeStudent: number): Observable<any>;
48
+ canelStudentReceipt(params: ICancelStudentReceiptRq): Observable<any>;
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
49
50
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
50
51
  }
@@ -43,6 +43,7 @@ export declare class CommercialService extends IPTGeneralService {
43
43
  posObtainAdvisorGoals(params: IObtainAllCoursewallet): Observable<any>;
44
44
  postObtainOveralGoalAdviso(params: IObtainAllCoursewallet): Observable<any>;
45
45
  postObtaininfoCodActuallyByUser(params: IgetCoursesFinishAndunassignedRq): Observable<any>;
46
+ obtaingLatesCodByStudentCode(codeStudent: number): Observable<any>;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
47
48
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
48
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.197",
3
+ "version": "3.1.199",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",