iptdevs-design-system 3.1.131 → 3.1.133

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.
@@ -159,3 +159,8 @@ export interface IReferralsByUserRs {
159
159
  referred_phone_number: string;
160
160
  referred_email: string;
161
161
  }
162
+ export interface IAssignPosibleStudentForValueRq {
163
+ token: string;
164
+ codeAdviser: number;
165
+ valueAssing: number;
166
+ }
@@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
3
3
  import { GetDiscountCouponsRq } from '../../models/payment/payment-rq.model';
4
4
  import { CreateCODRq, FullDataCODRq, GetCodByCourseRq } from '../../models/cod/cod-rq.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
- import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IReportExcelRq, IObtainRefersByUserRq } from '../../models/commercial/commercial.model';
6
+ import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IReportExcelRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq } from '../../models/commercial/commercial.model';
7
7
  import { UserTokenRq } from '../../models/user/user-rq.model';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class CommercialService extends IPTGeneralService {
@@ -32,6 +32,7 @@ export declare class CommercialService extends IPTGeneralService {
32
32
  ExportFileExcelCodByAdviser(params: IReportExcelRq): Observable<any>;
33
33
  ObtainReferralsByUser(params: IObtainRefersByUserRq): Observable<any>;
34
34
  getPosibleStudentsAll(params: any): Observable<any>;
35
+ postAssignPosibleStuentForValue(params: IAssignPosibleStudentForValueRq): Observable<any>;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
36
37
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
37
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.131",
3
+ "version": "3.1.133",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",