iptdevs-design-system 3.1.897 → 3.1.898

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,20 @@
1
+ export interface ICreateTransferRq {
2
+ token: string;
3
+ reference_number: string;
4
+ transfer_amount: number;
5
+ code_bank: number;
6
+ transfer_date: Date;
7
+ }
8
+ export interface IUpdateTransferRq {
9
+ token: string;
10
+ transfer_code: number;
11
+ initial_amount: number;
12
+ code_bank: number;
13
+ transfer_date: Date;
14
+ status_transfer: string;
15
+ image_transfer: null;
16
+ }
17
+ export interface ISearchTransferRq {
18
+ token: string;
19
+ reference_number: string;
20
+ }
@@ -5,6 +5,7 @@ import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCour
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
7
7
  import { ICodPaymentRq } from '../../models/cod/cod-rq.model';
8
+ import { ICreateTransferRq, ISearchTransferRq, IUpdateTransferRq } from '../../models/transfer/transfer.model';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class BudgetService extends IPTGeneralService {
10
11
  private http;
@@ -103,6 +104,9 @@ export declare class BudgetService extends IPTGeneralService {
103
104
  searchPaymentBill(params: ISearchPaymentBillRq): Observable<ISearchPaymentBillRs>;
104
105
  getValidationOfTransfersByNumber(params: IValidationOfTransfersByNumberRq): Observable<any>;
105
106
  getSummaryByCoordinator(params: IGetSummaryByCoordinatorRq): Observable<any>;
107
+ createTransferValidate(params: ICreateTransferRq): Observable<any>;
108
+ searchTransferByReference(params: ISearchTransferRq): Observable<any>;
109
+ updateTransferData(params: IUpdateTransferRq): Observable<any>;
106
110
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
107
111
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
108
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.897",
3
+ "version": "3.1.898",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",