iptdevs-design-system 3.1.723 → 3.1.725

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.
@@ -184,3 +184,7 @@ export interface IusersRq {
184
184
  phone_company?: number;
185
185
  nit?: number;
186
186
  }
187
+ export interface IDeleteTeacherRq {
188
+ token: string;
189
+ teacher_code: number;
190
+ }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser, IusersRq } from '../../models/user/user-rq.model';
3
+ import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq, userTokenRq, IUpdtaeUserValidatedRq, IObtainUserByEmailDocRq, IStudentOrUserEktByConceptRq, UserTokenRq2, ParamsUser, IusersRq, IDeleteTeacherRq } from '../../models/user/user-rq.model';
4
4
  import { getStrategyByUserCommercialRq } from '../../models/marketing/marketing.model';
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
6
  import { GetStudentByCodeRq, tokenAdministrativeRq } from '../../models/payment/payment-rq.model';
@@ -43,6 +43,7 @@ export declare class UserService extends IPTGeneralService {
43
43
  getUserByCode(codeUser: number): Observable<any>;
44
44
  createProveedor(param: IusersRq): Observable<any>;
45
45
  updateUser(param: any): Observable<any>;
46
+ DeleteTeacherByCode(params: IDeleteTeacherRq): Observable<any>;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
47
48
  static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
48
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.723",
3
+ "version": "3.1.725",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",