keevo-api-services-hcm 0.0.32 → 0.0.34

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.
Files changed (72) hide show
  1. package/esm2022/lib/models/dominio/contribuicaosubstituida.model.mjs +2 -0
  2. package/esm2022/lib/models/dominio/motivocontratacao.model.mjs +2 -0
  3. package/esm2022/lib/models/dominio/naturezaatividade.model.mjs +2 -0
  4. package/esm2022/lib/models/dominio/nivelestagio.model.mjs +2 -0
  5. package/esm2022/lib/models/dominio/raisafastamento.model.mjs +2 -0
  6. package/esm2022/lib/models/dominio/sefipcategoria.model.mjs +2 -0
  7. package/esm2022/lib/models/dominio/sefiprecolhimento.model.mjs +2 -0
  8. package/esm2022/lib/models/dominio/subtipoocorrenciafabrica.model.mjs +2 -0
  9. package/esm2022/lib/models/dominio/tipoafastamento.model.mjs +2 -0
  10. package/esm2022/lib/models/dominio/tipoafastamentoesocial.model.mjs +2 -0
  11. package/esm2022/lib/models/dominio/tipocomissionista.model.mjs +2 -0
  12. package/esm2022/lib/models/dominio/tipocontratotempoparcial.model.mjs +2 -0
  13. package/esm2022/lib/models/dominio/tipodependenteesocial.model.mjs +2 -0
  14. package/esm2022/lib/models/filtro/filtrocpfcnpj.mjs +1 -1
  15. package/esm2022/lib/models/filtro/filtrolistahcm.model.mjs +1 -1
  16. package/esm2022/lib/models/pessoa/pessoa/pessoa-select.model.mjs +2 -0
  17. package/esm2022/lib/services/dominio/contribuicao-substituida.service.mjs +35 -0
  18. package/esm2022/lib/services/dominio/motivo-contratacao.service.mjs +35 -0
  19. package/esm2022/lib/services/dominio/natureza-atividade.service.mjs +35 -0
  20. package/esm2022/lib/services/dominio/nivel-estagio.service.mjs +35 -0
  21. package/esm2022/lib/services/dominio/rais-afastamento.service.mjs +35 -0
  22. package/esm2022/lib/services/dominio/sefip-categoria.service.mjs +35 -0
  23. package/esm2022/lib/services/dominio/sefip-recolhimento.service.mjs +35 -0
  24. package/esm2022/lib/services/dominio/{status-movimento-status.service.mjs → status-movimento-estado.service.mjs} +1 -1
  25. package/esm2022/lib/services/dominio/subtipo-ocorrencia-fabrica.service.mjs +35 -0
  26. package/esm2022/lib/services/dominio/tipo-afastamento-esocial.service.mjs +35 -0
  27. package/esm2022/lib/services/dominio/tipo-afastamento.service.mjs +35 -0
  28. package/esm2022/lib/services/dominio/tipo-comissionista.service.mjs +35 -0
  29. package/esm2022/lib/services/dominio/tipo-contrato-tempo-parcial.service.mjs +35 -0
  30. package/esm2022/lib/services/dominio/tipo-dependente-esocial.service.mjs +35 -0
  31. package/esm2022/lib/services/hcm/cargo.service.mjs +2 -2
  32. package/esm2022/lib/services/keex/personalizacao-keex.service.mjs +5 -1
  33. package/esm2022/lib/services/pessoa/colaborador.service.mjs +5 -1
  34. package/esm2022/lib/services/pessoa/registro.service.mjs +6 -1
  35. package/esm2022/public-api.mjs +15 -2
  36. package/fesm2022/keevo-api-services-hcm.mjs +418 -2
  37. package/fesm2022/keevo-api-services-hcm.mjs.map +1 -1
  38. package/lib/models/dominio/contribuicaosubstituida.model.d.ts +4 -0
  39. package/lib/models/dominio/motivocontratacao.model.d.ts +4 -0
  40. package/lib/models/dominio/naturezaatividade.model.d.ts +4 -0
  41. package/lib/models/dominio/nivelestagio.model.d.ts +4 -0
  42. package/lib/models/dominio/raisafastamento.model.d.ts +5 -0
  43. package/lib/models/dominio/sefipcategoria.model.d.ts +5 -0
  44. package/lib/models/dominio/sefiprecolhimento.model.d.ts +5 -0
  45. package/lib/models/dominio/subtipoocorrenciafabrica.model.d.ts +7 -0
  46. package/lib/models/dominio/tipoafastamento.model.d.ts +5 -0
  47. package/lib/models/dominio/tipoafastamentoesocial.model.d.ts +7 -0
  48. package/lib/models/dominio/tipocomissionista.model.d.ts +4 -0
  49. package/lib/models/dominio/tipocontratotempoparcial.model.d.ts +5 -0
  50. package/lib/models/dominio/tipodependenteesocial.model.d.ts +7 -0
  51. package/lib/models/filtro/filtrocpfcnpj.d.ts +1 -1
  52. package/lib/models/filtro/filtrolistahcm.model.d.ts +1 -0
  53. package/lib/models/pessoa/pessoa/pessoa-select.model.d.ts +5 -0
  54. package/lib/services/dominio/contribuicao-substituida.service.d.ts +18 -0
  55. package/lib/services/dominio/motivo-contratacao.service.d.ts +18 -0
  56. package/lib/services/dominio/natureza-atividade.service.d.ts +18 -0
  57. package/lib/services/dominio/nivel-estagio.service.d.ts +18 -0
  58. package/lib/services/dominio/rais-afastamento.service.d.ts +18 -0
  59. package/lib/services/dominio/sefip-categoria.service.d.ts +18 -0
  60. package/lib/services/dominio/sefip-recolhimento.service.d.ts +18 -0
  61. package/lib/services/dominio/subtipo-ocorrencia-fabrica.service.d.ts +18 -0
  62. package/lib/services/dominio/tipo-afastamento-esocial.service.d.ts +18 -0
  63. package/lib/services/dominio/tipo-afastamento.service.d.ts +18 -0
  64. package/lib/services/dominio/tipo-comissionista.service.d.ts +18 -0
  65. package/lib/services/dominio/tipo-contrato-tempo-parcial.service.d.ts +18 -0
  66. package/lib/services/dominio/tipo-dependente-esocial.service.d.ts +18 -0
  67. package/lib/services/keex/personalizacao-keex.service.d.ts +2 -0
  68. package/lib/services/pessoa/colaborador.service.d.ts +2 -0
  69. package/lib/services/pessoa/registro.service.d.ts +4 -1
  70. package/package.json +1 -1
  71. package/public-api.d.ts +14 -1
  72. /package/lib/services/dominio/{status-movimento-status.service.d.ts → status-movimento-estado.service.d.ts} +0 -0
