iptdevs-design-system 3.1.46 → 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.
@@ -127,3 +127,8 @@ export interface IMessageRq {
127
127
  code: number;
128
128
  message: string;
129
129
  }
130
+ export interface IAssignRequestRq {
131
+ token: string;
132
+ userCode: number;
133
+ codeCourse: number | null;
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;
@@ -1,8 +1,8 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq } from '../../models/budget/budget.model';
4
4
  import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
- import { ICourseAssingRq, IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
5
+ import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class BudgetService extends IPTGeneralService {
@@ -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: ICourseAssingRq): 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.46",
3
+ "version": "3.1.49",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",