keevo-api-services-hcm 0.0.49 → 0.0.50
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.
@@ -2,9 +2,6 @@ import { BaseApiService, HostEnvironment } from 'keevo-api-services';
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
3
3
|
import { Observable } from 'rxjs';
|
4
4
|
import { DenunciaAnonimaInteracaoModel, DenunciaAnonimaModel } from '../../models/hcm/denunciaanonima/denunciaanonima.model';
|
5
|
-
import { DenunciaComTarefaResumo } from '../../models/hcm/denunciaanonima/denunciacomtarefaresumo.model';
|
6
|
-
import { UsuarioLogadoService } from 'keevo-api-services-keevocenter';
|
7
|
-
import { FiltroListaDenunciaModel } from '../../models/hcm/denunciaanonima/filtrolista-denuncia.model';
|
8
5
|
import * as i0 from "@angular/core";
|
9
6
|
export declare class DenunciaanonimaService extends BaseApiService {
|
10
7
|
private httpClient;
|
@@ -48,11 +45,6 @@ export declare class DenunciaanonimaService extends BaseApiService {
|
|
48
45
|
* @returns {Observable<DenunciaAnonimaModel>} Um Observable contendo o modelo de resposta da denúncia anônima.
|
49
46
|
*/
|
50
47
|
selecionarPorCodigoAcesso(codigoAcesso: string): Observable<DenunciaAnonimaModel>;
|
51
|
-
usuarioLogado: UsuarioLogadoService;
|
52
|
-
ListarDenunciasParaGerenciamento(filtro: FiltroListaDenunciaModel): Observable<{
|
53
|
-
item1: number;
|
54
|
-
item2: DenunciaComTarefaResumo[];
|
55
|
-
}>;
|
56
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<DenunciaanonimaService, never>;
|
57
49
|
static ɵprov: i0.ɵɵInjectableDeclaration<DenunciaanonimaService>;
|
58
50
|
}
|