iptdevs-design-system 2.7.134 → 2.7.136

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.
@@ -32,6 +32,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
32
32
  getValuesOfStepOneComponent(): void;
33
33
  getCodPricesByAgreement(agreement?: string): void;
34
34
  validateErrors(): void;
35
+ searchPriceByTypePayment(agreementSelected: any, type: string): void;
35
36
  initForm(): void;
36
37
  listenPaymentMethodField(): void;
37
38
  updateGlobalControls(change: string): void;
@@ -42,3 +42,7 @@ export interface CodParentRq {
42
42
  phone_indicative: number;
43
43
  phone_number: string;
44
44
  }
45
+ export interface CodPricesRq {
46
+ agreement: number;
47
+ payment_method: string;
48
+ }
@@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
3
3
  import { GetDiscountCouponsRq } from '../../models/payment/payment-rq.model';
4
4
  import { CreateCODRq, FullDataCODRq } from '../../models/cod/cod-rq.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
- import { AdicInfoByCodeRq, ParentByCodeRq } from '../../models/commercial/commercial.model';
6
+ import { AdicInfoByCodeRq, CodPricesRq, ParentByCodeRq } from '../../models/commercial/commercial.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class CommercialService extends IPTGeneralService {
9
9
  private http;
@@ -18,6 +18,7 @@ export declare class CommercialService extends IPTGeneralService {
18
18
  getCodParentByCode(params: ParentByCodeRq): Observable<any>;
19
19
  getAdicInfoByCode(params: AdicInfoByCodeRq): Observable<any>;
20
20
  getFullDataCodByStudent(params: FullDataCODRq): Observable<any>;
21
+ getCodPricesByAgreementTypePayment(params: CodPricesRq): Observable<any>;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
22
23
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
23
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "2.7.134",
3
+ "version": "2.7.136",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",