iptdevs-design-system 3.1.35 → 3.1.36

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.
@@ -71,3 +71,32 @@ export interface IGoalInterface {
71
71
  daily_goal: number;
72
72
  goal_period: Date;
73
73
  }
74
+ export interface DocumentsRq {
75
+ file: File;
76
+ user_autor: number;
77
+ code_user: number;
78
+ type_document: number;
79
+ token: string;
80
+ }
81
+ export interface IGetDocumentStudentRq {
82
+ code_user: number;
83
+ token: string;
84
+ }
85
+ export interface TypeDocumentsRs {
86
+ code: number;
87
+ code_media: IMediaRs;
88
+ code_user: number;
89
+ status: number;
90
+ type_document: ITypeDocumentsNameRs;
91
+ }
92
+ export interface IMediaRs {
93
+ code: number;
94
+ link: string;
95
+ name: string;
96
+ type_form: number;
97
+ user_autor: number;
98
+ }
99
+ export interface ITypeDocumentsNameRs {
100
+ code: number;
101
+ name: string;
102
+ }
@@ -25,6 +25,8 @@ export declare class CommercialService extends IPTGeneralService {
25
25
  obtainCodByAdvisorAndCourse(params: GetCodByCourseRq): Observable<any>;
26
26
  createGoal(params: IGoalInterfaceRq): Observable<any>;
27
27
  getAllGoals(token: string): Observable<any>;
28
+ createDocument(params: any): Observable<any>;
29
+ getDocumentsByStudent(params: any): Observable<any>;
28
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
29
31
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
30
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.35",
3
+ "version": "3.1.36",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",