iptdevs-design-system 3.1.81 → 3.1.82

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.
@@ -100,3 +100,9 @@ export interface ITypeDocumentsNameRs {
100
100
  code: number;
101
101
  name: string;
102
102
  }
103
+ export interface IReportExcelRq {
104
+ token: string;
105
+ code_adviser: number;
106
+ start_date: string;
107
+ finish_date: string;
108
+ }
@@ -3,9 +3,8 @@ 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 } from '../../models/commercial/commercial.model';
6
+ import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IReportExcelRq } from '../../models/commercial/commercial.model';
7
7
  import { UserTokenRq } from '../../models/user/user-rq.model';
8
- import { IcodStudentRs } from '../../models/budget/budget.model';
9
8
  import * as i0 from "@angular/core";
10
9
  export declare class CommercialService extends IPTGeneralService {
11
10
  private http;
@@ -30,7 +29,7 @@ export declare class CommercialService extends IPTGeneralService {
30
29
  createDocument(params: any): Observable<any>;
31
30
  getDocumentsByStudent(params: any): Observable<any>;
32
31
  obtainCodStudentByCodeAdviser(params: any): Observable<any>;
33
- ExportFileExcelCodByAdviser(params: IcodStudentRs): Observable<any>;
32
+ ExportFileExcelCodByAdviser(params: IReportExcelRq): Observable<any>;
34
33
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
35
34
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
36
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.81",
3
+ "version": "3.1.82",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",