iptdevs-design-system 3.2.52 → 3.2.54

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.
@@ -469,11 +469,13 @@ export interface IExtendedCodBystudentsRs extends ICodBystudentsRs {
469
469
  export interface ILocalRenewalResultRs {
470
470
  student_code: string;
471
471
  student_name: string;
472
+ student_id_card: string;
472
473
  data: any;
473
474
  }
474
475
  export interface ILocalRenewalErrorRs {
475
476
  student_code: string;
476
477
  student_name: string;
478
+ student_id_card: string;
477
479
  message: string;
478
480
  warning?: any;
479
481
  }
@@ -98,6 +98,7 @@ export declare class CommercialService extends IPTGeneralService {
98
98
  updateCondition(request: IUpdateConditionRq, code: number): Observable<any>;
99
99
  deleteCondition(request: ITokenRq, code: number): Observable<any>;
100
100
  renewStudentsToNextLevel(request: any): Observable<any>;
101
+ obtainPreassignedCourses(): Observable<any>;
101
102
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
102
103
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
103
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.52",
3
+ "version": "3.2.54",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",