iptdevs-design-system 3.2.184 → 3.2.185

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.
@@ -1,3 +1,4 @@
1
+ import { IAdvisorGoalsRs, IAllGoalsAdvisorRs } from '../../models/commercial/commercial.model';
1
2
  export interface getStrategyByUserCommercialRq {
2
3
  token: string;
3
4
  campus?: number;
@@ -115,3 +116,16 @@ export interface ISocialNetworksRq {
115
116
  plaform_id: number;
116
117
  description: string;
117
118
  }
119
+ export interface IFollowUpDataRq {
120
+ token: string;
121
+ campus: number[];
122
+ }
123
+ export interface IFollowUpDataRs {
124
+ strategy_data: UserStatisticsRq;
125
+ top_adviser: UserTopAdviserRq[];
126
+ data_movements: number;
127
+ status_signup: number;
128
+ data_goal: IAdvisorGoalsRs;
129
+ total_monthly_goal: number;
130
+ all_goals_advisor: IAllGoalsAdvisorRs[];
131
+ }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { getStrategyByUserCommercialRq, CreateObservationsRq } from '../../models/marketing/marketing.model';
3
+ import { getStrategyByUserCommercialRq, CreateObservationsRq, IFollowUpDataRq } from '../../models/marketing/marketing.model';
4
4
  import { IPTGeneralService } from '../service-enviroments';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MarketingService extends IPTGeneralService {
@@ -15,6 +15,7 @@ export declare class MarketingService extends IPTGeneralService {
15
15
  getMovementStatus(): Observable<any>;
16
16
  getgroupSignupStatus(): Observable<any>;
17
17
  obtainAllTypeSocialNetworks(): Observable<any>;
18
+ getAllFollowUpData(params: IFollowUpDataRq): Observable<any>;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<MarketingService, never>;
19
20
  static ɵprov: i0.ɵɵInjectableDeclaration<MarketingService>;
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.184",
3
+ "version": "3.2.185",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",