iptdevs-design-system 3.1.814 → 3.1.816

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.
@@ -295,3 +295,9 @@ export interface ICodDetailsbyAdviser {
295
295
  token: string;
296
296
  code_adviser: number;
297
297
  }
298
+ export interface IGetPosibleStudentByDateRq {
299
+ token: string;
300
+ codeTypeConsult: number;
301
+ start_date: string;
302
+ finish_date: string;
303
+ }
@@ -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 } from '../../models/commercial/commercial.model';
7
+ import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq, IAssigningAdvisorGoalsRq, IReportCodForAdviserRq, ICreateTicketReferralRq, ICodDetailsbyAdviser, IGetPosibleStudentByDateRq } 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';
@@ -56,6 +56,7 @@ export declare class CommercialService extends IPTGeneralService {
56
56
  createTicketReferral(params: ICreateTicketReferralRq): Observable<any>;
57
57
  obtainStatusAndReferralsByUserCode(params: IObtainRefersByUserRq): Observable<any>;
58
58
  getCodStudentDetailsByAdviser(params: ICodDetailsbyAdviser): Observable<any>;
59
+ gesPosibleStudentAllFourModelsByDate(params: IGetPosibleStudentByDateRq): Observable<any>;
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
60
61
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
61
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.814",
3
+ "version": "3.1.816",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",