keevo-api-services-hcm 0.0.60 → 0.0.62
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.
- package/esm2022/lib/models/dominio/origemconteudo.model.mjs +6 -0
- package/esm2022/lib/models/dominio/publicoalvo.model.mjs +10 -0
- package/esm2022/lib/models/filtro/filtrolistadocumento.model.mjs +2 -0
- package/esm2022/lib/models/filtro/filtrolistamovimentofolha.model.mjs +2 -0
- package/esm2022/lib/models/filtro/filtrolistausuario.model.mjs +1 -1
- package/esm2022/lib/models/hcm/controlemovimentofolha/controlemovimentofolha.model.mjs +1 -1
- package/esm2022/lib/models/hcm/documento/assinaturadocumento.model.mjs +2 -0
- package/esm2022/lib/models/hcm/documento/documento.model.mjs +2 -0
- package/esm2022/lib/models/hcm/documento/documentoformalizacaoresumo.model.mjs +2 -0
- package/esm2022/lib/models/hcm/documento/documentopublicoalvo.model.mjs +2 -0
- package/esm2022/lib/models/hcm/documento/documentoresumo.model.mjs +2 -0
- package/esm2022/lib/models/hcm/documento/documentoversao.model.mjs +2 -0
- package/esm2022/lib/models/hcm/documento/documentoversaocolaboradorevento.model.mjs +2 -0
- package/esm2022/lib/models/hcm/movimentofolha/filtromovimentofolha.model.mjs +2 -0
- package/esm2022/lib/models/hcm/movimentofolha/movimentofolha.model.mjs +2 -0
- package/esm2022/lib/models/hcm/movimentofolha/movimentofolharesumo.model.mjs +2 -0
- package/esm2022/lib/models/hcm/movimentofolhatipofatogerador/movimentofolhatipofatogerador.model.mjs +2 -0
- package/esm2022/lib/models/hcm/resumo/documentopendente-contagem.model.mjs +2 -0
- package/esm2022/lib/models/keex/parametroskeex.model.mjs +1 -1
- package/esm2022/lib/models/keex/personalizacaokeex.model.mjs +1 -1
- package/esm2022/lib/models/passaporte/empresa/empresa.model.mjs +1 -1
- package/esm2022/lib/models/pessoa/colaborador/colaborador.model.mjs +1 -1
- package/esm2022/lib/models/pessoa/colaborador/selecionarpossivelcolaboradorretorno.model.mjs +10 -0
- package/esm2022/lib/services/dominio/origem-conteudo.service.mjs +35 -0
- package/esm2022/lib/services/dominio/publico-alvo.service.mjs +35 -0
- package/esm2022/lib/services/hcm/centro-custo.service.mjs +1 -1
- package/esm2022/lib/services/hcm/documento.service.mjs +72 -0
- package/esm2022/lib/services/hcm/movimento-folha.service.mjs +50 -0
- package/esm2022/lib/services/hcm/movimentofolhatipofatogerador.service.mjs +41 -0
- package/esm2022/lib/services/pessoa/colaborador.service.mjs +5 -1
- package/esm2022/lib/services/pessoa/sindicato.service.mjs +27 -0
- package/esm2022/public-api.mjs +17 -1
- package/fesm2022/keevo-api-services-hcm.mjs +256 -1
- package/fesm2022/keevo-api-services-hcm.mjs.map +1 -1
- package/lib/models/dominio/origemconteudo.model.d.ts +8 -0
- package/lib/models/dominio/publicoalvo.model.d.ts +12 -0
- package/lib/models/filtro/filtrolistadocumento.model.d.ts +15 -0
- package/lib/models/filtro/filtrolistamovimentofolha.model.d.ts +7 -0
- package/lib/models/filtro/filtrolistausuario.model.d.ts +1 -0
- package/lib/models/hcm/controlemovimentofolha/controlemovimentofolha.model.d.ts +1 -0
- package/lib/models/hcm/documento/assinaturadocumento.model.d.ts +4 -0
- package/lib/models/hcm/documento/documento.model.d.ts +18 -0
- package/lib/models/hcm/documento/documentoformalizacaoresumo.model.d.ts +6 -0
- package/lib/models/hcm/documento/documentopublicoalvo.model.d.ts +6 -0
- package/lib/models/hcm/documento/documentoresumo.model.d.ts +25 -0
- package/lib/models/hcm/documento/documentoversao.model.d.ts +11 -0
- package/lib/models/hcm/documento/documentoversaocolaboradorevento.model.d.ts +6 -0
- package/lib/models/hcm/movimentofolha/filtromovimentofolha.model.d.ts +8 -0
- package/lib/models/hcm/movimentofolha/movimentofolha.model.d.ts +9 -0
- package/lib/models/hcm/movimentofolha/movimentofolharesumo.model.d.ts +10 -0
- package/lib/models/hcm/movimentofolhatipofatogerador/movimentofolhatipofatogerador.model.d.ts +26 -0
- package/lib/models/hcm/resumo/documentopendente-contagem.model.d.ts +6 -0
- package/lib/models/keex/parametroskeex.model.d.ts +2 -0
- package/lib/models/keex/personalizacaokeex.model.d.ts +2 -0
- package/lib/models/passaporte/empresa/empresa.model.d.ts +2 -0
- package/lib/models/pessoa/colaborador/colaborador.model.d.ts +4 -0
- package/lib/models/pessoa/colaborador/selecionarpossivelcolaboradorretorno.model.d.ts +15 -0
- package/lib/services/dominio/origem-conteudo.service.d.ts +18 -0
- package/lib/services/dominio/publico-alvo.service.d.ts +18 -0
- package/lib/services/hcm/centro-custo.service.d.ts +1 -1
- package/lib/services/hcm/documento.service.d.ts +42 -0
- package/lib/services/hcm/movimento-folha.service.d.ts +27 -0
- package/lib/services/hcm/movimentofolhatipofatogerador.service.d.ts +21 -0
- package/lib/services/pessoa/colaborador.service.d.ts +4 -1
- package/lib/services/pessoa/sindicato.service.d.ts +13 -0
- package/package.json +1 -1
- package/public-api.d.ts +16 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface FiltroListaDocumentoModel {
|
|
2
|
+
idmaster: number;
|
|
3
|
+
idempresaevocenter: string;
|
|
4
|
+
paginaInicial: number;
|
|
5
|
+
tamanhoPagina: number;
|
|
6
|
+
termoPesquisa: string;
|
|
7
|
+
ordenacao: string;
|
|
8
|
+
filtro?: string;
|
|
9
|
+
areas?: number[];
|
|
10
|
+
subareas?: number[];
|
|
11
|
+
tipodocumentos?: number[];
|
|
12
|
+
publicacoes?: number[];
|
|
13
|
+
ano?: number;
|
|
14
|
+
cpf?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DocumentoPublicoAlvoModel } from "./documentopublicoalvo.model";
|
|
2
|
+
import { DocumentoVersaoModel } from "./documentoversao.model";
|
|
3
|
+
export interface DocumentoModel {
|
|
4
|
+
iddocumento?: string | null;
|
|
5
|
+
idmaster: number;
|
|
6
|
+
idempresaevocenter: string;
|
|
7
|
+
nomedocumento: string;
|
|
8
|
+
nomeexibicao: string;
|
|
9
|
+
idarea: number;
|
|
10
|
+
idsubarea: number;
|
|
11
|
+
idtipodocumento?: number | null;
|
|
12
|
+
idorigemconteudo: number;
|
|
13
|
+
idpublicoalvo: number;
|
|
14
|
+
indexcluido?: boolean | null;
|
|
15
|
+
datahoralog?: Date | null;
|
|
16
|
+
publicoalvo?: DocumentoPublicoAlvoModel[] | null;
|
|
17
|
+
versao?: DocumentoVersaoModel | null;
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface DocumentoResumoModel {
|
|
2
|
+
iddocumento: number;
|
|
3
|
+
idmaster: number;
|
|
4
|
+
idempresaevocenter: string;
|
|
5
|
+
nomedocumento: string;
|
|
6
|
+
nomeexibicao: string;
|
|
7
|
+
idarea: number;
|
|
8
|
+
descricaoarea: string;
|
|
9
|
+
idsubarea: number;
|
|
10
|
+
descricaosubarea: string;
|
|
11
|
+
idtipodocumento?: number;
|
|
12
|
+
descricaotipodocumento: string;
|
|
13
|
+
idpublicacao: number;
|
|
14
|
+
descricaopublicacao: string;
|
|
15
|
+
idarquivo: string;
|
|
16
|
+
idorigemconteudo: number;
|
|
17
|
+
descricaoorigemconteudo: string;
|
|
18
|
+
idpublicoalvo: number;
|
|
19
|
+
descricaopublicoalvo: string;
|
|
20
|
+
datahoralog?: Date;
|
|
21
|
+
datapublicao?: Date;
|
|
22
|
+
dataexpiracao?: Date;
|
|
23
|
+
totalconcluido?: number;
|
|
24
|
+
totalpendente?: number;
|
|
25
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface DocumentoVersaoModel {
|
|
2
|
+
iddocumentoversao?: string | null;
|
|
3
|
+
iddocumento?: string | null;
|
|
4
|
+
numeroversao?: number | null;
|
|
5
|
+
idarquivo?: string | null;
|
|
6
|
+
arquivobase64?: string | null;
|
|
7
|
+
iddocumentoconfirmacao: number;
|
|
8
|
+
idpublicacao: number;
|
|
9
|
+
datapublicacao?: Date | null;
|
|
10
|
+
dataexpiracao?: Date | null;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MovimentoFolhaFatoGeradorModel } from "../movimentofolhafatogerador/movimentofolhafatogerador.model";
|
|
2
|
+
export interface MovimentoFolhaModel {
|
|
3
|
+
idmovimentofolha: number;
|
|
4
|
+
idmaster: number;
|
|
5
|
+
idempresaevocenter: string;
|
|
6
|
+
idcolaborador: number;
|
|
7
|
+
competencia: string;
|
|
8
|
+
fatogeradores: MovimentoFolhaFatoGeradorModel[];
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MovimentoFolhaFatoGeradorModel } from "../movimentofolhafatogerador/movimentofolhafatogerador.model";
|
|
2
|
+
export interface MovimentoFolhaResumoModel {
|
|
3
|
+
idmovimentofolha: number;
|
|
4
|
+
idmaster: number;
|
|
5
|
+
idempresaevocenter: string;
|
|
6
|
+
idcolaborador: number;
|
|
7
|
+
nome: string;
|
|
8
|
+
competencia: string;
|
|
9
|
+
fatogeradores: MovimentoFolhaFatoGeradorModel[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export interface MovimentoFolhaTipoFatoGeradorResumoModel {
|
|
2
|
+
idmovimentofolhatipofatogerador: number;
|
|
3
|
+
idmaster: number;
|
|
4
|
+
idempresaevocenter: string;
|
|
5
|
+
idtipofatogerador: number;
|
|
6
|
+
descricaotipofatogerador: string;
|
|
7
|
+
idsubtipofatogerador: number;
|
|
8
|
+
descricaosubtipofatogerador: string;
|
|
9
|
+
indquantidade: boolean;
|
|
10
|
+
indvalor: boolean;
|
|
11
|
+
datainicio: Date;
|
|
12
|
+
datafim?: Date;
|
|
13
|
+
codigotipofatogerador?: string;
|
|
14
|
+
codigosubtipofatogerador?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface MovimentoFolhaTipoFatoGeradorModel {
|
|
17
|
+
idmovimentofolhatipofatogerador: number;
|
|
18
|
+
idmaster: number;
|
|
19
|
+
idempresaevocenter: string;
|
|
20
|
+
idtipofatogerador: number;
|
|
21
|
+
idsubtipofatogerador: number;
|
|
22
|
+
indquantidade: boolean;
|
|
23
|
+
indvalor: boolean;
|
|
24
|
+
datainicio: Date;
|
|
25
|
+
datafim?: Date;
|
|
26
|
+
}
|
|
@@ -9,6 +9,8 @@ export interface PersonalizacaoKeexModel {
|
|
|
9
9
|
indenviaremailconvitenovosfuncs: boolean;
|
|
10
10
|
indsubirvisivelkeex: boolean;
|
|
11
11
|
indusarcargogerencial: boolean;
|
|
12
|
+
indindvisivelaniversariantes: boolean;
|
|
13
|
+
indvisivelcontatos: boolean;
|
|
12
14
|
indusardenunciaanonima: boolean;
|
|
13
15
|
idtipoassinaturaemail: EnTipoAssEmailKeex;
|
|
14
16
|
idarquivoassinaturaemail?: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PessoaEnderecoModel } from "keevo-api-services-keevocenter";
|
|
1
2
|
export interface EmpresaModel {
|
|
2
3
|
idempresaevocenter: string;
|
|
3
4
|
idempresaevocenterpai: string | null;
|
|
@@ -9,4 +10,5 @@ export interface EmpresaModel {
|
|
|
9
10
|
cno: string;
|
|
10
11
|
caepf: string;
|
|
11
12
|
indativo: boolean | null;
|
|
13
|
+
enderecos?: PessoaEnderecoModel[];
|
|
12
14
|
}
|
|
@@ -49,6 +49,10 @@ export interface ColaboradorModel {
|
|
|
49
49
|
idgrauinstrucao?: number;
|
|
50
50
|
nomemae?: string;
|
|
51
51
|
nomepai?: string;
|
|
52
|
+
tiposdeficienciaesocial?: string;
|
|
53
|
+
tiposdeficiencia?: string[];
|
|
54
|
+
indinfodeficiencia?: boolean;
|
|
55
|
+
observacaodeficiencia?: string;
|
|
52
56
|
numeroinscricaopispasep?: string;
|
|
53
57
|
iduforgaoexpedidorrg?: number;
|
|
54
58
|
orgaoexpedidorrg?: string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ColaboradorModel } from "./colaborador.model";
|
|
2
|
+
export interface SelecionarPossivelColaboradorRetornoModel {
|
|
3
|
+
status: SelecionarColaboradorStatus;
|
|
4
|
+
colaborador?: ColaboradorModel;
|
|
5
|
+
uuidColaborador?: string;
|
|
6
|
+
notifications: any[];
|
|
7
|
+
}
|
|
8
|
+
export declare enum SelecionarColaboradorStatus {
|
|
9
|
+
ColaboradorEncontrado = 0,
|
|
10
|
+
ColaboradorExternoInativo = 1,
|
|
11
|
+
PessoaDemitida = 2,
|
|
12
|
+
JaExisteColaborador = 3,
|
|
13
|
+
PessoaNaoExiste = 4,
|
|
14
|
+
PossivelColaboradorExterno = 5
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseApiService, HostEnvironment } from "keevo-api-services";
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { OrigemConteudoModel } from "../../models/dominio/origemconteudo.model";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class OrigemConteudoService extends BaseApiService {
|
|
7
|
+
private httpClient;
|
|
8
|
+
private hostEnv;
|
|
9
|
+
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
10
|
+
private rotaExisteID;
|
|
11
|
+
private rotaSelecionar;
|
|
12
|
+
private rotaListarTodos;
|
|
13
|
+
ExisteID(idorigemconteudo: number): Observable<unknown>;
|
|
14
|
+
Listar(): Observable<OrigemConteudoModel[]>;
|
|
15
|
+
Selecionar(idorigemconteudo: number): Observable<unknown>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrigemConteudoService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OrigemConteudoService>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseApiService, HostEnvironment } from "keevo-api-services";
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PublicoAlvoModel } from "../../models/dominio/publicoalvo.model";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PublicoAlvoService extends BaseApiService {
|
|
7
|
+
private httpClient;
|
|
8
|
+
private hostEnv;
|
|
9
|
+
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
10
|
+
private rotaExisteID;
|
|
11
|
+
private rotaSelecionar;
|
|
12
|
+
private rotaListarTodos;
|
|
13
|
+
ExisteID(idpublicoalvo: number): Observable<unknown>;
|
|
14
|
+
Listar(): Observable<PublicoAlvoModel[]>;
|
|
15
|
+
Selecionar(idpublicoalvo: number): Observable<unknown>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PublicoAlvoService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PublicoAlvoService>;
|
|
18
|
+
}
|
|
@@ -11,7 +11,7 @@ export declare class CentroCustoService extends BaseApiService {
|
|
|
11
11
|
private rotaListarTodos;
|
|
12
12
|
private rotaSelecionar;
|
|
13
13
|
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
14
|
-
Listar(filtro: any): Observable<
|
|
14
|
+
Listar(filtro: any): Observable<any>;
|
|
15
15
|
ListarTodos(filtro: FiltroListaHcmModel): Observable<CentroCustoModel[]>;
|
|
16
16
|
Selecionar(idcentrocusto: number): Observable<CentroCustoModel>;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CentroCustoService, never>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { BaseApiService, HostEnvironment } from "keevo-api-services";
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { FiltroListaDocumentoModel } from "../../models/filtro/filtrolistadocumento.model";
|
|
5
|
+
import { DocumentoResumoModel } from "../../models/hcm/documento/documentoresumo.model";
|
|
6
|
+
import { DocumentoModel } from "../../models/hcm/documento/documento.model";
|
|
7
|
+
import { DocumentoFormalizacaoResumoModel } from "../../models/hcm/documento/documentoformalizacaoresumo.model";
|
|
8
|
+
import { DocumentoVersaoColaboradorEventoModel } from "../../models/hcm/documento/documentoversaocolaboradorevento.model";
|
|
9
|
+
import { AssinaturaDocumentoModel } from "../../models/hcm/documento/assinaturadocumento.model";
|
|
10
|
+
import { DocumentoPendenteContagemModel } from "../../models/hcm/resumo/documentopendente-contagem.model";
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class DocumentoService extends BaseApiService {
|
|
13
|
+
private httpClient;
|
|
14
|
+
private hostEnv;
|
|
15
|
+
private rotaAssinarDocumento;
|
|
16
|
+
private rotaContarPendentesPorTipo;
|
|
17
|
+
private rotaExcluirLogicamente;
|
|
18
|
+
private rotaExcluirPermanentemente;
|
|
19
|
+
private rotaListarComunicacao;
|
|
20
|
+
private rotaListarFormalizacao;
|
|
21
|
+
private rotaPublicar;
|
|
22
|
+
private rotaRetirarPublicacao;
|
|
23
|
+
private rotaSalvar;
|
|
24
|
+
private rotaSalvarEvento;
|
|
25
|
+
private rotaSelecionar;
|
|
26
|
+
private rotaSelecionarFormalizacao;
|
|
27
|
+
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
28
|
+
ContarPendentesPorTipo(idmaster: number, idempresaevocenter: string, cpf: string): Observable<DocumentoPendenteContagemModel>;
|
|
29
|
+
ExcluirLogicamente(iddocumento: string): Observable<Object>;
|
|
30
|
+
ExcluirPermanentemente(iddocumento: string): Observable<Object>;
|
|
31
|
+
ListarComunicacao(filtro: FiltroListaDocumentoModel): Observable<DocumentoResumoModel[]>;
|
|
32
|
+
ListarFormalizacao(filtro: FiltroListaDocumentoModel): Observable<DocumentoResumoModel[]>;
|
|
33
|
+
SelecionarFormalizacao(filtro: FiltroListaDocumentoModel): Observable<DocumentoFormalizacaoResumoModel[]>;
|
|
34
|
+
Publicar(iddocumento: string, idarquivo: string): Observable<unknown>;
|
|
35
|
+
RetirarPublicacao(iddocumento: string, idarquivo: string): Observable<unknown>;
|
|
36
|
+
Salvar(documento: DocumentoModel): Observable<unknown>;
|
|
37
|
+
SalvarEvento(documento: DocumentoVersaoColaboradorEventoModel): Observable<unknown>;
|
|
38
|
+
Selecionar(iddocumento: string): Observable<DocumentoModel>;
|
|
39
|
+
AssinarDocumento(documento: AssinaturaDocumentoModel): Observable<unknown>;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentoService, never>;
|
|
41
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentoService>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { HostEnvironment } from "keevo-api-services";
|
|
3
|
+
import { BaseApiService } from "keevo-components";
|
|
4
|
+
import { FiltroListaMovimentoFolhaModel } from "../../models/filtro/filtrolistamovimentofolha.model";
|
|
5
|
+
import { Observable } from "rxjs";
|
|
6
|
+
import { MovimentoFolhaModel } from "../../models/hcm/movimentofolha/movimentofolha.model";
|
|
7
|
+
import { FiltroMovimentoFolhaModel } from "../../models/hcm/movimentofolha/filtromovimentofolha.model";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class MovimentoFolhaService extends BaseApiService {
|
|
10
|
+
private hostEnv;
|
|
11
|
+
private rotaExcluir;
|
|
12
|
+
private rotaListar;
|
|
13
|
+
private rotaSelecionar;
|
|
14
|
+
private rotaSalvar;
|
|
15
|
+
private rotaExisteMovimentacaoFatoGeradores;
|
|
16
|
+
private rotaExisteMovimentacaoFatoGeradoresESubFatogeradores;
|
|
17
|
+
private rotaSelecionarCompetenciaMaximaMovimentacaoFatoGeradores;
|
|
18
|
+
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
19
|
+
Excluir(id: number): Observable<Object>;
|
|
20
|
+
ExisteMovimentacaoFatoGeradores(idmaster: number, idempresaevocenter: string, competencia: string): Observable<boolean>;
|
|
21
|
+
ExisteMovimentacaoFatoGeradoresESubFatogeradores(filtro: FiltroMovimentoFolhaModel): Observable<any>;
|
|
22
|
+
Listar(filtro: FiltroListaMovimentoFolhaModel): Observable<FiltroListaMovimentoFolhaModel>;
|
|
23
|
+
Salvar(movimentofolha: MovimentoFolhaModel): Observable<MovimentoFolhaModel>;
|
|
24
|
+
SelecionarCompetenciaMaximaMovimentacaoFatoGeradores(filtro: FiltroMovimentoFolhaModel): Observable<any>;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MovimentoFolhaService, never>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MovimentoFolhaService>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BaseApiService, HostEnvironment } from 'keevo-api-services';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { FiltroListaHcmModel } from '../../models/filtro/filtrolistahcm.model';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { MovimentoFolhaTipoFatoGeradorModel } from '../../models/hcm/movimentofolhatipofatogerador/movimentofolhatipofatogerador.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class MovimentoFolhaTipoFatoGeradorService extends BaseApiService {
|
|
8
|
+
private hostEnv;
|
|
9
|
+
private rotaExcluir;
|
|
10
|
+
private rotaListar;
|
|
11
|
+
private rotaSalvar;
|
|
12
|
+
private rotaSelecionar;
|
|
13
|
+
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
14
|
+
Excluir(id: number): Observable<Object>;
|
|
15
|
+
ExcluirEmLote(ids: number[]): Observable<unknown>;
|
|
16
|
+
Listar(filtro: FiltroListaHcmModel): Observable<unknown>;
|
|
17
|
+
Selecionar(id: number): Observable<MovimentoFolhaTipoFatoGeradorModel>;
|
|
18
|
+
Salvar(dados: MovimentoFolhaTipoFatoGeradorModel): Observable<unknown>;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MovimentoFolhaTipoFatoGeradorService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MovimentoFolhaTipoFatoGeradorService>;
|
|
21
|
+
}
|
|
@@ -8,6 +8,7 @@ import { HierarquiaOrganizacionalAssociacaoModel } from "../../models/hcm/hierar
|
|
|
8
8
|
import { PessoaSelectModel } from "../../models/pessoa/pessoa/pessoa-select.model";
|
|
9
9
|
import { DadosPessoaEmpresaNomesModel } from "../../models/pessoa/dadospessoaempresa/dadospessoaempresanomes.model";
|
|
10
10
|
import { ColaboradorResumoModel } from "../../models/pessoa/colaborador/colaboradorresumo.model";
|
|
11
|
+
import { SelecionarPossivelColaboradorRetornoModel } from "../../models/pessoa/colaborador/selecionarpossivelcolaboradorretorno.model";
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
export declare class ColaboradorService extends BaseApiService {
|
|
13
14
|
private httpClient;
|
|
@@ -32,6 +33,7 @@ export declare class ColaboradorService extends BaseApiService {
|
|
|
32
33
|
private rotaVincularColaboradorHierarquia;
|
|
33
34
|
private rotaExisteRegistroAtivoAssociadoColaboradorExterno;
|
|
34
35
|
private rotaAlterarNomes;
|
|
36
|
+
private rotaSelecionarColaboradorCancelamentoTrilha;
|
|
35
37
|
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
36
38
|
AtualizaVinculoDeHierarquia(colaboradores: any): Observable<any>;
|
|
37
39
|
AlterarNomes(model: DadosPessoaEmpresaNomesModel): Observable<unknown>;
|
|
@@ -46,13 +48,14 @@ export declare class ColaboradorService extends BaseApiService {
|
|
|
46
48
|
ListarGuidPorCpforCpf(filtro: FiltroCpfCnpj): Observable<string[]>;
|
|
47
49
|
Selecionar(idcolaborador: number): Observable<ColaboradorModel>;
|
|
48
50
|
SelecionarPorGuid(guid: string): Observable<ColaboradorModel>;
|
|
49
|
-
SelecionarPossivelColaborador(filtro: FiltroCpfCnpj): Observable<
|
|
51
|
+
SelecionarPossivelColaborador(filtro: FiltroCpfCnpj): Observable<SelecionarPossivelColaboradorRetornoModel>;
|
|
50
52
|
Salvar(colaborador: ColaboradorModel): Observable<ColaboradorModel>;
|
|
51
53
|
SalvarLinha(colaborador: ColaboradorModel): Observable<ColaboradorModel>;
|
|
52
54
|
VerificarColaboradorLider(filtro: FiltroCpfCnpj): Observable<boolean>;
|
|
53
55
|
VerificarColaboradorExterno(filtro: FiltroCpfCnpj): Observable<boolean>;
|
|
54
56
|
VerificarColaboradorEstrangeiro(filtro: FiltroCpfCnpj): Observable<boolean>;
|
|
55
57
|
ExisteRegistroAtivoAssociadoColaboradorExterno(idmaster: number, idempresaevocenter: string, cpfcnpj: string): Observable<boolean>;
|
|
58
|
+
SelecionarColaboradorCancelamentoTrilha(idmaster: number, idempresaevocenter: string, codigoregistro: string): Observable<boolean>;
|
|
56
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColaboradorService, never>;
|
|
57
60
|
static ɵprov: i0.ɵɵInjectableDeclaration<ColaboradorService>;
|
|
58
61
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BaseApiService, 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 SindicatoService extends BaseApiService {
|
|
6
|
+
private httpClient;
|
|
7
|
+
private hostEnv;
|
|
8
|
+
private rotaListarTodos;
|
|
9
|
+
constructor(httpClient: HttpClient, hostEnv: HostEnvironment);
|
|
10
|
+
ListarTodos(idmaster: number, idempresaevocenter: string): Observable<any[]>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SindicatoService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SindicatoService>;
|
|
13
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -86,6 +86,16 @@ export * from './lib/models/keex/permissaopapelarea.model';
|
|
|
86
86
|
export * from './lib/models/keex/personalizacaokeex.model';
|
|
87
87
|
export * from './lib/models/keex/parametroskeex.model';
|
|
88
88
|
export * from './lib/models/dominio/agrupamentomovimentofolha.model';
|
|
89
|
+
export * from './lib/models/hcm/movimentofolhatipofatogerador/movimentofolhatipofatogerador.model';
|
|
90
|
+
export * from './lib/models/hcm/movimentofolha/movimentofolha.model';
|
|
91
|
+
export * from './lib/models/hcm/movimentofolha/movimentofolharesumo.model';
|
|
92
|
+
export * from './lib/models/hcm/movimentofolha/filtromovimentofolha.model';
|
|
93
|
+
export * from './lib/models/hcm/movimentofolhafatogerador/movimentofolhafatogerador.model';
|
|
94
|
+
export * from './lib/models/hcm/movimentofolhafatogeradordatas/movimentofolhafatogeradordatas.model';
|
|
95
|
+
export * from './lib/models/hcm/documento/documentoresumo.model';
|
|
96
|
+
export * from './lib/models/hcm/resumo/documentopendente-contagem.model';
|
|
97
|
+
export * from './lib/models/dominio/origemconteudo.model';
|
|
98
|
+
export * from './lib/models/dominio/publicoalvo.model';
|
|
89
99
|
export * from './lib/services/hcm/ferias.service';
|
|
90
100
|
export * from './lib/services/hcm/cargo.service';
|
|
91
101
|
export * from './lib/services/hcm/centro-custo.service';
|
|
@@ -109,6 +119,7 @@ export * from './lib/services/passaporte/empresa-parametros.service';
|
|
|
109
119
|
export * from './lib/services/passaporte/empresa.service';
|
|
110
120
|
export * from './lib/services/pessoa/analista-pessoa.service';
|
|
111
121
|
export * from './lib/services/pessoa/colaborador.service';
|
|
122
|
+
export * from './lib/services/pessoa/sindicato.service';
|
|
112
123
|
export * from './lib/services/keex/keex.service';
|
|
113
124
|
export * from './lib/services/keex/personalizacao-keex.service';
|
|
114
125
|
export * from './lib/services/keex/permissaopapelarea.service';
|
|
@@ -118,6 +129,9 @@ export * from './lib/services/pessoa/tomador.service';
|
|
|
118
129
|
export * from './lib/services/utilitarios/dadosrelacionamento.service';
|
|
119
130
|
export * from './lib/services/utilitarios/validators.service';
|
|
120
131
|
export * from './lib/services/hcm/falhaintegracao.service';
|
|
132
|
+
export * from './lib/services/hcm/movimentofolhatipofatogerador.service';
|
|
133
|
+
export * from './lib/services/hcm/movimento-folha.service';
|
|
134
|
+
export * from './lib/services/hcm/documento.service';
|
|
121
135
|
export * from './lib/services/dominio/categoria-ocorrencia-estado.service';
|
|
122
136
|
export * from './lib/services/dominio/categoria-trabalhador-tipos-afastamento.service';
|
|
123
137
|
export * from './lib/services/dominio/categoria-trabalhador.service';
|
|
@@ -188,3 +202,5 @@ export * from './lib/services/dominio/sefip-recolhimento.service';
|
|
|
188
202
|
export * from './lib/services/dominio/subtipo-ocorrencia-fabrica.service';
|
|
189
203
|
export * from './lib/services/dominio/tipo-contrato-tempo-parcial.service';
|
|
190
204
|
export * from './lib/services/dominio/tipo-dependente-esocial.service';
|
|
205
|
+
export * from './lib/services/dominio/origem-conteudo.service';
|
|
206
|
+
export * from './lib/services/dominio/publico-alvo.service';
|