iptdevs-design-system 3.2.103 → 3.2.104

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.
@@ -1063,4 +1063,25 @@ export interface ICoursePaymentRangeReportCodDetail {
1063
1063
  total_amount_in_range: number;
1064
1064
  payment_dates: string;
1065
1065
  }
1066
+ export interface IobtainPendingGatewayPaymentsForProcessingRs {
1067
+ ip_applicant?: string;
1068
+ status?: number;
1069
+ message?: IMessageRq;
1070
+ data?: obtainPendingGatewayPaymentsForProcessingRs[];
1071
+ }
1072
+ export interface obtainPendingGatewayPaymentsForProcessingRs {
1073
+ code?: number;
1074
+ cod?: number;
1075
+ timely_date?: Date;
1076
+ amount?: number;
1077
+ fee_number?: number;
1078
+ status?: number;
1079
+ updated_amount_by?: number;
1080
+ updated_by?: number | null;
1081
+ deleted_at?: null;
1082
+ updated_at?: Date;
1083
+ created_at?: Date;
1084
+ dayVenc?: number;
1085
+ colorDay?: string;
1086
+ }
1066
1087
  export {};
@@ -120,6 +120,7 @@ export declare class BudgetService extends IPTGeneralService {
120
120
  getPaymentsByMadeExport(params: any): Observable<any>;
121
121
  searchForStudentsByDifferentParameters(param: IObtainStudentPaymentByDiffParamRq): Observable<any>;
122
122
  obtainCoursePaymentRangeReport(param: ICoursePaymentRangeReportRq): Observable<ICoursePaymentRangeReportRs>;
123
+ obtainPendingGatewayPaymentsForProcessing(codeStudent: number): Observable<any>;
123
124
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
124
125
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
125
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.103",
3
+ "version": "3.2.104",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",