@@ -21,7 +21,7 @@ class CargoService extends BaseApiService {
21
21
  this.rotaListarTodos = 'hcm/api/v1/cargo/listartodos';
22
22
  this.rotaListaCargoDisponivel = 'hcm/api/v1/cargo/listacargodisponivel';
23
23
  this.rotaTransferirCargos = 'hcm/api/v1/cargo/transferircargos';
24
- this.maxRequests = 25;
24
+ this.maxRequests = 10;
25
25
  this.cargoCacheDataMap = new Map();
26
26
  }
27
27
  ListaCargoDisponivel(idmaster, idempresaevocenter) {
@@ -704,6 +704,7 @@ class ColaboradorService extends BaseApiService {
704
704
  this.rotaVerificarColaboradorEstrangeiro = 'hcm/api/v1/colaborador/VerificarColaboradorEstrangeiro';
705
705
  this.rotaListarGuidPorCpf = 'hcm/api/v1/colaborador/ListarGuidPorCpf';
706
706
  this.rotaVincularColaboradorHierarquia = 'hcm/api/v1/colaborador/VincularColaboradorHierarquia';
707
+ this.rotaExisteRegistroAtivoAssociadoColaboradorExterno = 'hcm/api/v1/colaborador/ExisteRegistroAtivoAssociadoColaboradorExterno';
707
708
  }
708
709
  AtualizaVinculoDeHierarquia(colaboradores) {
709
710
  return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizaVinculoHierarquia, colaboradores);
@@ -756,6 +757,9 @@ class ColaboradorService extends BaseApiService {
756
757
  VerificarColaboradorEstrangeiro(filtro) {
757
758
  return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaVerificarColaboradorEstrangeiro, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
758
759
  }
760
+ ExisteRegistroAtivoAssociadoColaboradorExterno(idmaster, idempresaevocenter, cpfcnpj) {
761
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteRegistroAtivoAssociadoColaboradorExterno}/${idmaster}/${idempresaevocenter}/${cpfcnpj}`);
762
+ }
759
763
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColaboradorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
760
764
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColaboradorService, providedIn: 'root' }); }
761
765
  }
@@ -852,6 +856,7 @@ class PersonalizacaoKeexService extends BaseApiService {
852
856
  this.rotaSalvar = 'hcm/api/v1/personalizacaokeex/salvar';
853
857
  this.rotaSelecionar = 'hcm/api/v1/personalizacaokeex/selecionar';
854
858
  this.rotaBuscarArquivoAssinaturaEmail = 'hcm/api/v1/personalizacaokeex/BuscarArquivoAssinaturaEmail';
859
+ this.rotaRetornarParametroPersonalizacaoUsarCargosGerenciais = 'hcm/api/v1/personalizacaokeex/RetornarParametroPersonalizacaoUsarCargosGerenciais';
855
860
  this.rotaListarBanners = 'hcm/api/v1/personalizacaokeex/ListarBanners';
856
861
  }
857
862
  Salvar(model) {
@@ -863,6 +868,9 @@ class PersonalizacaoKeexService extends BaseApiService {
863
868
  BuscarArquivoAssinaturaEmail(idmaster, idempresaevocenter) {
864
869
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaBuscarArquivoAssinaturaEmail}/${idmaster}/${idempresaevocenter}`);
865
870
  }
