iptdevs-design-system 3.1.138 → 3.1.140

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.
@@ -176,6 +176,7 @@ export interface IObtainCodPricesRq {
176
176
  course_type: number;
177
177
  agreement: number;
178
178
  course_modality: number;
179
+ payment_method: number;
179
180
  }
180
181
  export interface ICodPricesByProgramRs {
181
182
  code: number;
@@ -102,3 +102,7 @@ export interface UserTopAdviserRq {
102
102
  export interface GroupSignupStatusRq {
103
103
  signupStatus: number;
104
104
  }
105
+ export interface ITypeSocialNetworksRq {
106
+ code: number;
107
+ name: string;
108
+ }
@@ -14,6 +14,7 @@ export declare class MarketingService extends IPTGeneralService {
14
14
  getTopAdviser(): Observable<any>;
15
15
  getMovementStatus(): Observable<any>;
16
16
  getgroupSignupStatus(): Observable<any>;
17
+ obtainAllTypeSocialNetworks(): Observable<any>;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MarketingService, never>;
18
19
  static ɵprov: i0.ɵɵInjectableDeclaration<MarketingService>;
19
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.138",
3
+ "version": "3.1.140",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",