iptdevs-design-system 3.1.388 → 3.1.390

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.
@@ -347,3 +347,7 @@ export interface IEnglishLevelRq {
347
347
  code: number;
348
348
  name: string;
349
349
  }
350
+ export interface NameCommonExpenses {
351
+ name: string;
352
+ token: string;
353
+ }
@@ -160,3 +160,7 @@ export interface IStudentOrUserEktByConceptRq {
160
160
  param: string;
161
161
  codeConcept: number;
162
162
  }
163
+ export interface ParamsUser {
164
+ token: string;
165
+ param: string;
166
+ }
@@ -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 } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses } 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';
@@ -50,6 +50,8 @@ export declare class BudgetService extends IPTGeneralService {
50
50
  obtainPaymentreceivedByUser(params: IPaymentsReceivedByUserRq): Observable<any>;
51
51
  getTotalCashReceiptsByDateAndUser(params: IPaymentsReceivedByUserRq): Observable<any>;
52
52
  obtainCoursesByCoordAndDiffParam(params: IObtainCourseByCoodDiffParamRq): Observable<any>;
53
+ getAllCommonExpenses(): Observable<any>;
54
+ createCommmonExpenses(param: NameCommonExpenses): Observable<any>;
53
55
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
54
56
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
55
57
  }
@@ -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 } from '../../models/user/user-rq.model';
3
+ import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser } 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';
@@ -39,6 +39,7 @@ export declare class UserService extends IPTGeneralService {
39
39
  obtainReferralUsers(token: getStudentRq): Observable<any>;
40
40
  obtainUsersThreeDptoCommercialAndAdministrativeAndBudget(token: getStrategyByUserCommercialRq): Observable<any>;
41
41
  obtainTeachersAvailableToTeach(): Observable<any>;
42
+ searchUser(param: ParamsUser): Observable<any>;
42
43
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
43
44
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.388",
3
+ "version": "3.1.390",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",