iptdevs-design-system 3.1.791 → 3.1.794

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.
@@ -437,7 +437,9 @@ export interface ITransfer {
437
437
  }
438
438
  export interface ITransferSearchRq {
439
439
  token: string;
440
- reference_number: string;
440
+ reference_number?: string;
441
+ bank_code?: number;
442
+ transfer_amount?: number;
441
443
  }
442
444
  export interface ITransferStatusUpdateRq {
443
445
  token: string;
@@ -45,6 +45,7 @@ export declare class AcademicService extends IPTGeneralService {
45
45
  getInfoStudentCourseByCod(param: IAttendanceCodRq): Observable<any>;
46
46
  getCourseTypeByAcademicPlan(codeAcademic: number): Observable<any>;
47
47
  getAvailableCoursesByModalityStatusAndLevel(param: IgetAvailableCoursesByLevStaModalRq): Observable<any>;
48
+ obtainCoursesAvailableSpacesAndClassesViewed(param: IgetAvailableCoursesByLevStaModalRq): Observable<any>;
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
49
50
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
50
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.791",
3
+ "version": "3.1.794",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",