iptdevs-design-system 3.2.104 → 3.2.106

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.
@@ -0,0 +1,49 @@
1
+ import { IMessageServiceRs } from "design-system";
2
+ export interface IStudentPendingFeesRs {
3
+ ip_applicant: string;
4
+ status: number;
5
+ message: IMessageServiceRs;
6
+ data: IStudentPendingFeeRs[];
7
+ }
8
+ export interface IStudentPendingFeeRs {
9
+ code: number;
10
+ cod: number;
11
+ timely_date: string;
12
+ amount: number;
13
+ fee_number: number;
14
+ status: number;
15
+ updated_amount_by: number | null;
16
+ updated_by: number;
17
+ deleted_at: string | null;
18
+ updated_at: string;
19
+ created_at: string;
20
+ dayVenc: number;
21
+ colorDay: string;
22
+ selected?: boolean;
23
+ partialAmount?: number;
24
+ isPartial?: boolean;
25
+ }
26
+ export interface IPaymentSelectionRs {
27
+ selectedFees: IStudentPendingFeeRs[];
28
+ totalAmount: number;
29
+ isPartialMode: boolean;
30
+ partialAmount: number;
31
+ }
32
+ export interface IWompiPaymentRq {
33
+ student_code: string;
34
+ fee_codes: number[];
35
+ amount_in_cents: number;
36
+ customer_id_card: string;
37
+ customer_full_name: string;
38
+ customer_phone: string;
39
+ customer_email: string;
40
+ type_currency: number;
41
+ type_environment: number;
42
+ payment_method: number;
43
+ is_partial: boolean;
44
+ }
45
+ export interface IWompiPaymentRs {
46
+ checkout_url: string;
47
+ reference: string;
48
+ transaction_id?: string;
49
+ }
@@ -6,6 +6,7 @@ import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.m
6
6
  import { IPTGeneralService } from '../service-enviroments';
7
7
  import { ICodPaymentRq } from '../../models/cod/cod-rq.model';
8
8
  import { ICreateTransferRq, ISearchTransferRq, IUpdateTransferRq } from '../../models/transfer/transfer.model';
9
+ import { IWompiPaymentRq } from '../../models/PaymentGateway/PaymentGateway.models';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class BudgetService extends IPTGeneralService {
11
12
  private http;
@@ -121,6 +122,8 @@ export declare class BudgetService extends IPTGeneralService {
121
122
  searchForStudentsByDifferentParameters(param: IObtainStudentPaymentByDiffParamRq): Observable<any>;
122
123
  obtainCoursePaymentRangeReport(param: ICoursePaymentRangeReportRq): Observable<ICoursePaymentRangeReportRs>;
123
124
  obtainPendingGatewayPaymentsForProcessing(codeStudent: number): Observable<any>;
125
+ newTransactionOnWompiPaymentGateway(param: IWompiPaymentRq): Observable<any>;
126
+ handle(param: any): Observable<any>;
124
127
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
125
128
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
126
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.104",
3
+ "version": "3.2.106",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",