iptdevs-design-system 3.1.160 → 3.1.161

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.
@@ -191,3 +191,14 @@ export interface ICodPricesByProgramRs {
191
191
  quota_price: number;
192
192
  paid_level: number;
193
193
  }
194
+ export interface IAssigningAdvisorGoalsRq {
195
+ token: string;
196
+ code_goal: number;
197
+ assign_advisors: number[];
198
+ }
199
+ export interface IAssigAdvisorGoalsRs {
200
+ user: number;
201
+ goal: number;
202
+ status: number;
203
+ code: number;
204
+ }
@@ -156,7 +156,3 @@ export interface TeacherCRq {
156
156
  id_card: string;
157
157
  token: string;
158
158
  }
159
- export interface IgetCodBcourseByModalityAndDisponibilityRq {
160
- token: string;
161
- modality: number;
162
- }
@@ -5,7 +5,6 @@ import { GetCourseByTypeRq, GetStudentByCourse, GetLastStudentCodRq, GetStudentB
5
5
  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
- import { IgetCodBcourseByModalityAndDisponibilityRq } from '../../models/course/course-rq.model';
9
8
  import * as i0 from "@angular/core";
10
9
  export declare class AcademicService extends IPTGeneralService {
11
10
  private http;
@@ -23,7 +22,6 @@ export declare class AcademicService extends IPTGeneralService {
23
22
  getAllCodActiveByCourse(params: GetStudentsByCourseRq): Observable<any>;
24
23
  createClassroom(params: ClassRoomRQI): Observable<any>;
25
24
  getCodByStudentAndCourse(params: GetCodByStudentCourseRq): Observable<any>;
26
- getCodBcourseByModalityAndDisponibility(params: IgetCodBcourseByModalityAndDisponibilityRq): Observable<any>;
27
25
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
28
26
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
29
27
  }
@@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
3
3
  import { GetDiscountCouponsRq } from '../../models/payment/payment-rq.model';
4
4
  import { CreateCODRq, FullDataCODRq, GetCodByCourseRq } from '../../models/cod/cod-rq.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
- import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IReportExcelRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq } from '../../models/commercial/commercial.model';
6
+ import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IReportExcelRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq, IAssigningAdvisorGoalsRq } from '../../models/commercial/commercial.model';
7
7
  import { UserTokenRq } from '../../models/user/user-rq.model';
8
8
  import { ISocialNetworksRq } from '../../models/marketing/marketing.model';
9
9
  import * as i0 from "@angular/core";
@@ -37,6 +37,7 @@ export declare class CommercialService extends IPTGeneralService {
37
37
  getContactsByAdviserCommercial(params: IGetContactsadviserRq): Observable<any>;
38
38
  ObtainCodPrices(params: IObtainCodPricesRq): Observable<any>;
39
39
  postCreatedSocialNetowrks(params: ISocialNetworksRq): Observable<any>;
40
+ postAssigningAdvisorGoals(params: IAssigningAdvisorGoalsRq): Observable<any>;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
41
42
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
42
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.160",
3
+ "version": "3.1.161",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",