iptdevs-design-system 3.1.909 → 3.1.911

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.
@@ -4,8 +4,11 @@ export interface CalculateQuotesParams {
4
4
  quotaValues: number;
5
5
  quotaTimes: any;
6
6
  totalPrice: any;
7
+ courseType: number;
8
+ englishLevel: number;
7
9
  }
8
10
  export declare class CalculateQuotesService {
11
+ specialCourseTypes: number[];
9
12
  monthsDays: number[];
10
13
  constructor();
11
14
  calculateQuotes(params: CalculateQuotesParams): any[];
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ export interface CalculateQuotesParams {
3
+ date: Date;
4
+ quotaValues: number;
5
+ quotaTimes: any;
6
+ totalPrice: any;
7
+ }
8
+ export declare class CalculateQuotesService {
9
+ monthsDays: number[];
10
+ constructor();
11
+ calculateQuotes(params: CalculateQuotesParams): any[];
12
+ setPlusOneMonth(originDate: Date, isEndMonth: boolean): Date[];
13
+ getStringDate(originDate: Date): string;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalculateQuotesService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<CalculateQuotesService>;
16
+ }
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormGroup, FormBuilder } from '@angular/forms';
3
3
  import { CodSelfManagedControls } from './../../logic/cod-self-managed-controls';
4
- import { CalculateQuotesService } from './../../../cod/logic/calculate-quotes.service';
4
+ import { CalculateQuotesService } from './../../logic/calculate-quotes.service';
5
5
  import { BaseService } from './../../../core/utils/base-service/base.service';
6
6
  import { CodSelfManagedSteps } from '../../logic/cod-self-managed-steps';
7
7
  import { CommercialService } from '../../../core/services/commercial-service/comercial.service';
@@ -210,3 +210,8 @@ export interface IObtainDataFromSuppliersStudentRq {
210
210
  token: string;
211
211
  param: string;
212
212
  }
213
+ export interface IGeUsersFromDepartmentsRq {
214
+ token: string;
215
+ departments: number[];
216
+ roll_not_authorize: number[];
217
+ }
@@ -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, IDeleteTeacherRq, IUpdateDataTeacherRq, IObtainDataFromSuppliersStudentRq } from '../../models/user/user-rq.model';
3
+ import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser, IusersRq, IDeleteTeacherRq, IUpdateDataTeacherRq, IObtainDataFromSuppliersStudentRq, IGeUsersFromDepartmentsRq } 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';
@@ -47,6 +47,7 @@ export declare class UserService extends IPTGeneralService {
47
47
  UpdateTeacherDataByCode(params: IUpdateDataTeacherRq): Observable<any>;
48
48
  getAllUsersCommisions(params: getStrategyByUserCommercialRq): Observable<any>;
49
49
  obtainDataFromSuppliersStudent(params: IObtainDataFromSuppliersStudentRq): Observable<any>;
50
+ getUsersFromDepartments(params: IGeUsersFromDepartmentsRq): Observable<any>;
50
51
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
51
52
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
52
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.909",
3
+ "version": "3.1.911",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",