iptdevs-design-system 3.1.3 → 3.1.4

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.
@@ -275,3 +275,7 @@ export interface FullDataCODRq {
275
275
  token: string;
276
276
  student_id_card: number;
277
277
  }
278
+ export interface GetCodByCourseRq {
279
+ token: string;
280
+ course: number;
281
+ }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { GetDiscountCouponsRq } from '../../models/payment/payment-rq.model';
4
- import { CreateCODRq, FullDataCODRq } from '../../models/cod/cod-rq.model';
4
+ import { CreateCODRq, FullDataCODRq, GetCodByCourseRq } from '../../models/cod/cod-rq.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
6
  import { AdicInfoByCodeRq, CodPricesRq, ParentByCodeRq } from '../../models/commercial/commercial.model';
7
7
  import { UserTokenRq } from '../../models/user/user-rq.model';
@@ -22,6 +22,7 @@ export declare class CommercialService extends IPTGeneralService {
22
22
  getCodPricesByAgreementTypePayment(params: CodPricesRq): Observable<any>;
23
23
  obtainCodByAdvaiser(params: UserTokenRq): Observable<any>;
24
24
  obtainCodCoursesByAdvisor(params: UserTokenRq): Observable<any>;
25
+ obtainCodByAdvisorAndCourse(params: GetCodByCourseRq): Observable<any>;
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
26
27
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
27
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",