iptdevs-design-system 3.1.163 → 3.1.165

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.
@@ -14,6 +14,7 @@ export declare class CodFormStepOneComponent extends CodFormSteps implements OnI
14
14
  private baseService;
15
15
  private courseService;
16
16
  private communicatorService;
17
+ courseSelect?: any;
17
18
  changeStepEvent: EventEmitter<number>;
18
19
  copies: any;
19
20
  codFormStepOne: FormGroup;
@@ -43,5 +44,5 @@ export declare class CodFormStepOneComponent extends CodFormSteps implements OnI
43
44
  getAvailibleCourses(): void;
44
45
  setValueStepFour(): void;
45
46
  static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepOneComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepOneComponent, "app-cod-form-step-one", never, {}, { "changeStepEvent": "changeStepEvent"; }, never, never, false>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepOneComponent, "app-cod-form-step-one", never, { "courseSelect": "courseSelect"; }, { "changeStepEvent": "changeStepEvent"; }, never, never, false>;
47
48
  }
@@ -216,3 +216,18 @@ export interface IGoalRs {
216
216
  daily_goal: number;
217
217
  goal_period: Date;
218
218
  }
219
+ export interface IOveralGoalAdvisorRs {
220
+ totalMonthlyGoal: number;
221
+ allGoalsAdvisor: IAllGoalsAdvisorRs[];
222
+ }
223
+ export interface IAllGoalsAdvisorRs {
224
+ code: number;
225
+ user: number;
226
+ goal: number;
227
+ status: number;
228
+ name: string;
229
+ monthly_goal: number;
230
+ weekly_goal: number;
231
+ daily_goal: number;
232
+ goal_period: Date;
233
+ }
@@ -40,6 +40,7 @@ export declare class CommercialService extends IPTGeneralService {
40
40
  postCreatedSocialNetowrks(params: ISocialNetworksRq): Observable<any>;
41
41
  postAssigningAdvisorGoals(params: IAssigningAdvisorGoalsRq): Observable<any>;
42
42
  posObtainAdvisorGoals(params: IObtainAllCoursewallet): Observable<any>;
43
+ postObtainOveralGoalAdviso(params: IObtainAllCoursewallet): Observable<any>;
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
44
45
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
45
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.163",
3
+ "version": "3.1.165",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",