keevo-api-services-hcm 0.0.52 → 0.0.53

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.
@@ -0,0 +1,13 @@
1
+ import { HttpClient } from "@angular/common/http";
2
+ import { BaseApiService, HostEnvironment } from "keevo-api-services";
3
+ import { FiltroListaHcmModel } from "../../models/filtro/filtrolistahcm.model";
4
+ import * as i0 from "@angular/core";
5
+ export declare class FalhaIntegracaoService extends BaseApiService {
6
+ private httpClient;
7
+ private hostEnv;
8
+ private rotaListar;
9
+ constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
10
+ Listar(filtro: FiltroListaHcmModel): import("rxjs").Observable<unknown>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FalhaIntegracaoService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<FalhaIntegracaoService>;
13
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-api-services-hcm",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -114,6 +114,7 @@ export * from './lib/services/pessoa/registro.service';
114
114
  export * from './lib/services/pessoa/tomador.service';
115
115
  export * from './lib/services/utilitarios/dadosrelacionamento.service';
116
116
  export * from './lib/services/utilitarios/validators.service';
117
+ export * from './lib/services/hcm/falhaintegracao.service';
117
118
  /**
118
119
  * Services Dominio
119
120
  */