iptdevs-design-system 2.7.18 → 2.7.20

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.
@@ -98,7 +98,6 @@ export interface PaymentBillRq {
98
98
  payer_name: string;
99
99
  payer_document: string;
100
100
  cod_payment: number;
101
- academic_plan: String;
102
101
  code?: number;
103
102
  }
104
103
  export interface PaymentBillAllRq {
@@ -35,6 +35,8 @@ export declare class ParameterService extends IPTGeneralService {
35
35
  getAllBanks(): Observable<any>;
36
36
  getAllCampus(): Observable<any>;
37
37
  getCampusByCode(codeCampu: number): Observable<any>;
38
+ getGenders(): Observable<any>;
39
+ getGenderByCode(code: number): Observable<any>;
38
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ParameterService, never>;
39
41
  static ɵprov: i0.ɵɵInjectableDeclaration<ParameterService>;
40
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "2.7.18",
3
+ "version": "2.7.20",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",