iptdevs-design-system 3.2.51 → 3.2.53

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.
@@ -466,3 +466,14 @@ export interface IExtendedCodBystudentsRs extends ICodBystudentsRs {
466
466
  renewal_error?: string | null;
467
467
  new_cod_data?: any;
468
468
  }
469
+ export interface ILocalRenewalResultRs {
470
+ student_code: string;
471
+ student_name: string;
472
+ data: any;
473
+ }
474
+ export interface ILocalRenewalErrorRs {
475
+ student_code: string;
476
+ student_name: string;
477
+ message: string;
478
+ warning?: any;
479
+ }
@@ -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.51",
3
+ "version": "3.2.53",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",