iptdevs-design-system 3.2.67 → 3.2.69

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.
@@ -364,6 +364,7 @@ export interface IAssignCommissionModelToUserRq {
364
364
  goal_code?: number;
365
365
  bonus_amount?: number;
366
366
  percentage_rate?: number;
367
+ params: string;
367
368
  }
368
369
  export interface IGetActiveCommissionGoalForUserRq {
369
370
  token: string;
@@ -3,3 +3,8 @@ export interface MediaRq {
3
3
  link: string;
4
4
  user_autor: number;
5
5
  }
6
+ export interface IUploadDocumentRq {
7
+ token: string;
8
+ code_user: number;
9
+ file: File;
10
+ }
@@ -1,7 +1,7 @@
1
1
  import { IPTGeneralService } from '../service-enviroments';
2
2
  import { HttpClient } from '@angular/common/http';
3
3
  import { Observable } from 'rxjs';
4
- import { MediaRq } from '../../models/media/media.interfaces';
4
+ import { IUploadDocumentRq, MediaRq } from '../../models/media/media.interfaces';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MediaService extends IPTGeneralService {
7
7
  private http;
@@ -10,6 +10,7 @@ export declare class MediaService extends IPTGeneralService {
10
10
  createMedia(request: MediaRq): Observable<any>;
11
11
  getAllDataMedia(): Observable<any>;
12
12
  getMediaByCode(idCode: number): Observable<any>;
13
+ uploadDocument(params: IUploadDocumentRq): Observable<any>;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MediaService, never>;
14
15
  static ɵprov: i0.ɵɵInjectableDeclaration<MediaService>;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.67",
3
+ "version": "3.2.69",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",