iptdevs-design-system 3.1.906 → 3.1.908

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.
@@ -323,3 +323,9 @@ export interface AssignmentRq {
323
323
  code: number;
324
324
  value: number;
325
325
  }
326
+ export interface getSummaryByCommercialAdvisorRq {
327
+ token: string;
328
+ start_date: string;
329
+ end_date: string;
330
+ include_details: false;
331
+ }
@@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
4
4
  import { GetDiscountCouponsRq } from '../../models/payment/payment-rq.model';
5
5
  import { CreateCODRq, FullDataCODRq, GetCodByCourseRq, IUpdateCODRq, IobtaincodCurrrentAndLevelFullDataRenovationsRq } from '../../models/cod/cod-rq.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
7
- import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq, IAssigningAdvisorGoalsRq, IReportCodForAdviserRq, ICreateTicketReferralRq, ICodDetailsbyAdviser, IGetPosibleStudentByDateRq, IGetUserAdviserCommercialByTypeAssingContactsRq, AssingCustomersByTypeAssingContactForAdviserRq } from '../../models/commercial/commercial.model';
7
+ import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq, IAssigningAdvisorGoalsRq, IReportCodForAdviserRq, ICreateTicketReferralRq, ICodDetailsbyAdviser, IGetPosibleStudentByDateRq, IGetUserAdviserCommercialByTypeAssingContactsRq, AssingCustomersByTypeAssingContactForAdviserRq, getSummaryByCommercialAdvisorRq } 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';
@@ -63,6 +63,7 @@ export declare class CommercialService extends IPTGeneralService {
63
63
  assingCustomersByTypeAssingContactForAdviser(params: AssingCustomersByTypeAssingContactForAdviserRq): Observable<any>;
64
64
  obtainAdditionalUserDataByCourse(params: IgetCoursesFinishAndunassignedRq): Observable<any>;
65
65
  obtainAllReferralsByUser(params: IObtainAllReferralsByUserRq): Observable<any>;
66
+ getSummaryByCommercialAdvisor(params: getSummaryByCommercialAdvisorRq): Observable<any>;
66
67
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
67
68
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
68
69
  }
@@ -38,6 +38,7 @@ export declare class CourseService extends IPTGeneralService {
38
38
  getLastEventByCourseCode(params: GetLastEventByCourseCodeRq): Observable<any>;
39
39
  getCourseChangeAuditByStudent(params: ICourseChangeAuditRq): Observable<any>;
40
40
  getRecordOfAuditedCoursesByDate(params: ITransferGetAllRq): Observable<any>;
41
+ confirmationOfStudentCourseChange(params: any): Observable<any>;
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
42
43
  static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
43
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.906",
3
+ "version": "3.1.908",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",