871
+ RetornarParametroPersonalizacaoUsarCargosGerenciais(idmaster, idempresaevocenter) {
872
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaRetornarParametroPersonalizacaoUsarCargosGerenciais}/${idmaster}/${idempresaevocenter}`);
873
+ }
866
874
  ListarBanners(idmaster, idempresaevocenter) {
867
875
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaListarBanners}/${idmaster}/${idempresaevocenter}`);
868
876
  }
@@ -979,6 +987,7 @@ class RegistroService extends BaseApiService {
979
987
  this.rotaGEDListarDemonstrativoDePagamentoPorEmpresa = 'hcm/api/v1/registro/GEDListarDemonstrativoDePagamentoPorEmpresa';
980
988
  this.rotaVerificaDemissaoIndividual = 'hcm/api/v1/registro/VerificaDemissaoIndividual';
981
989
  this.rotaVerificaDemissaoPorEmpresa = 'hcm/api/v1/registro/VerificaDemissaoPorEmpresa';
990
+ this.rotaListarRegistrosDemitidosSelect = 'hcm/api/v1/registro/ListarRegistrosDemitidosSelect';
982
991
  }
983
992
  Excluir(id) {
984
993
  return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${id}`);
@@ -1010,6 +1019,10 @@ class RegistroService extends BaseApiService {
1010
1019
  ListarAniversariantes(filtro) {
1011
1020
  return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarAniversariantes, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1012
1021
  }
1022
+ // Adiciona uma nova rota para listar registros demitidos
1023
+ ListarRegistrosDemitidosSelect(filtro) {
1024
+ return this.post(this.hostEnv.apiUrlHcm, this.rotaListarRegistrosDemitidosSelect, filtro);
1025
+ }
1013
1026
  SelecionarPerfil(filtro) {
1014
1027
  return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSelecionarPerfil, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1015
1028
  }
@@ -1628,6 +1641,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1628
1641
  args: ['hostEnv']
1629
1642
  }] }] });
1630
1643
 
1644
+ class ContribuicaoSubstituidaServico extends BaseApiService {
1645
+ constructor(httpClient, hostEnv) {
1646
+ super(httpClient);
1647
+ this.httpClient = httpClient;
1648
+ this.hostEnv = hostEnv;
1649
+ this.rotaExisteID = 'hcm/api/v1/ContribuicaoSubstituida/ExisteID';
1650
+ this.rotaSelecionar = 'hcm/api/v1/ContribuicaoSubstituida/selecionar';
1651
+ this.rotaListarTodos = 'hcm/api/v1/ContribuicaoSubstituida/Listar';
1652
+ }
1653
+ ExisteID(idcontribuicaosubstituida) {
1654
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcontribuicaosubstituida}`);
1655
+ }
1656
+ Listar() {
1657
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1658
+ }
1659
+ Selecionar(idcontribuicaosubstituida) {
1660
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcontribuicaosubstituida}`);
1661
+ }
1662
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoSubstituidaServico, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1663
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoSubstituidaServico, providedIn: 'root' }); }
1664
+ }
1665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoSubstituidaServico, decorators: [{
1666
+ type: Injectable,
1667
+ args: [{
1668
+ providedIn: 'root'
1669
+ }]
1670
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1671
+ type: Inject,
1672
+ args: ['hostEnv']
1673
+ }] }] });
1674
+
1631
1675
  class CooperativaService extends BaseApiService {
1632
1676
  constructor(httpClient, hostEnv) {
1633
1677
  super(httpClient);
@@ -1876,6 +1920,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1876
1920
  args: ['hostEnv']
1877
1921
  }] }] });
1878
1922
 
1923
+ class RaisAfastamentoService extends BaseApiService {
1924
+ constructor(httpClient, hostEnv) {
1925
+ super(httpClient);
1926
+ this.httpClient = httpClient;
1927
+ this.hostEnv = hostEnv;
1928
+ this.rotaExisteID = 'hcm/api/v1/raisafastamento/existeid';
1929
+ this.rotaListar = 'hcm/api/v1/raisafastamento/listar';
1930
+ this.rotaSelecionar = 'hcm/api/v1/raisafastamento/selecionar';
1931
+ }
1932
+ ExisteID(idraisafastamento) {
1933
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idraisafastamento}`);
1934
+ }
1935
+ Listar() {
1936
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1937
+ }
1938
+ Selecionar(idraisafastamento) {
1939
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idraisafastamento}`);
1940
+ }
1941
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RaisAfastamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1942
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RaisAfastamentoService, providedIn: 'root' }); }
1943
+ }
1944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RaisAfastamentoService, decorators: [{
1945
+ type: Injectable,
1946
+ args: [{
1947
+ providedIn: 'root'
1948
+ }]
1949
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1950
+ type: Inject,
1951
+ args: ['hostEnv']
1952
+ }] }] });
1953
+
1879
1954
  class OnusCessaoService extends BaseApiService {
1880
1955
  constructor(httpClient, hostEnv) {
1881
1956
  super(httpClient);
@@ -3085,6 +3160,347 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3085
3160
  args: ['hostEnv']
3086
3161
  }] }] });
3087
3162
 
3163
+ class TipoAfastamentoService extends BaseApiService {
3164
+ constructor(httpClient, hostEnv) {
3165
+ super(httpClient);
3166
+ this.httpClient = httpClient;
3167
+ this.hostEnv = hostEnv;
3168
+ this.rotaListar = 'hcm/api/v1/TipoAfastamento/listar';
3169
+ this.rotaExisteID = 'hcm/api/v1/TipoAfastamento/existeid';
3170
+ this.rotaSelecionar = 'hcm/api/v1/TipoAfastamento/selecionar';
3171
+ }
3172
+ Listar() {
3173
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3174
+ }
3175
+ ExisteID(idtipoafastamento) {
3176
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoafastamento}`);
3177
+ }
3178
+ Selecionar(idtipoafastamento) {
3179
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoafastamento}`);
3180
+ }
3181
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3182
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoService, providedIn: 'root' }); }
3183
+ }
3184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoService, decorators: [{
3185
+ type: Injectable,
3186
+ args: [{
3187
+ providedIn: 'root'
3188
+ }]
3189
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3190
+ type: Inject,
3191
+ args: ['hostEnv']
3192
+ }] }] });
3193
+
3194
+ class TipoAfastamentoESocialService extends BaseApiService {
3195
+ constructor(httpClient, hostEnv) {
3196
+ super(httpClient);
3197
+ this.httpClient = httpClient;
3198
+ this.hostEnv = hostEnv;
3199
+ this.rotaListar = 'hcm/api/v1/TipoAfastamentoESocial/listar';
3200
+ this.rotaExisteID = 'hcm/api/v1/TipoAfastamentoESocial/existeid';
3201
+ this.rotaSelecionar = 'hcm/api/v1/TipoAfastamentoESocial/selecionar';
3202
+ }
3203
+ Listar() {
3204
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3205
+ }
3206
+ ExisteID(idtipoafastamentoesocial) {
3207
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoafastamentoesocial}`);
3208
+ }
3209
+ Selecionar(idtipoafastamentoesocial) {
3210
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoafastamentoesocial}`);
3211
+ }
3212
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoESocialService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3213
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoESocialService, providedIn: 'root' }); }
3214
+ }
3215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoESocialService, decorators: [{
3216
+ type: Injectable,
3217
+ args: [{
3218
+ providedIn: 'root'
3219
+ }]
3220
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3221
+ type: Inject,
3222
+ args: ['hostEnv']
3223
+ }] }] });
3224
+
3225
+ class TipoComissionistaService extends BaseApiService {
3226
+ constructor(httpClient, hostEnv) {
3227
+ super(httpClient);
3228
+ this.httpClient = httpClient;
3229
+ this.hostEnv = hostEnv;
3230
+ this.rotaListar = 'hcm/api/v1/TipoComissionista/listar';
3231
+ this.rotaExisteID = 'hcm/api/v1/TipoComissionista/existeid';
3232
+ this.rotaSelecionar = 'hcm/api/v1/TipoComissionista/selecionar';
3233
+ }
3234
+ Listar() {
3235
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3236
+ }
3237
+ ExisteID(idtipocomissionista) {
3238
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocomissionista}`);
3239
+ }
3240
+ Selecionar(idtipocomissionista) {
3241
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocomissionista}`);
3242
+ }
3243
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoComissionistaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3244
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoComissionistaService, providedIn: 'root' }); }
3245
+ }
3246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoComissionistaService, decorators: [{
3247
+ type: Injectable,
3248
+ args: [{
3249
+ providedIn: 'root'
3250
+ }]
3251
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3252
+ type: Inject,
3253
+ args: ['hostEnv']
3254
+ }] }] });
3255
+
3256
+ class MotivoContracacaoService extends BaseApiService {
3257
+ constructor(httpClient, hostEnv) {
3258
+ super(httpClient);
3259
+ this.httpClient = httpClient;
3260
+ this.hostEnv = hostEnv;
3261
+ this.rotaListar = 'hcm/api/v1/motivocontratacao/listar';
3262
+ this.rotaExisteID = 'hcm/api/v1/motivocontratacao/existeid';
3263
+ this.rotaSelecionar = 'hcm/api/v1/motivocontratacao/selecionar';
3264
+ }
3265
+ Listar() {
3266
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3267
+ }
3268
+ ExisteID(idmotivocontratacao) {
3269
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idmotivocontratacao}`);
3270
+ }
3271
+ Selecionar(idmotivocontratacao) {
3272
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idmotivocontratacao}`);
3273
+ }
3274
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoContracacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3275
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoContracacaoService, providedIn: 'root' }); }
3276
+ }
3277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoContracacaoService, decorators: [{
3278
+ type: Injectable,
3279
+ args: [{
3280
+ providedIn: 'root'
3281
+ }]
3282
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3283
+ type: Inject,
3284
+ args: ['hostEnv']
3285
+ }] }] });
3286
+
3287
+ class NaturezaAtividadeService extends BaseApiService {
3288
+ constructor(httpClient, hostEnv) {
3289
+ super(httpClient);
3290
+ this.httpClient = httpClient;
3291
+ this.hostEnv = hostEnv;
3292
+ this.rotaListar = 'hcm/api/v1/naturezaatividade/listar';
3293
+ this.rotaExisteID = 'hcm/api/v1/naturezaatividade/existeid';
3294
+ this.rotaSelecionar = 'hcm/api/v1/naturezaatividade/selecionar';
3295
+ }
3296
+ Listar() {
3297
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3298
+ }
3299
+ ExisteID(idnaturezaatividade) {
3300
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idnaturezaatividade}`);
3301
+ }
3302
+ Selecionar(idnaturezaatividade) {
3303
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idnaturezaatividade}`);
3304
+ }
3305
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NaturezaAtividadeService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3306
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NaturezaAtividadeService, providedIn: 'root' }); }
3307
+ }
3308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NaturezaAtividadeService, decorators: [{
3309
+ type: Injectable,
3310
+ args: [{
3311
+ providedIn: 'root'
3312
+ }]
3313
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3314
+ type: Inject,
3315
+ args: ['hostEnv']
3316
+ }] }] });
3317
+
3318
+ class NivelEstagioServico extends BaseApiService {
3319
+ constructor(httpClient, hostEnv) {
3320
+ super(httpClient);
3321
+ this.httpClient = httpClient;
3322
+ this.hostEnv = hostEnv;
3323
+ this.rotaExisteID = 'hcm/api/v1/NivelEstagio/ExisteID';
3324
+ this.rotaSelecionar = 'hcm/api/v1/NivelEstagio/selecionar';
3325
+ this.rotaListarTodos = 'hcm/api/v1/NivelEstagio/Listar';
3326
+ }
3327
+ ExisteID(idnivelestagio) {
3328
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idnivelestagio}`);
3329
+ }
3330
+ Listar() {
3331
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
3332
+ }
3333
+ Selecionar(idnivelestagio) {
3334
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idnivelestagio}`);
3335
+ }
3336
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelEstagioServico, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3337
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelEstagioServico, providedIn: 'root' }); }
3338
+ }
3339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelEstagioServico, decorators: [{
3340
+ type: Injectable,
3341
+ args: [{
3342
+ providedIn: 'root'
3343
+ }]
3344
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3345
+ type: Inject,
3346
+ args: ['hostEnv']
3347
+ }] }] });
3348
+
3349
+ class SefipCategoriaService extends BaseApiService {
3350
+ constructor(httpClient, hostEnv) {
3351
+ super(httpClient);
3352
+ this.httpClient = httpClient;
3353
+ this.hostEnv = hostEnv;
3354
+ this.rotaListar = 'hcm/api/v1/SefipCategoria/listar';
3355
+ this.rotaExisteID = 'hcm/api/v1/SefipCategoria/existeid';
3356
+ this.rotaSelecionar = 'hcm/api/v1/SefipCategoria/selecionar';
3357
+ }
3358
+ Listar() {
3359
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3360
+ }
3361
+ ExisteID(idsefipcategoria) {
3362
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsefipcategoria}`);
3363
+ }
3364
+ Selecionar(idsefipcategoria) {
3365
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsefipcategoria}`);
3366
+ }
3367
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipCategoriaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3368
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipCategoriaService, providedIn: 'root' }); }
3369
+ }
3370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipCategoriaService, decorators: [{
3371
+ type: Injectable,
3372
+ args: [{
3373
+ providedIn: 'root'
3374
+ }]
3375
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3376
+ type: Inject,
3377
+ args: ['hostEnv']
3378
+ }] }] });
3379
+
3380
+ class SefipRecolhimentoService extends BaseApiService {
3381
+ constructor(httpClient, hostEnv) {
3382
+ super(httpClient);
3383
+ this.httpClient = httpClient;
3384
+ this.hostEnv = hostEnv;
3385
+ this.rotaListar = 'hcm/api/v1/SefipRecolhimento/listar';
3386
+ this.rotaExisteID = 'hcm/api/v1/SefipRecolhimento/existeid';
3387
+ this.rotaSelecionar = 'hcm/api/v1/SefipRecolhimento/selecionar';
3388
+ }
3389
+ Listar() {
3390
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3391
+ }
3392
+ ExisteID(idsefiprecolhimento) {
3393
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsefiprecolhimento}`);
3394
+ }
3395
+ Selecionar(idsefiprecolhimento) {
3396
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsefiprecolhimento}`);
3397
+ }
3398
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipRecolhimentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3399
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipRecolhimentoService, providedIn: 'root' }); }
3400
+ }
3401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipRecolhimentoService, decorators: [{
3402
+ type: Injectable,
3403
+ args: [{
3404
+ providedIn: 'root'
3405
+ }]
3406
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3407
+ type: Inject,
3408
+ args: ['hostEnv']
3409
+ }] }] });
3410
+
3411
+ class SubTipoOcorrenciaFabricaService extends BaseApiService {
3412
+ constructor(httpClient, hostEnv) {
3413
+ super(httpClient);
3414
+ this.httpClient = httpClient;
3415
+ this.hostEnv = hostEnv;
3416
+ this.rotaExisteID = 'hcm/api/v1/SubTipoOcorrenciaFabrica/ExisteID';
3417
+ this.rotaSelecionar = 'hcm/api/v1/SubTipoOcorrenciaFabrica/selecionar';
3418
+ this.rotaListarTodos = 'hcm/api/v1/SubTipoOcorrenciaFabrica/Listar';
3419
+ }
3420
+ ExisteID(idsubtipoocorrenciafabrica) {
3421
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsubtipoocorrenciafabrica}`);
3422
+ }
3423
+ Listar() {
3424
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
3425
+ }
3426
+ Selecionar(idsubtipoocorrenciafabrica) {
3427
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsubtipoocorrenciafabrica}`);
3428
+ }
3429
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaFabricaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3430
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaFabricaService, providedIn: 'root' }); }
3431
+ }
3432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaFabricaService, decorators: [{
3433
+ type: Injectable,
3434
+ args: [{
3435
+ providedIn: 'root'
3436
+ }]
3437
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3438
+ type: Inject,
3439
+ args: ['hostEnv']
3440
+ }] }] });
3441
+
3442
+ class TipoContratoTempoParcialService extends BaseApiService {
3443
+ constructor(httpClient, hostEnv) {
3444
+ super(httpClient);
3445
+ this.httpClient = httpClient;
3446
+ this.hostEnv = hostEnv;
3447
+ this.rotaListar = 'hcm/api/v1/TipoContratoTempoParcial/listar';
3448
+ this.rotaExisteID = 'hcm/api/v1/TipoContratoTempoParcial/existeid';
3449
+ this.rotaSelecionar = 'hcm/api/v1/TipoContratoTempoParcial/selecionar';
3450
+ }
3451
+ Listar() {
3452
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3453
+ }
3454
+ ExisteID(idtipocontratotempoparcial) {
3455
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocontratotempoparcial}`);
3456
+ }
3457
+ Selecionar(idtipocontratotempoparcial) {
3458
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocontratotempoparcial}`);
3459
+ }
3460
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTempoParcialService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3461
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTempoParcialService, providedIn: 'root' }); }
3462
+ }
3463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTempoParcialService, decorators: [{
3464
+ type: Injectable,
3465
+ args: [{
3466
+ providedIn: 'root'
3467
+ }]
3468
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3469
+ type: Inject,
3470
+ args: ['hostEnv']
3471
+ }] }] });
3472
+
3473
+ class TipoDependenteESocialService extends BaseApiService {
3474
+ constructor(httpClient, hostEnv) {
3475
+ super(httpClient);
3476
+ this.httpClient = httpClient;
3477
+ this.hostEnv = hostEnv;
3478
+ this.rotaListar = 'hcm/api/v1/tipodependenteesocial/listar';
3479
+ this.rotaExisteID = 'hcm/api/v1/tipodependenteesocial/existeid';
3480
+ this.rotaSelecionar = 'hcm/api/v1/tipodependenteesocial/selecionar';
3481
+ }
3482
+ Listar() {
3483
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3484
+ }
3485
+ ExisteID(idtipodependente) {
3486
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodependente}`);
3487
+ }
3488
+ Selecionar(idtipodependente) {
3489
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodependente}`);
3490
+ }
3491
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenteESocialService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3492
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenteESocialService, providedIn: 'root' }); }
3493
+ }
3494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenteESocialService, decorators: [{
3495
+ type: Injectable,
3496
+ args: [{
3497
+ providedIn: 'root'
3498
+ }]
3499
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3500
+ type: Inject,
3501
+ args: ['hostEnv']
3502
+ }] }] });
3503
+
3088
3504
  /*
3089
3505
  * Public API Surface of keevo-api-services-hcm
3090
3506
  */
@@ -3096,5 +3512,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3096
3512
  * Generated bundle index. Do not edit.
3097
3513
  */
3098
3514
 
3099
- export { AnalistaPessoaService, CamposObrigatoriosCadastroServico, CargoService, CategoriaHabilitacaoCnhService, CategoriaOcorrenciaEstadoService, CategoriaTrabalhadorService, CategoriaTrabalhadorTiposAfastamentoService, CboService, CentroCustoService, CentroResultadoService, CodigoDirfService, CodigoGpsService, CodigoTerceiroService, ColaboradorService, CondicaoIngressoTrabalhadorImigranteService, ConsiderarMesesSemTrabalharPorAfastamentoService, ContribuicaoPatrimonialService, CooperativaService, DadosConfiguracoesService, DepartamentoService, EmpresaBannerService, EmpresaParametrosService, EmpresaService, EnTipoAssEmailKeex, EquipeMembroService, EquipeService, FpasService, HierarquiaOrganizacionalService, IndicativoAdmissaoService, IndicativoLotacaoService, KeexService, LiderService, MotivoDesligamentoDiretorNaoEmpregadoService, NivelRiscoService, OnusCessaoService, OnusRemuneracaoService, PersonalizacaoKeexService, RegimeJornadaService, RegistroService, RegistroSituacaoService, RelacaoDependenciaPlanoSaudeService, RelacionamentoLotacaoService, SefipOcorrenciaService, StatusMovimentoEstadoService, SubTipoOcorrenciaService, TempoResidenciaTrabalhadorImigranteService, TipoAcidenteTransitoService, TipoAcordoConvencaoService, TipoAdmissaoCagedService, TipoAdmissaoESocialService, TipoAdmissaoService, TipoApuracaoMediaService, TipoCaepfService, TipoCalculoService, TipoContratacaoService, TipoContratoTrabalhoService, TipoDadosPessoaService, TipoDependenciaIrrfService, TipoDiaTrabalhadoService, TipoEntidadeHcmService, TipoEstadoService, TipoFolhaService, TipoFuncionarioService, TipoInssService, TipoJornadaService, TipoLotacaoService, TipoMotivoSalarioFamiliaService, TipoOcorrenciaService, TipoPagamentoSalarioService, TipoRegimePrevidenciarioService, TipoRegimeTrabalhistaService, TipoReintegracaoService, TipoSalarioService, TipoSindicatoService, TipoTomadorService, TipoTransporteService, TipoVinculoEmpregaticioService, TomadorService, TreinamentoService, UnidadeAdministrativaService, UnidadehierarquicaService, ValidatorsService };
3515
+ export { AnalistaPessoaService, CamposObrigatoriosCadastroServico, CargoService, CategoriaHabilitacaoCnhService, CategoriaOcorrenciaEstadoService, CategoriaTrabalhadorService, CategoriaTrabalhadorTiposAfastamentoService, CboService, CentroCustoService, CentroResultadoService, CodigoDirfService, CodigoGpsService, CodigoTerceiroService, ColaboradorService, CondicaoIngressoTrabalhadorImigranteService, ConsiderarMesesSemTrabalharPorAfastamentoService, ContribuicaoPatrimonialService, ContribuicaoSubstituidaServico, CooperativaService, DadosConfiguracoesService, DepartamentoService, EmpresaBannerService, EmpresaParametrosService, EmpresaService, EnTipoAssEmailKeex, EquipeMembroService, EquipeService, FpasService, HierarquiaOrganizacionalService, IndicativoAdmissaoService, IndicativoLotacaoService, KeexService, LiderService, MotivoContracacaoService, MotivoDesligamentoDiretorNaoEmpregadoService, NaturezaAtividadeService, NivelEstagioServico, NivelRiscoService, OnusCessaoService, OnusRemuneracaoService, PersonalizacaoKeexService, RaisAfastamentoService, RegimeJornadaService, RegistroService, RegistroSituacaoService, RelacaoDependenciaPlanoSaudeService, RelacionamentoLotacaoService, SefipCategoriaService, SefipOcorrenciaService, SefipRecolhimentoService, StatusMovimentoEstadoService, SubTipoOcorrenciaFabricaService, SubTipoOcorrenciaService, TempoResidenciaTrabalhadorImigranteService, TipoAcidenteTransitoService, TipoAcordoConvencaoService, TipoAdmissaoCagedService, TipoAdmissaoESocialService, TipoAdmissaoService, TipoAfastamentoESocialService, TipoAfastamentoService, TipoApuracaoMediaService, TipoCaepfService, TipoCalculoService, TipoComissionistaService, TipoContratacaoService, TipoContratoTempoParcialService, TipoContratoTrabalhoService, TipoDadosPessoaService, TipoDependenciaIrrfService, TipoDependenteESocialService, TipoDiaTrabalhadoService, TipoEntidadeHcmService, TipoEstadoService, TipoFolhaService, TipoFuncionarioService, TipoInssService, TipoJornadaService, TipoLotacaoService, TipoMotivoSalarioFamiliaService, TipoOcorrenciaService, TipoPagamentoSalarioService, TipoRegimePrevidenciarioService, TipoRegimeTrabalhistaService, TipoReintegracaoService, TipoSalarioService, TipoSindicatoService, TipoTomadorService, TipoTransporteService, TipoVinculoEmpregaticioService, TomadorService, TreinamentoService, UnidadeAdministrativaService, UnidadehierarquicaService, ValidatorsService };
3100
3516
  //# sourceMappingURL=keevo-api-services-hcm.mjs.map