iptdevs-design-system 2.7.20 → 2.7.21

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.
@@ -98,6 +98,7 @@ export interface PaymentBillRq {
98
98
  payer_name: string;
99
99
  payer_document: string;
100
100
  cod_payment: number;
101
+ codeAcademic_plan: number;
101
102
  code?: number;
102
103
  }
103
104
  export interface PaymentBillAllRq {
@@ -22,6 +22,7 @@ export declare class UserService extends IPTGeneralService {
22
22
  getStudents(token: UserTokenRq): Observable<any>;
23
23
  getStudent(token: getStudentRq): Observable<any>;
24
24
  getAllAdministrative(userToken: tokenAdministrativeRq): Observable<any>;
25
+ getAllMarketing(userToken: tokenAdministrativeRq): Observable<any>;
25
26
  getStudenbyCode(parans: GetStudentByCodeRq): Observable<any>;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
27
28
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "2.7.20",
3
+ "version": "2.7.21",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",