iptdevs-design-system 3.1.413 → 3.1.415

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.
@@ -405,3 +405,8 @@ export interface ICourseTypeCluAndTheRs {
405
405
  theory_classes: number;
406
406
  club_classes: number;
407
407
  }
408
+ export interface IObtainPaymentTranHistoryByCodRq {
409
+ token: string;
410
+ course_code: number;
411
+ cod_code: number;
412
+ }
@@ -54,6 +54,7 @@ export declare class BudgetService extends IPTGeneralService {
54
54
  createCommmonExpenses(param: NameCommonExpenses): Observable<any>;
55
55
  obtainCodAndStatusApprovedLevelByGroup(param: NameCommonExpenses): Observable<any>;
56
56
  obtainStudentPaymentTransactionHistoryByCourse(param: IObtainPaymentTranHistoryRq): Observable<any>;
57
+ obtainPaymentTransactionHistoryByCod(param: IObtainPaymentTranHistoryRq): Observable<any>;
57
58
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
58
59
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
59
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.413",
3
+ "version": "3.1.415",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",