iptdevs-design-system 3.1.47 → 3.1.49

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.
@@ -130,5 +130,5 @@ export interface IMessageRq {
130
130
  export interface IAssignRequestRq {
131
131
  token: string;
132
132
  userCode: number;
133
- codeCourse: number;
133
+ codeCourse: number | null;
134
134
  }
@@ -76,10 +76,6 @@ export interface IgetCoursesFinishAndunassignedRq {
76
76
  token: string;
77
77
  codeUser: number;
78
78
  }
79
- export interface ICourseAssingRq {
80
- token: string;
81
- userCode: number;
82
- }
83
79
  export interface ResponseRs {
84
80
  ip_applicant: string;
85
81
  status: number;
@@ -32,7 +32,8 @@ export declare class BudgetService extends IPTGeneralService {
32
32
  getPaymentOverdueStudentByCoordinatorAndCourseCode(params: IPaymentOverdueByCoordinatorCourseRq): Observable<any>;
33
33
  getObtainCodStudentByCoordinator(params: IFullCodStudentOverdueByCoordinatorRq): Observable<any>;
34
34
  getCoursesFinishAndunassigned(params: IgetCoursesFinishAndunassignedRq): Observable<any>;
35
- AssingCourse(params: IAssignRequestRq): Observable<any>;
35
+ AssingCourse(params: any): Observable<any>;
36
+ AssingCourses(params: IAssignRequestRq): Observable<any>;
36
37
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
37
38
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
38
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.47",
3
+ "version": "3.1.49",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",