keevo-api-services-hcm 0.0.59 → 0.0.60

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.
@@ -18,6 +18,7 @@ export declare class RegistroService extends BaseApiService {
18
18
  private hostEnv;
19
19
  private rotaExcluir;
20
20
  private rotaExisteCpf;
21
+ private rotaExisteFuncionariosAtivos;
21
22
  private rotaListar;
22
23
  private rotaListarContatos;
23
24
  private rotaListarIdPorCpf;
@@ -43,6 +44,7 @@ export declare class RegistroService extends BaseApiService {
43
44
  constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
44
45
  Excluir(id: number): Observable<Object>;
45
46
  ExisteCpf(idmaster: number, idempresaevocenter: string, cpf: string): Observable<boolean>;
47
+ ExisteFuncionariosAtivos(idmaster: number, idempresaevocenter: string): Observable<boolean>;
46
48
  Listar(filtro?: FiltroListaRegistroModel): Observable<unknown>;
47
49
  ListarContatos(filtro: any): Observable<any[]>;
48
50
  ListarIdPorCpf(filtro: FiltroCpfCnpj): Observable<number[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-api-services-hcm",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",