keevo-api-services-hcm 0.0.41 → 0.0.42

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.
@@ -21,7 +21,6 @@ export interface ColaboradorModel {
21
21
  idcargo?: number;
22
22
  indativo: boolean;
23
23
  indcolaboradorexterno: boolean;
24
- idultimahierarquiaorganizacional?: number;
25
24
  idufendereco?: number;
26
25
  idmunicipioendereco: number;
27
26
  cep: string;
@@ -0,0 +1,12 @@
1
+ import { HostEnvironment } from 'keevo-api-services';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DenunciaanonimaService {
6
+ private httpClient;
7
+ private hostEnv;
8
+ constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
9
+ criar(idEmpresaEvoCenter: string, texto: string, anexos: File[]): Observable<string>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<DenunciaanonimaService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<DenunciaanonimaService>;
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-api-services-hcm",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -97,6 +97,7 @@ export * from './lib/services/hcm/unidade-administrativa.service';
97
97
  export * from './lib/services/hcm/unidade-hierarquica.service';
98
98
  export * from './lib/services/hcm/configuracaomovimentosfolha.service';
99
99
  export * from './lib/services/hcm/movimentos-folha.service';
100
+ export * from './lib/services/hcm/denunciaanonima.service';
100
101
  export * from './lib/services/passaporte/empresa-banner.service';
101
102
  export * from './lib/services/passaporte/empresa-parametros.service';
102
103
  export * from './lib/services/passaporte/empresa.service';