iptdevs-design-system 3.1.192 → 3.1.194

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.
@@ -231,3 +231,10 @@ export interface IAllGoalsAdvisorRs {
231
231
  daily_goal: number;
232
232
  goal_period: Date;
233
233
  }
234
+ export interface IReportCodForAdviserRq {
235
+ token: string;
236
+ code_adviser: number;
237
+ codeTypeConsult: number;
238
+ start_date: Date;
239
+ finish_date: Date;
240
+ }
@@ -16,3 +16,9 @@ export interface English_Levels {
16
16
  code: number;
17
17
  name: string;
18
18
  }
19
+ export interface IgetCodBcourseByModalityAndStatusAndLevelInglishRq {
20
+ token: string;
21
+ modality: number;
22
+ status: number;
23
+ english_level: English_Levels[];
24
+ }
@@ -6,6 +6,7 @@ import { UserTokenRq } from '../../models/user/user-rq.model';
6
6
  import { GetStudentsByCourseRq } from '../../models/student/student.interface';
7
7
  import { GetCodByStudentCourseRq } from '../../models/cod/cod-rq.model';
8
8
  import { IgetCodBcourseByModalityAndDisponibilityRq } from '../../models/course/course-rq.model';
9
+ import { IgetCodBcourseByModalityAndStatusAndLevelInglishRq } from '../../models/course/courses.model';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class AcademicService extends IPTGeneralService {
11
12
  private http;
@@ -24,6 +25,7 @@ export declare class AcademicService extends IPTGeneralService {
24
25
  createClassroom(params: ClassRoomRQI): Observable<any>;
25
26
  getCodByStudentAndCourse(params: GetCodByStudentCourseRq): Observable<any>;
26
27
  getCodBcourseByModalityAndDisponibility(params: IgetCodBcourseByModalityAndDisponibilityRq): Observable<any>;
28
+ getCodBcourseByModalityAndStatusAndLevelInglish(params: IgetCodBcourseByModalityAndStatusAndLevelInglishRq): Observable<any>;
27
29
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
28
30
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
29
31
  }
@@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
4
4
  import { GetDiscountCouponsRq } from '../../models/payment/payment-rq.model';
5
5
  import { CreateCODRq, FullDataCODRq, GetCodByCourseRq } from '../../models/cod/cod-rq.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
7
- import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IReportExcelRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq, IAssigningAdvisorGoalsRq } from '../../models/commercial/commercial.model';
7
+ import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq, IAssigningAdvisorGoalsRq, IReportCodForAdviserRq } from '../../models/commercial/commercial.model';
8
8
  import { UserTokenRq } from '../../models/user/user-rq.model';
9
9
  import { ISocialNetworksRq } from '../../models/marketing/marketing.model';
10
10
  import { IObtainAllCoursewallet } from '../../models/budget/budget.model';
@@ -31,8 +31,8 @@ export declare class CommercialService extends IPTGeneralService {
31
31
  getAllGoals(token: string): Observable<any>;
32
32
  createDocument(params: any): Observable<any>;
33
33
  getDocumentsByStudent(params: any): Observable<any>;
34
- obtainCodStudentByCodeAdviser(params: any): Observable<any>;
35
- ExportFileExcelCodByAdviser(params: IReportExcelRq): Observable<any>;
34
+ obtainCodStudentByCodeAdviser(params: IReportCodForAdviserRq): Observable<any>;
35
+ ExportFileExcelCodByAdviser(params: IReportCodForAdviserRq): Observable<any>;
36
36
  ObtainReferralsByUser(params: IObtainRefersByUserRq): Observable<any>;
37
37
  getPosibleStudentsAll(params: any): Observable<any>;
38
38
  postAssignPosibleStuentForValue(params: IAssignPosibleStudentForValueRq): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.192",
3
+ "version": "3.1.194",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",