iptdevs-design-system 3.1.724 → 3.1.726

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.
@@ -359,3 +359,7 @@ export interface IReferralDiscountRs {
359
359
  amount_payable: number;
360
360
  type_movement: string;
361
361
  }
362
+ export interface IPaymentReferenceRq {
363
+ token: string;
364
+ reference: string;
365
+ }
@@ -184,3 +184,7 @@ export interface IusersRq {
184
184
  phone_company?: number;
185
185
  nit?: number;
186
186
  }
187
+ export interface IDeleteTeacherRq {
188
+ token: string;
189
+ teacher_code: number;
190
+ }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses, IObtainPaymentTranHistoryRq, IObtainStudentPaymentByDiffParamRq, InfoCashClosingRq, IcashClosingDateRq, IcashClosingRq, IpaymentBillEgressRq, IncomesAndEgressRq, IObatinDetailedIncomeByUserAndDateRq, IObatinBalacesByCoodinatorRq } from '../../models/budget/budget.model';
4
- import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq2, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
4
+ import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, IPaymentReferenceRq, PaymentBillRq2, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
7
7
  import * as i0 from "@angular/core";
@@ -72,6 +72,7 @@ export declare class BudgetService extends IPTGeneralService {
72
72
  obatinDetailedIncomeByUserAndDate(params: IObatinDetailedIncomeByUserAndDateRq): Observable<any>;
73
73
  exportIncomeExpenseHistoryData(params: IObatinDetailedIncomeByUserAndDateRq): Observable<any>;
74
74
  obtainAllPaymentBillCanceledByStudent(codeStudent: number): Observable<any>;
75
+ getPaymentInfoByReference(params: IPaymentReferenceRq): Observable<any>;
75
76
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
76
77
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
77
78
  }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser, IusersRq } from '../../models/user/user-rq.model';
3
+ import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser, IusersRq, IDeleteTeacherRq } from '../../models/user/user-rq.model';
4
4
  import { getStrategyByUserCommercialRq } from '../../models/marketing/marketing.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
6
  import { GetStudentByCodeRq, tokenAdministrativeRq } from '../../models/payment/payment-rq.model';
@@ -43,7 +43,7 @@ export declare class UserService extends IPTGeneralService {
43
43
  getUserByCode(codeUser: number): Observable<any>;
44
44
  createProveedor(param: IusersRq): Observable<any>;
45
45
  updateUser(param: any): Observable<any>;
46
- DeleteTeacherByCode(params: IUpdtaeUserValidatedRq): Observable<any>;
46
+ DeleteTeacherByCode(params: IDeleteTeacherRq): Observable<any>;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
48
48
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.724",
3
+ "version": "3.1.726",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",