iptdevs-design-system 3.2.108 → 3.2.109

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.
@@ -36,8 +36,10 @@ export interface IWompiPaymentRq {
36
36
  token: string;
37
37
  fee_codes: number[];
38
38
  amount_in_cents: number;
39
+ customer_id_card_type: number;
39
40
  customer_id_card: string;
40
41
  customer_full_name: string;
42
+ customer_phone_indicative: number;
41
43
  customer_phone: string;
42
44
  customer_email: string;
43
45
  type_currency: number;
@@ -147,3 +147,8 @@ export interface ICityByState {
147
147
  state: number;
148
148
  country: number;
149
149
  }
150
+ export interface IObtainAllTypesOfDocumentsRs {
151
+ code?: number;
152
+ acronym?: string;
153
+ name?: string;
154
+ }
@@ -56,6 +56,7 @@ export declare class ParameterService extends IPTGeneralService {
56
56
  GetAllGradeEducation(): Observable<any>;
57
57
  getAllParametersCodForm(): Observable<any>;
58
58
  getAllCodStatus(): Observable<any>;
59
+ obtainAllTypesOfDocuments(): Observable<any>;
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<ParameterService, never>;
60
61
  static ɵprov: i0.ɵɵInjectableDeclaration<ParameterService>;
61
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.108",
3
+ "version": "3.2.109",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",