iptdevs-design-system 2.7.145 → 2.7.148

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.
@@ -210,3 +210,13 @@ export interface PaymentStudentRq {
210
210
  updated_at: Date;
211
211
  created_at: Date;
212
212
  }
213
+ export interface PriceByTypeServiceRq {
214
+ token: string;
215
+ payment_service: number;
216
+ }
217
+ export interface DataPriceByserviceRq {
218
+ code: number;
219
+ payment_service: number;
220
+ payment_wallet: number;
221
+ price: number;
222
+ }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { getdiscountAllRq, DiscountRq, DiscountUpdateRq } from '../../models/budget/budget.model';
4
- import { PaymentBillRq } from '../../models/payment/payment-rq.model';
4
+ import { PaymentBillRq, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BudgetService extends IPTGeneralService {
@@ -18,6 +18,7 @@ export declare class BudgetService extends IPTGeneralService {
18
18
  getPaymentBillAll(): Observable<any>;
19
19
  getPaymentBillByCode(codePayment: number): Observable<any>;
20
20
  getPaymentBillByStudent(codeStudent: number): Observable<any>;
21
+ getPriceByTypeService(params: PriceByTypeServiceRq): Observable<any>;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
22
23
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
23
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "2.7.145",
3
+ "version": "2.7.148",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",