keevo-api-services-hcm 0.0.35 → 0.0.36

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 (702) hide show
  1. package/ng-package.json +7 -0
  2. package/package.json +14 -27
  3. package/src/index.ts +1 -0
  4. package/src/lib/enums/cargo-gerencial/cargo-gerencial-constants.models.ts +1 -0
  5. package/src/lib/enums/hierarquiaorganizacional/en_tipooperacaohierarquia.model.ts +6 -0
  6. package/src/lib/models/dominio/CodigoDirf.model.ts +5 -0
  7. package/src/lib/models/dominio/CodigoGps.model.ts +6 -0
  8. package/{lib/models/dominio/camposobrigatorioscadastro.model.d.ts → src/lib/models/dominio/camposobrigatorioscadastro.model.ts} +8 -8
  9. package/src/lib/models/dominio/categoriahabilitacaocnh.ts +4 -0
  10. package/src/lib/models/dominio/categoriaocorrenciaestado.model.ts +26 -0
  11. package/src/lib/models/dominio/categoriatrabalhador.model.ts +5 -0
  12. package/src/lib/models/dominio/categoriatrabalhadortiposafastamento.model.ts +7 -0
  13. package/src/lib/models/dominio/cbo.model.ts +5 -0
  14. package/src/lib/models/dominio/codigoterceiro.model.ts +19 -0
  15. package/{lib/models/dominio/condicaoingressotrabalhadorimigrante.model.d.ts → src/lib/models/dominio/condicaoingressotrabalhadorimigrante.model.ts} +4 -4
  16. package/src/lib/models/dominio/considerarmesessemtrabalharporafastamento.model.ts +5 -0
  17. package/src/lib/models/dominio/contatoscolaborador.model.ts +5 -0
  18. package/src/lib/models/dominio/contribuicaopatrona.model.ts +4 -0
  19. package/src/lib/models/dominio/contribuicaosubstituida.model.ts +4 -0
  20. package/src/lib/models/dominio/cooperativa.model.ts +4 -0
  21. package/src/lib/models/dominio/fpas.model.ts +6 -0
  22. package/{lib/models/dominio/indicativoadmissao.model.d.ts → src/lib/models/dominio/indicativoadmissao.model.ts} +4 -4
  23. package/src/lib/models/dominio/indicativolotacao.model.ts +6 -0
  24. package/src/lib/models/dominio/motivocontratacao.model.ts +4 -0
  25. package/{lib/models/dominio/motivodesligamentodiretornaoempregado.model.d.ts → src/lib/models/dominio/motivodesligamentodiretornaoempregado.model.ts} +5 -5
  26. package/src/lib/models/dominio/naturezaatividade.model.ts +4 -0
  27. package/src/lib/models/dominio/nivelestagio.model.ts +4 -0
  28. package/{lib/models/dominio/nivelrisco.model.d.ts → src/lib/models/dominio/nivelrisco.model.ts} +5 -5
  29. package/{lib/models/dominio/onuscessao.model.d.ts → src/lib/models/dominio/onuscessao.model.ts} +5 -5
  30. package/{lib/models/dominio/onusremuneracao.model.d.ts → src/lib/models/dominio/onusremuneracao.model.ts} +5 -5
  31. package/src/lib/models/dominio/raisafastamento.model.ts +5 -0
  32. package/src/lib/models/dominio/regimejornada.model.ts +4 -0
  33. package/{lib/models/dominio/registrosituacao.model.d.ts → src/lib/models/dominio/registrosituacao.model.ts} +5 -5
  34. package/{lib/models/dominio/relacaodependenciaplanosaude.model.d.ts → src/lib/models/dominio/relacaodependenciaplanosaude.model.ts} +7 -7
  35. package/src/lib/models/dominio/rescisaomotivodispensa.model.ts +31 -0
  36. package/{lib/models/dominio/sefipcategoria.model.d.ts → src/lib/models/dominio/sefipcategoria.model.ts} +5 -5
  37. package/{lib/models/dominio/sefipocorrencia.model.d.ts → src/lib/models/dominio/sefipocorrencia.model.ts} +6 -6
  38. package/{lib/models/dominio/sefiprecolhimento.model.d.ts → src/lib/models/dominio/sefiprecolhimento.model.ts} +5 -5
  39. package/{lib/models/dominio/statusmovimentoestado.model.d.ts → src/lib/models/dominio/statusmovimentoestado.model.ts} +4 -4
  40. package/{lib/models/dominio/subtipoocorrenciafabrica.model.d.ts → src/lib/models/dominio/subtipoocorrenciafabrica.model.ts} +7 -7
  41. package/src/lib/models/dominio/tabelaintegracaohcm.model.ts +5 -0
  42. package/{lib/models/dominio/temporesidenciatrabalhadorimigrante.model.d.ts → src/lib/models/dominio/temporesidenciatrabalhadorimigrante.model.ts} +4 -4
  43. package/{lib/models/dominio/tipoacalculo.model.d.ts → src/lib/models/dominio/tipoacalculo.model.ts} +5 -5
  44. package/{lib/models/dominio/tipoacidentetransito.model.d.ts → src/lib/models/dominio/tipoacidentetransito.model.ts} +4 -4
  45. package/{lib/models/dominio/tipoacordoconvencao.model.d.ts → src/lib/models/dominio/tipoacordoconvencao.model.ts} +5 -5
  46. package/{lib/models/dominio/tipoadmissao.model.d.ts → src/lib/models/dominio/tipoadmissao.model.ts} +5 -5
  47. package/{lib/models/dominio/tipoadmissaocaged.model.d.ts → src/lib/models/dominio/tipoadmissaocaged.model.ts} +5 -5
  48. package/{lib/models/dominio/tipoadmissaoesocial.model.d.ts → src/lib/models/dominio/tipoadmissaoesocial.model.ts} +4 -4
  49. package/{lib/models/dominio/tipoafastamento.model.d.ts → src/lib/models/dominio/tipoafastamento.model.ts} +5 -5
  50. package/{lib/models/dominio/tipoafastamentoesocial.model.d.ts → src/lib/models/dominio/tipoafastamentoesocial.model.ts} +7 -7
  51. package/{lib/models/dominio/tipoapuracaomedia.model.d.ts → src/lib/models/dominio/tipoapuracaomedia.model.ts} +5 -5
  52. package/src/lib/models/dominio/tipoavisoprevio.model.ts +15 -0
  53. package/src/lib/models/dominio/tipoavisoprevioesocial.model.ts +15 -0
  54. package/{lib/models/dominio/tipocaepf.model.d.ts → src/lib/models/dominio/tipocaepf.model.ts} +4 -4
  55. package/{lib/models/dominio/tipocomissionista.model.d.ts → src/lib/models/dominio/tipocomissionista.model.ts} +4 -4
  56. package/{lib/models/dominio/tipocontratacao.model.d.ts → src/lib/models/dominio/tipocontratacao.model.ts} +5 -5
  57. package/{lib/models/dominio/tipocontratotempoparcial.model.d.ts → src/lib/models/dominio/tipocontratotempoparcial.model.ts} +6 -5
  58. package/{lib/models/dominio/tipocontratotrabalho.model.d.ts → src/lib/models/dominio/tipocontratotrabalho.model.ts} +4 -4
  59. package/{lib/models/dominio/tipodadospessoa.model.d.ts → src/lib/models/dominio/tipodadospessoa.model.ts} +4 -4
  60. package/{lib/models/dominio/tipodependenciairrf.model.d.ts → src/lib/models/dominio/tipodependenciairrf.model.ts} +8 -8
  61. package/src/lib/models/dominio/tipodependenteesocial.model.ts +7 -0
  62. package/{lib/models/dominio/tipodiatrabalhado.model.d.ts → src/lib/models/dominio/tipodiatrabalhado.model.ts} +4 -4
  63. package/{lib/models/dominio/tipoentidadehcm.model.d.ts → src/lib/models/dominio/tipoentidadehcm.model.ts} +4 -4
  64. package/{lib/models/dominio/tipofolha.model.d.ts → src/lib/models/dominio/tipofolha.model.ts} +4 -4
  65. package/{lib/models/dominio/tipofuncionario.model.d.ts → src/lib/models/dominio/tipofuncionario.model.ts} +6 -6
  66. package/{lib/models/dominio/tipoinss.model.d.ts → src/lib/models/dominio/tipoinss.model.ts} +4 -4
  67. package/{lib/models/dominio/tipojornada.model.d.ts → src/lib/models/dominio/tipojornada.model.ts} +4 -4
  68. package/{lib/models/dominio/tipolotacao.model.d.ts → src/lib/models/dominio/tipolotacao.model.ts} +5 -5
  69. package/{lib/models/dominio/tipomotivosalariofamilia.model.d.ts → src/lib/models/dominio/tipomotivosalariofamilia.model.ts} +4 -4
  70. package/src/lib/models/dominio/tipopagamentosalario.model.ts +5 -0
  71. package/{lib/models/dominio/tiporegimeprevidenciario.model.d.ts → src/lib/models/dominio/tiporegimeprevidenciario.model.ts} +4 -4
  72. package/{lib/models/dominio/tiporegimetrabalhista.model.d.ts → src/lib/models/dominio/tiporegimetrabalhista.model.ts} +4 -4
  73. package/{lib/models/dominio/tiporeintegracao.model.d.ts → src/lib/models/dominio/tiporeintegracao.model.ts} +4 -4
  74. package/src/lib/models/dominio/tiposalario.model.ts +5 -0
  75. package/{lib/models/dominio/tiposindicato.model.d.ts → src/lib/models/dominio/tiposindicato.model.ts} +5 -5
  76. package/{lib/models/dominio/tipotomador.model.d.ts → src/lib/models/dominio/tipotomador.model.ts} +4 -4
  77. package/{lib/models/dominio/tipotransporte.model.d.ts → src/lib/models/dominio/tipotransporte.model.ts} +4 -4
  78. package/{lib/models/dominio/tipovinculoempregaticio.model.d.ts → src/lib/models/dominio/tipovinculoempregaticio.model.ts} +6 -6
  79. package/{lib/models/dominio/treinamento.model.d.ts → src/lib/models/dominio/treinamento.model.ts} +7 -7
  80. package/src/lib/models/filtro/FiltroSelectHcm.model.ts +10 -0
  81. package/{lib/models/filtro/filtroaniversariante.model.d.ts → src/lib/models/filtro/filtroaniversariante.model.ts} +5 -4
  82. package/src/lib/models/filtro/filtrocpfcnpj.ts +7 -0
  83. package/src/lib/models/filtro/filtrodashboard.model.ts +9 -0
  84. package/{lib/models/filtro/filtrohierarquia.model.d.ts → src/lib/models/filtro/filtrohierarquia.model.ts} +6 -5
  85. package/{lib/models/filtro/filtrolistaanalistas.model.d.ts → src/lib/models/filtro/filtrolistaanalistas.model.ts} +6 -5
  86. package/{lib/models/filtro/filtrolistacolaboradores.d.ts → src/lib/models/filtro/filtrolistacolaboradores.ts} +7 -6
  87. package/src/lib/models/filtro/filtrolistacontato.model.ts +16 -0
  88. package/src/lib/models/filtro/filtrolistahcm.model.ts +11 -0
  89. package/{lib/models/filtro/filtrolistalider.model.d.ts → src/lib/models/filtro/filtrolistalider.model.ts} +5 -4
  90. package/src/lib/models/filtro/filtrolistalidersubstituto.model.ts +7 -0
  91. package/src/lib/models/filtro/filtrolistaregistro.model.ts +13 -0
  92. package/{lib/models/filtro/filtrolistarelacionamentolotacao.model.d.ts → src/lib/models/filtro/filtrolistarelacionamentolotacao.model.ts} +5 -4
  93. package/src/lib/models/filtro/filtrolistausuario.model.ts +11 -0
  94. package/src/lib/models/filtro/filtropreadmissao.model.ts +12 -0
  95. package/src/lib/models/hcm/camposobrigatoriosusuario/camposobrigatoriosusuario.model.ts +7 -0
  96. package/src/lib/models/hcm/cargo/cargoresumo.model.ts +12 -0
  97. package/src/lib/models/hcm/cargo-gerencial/cargohcm.model.ts +9 -0
  98. package/src/lib/models/hcm/cargo-gerencial/cargohcmresumo.model.ts +12 -0
  99. package/src/lib/models/hcm/cargo-gerencial/hierarquiacargohcm.model.ts +6 -0
  100. package/{lib/models/hcm/centrocusto/centrocusto.model.d.ts → src/lib/models/hcm/centrocusto/centrocusto.model.ts} +9 -9
  101. package/{lib/models/hcm/centroresultado/centroresultado.model.d.ts → src/lib/models/hcm/centroresultado/centroresultado.model.ts} +9 -9
  102. package/{lib/models/hcm/configuracaomovimentosfolha/configuracaomovimentosfolha.model.d.ts → src/lib/models/hcm/configuracaomovimentosfolha/configuracaomovimentosfolha.model.ts} +18 -16
  103. package/src/lib/models/hcm/dashboard/dadosgraficocolaboradorcargo.model.ts +6 -0
  104. package/src/lib/models/hcm/dashboard/dadosgraficoferiaspormes.model.ts +5 -0
  105. package/src/lib/models/hcm/dashboard/estastisticasdashboard.model.ts +12 -0
  106. package/src/lib/models/hcm/departamento/departamentoresumo.model.ts +6 -0
  107. package/src/lib/models/hcm/equipe/equipe.model.ts +11 -0
  108. package/src/lib/models/hcm/equipe/equipemembro.model.ts +7 -0
  109. package/src/lib/models/hcm/equipe/equipemembroresumo.model.ts +15 -0
  110. package/src/lib/models/hcm/equipe/equiperesumo.model.ts +33 -0
  111. package/{lib/models/hcm/hierarquiaorganizacional/atualizarordem.model.d.ts → src/lib/models/hcm/hierarquiaorganizacional/atualizarordem.model.ts} +5 -4
  112. package/src/lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacional.model.ts +14 -0
  113. package/{lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacionalassociacaomodel.model.d.ts → src/lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacionalassociacaomodel.model.ts} +6 -6
  114. package/src/lib/models/hcm/hierarquiaorganizacional/membroresumo.model.ts +7 -0
  115. package/src/lib/models/hcm/hierarquiaorganizacional/possivellider.model.ts +7 -0
  116. package/src/lib/models/hcm/quadrohorario/quadrohorario.model.ts +12 -0
  117. package/{lib/models/hcm/relacionamentolotacao/relacionamentolotacao.model.d.ts → src/lib/models/hcm/relacionamentolotacao/relacionamentolotacao.model.ts} +32 -24
  118. package/src/lib/models/hcm/subtipofatogerador/subtipofatogerador.model.ts +10 -0
  119. package/{lib/models/hcm/subtipoocorrencia/subtipoocorrencias.model.d.ts → src/lib/models/hcm/subtipoocorrencia/subtipoocorrencias.model.ts} +8 -8
  120. package/{lib/models/hcm/tipoestado/tipoestado.model.d.ts → src/lib/models/hcm/tipoestado/tipoestado.model.ts} +13 -13
  121. package/{lib/models/hcm/tipoestado/tipoestadoresumo.model.d.ts → src/lib/models/hcm/tipoestado/tipoestadoresumo.model.ts} +13 -13
  122. package/src/lib/models/hcm/tipofatogerador/tipofatogerador.model.ts +11 -0
  123. package/{lib/models/hcm/tipoocorrencia/tipoocorrencia.model.d.ts → src/lib/models/hcm/tipoocorrencia/tipoocorrencia.model.ts} +13 -13
  124. package/{lib/models/hcm/unidadeadministrativa/unidadeadministrativaresumo.model.d.ts → src/lib/models/hcm/unidadeadministrativa/unidadeadministrativaresumo.model.ts} +8 -8
  125. package/src/lib/models/hcm/unidadehierarquica/unidadehierarquica.model.ts +10 -0
  126. package/src/lib/models/hcm/unidadehierarquica/unidadehierarquicaresumo.model.ts +32 -0
  127. package/src/lib/models/keex/bannerkeex.model.ts +15 -0
  128. package/src/lib/models/keex/parametroskeex.model.ts +10 -0
  129. package/src/lib/models/keex/personalizacaokeex.model.ts +45 -0
  130. package/src/lib/models/keex/solicitacaoferiaskeex.model.ts +18 -0
  131. package/src/lib/models/keex/solicitacaoprevisaoderescisao.model.ts +17 -0
  132. package/{lib/models/passaporte/empresa/empresa.model.d.ts → src/lib/models/passaporte/empresa/empresa.model.ts} +12 -12
  133. package/{lib/models/passaporte/empresa/empresabanner.model.d.ts → src/lib/models/passaporte/empresa/empresabanner.model.ts} +11 -11
  134. package/{lib/models/passaporte/empresa/empresaparametros.model.d.ts → src/lib/models/passaporte/empresa/empresaparametros.model.ts} +16 -15
  135. package/{lib/models/passaporte/master/master-combo-model.d.ts → src/lib/models/passaporte/master/master-combo-model.ts} +5 -5
  136. package/{lib/models/passaporte/master/master-model.d.ts → src/lib/models/passaporte/master/master-model.ts} +13 -12
  137. package/{lib/models/passaporte/master/master-servidor.d.ts → src/lib/models/passaporte/master/master-servidor.ts} +6 -6
  138. package/{lib/models/pessoa/analista/analistapessoa.model.d.ts → src/lib/models/pessoa/analista/analistapessoa.model.ts} +21 -20
  139. package/src/lib/models/pessoa/analista/possivelanalistapessoa.model.ts +12 -0
  140. package/src/lib/models/pessoa/colaborador/colaborador.model.ts +51 -0
  141. package/src/lib/models/pessoa/colaborador/periodovigencia.model.ts +5 -0
  142. package/src/lib/models/pessoa/dadospessoaempresa/dadospessoaempresa.model.ts +19 -0
  143. package/src/lib/models/pessoa/lider/lider.model.ts +36 -0
  144. package/src/lib/models/pessoa/lider/liderresumo.model.ts +23 -0
  145. package/src/lib/models/pessoa/lider/lidersubstituto.model.ts +11 -0
  146. package/src/lib/models/pessoa/lider/periododevigencia.model.ts +4 -0
  147. package/src/lib/models/pessoa/lider/pessoapossivellider.model.ts +13 -0
  148. package/src/lib/models/pessoa/pessoa/atualizaflag.model.ts +6 -0
  149. package/{lib/models/pessoa/pessoa/atualizaflagpessoa.model.d.ts → src/lib/models/pessoa/pessoa/atualizaflagpessoa.model.ts} +6 -6
  150. package/src/lib/models/pessoa/pessoa/enderecoresumo.model.ts +8 -0
  151. package/src/lib/models/pessoa/pessoa/pessoa-select.model.ts +6 -0
  152. package/src/lib/models/pessoa/pessoa/pessoa.model.ts +171 -0
  153. package/src/lib/models/pessoa/pessoa/pessoafoto.model.ts +8 -0
  154. package/src/lib/models/pessoa/pessoa/pessoaperfil.model.ts +20 -0
  155. package/src/lib/models/pessoa/pessoa/validausuario.model.ts +9 -0
  156. package/src/lib/models/pessoa/preadmissao/registropdendentedocumento.model.ts +7 -0
  157. package/src/lib/models/pessoa/preadmissao/registropendentedependente.model.ts +18 -0
  158. package/src/lib/models/pessoa/preadmissao/registropentende.model.ts +84 -0
  159. package/src/lib/models/pessoa/registro/registro.model.ts +216 -0
  160. package/{lib/models/pessoa/registro/registroafastamento.model.d.ts → src/lib/models/pessoa/registro/registroafastamento.model.ts} +26 -25
  161. package/{lib/models/pessoa/registro/registroafastamentorelacionado.model.d.ts → src/lib/models/pessoa/registro/registroafastamentorelacionado.model.ts} +7 -7
  162. package/{lib/models/pessoa/registro/registrocargo.model.d.ts → src/lib/models/pessoa/registro/registrocargo.model.ts} +8 -8
  163. package/{lib/models/pessoa/registro/registrocentrocusto.model.d.ts → src/lib/models/pessoa/registro/registrocentrocusto.model.ts} +7 -7
  164. package/{lib/models/pessoa/registro/registrocentroresultado.model.d.ts → src/lib/models/pessoa/registro/registrocentroresultado.model.ts} +7 -7
  165. package/{lib/models/pessoa/registro/registrodadosbancarios.model.d.ts → src/lib/models/pessoa/registro/registrodadosbancarios.model.ts} +7 -7
  166. package/{lib/models/pessoa/registro/registrodepartamento.model.d.ts → src/lib/models/pessoa/registro/registrodepartamento.model.ts} +7 -7
  167. package/{lib/models/pessoa/registro/registrodepartamentoorganizacional.model.d.ts → src/lib/models/pessoa/registro/registrodepartamentoorganizacional.model.ts} +6 -6
  168. package/{lib/models/pessoa/registro/registrodependente.model.d.ts → src/lib/models/pessoa/registro/registrodependente.model.ts} +14 -14
  169. package/{lib/models/pessoa/registro/registroempresa.model.d.ts → src/lib/models/pessoa/registro/registroempresa.model.ts} +7 -7
  170. package/src/lib/models/pessoa/registro/registrofotomodel.model.ts +6 -0
  171. package/{lib/models/pessoa/registro/registrolotacao.model.d.ts → src/lib/models/pessoa/registro/registrolotacao.model.ts} +7 -7
  172. package/{lib/models/pessoa/registro/registroobservacaocontratotrabalho.model.d.ts → src/lib/models/pessoa/registro/registroobservacaocontratotrabalho.model.ts} +3 -3
  173. package/{lib/models/pessoa/registro/registrooperadoraplanosaude.model.d.ts → src/lib/models/pessoa/registro/registrooperadoraplanosaude.model.ts} +8 -8
  174. package/src/lib/models/pessoa/registro/registropesquisa.model.ts +9 -0
  175. package/{lib/models/pessoa/registro/registroquadrohorario.model.d.ts → src/lib/models/pessoa/registro/registroquadrohorario.model.ts} +8 -8
  176. package/{lib/models/pessoa/registro/registroresumo.model.d.ts → src/lib/models/pessoa/registro/registroresumo.model.ts} +19 -19
  177. package/{lib/models/pessoa/registro/registrosalario.model.d.ts → src/lib/models/pessoa/registro/registrosalario.model.ts} +12 -12
  178. package/{lib/models/pessoa/registro/registrosefipocorrencia.model.d.ts → src/lib/models/pessoa/registro/registrosefipocorrencia.model.ts} +7 -7
  179. package/{lib/models/pessoa/registro/registrosindicato.model.d.ts → src/lib/models/pessoa/registro/registrosindicato.model.ts} +7 -7
  180. package/{lib/models/pessoa/registro/registrotomador.model.d.ts → src/lib/models/pessoa/registro/registrotomador.model.ts} +7 -7
  181. package/{lib/models/pessoa/registro/registrotrabalhadorsubstituido.model.d.ts → src/lib/models/pessoa/registro/registrotrabalhadorsubstituido.model.ts} +6 -6
  182. package/{lib/models/pessoa/registro/registrotreinamento.model.d.ts → src/lib/models/pessoa/registro/registrotreinamento.model.ts} +5 -5
  183. package/{lib/models/pessoa/registro/registrounidadeadministrativa.model.d.ts → src/lib/models/pessoa/registro/registrounidadeadministrativa.model.ts} +7 -7
  184. package/{lib/models/pessoa/registro/registrovinculacaoexterna.model.d.ts → src/lib/models/pessoa/registro/registrovinculacaoexterna.model.ts} +15 -15
  185. package/{lib/models/pessoa/registro/usuariopessoaresumo.model.d.ts → src/lib/models/pessoa/registro/usuariopessoaresumo.model.ts} +19 -17
  186. package/{lib/models/pessoa/tomador/tomadorresumo.model.d.ts → src/lib/models/pessoa/tomador/tomadorresumo.model.ts} +19 -19
  187. package/src/lib/models/solicitacoes/solicitacao-simulacao-rescisao.model.ts +9 -0
  188. package/src/lib/models/utilitarios/periodo.interface.ts +5 -0
  189. package/src/lib/services/dominio/campos-obrigatorios-cadastro.service.ts +42 -0
  190. package/src/lib/services/dominio/categoria-ocorrencia-estado.service.ts +50 -0
  191. package/src/lib/services/dominio/categoria-trabalhador-tipos-afastamento.service.ts +32 -0
  192. package/src/lib/services/dominio/categoria-trabalhador.service.ts +42 -0
  193. package/src/lib/services/dominio/categoriahabilitacaocnh.service.ts +43 -0
  194. package/src/lib/services/dominio/cbo.service.ts +40 -0
  195. package/src/lib/services/dominio/codigo-dirf.service.ts +41 -0
  196. package/src/lib/services/dominio/codigo-gps.service.ts +40 -0
  197. package/src/lib/services/dominio/codigo-terceiro.service.ts +42 -0
  198. package/src/lib/services/dominio/condicao-ingresso-trabalhador-imigrante.service.ts +40 -0
  199. package/src/lib/services/dominio/considerar-meses-sem-trabalhar-por-afastamento.service.ts +40 -0
  200. package/src/lib/services/dominio/contribuicao-patronal.service.ts +41 -0
  201. package/src/lib/services/dominio/contribuicao-substituida.service.ts +43 -0
  202. package/src/lib/services/dominio/cooperativa.service.ts +41 -0
  203. package/src/lib/services/dominio/fpas.service.ts +42 -0
  204. package/src/lib/services/dominio/indicativo-admissao.service.ts +41 -0
  205. package/src/lib/services/dominio/indicativo-lotacao.service.ts +41 -0
  206. package/src/lib/services/dominio/motivo-contratacao.service.ts +40 -0
  207. package/src/lib/services/dominio/motivo-desligamento-diretor-nao-empregado.service.ts +43 -0
  208. package/src/lib/services/dominio/natureza-atividade.service.ts +40 -0
  209. package/src/lib/services/dominio/nivel-estagio.service.ts +42 -0
  210. package/src/lib/services/dominio/nivel-risco.service.ts +42 -0
  211. package/src/lib/services/dominio/onus-cessao.service.ts +40 -0
  212. package/src/lib/services/dominio/onus-remuneracao.service.ts +41 -0
  213. package/src/lib/services/dominio/rais-afastamento.service.ts +30 -0
  214. package/src/lib/services/dominio/regime-jornada.service.ts +43 -0
  215. package/src/lib/services/dominio/registro-situacao.service.ts +43 -0
  216. package/src/lib/services/dominio/relacaodependenciaplanosaude.service.ts +43 -0
  217. package/src/lib/services/dominio/rescisao-motivo-dispensa.service.ts +41 -0
  218. package/src/lib/services/dominio/sefip-categoria.service.ts +43 -0
  219. package/src/lib/services/dominio/sefip-ocorrencia.service.ts +42 -0
  220. package/src/lib/services/dominio/sefip-recolhimento.service.ts +42 -0
  221. package/src/lib/services/dominio/status-movimento-estado.service.ts +42 -0
  222. package/src/lib/services/dominio/subtipo-ocorrencia-fabrica.service.ts +41 -0
  223. package/src/lib/services/dominio/tabela-integracao-hcm.service.ts +36 -0
  224. package/src/lib/services/dominio/temporesidenciatrabalhadorimigrante.service.ts +43 -0
  225. package/src/lib/services/dominio/tipo-acidente-transito.service.ts +43 -0
  226. package/src/lib/services/dominio/tipo-acordo-convencao.service.ts +43 -0
  227. package/src/lib/services/dominio/tipo-admissao-caged.service.ts +43 -0
  228. package/src/lib/services/dominio/tipo-admissao-e-social.service.ts +43 -0
  229. package/src/lib/services/dominio/tipo-admissao.service.ts +42 -0
  230. package/src/lib/services/dominio/tipo-afastamento-esocial.service.ts +42 -0
  231. package/src/lib/services/dominio/tipo-afastamento.service.ts +43 -0
  232. package/src/lib/services/dominio/tipo-apuracao-media.service.ts +42 -0
  233. package/src/lib/services/dominio/tipo-caepf.service.ts +42 -0
  234. package/src/lib/services/dominio/tipo-calculo.service.ts +43 -0
  235. package/src/lib/services/dominio/tipo-comissionista.service.ts +42 -0
  236. package/src/lib/services/dominio/tipo-contato-hcm.service.ts +43 -0
  237. package/src/lib/services/dominio/tipo-contratacao.service.ts +42 -0
  238. package/src/lib/services/dominio/tipo-contrato-tempo-parcial.service.ts +41 -0
  239. package/src/lib/services/dominio/tipo-contrato-trabalho.service.ts +42 -0
  240. package/src/lib/services/dominio/tipo-dados-pessoa.service.ts +42 -0
  241. package/src/lib/services/dominio/tipo-dependencia-irrf.service.ts +42 -0
  242. package/src/lib/services/dominio/tipo-dependente-esocial.service.ts +40 -0
  243. package/src/lib/services/dominio/tipo-dia-trabalhado.service.ts +42 -0
  244. package/src/lib/services/dominio/tipo-entidade-hcm.service.ts +42 -0
  245. package/src/lib/services/dominio/tipo-folha.service.ts +41 -0
  246. package/src/lib/services/dominio/tipo-funcionario.service.ts +42 -0
  247. package/src/lib/services/dominio/tipo-inss.service.ts +42 -0
  248. package/src/lib/services/dominio/tipo-jornada.service.ts +41 -0
  249. package/src/lib/services/dominio/tipo-lotacao.service.ts +43 -0
  250. package/src/lib/services/dominio/tipo-motivo-salario-familia.service.ts +43 -0
  251. package/src/lib/services/dominio/tipo-pagamento-salario.service.ts +41 -0
  252. package/src/lib/services/dominio/tipo-regime-previdenciario.service.ts +43 -0
  253. package/src/lib/services/dominio/tipo-regime-trabalhista.service.ts +42 -0
  254. package/src/lib/services/dominio/tipo-reintegracao.service.ts +42 -0
  255. package/src/lib/services/dominio/tipo-salario.service.ts +41 -0
  256. package/src/lib/services/dominio/tipo-sindicato.service.ts +42 -0
  257. package/src/lib/services/dominio/tipo-tomador.service.ts +42 -0
  258. package/src/lib/services/dominio/tipo-transporte.service.ts +42 -0
  259. package/src/lib/services/dominio/tipo-vinculo-empregaticio.service.ts +42 -0
  260. package/src/lib/services/dominio/tipoavisoprevio.service.ts +41 -0
  261. package/src/lib/services/dominio/tipoavisoprevioesocial.service.ts +41 -0
  262. package/src/lib/services/dominio/treinamento.service.ts +42 -0
  263. package/src/lib/services/hcm/campos-obrigatorios-usuario.service.ts +36 -0
  264. package/src/lib/services/hcm/cargo-gerencial/cargo-hcm.service.ts +79 -0
  265. package/src/lib/services/hcm/cargo.service.ts +74 -0
  266. package/src/lib/services/hcm/centro-custo.service.ts +44 -0
  267. package/src/lib/services/hcm/centro-resultado.service.ts +39 -0
  268. package/src/lib/services/hcm/configuracaomovimentosfolha.service.ts +42 -0
  269. package/src/lib/services/hcm/dasboard.service.ts +34 -0
  270. package/src/lib/services/hcm/departamento.service.ts +39 -0
  271. package/src/lib/services/hcm/equipe-membro.service.ts +68 -0
  272. package/src/lib/services/hcm/equipe.service.ts +57 -0
  273. package/src/lib/services/hcm/hierarquiaorganizacional.service.ts +117 -0
  274. package/src/lib/services/hcm/quadrohorario.service.ts +61 -0
  275. package/src/lib/services/hcm/relacionamento-lotacao.service.ts +64 -0
  276. package/src/lib/services/hcm/sub-tipo-fato-gerador.service.ts +55 -0
  277. package/src/lib/services/hcm/sub-tipo-ocorrencia.service.ts +39 -0
  278. package/src/lib/services/hcm/tipo-estado.service.ts +51 -0
  279. package/src/lib/services/hcm/tipo-fato-gerador.service.ts +50 -0
  280. package/src/lib/services/hcm/tipo-ocorrencia.service.ts +49 -0
  281. package/src/lib/services/hcm/unidade-administrativa.service.ts +39 -0
  282. package/src/lib/services/hcm/unidade-hierarquica.service.ts +76 -0
  283. package/src/lib/services/keex/keex.service.ts +91 -0
  284. package/src/lib/services/keex/personalizacao-keex.service.ts +52 -0
  285. package/src/lib/services/keex/solicitacoes-keex.service.ts +37 -0
  286. package/src/lib/services/passaporte/empresa-banner.service.ts +35 -0
  287. package/src/lib/services/passaporte/empresa-parametros.service.ts +40 -0
  288. package/src/lib/services/passaporte/empresa.service.ts +41 -0
  289. package/src/lib/services/pessoa/analista-pessoa.service.ts +55 -0
  290. package/src/lib/services/pessoa/colaborador.service.ts +107 -0
  291. package/src/lib/services/pessoa/dados-pessoa-empresa.service.ts +50 -0
  292. package/src/lib/services/pessoa/lider.service.ts +103 -0
  293. package/src/lib/services/pessoa/pre-admissao/registro-pendente.service.ts +41 -0
  294. package/src/lib/services/pessoa/registro.service.ts +163 -0
  295. package/src/lib/services/pessoa/tomador.service.ts +39 -0
  296. package/src/lib/services/utilitarios/dadosrelacionamento.service.ts +25 -0
  297. package/src/lib/services/utilitarios/hcm.utils.service.ts +220 -0
  298. package/src/lib/services/utilitarios/validators.service.ts +293 -0
  299. package/{public-api.d.ts → src/public-api.ts} +202 -181
  300. package/tsconfig.lib.json +14 -0
  301. package/tsconfig.lib.prod.json +10 -0
  302. package/tsconfig.spec.json +14 -0
  303. package/esm2022/keevo-api-services-hcm.mjs +0 -5
  304. package/esm2022/lib/models/dominio/CodigoDirf.model.mjs +0 -2
  305. package/esm2022/lib/models/dominio/CodigoGps.model.mjs +0 -2
  306. package/esm2022/lib/models/dominio/camposobrigatorioscadastro.model.mjs +0 -2
  307. package/esm2022/lib/models/dominio/categoriahabilitacaocnh.mjs +0 -2
  308. package/esm2022/lib/models/dominio/categoriaocorrenciaestado.model.mjs +0 -18
  309. package/esm2022/lib/models/dominio/categoriatrabalhador.model.mjs +0 -2
  310. package/esm2022/lib/models/dominio/categoriatrabalhadortiposafastamento.model.mjs +0 -2
  311. package/esm2022/lib/models/dominio/cbo.model.mjs +0 -2
  312. package/esm2022/lib/models/dominio/codigoterceiro.model.mjs +0 -2
  313. package/esm2022/lib/models/dominio/condicaoingressotrabalhadorimigrante.model.mjs +0 -2
  314. package/esm2022/lib/models/dominio/considerarmesessemtrabalharporafastamento.model.mjs +0 -2
  315. package/esm2022/lib/models/dominio/contribuicaosubstituida.model.mjs +0 -2
  316. package/esm2022/lib/models/dominio/cooperativa.model.mjs +0 -2
  317. package/esm2022/lib/models/dominio/fpas.model.mjs +0 -2
  318. package/esm2022/lib/models/dominio/indicativoadmissao.model.mjs +0 -2
  319. package/esm2022/lib/models/dominio/indicativolotacao.model.mjs +0 -2
  320. package/esm2022/lib/models/dominio/motivocontratacao.model.mjs +0 -2
  321. package/esm2022/lib/models/dominio/motivodesligamentodiretornaoempregado.model.mjs +0 -2
  322. package/esm2022/lib/models/dominio/naturezaatividade.model.mjs +0 -2
  323. package/esm2022/lib/models/dominio/nivelestagio.model.mjs +0 -2
  324. package/esm2022/lib/models/dominio/nivelrisco.model.mjs +0 -2
  325. package/esm2022/lib/models/dominio/onuscessao.model.mjs +0 -2
  326. package/esm2022/lib/models/dominio/onusremuneracao.model.mjs +0 -2
  327. package/esm2022/lib/models/dominio/raisafastamento.model.mjs +0 -2
  328. package/esm2022/lib/models/dominio/regimejornada.model.mjs +0 -2
  329. package/esm2022/lib/models/dominio/registrosituacao.model.mjs +0 -2
  330. package/esm2022/lib/models/dominio/relacaodependenciaplanosaude.model.mjs +0 -2
  331. package/esm2022/lib/models/dominio/sefipcategoria.model.mjs +0 -2
  332. package/esm2022/lib/models/dominio/sefipocorrencia.model.mjs +0 -2
  333. package/esm2022/lib/models/dominio/sefiprecolhimento.model.mjs +0 -2
  334. package/esm2022/lib/models/dominio/statusmovimentoestado.model.mjs +0 -2
  335. package/esm2022/lib/models/dominio/subtipoocorrenciafabrica.model.mjs +0 -2
  336. package/esm2022/lib/models/dominio/temporesidenciatrabalhadorimigrante.model.mjs +0 -2
  337. package/esm2022/lib/models/dominio/tipoacalculo.model.mjs +0 -2
  338. package/esm2022/lib/models/dominio/tipoacidentetransito.model.mjs +0 -2
  339. package/esm2022/lib/models/dominio/tipoacordoconvencao.model.mjs +0 -2
  340. package/esm2022/lib/models/dominio/tipoadmissao.model.mjs +0 -2
  341. package/esm2022/lib/models/dominio/tipoadmissaocaged.model.mjs +0 -2
  342. package/esm2022/lib/models/dominio/tipoadmissaoesocial.model.mjs +0 -2
  343. package/esm2022/lib/models/dominio/tipoafastamento.model.mjs +0 -2
  344. package/esm2022/lib/models/dominio/tipoafastamentoesocial.model.mjs +0 -2
  345. package/esm2022/lib/models/dominio/tipoapuracaomedia.model.mjs +0 -2
  346. package/esm2022/lib/models/dominio/tipocaepf.model.mjs +0 -2
  347. package/esm2022/lib/models/dominio/tipocomissionista.model.mjs +0 -2
  348. package/esm2022/lib/models/dominio/tipocontratacao.model.mjs +0 -2
  349. package/esm2022/lib/models/dominio/tipocontratotempoparcial.model.mjs +0 -2
  350. package/esm2022/lib/models/dominio/tipocontratotrabalho.model.mjs +0 -2
  351. package/esm2022/lib/models/dominio/tipodadospessoa.model.mjs +0 -2
  352. package/esm2022/lib/models/dominio/tipodependenciairrf.model.mjs +0 -2
  353. package/esm2022/lib/models/dominio/tipodependenteesocial.model.mjs +0 -2
  354. package/esm2022/lib/models/dominio/tipodiatrabalhado.model.mjs +0 -2
  355. package/esm2022/lib/models/dominio/tipoentidadehcm.model.mjs +0 -2
  356. package/esm2022/lib/models/dominio/tipofolha.model.mjs +0 -2
  357. package/esm2022/lib/models/dominio/tipofuncionario.model.mjs +0 -2
  358. package/esm2022/lib/models/dominio/tipoinss.model.mjs +0 -2
  359. package/esm2022/lib/models/dominio/tipojornada.model.mjs +0 -2
  360. package/esm2022/lib/models/dominio/tipolotacao.model.mjs +0 -2
  361. package/esm2022/lib/models/dominio/tipomotivosalariofamilia.model.mjs +0 -2
  362. package/esm2022/lib/models/dominio/tipopagamentosalario.model.mjs +0 -2
  363. package/esm2022/lib/models/dominio/tiporegimeprevidenciario.model.mjs +0 -2
  364. package/esm2022/lib/models/dominio/tiporegimetrabalhista.model.mjs +0 -2
  365. package/esm2022/lib/models/dominio/tiporeintegracao.model.mjs +0 -2
  366. package/esm2022/lib/models/dominio/tiposalario.model.mjs +0 -2
  367. package/esm2022/lib/models/dominio/tiposindicato.model.mjs +0 -2
  368. package/esm2022/lib/models/dominio/tipotomador.model.mjs +0 -2
  369. package/esm2022/lib/models/dominio/tipotransporte.model.mjs +0 -2
  370. package/esm2022/lib/models/dominio/tipovinculoempregaticio.model.mjs +0 -2
  371. package/esm2022/lib/models/dominio/treinamento.model.mjs +0 -2
  372. package/esm2022/lib/models/filtro/filtroaniversariante.model.mjs +0 -2
  373. package/esm2022/lib/models/filtro/filtrocpfcnpj.mjs +0 -2
  374. package/esm2022/lib/models/filtro/filtrohierarquia.model.mjs +0 -2
  375. package/esm2022/lib/models/filtro/filtrolistaanalistas.model.mjs +0 -2
  376. package/esm2022/lib/models/filtro/filtrolistacolaboradores.mjs +0 -2
  377. package/esm2022/lib/models/filtro/filtrolistahcm.model.mjs +0 -2
  378. package/esm2022/lib/models/filtro/filtrolistalider.model.mjs +0 -2
  379. package/esm2022/lib/models/filtro/filtrolistalidersubstituto.model.mjs +0 -2
  380. package/esm2022/lib/models/filtro/filtrolistaregistro.model.mjs +0 -2
  381. package/esm2022/lib/models/filtro/filtrolistarelacionamentolotacao.model.mjs +0 -2
  382. package/esm2022/lib/models/filtro/filtrolistausuario.model.mjs +0 -2
  383. package/esm2022/lib/models/hcm/cargo/cargoresumo.model.mjs +0 -2
  384. package/esm2022/lib/models/hcm/centrocusto/centrocusto.model.mjs +0 -2
  385. package/esm2022/lib/models/hcm/centroresultado/centroresultado.model.mjs +0 -2
  386. package/esm2022/lib/models/hcm/configuracaomovimentosfolha/configuracaomovimentosfolha.model.mjs +0 -2
  387. package/esm2022/lib/models/hcm/departamento/departamentoresumo.model.mjs +0 -2
  388. package/esm2022/lib/models/hcm/equipe/equipe.model.mjs +0 -2
  389. package/esm2022/lib/models/hcm/equipe/equipemembro.model.mjs +0 -2
  390. package/esm2022/lib/models/hcm/equipe/equipemembroresumo.model.mjs +0 -2
  391. package/esm2022/lib/models/hcm/equipe/equiperesumo.model.mjs +0 -2
  392. package/esm2022/lib/models/hcm/hierarquiaorganizacional/atualizarordem.model.mjs +0 -2
  393. package/esm2022/lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacional.model.mjs +0 -2
  394. package/esm2022/lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacionalassociacaomodel.model.mjs +0 -2
  395. package/esm2022/lib/models/hcm/relacionamentolotacao/relacionamentolotacao.model.mjs +0 -2
  396. package/esm2022/lib/models/hcm/subtipoocorrencia/subtipoocorrencias.model.mjs +0 -2
  397. package/esm2022/lib/models/hcm/tipoestado/tipoestado.model.mjs +0 -2
  398. package/esm2022/lib/models/hcm/tipoestado/tipoestadoresumo.model.mjs +0 -2
  399. package/esm2022/lib/models/hcm/tipoocorrencia/tipoocorrencia.model.mjs +0 -2
  400. package/esm2022/lib/models/hcm/unidadeadministrativa/unidadeadministrativaresumo.model.mjs +0 -2
  401. package/esm2022/lib/models/hcm/unidadehierarquica/unidadehierarquica.model.mjs +0 -2
  402. package/esm2022/lib/models/hcm/unidadehierarquica/unidadehierarquicaresumo.model.mjs +0 -2
  403. package/esm2022/lib/models/keex/bannerkeex.model.mjs +0 -2
  404. package/esm2022/lib/models/keex/personalizacaokeek.model.mjs +0 -8
  405. package/esm2022/lib/models/passaporte/empresa/empresa.model.mjs +0 -2
  406. package/esm2022/lib/models/passaporte/empresa/empresabanner.model.mjs +0 -2
  407. package/esm2022/lib/models/passaporte/empresa/empresaparametros.model.mjs +0 -2
  408. package/esm2022/lib/models/passaporte/master/master-combo-model.mjs +0 -2
  409. package/esm2022/lib/models/passaporte/master/master-model.mjs +0 -2
  410. package/esm2022/lib/models/passaporte/master/master-servidor.mjs +0 -2
  411. package/esm2022/lib/models/pessoa/analista/analistapessoa.model.mjs +0 -2
  412. package/esm2022/lib/models/pessoa/analista/possivelanalistapessoa.model.mjs +0 -2
  413. package/esm2022/lib/models/pessoa/colaborador/colaborador.model.mjs +0 -2
  414. package/esm2022/lib/models/pessoa/colaborador/periodovigencia.model.mjs +0 -2
  415. package/esm2022/lib/models/pessoa/lider/lider.model.mjs +0 -2
  416. package/esm2022/lib/models/pessoa/lider/liderresumo.model.mjs +0 -2
  417. package/esm2022/lib/models/pessoa/lider/lidersubstituto.model.mjs +0 -2
  418. package/esm2022/lib/models/pessoa/lider/periododevigencia.model.mjs +0 -2
  419. package/esm2022/lib/models/pessoa/lider/pessoapossivellider.model.mjs +0 -2
  420. package/esm2022/lib/models/pessoa/pessoa/atualizaflag.model.mjs +0 -2
  421. package/esm2022/lib/models/pessoa/pessoa/atualizaflagpessoa.model.mjs +0 -2
  422. package/esm2022/lib/models/pessoa/pessoa/enderecoresumo.model.mjs +0 -2
  423. package/esm2022/lib/models/pessoa/pessoa/pessoa-select.model.mjs +0 -2
  424. package/esm2022/lib/models/pessoa/pessoa/pessoafoto.model.mjs +0 -2
  425. package/esm2022/lib/models/pessoa/pessoa/pessoaperfil.model.mjs +0 -2
  426. package/esm2022/lib/models/pessoa/pessoa/validausuario.model.mjs +0 -2
  427. package/esm2022/lib/models/pessoa/registro/registro.model.mjs +0 -2
  428. package/esm2022/lib/models/pessoa/registro/registroafastamento.model.mjs +0 -2
  429. package/esm2022/lib/models/pessoa/registro/registroafastamentorelacionado.model.mjs +0 -2
  430. package/esm2022/lib/models/pessoa/registro/registrocargo.model.mjs +0 -2
  431. package/esm2022/lib/models/pessoa/registro/registrocentrocusto.model.mjs +0 -2
  432. package/esm2022/lib/models/pessoa/registro/registrocentroresultado.model.mjs +0 -2
  433. package/esm2022/lib/models/pessoa/registro/registrodadosbancarios.model.mjs +0 -2
  434. package/esm2022/lib/models/pessoa/registro/registrodepartamento.model.mjs +0 -2
  435. package/esm2022/lib/models/pessoa/registro/registrodepartamentoorganizacional.model.mjs +0 -2
  436. package/esm2022/lib/models/pessoa/registro/registrodependente.model.mjs +0 -2
  437. package/esm2022/lib/models/pessoa/registro/registroempresa.model.mjs +0 -2
  438. package/esm2022/lib/models/pessoa/registro/registrofotomodel.model.mjs +0 -2
  439. package/esm2022/lib/models/pessoa/registro/registrolotacao.model.mjs +0 -2
  440. package/esm2022/lib/models/pessoa/registro/registroobservacaocontratotrabalho.model.mjs +0 -2
  441. package/esm2022/lib/models/pessoa/registro/registrooperadoraplanosaude.model.mjs +0 -2
  442. package/esm2022/lib/models/pessoa/registro/registropesquisa.model.mjs +0 -2
  443. package/esm2022/lib/models/pessoa/registro/registroquadrohorario.model.mjs +0 -2
  444. package/esm2022/lib/models/pessoa/registro/registroresumo.model.mjs +0 -2
  445. package/esm2022/lib/models/pessoa/registro/registrosalario.model.mjs +0 -2
  446. package/esm2022/lib/models/pessoa/registro/registrosefipocorrencia.model.mjs +0 -2
  447. package/esm2022/lib/models/pessoa/registro/registrosindicato.model.mjs +0 -2
  448. package/esm2022/lib/models/pessoa/registro/registrotomador.model.mjs +0 -2
  449. package/esm2022/lib/models/pessoa/registro/registrotrabalhadorsubstituido.model.mjs +0 -2
  450. package/esm2022/lib/models/pessoa/registro/registrotreinamento.model.mjs +0 -2
  451. package/esm2022/lib/models/pessoa/registro/registrounidadeadministrativa.model.mjs +0 -2
  452. package/esm2022/lib/models/pessoa/registro/registrovinculacaoexterna.model.mjs +0 -2
  453. package/esm2022/lib/models/pessoa/registro/usuariopessoaresumo.model.mjs +0 -2
  454. package/esm2022/lib/models/pessoa/tomador/tomadorresumo.model.mjs +0 -2
  455. package/esm2022/lib/services/dominio/campos-obrigatorios-cadastro.service.mjs +0 -35
  456. package/esm2022/lib/services/dominio/categoria-ocorrencia-estado.service.mjs +0 -39
  457. package/esm2022/lib/services/dominio/categoria-trabalhador-tipos-afastamento.service.mjs +0 -27
  458. package/esm2022/lib/services/dominio/categoria-trabalhador.service.mjs +0 -36
  459. package/esm2022/lib/services/dominio/categoriahabilitacaocnh.service.mjs +0 -35
  460. package/esm2022/lib/services/dominio/cbo.service.mjs +0 -35
  461. package/esm2022/lib/services/dominio/codigo-dirf.service.mjs +0 -36
  462. package/esm2022/lib/services/dominio/codigo-gps.service.mjs +0 -35
  463. package/esm2022/lib/services/dominio/codigo-terceiro.service.mjs +0 -35
  464. package/esm2022/lib/services/dominio/condicao-ingresso-trabalhador-imigrante.service.mjs +0 -35
  465. package/esm2022/lib/services/dominio/considerar-meses-sem-trabalhar-por-afastamento.service.mjs +0 -35
  466. package/esm2022/lib/services/dominio/contribuicao-patronal.service.mjs +0 -35
  467. package/esm2022/lib/services/dominio/contribuicao-substituida.service.mjs +0 -35
  468. package/esm2022/lib/services/dominio/cooperativa.service.mjs +0 -35
  469. package/esm2022/lib/services/dominio/fpas.service.mjs +0 -35
  470. package/esm2022/lib/services/dominio/indicativo-admissao.service.mjs +0 -35
  471. package/esm2022/lib/services/dominio/indicativo-lotacao.service.mjs +0 -35
  472. package/esm2022/lib/services/dominio/motivo-contratacao.service.mjs +0 -35
  473. package/esm2022/lib/services/dominio/motivo-desligamento-diretor-nao-empregado.service.mjs +0 -35
  474. package/esm2022/lib/services/dominio/natureza-atividade.service.mjs +0 -35
  475. package/esm2022/lib/services/dominio/nivel-estagio.service.mjs +0 -35
  476. package/esm2022/lib/services/dominio/nivel-risco.service.mjs +0 -35
  477. package/esm2022/lib/services/dominio/onus-cessao.service.mjs +0 -35
  478. package/esm2022/lib/services/dominio/onus-remuneracao.service.mjs +0 -35
  479. package/esm2022/lib/services/dominio/rais-afastamento.service.mjs +0 -35
  480. package/esm2022/lib/services/dominio/regime-jornada.service.mjs +0 -35
  481. package/esm2022/lib/services/dominio/registro-situacao.service.mjs +0 -35
  482. package/esm2022/lib/services/dominio/relacaodependenciaplanosaude.service.mjs +0 -35
  483. package/esm2022/lib/services/dominio/sefip-categoria.service.mjs +0 -35
  484. package/esm2022/lib/services/dominio/sefip-ocorrencia.service.mjs +0 -35
  485. package/esm2022/lib/services/dominio/sefip-recolhimento.service.mjs +0 -35
  486. package/esm2022/lib/services/dominio/status-movimento-estado.service.mjs +0 -35
  487. package/esm2022/lib/services/dominio/subtipo-ocorrencia-fabrica.service.mjs +0 -35
  488. package/esm2022/lib/services/dominio/temporesidenciatrabalhadorimigrante.service.mjs +0 -35
  489. package/esm2022/lib/services/dominio/tipo-acidente-transito.service.mjs +0 -35
  490. package/esm2022/lib/services/dominio/tipo-acordo-convencao.service.mjs +0 -35
  491. package/esm2022/lib/services/dominio/tipo-admissao-caged.service.mjs +0 -35
  492. package/esm2022/lib/services/dominio/tipo-admissao-e-social.service.mjs +0 -35
  493. package/esm2022/lib/services/dominio/tipo-admissao.service.mjs +0 -35
  494. package/esm2022/lib/services/dominio/tipo-afastamento-esocial.service.mjs +0 -35
  495. package/esm2022/lib/services/dominio/tipo-afastamento.service.mjs +0 -35
  496. package/esm2022/lib/services/dominio/tipo-apuracao-media.service.mjs +0 -35
  497. package/esm2022/lib/services/dominio/tipo-caepf.service.mjs +0 -35
  498. package/esm2022/lib/services/dominio/tipo-calculo.service.mjs +0 -35
  499. package/esm2022/lib/services/dominio/tipo-comissionista.service.mjs +0 -35
  500. package/esm2022/lib/services/dominio/tipo-contratacao.service.mjs +0 -35
  501. package/esm2022/lib/services/dominio/tipo-contrato-tempo-parcial.service.mjs +0 -35
  502. package/esm2022/lib/services/dominio/tipo-contrato-trabalho.service.mjs +0 -35
  503. package/esm2022/lib/services/dominio/tipo-dados-pessoa.service.mjs +0 -35
  504. package/esm2022/lib/services/dominio/tipo-dependencia-irrf.service.mjs +0 -35
  505. package/esm2022/lib/services/dominio/tipo-dependente-esocial.service.mjs +0 -35
  506. package/esm2022/lib/services/dominio/tipo-dia-trabalhado.service.mjs +0 -35
  507. package/esm2022/lib/services/dominio/tipo-entidade-hcm.service.mjs +0 -35
  508. package/esm2022/lib/services/dominio/tipo-folha.service.mjs +0 -35
  509. package/esm2022/lib/services/dominio/tipo-funcionario.service.mjs +0 -35
  510. package/esm2022/lib/services/dominio/tipo-inss.service.mjs +0 -35
  511. package/esm2022/lib/services/dominio/tipo-jornada.service.mjs +0 -35
  512. package/esm2022/lib/services/dominio/tipo-lotacao.service.mjs +0 -35
  513. package/esm2022/lib/services/dominio/tipo-motivo-salario-familia.service.mjs +0 -35
  514. package/esm2022/lib/services/dominio/tipo-pagamento-salario.service.mjs +0 -35
  515. package/esm2022/lib/services/dominio/tipo-regime-previdenciario.service.mjs +0 -35
  516. package/esm2022/lib/services/dominio/tipo-regime-trabalhista.service.mjs +0 -35
  517. package/esm2022/lib/services/dominio/tipo-reintegracao.service.mjs +0 -35
  518. package/esm2022/lib/services/dominio/tipo-salario.service.mjs +0 -35
  519. package/esm2022/lib/services/dominio/tipo-sindicato.service.mjs +0 -35
  520. package/esm2022/lib/services/dominio/tipo-tomador.service.mjs +0 -35
  521. package/esm2022/lib/services/dominio/tipo-transporte.service.mjs +0 -35
  522. package/esm2022/lib/services/dominio/tipo-vinculo-empregaticio.service.mjs +0 -35
  523. package/esm2022/lib/services/dominio/treinamento.service.mjs +0 -35
  524. package/esm2022/lib/services/hcm/cargo.service.mjs +0 -60
  525. package/esm2022/lib/services/hcm/centro-custo.service.mjs +0 -36
  526. package/esm2022/lib/services/hcm/centro-resultado.service.mjs +0 -32
  527. package/esm2022/lib/services/hcm/configuracaomovimentosfolha.service.mjs +0 -38
  528. package/esm2022/lib/services/hcm/departamento.service.mjs +0 -32
  529. package/esm2022/lib/services/hcm/equipe-membro.service.mjs +0 -52
  530. package/esm2022/lib/services/hcm/equipe.service.mjs +0 -44
  531. package/esm2022/lib/services/hcm/hierarquiaorganizacional.service.mjs +0 -95
  532. package/esm2022/lib/services/hcm/relacionamento-lotacao.service.mjs +0 -52
  533. package/esm2022/lib/services/hcm/sub-tipo-ocorrencia.service.mjs +0 -32
  534. package/esm2022/lib/services/hcm/tipo-estado.service.mjs +0 -40
  535. package/esm2022/lib/services/hcm/tipo-ocorrencia.service.mjs +0 -40
  536. package/esm2022/lib/services/hcm/unidade-administrativa.service.mjs +0 -32
  537. package/esm2022/lib/services/hcm/unidade-hierarquica.service.mjs +0 -60
  538. package/esm2022/lib/services/keex/keex.service.mjs +0 -81
  539. package/esm2022/lib/services/keex/personalizacao-keex.service.mjs +0 -43
  540. package/esm2022/lib/services/passaporte/empresa-banner.service.mjs +0 -31
  541. package/esm2022/lib/services/passaporte/empresa-parametros.service.mjs +0 -35
  542. package/esm2022/lib/services/passaporte/empresa.service.mjs +0 -35
  543. package/esm2022/lib/services/pessoa/analista-pessoa.service.mjs +0 -44
  544. package/esm2022/lib/services/pessoa/colaborador.service.mjs +0 -96
  545. package/esm2022/lib/services/pessoa/lider.service.mjs +0 -79
  546. package/esm2022/lib/services/pessoa/registro.service.mjs +0 -116
  547. package/esm2022/lib/services/pessoa/tomador.service.mjs +0 -32
  548. package/esm2022/lib/services/utilitarios/dadosrelacionamento.service.mjs +0 -29
  549. package/esm2022/lib/services/utilitarios/validators.service.mjs +0 -240
  550. package/esm2022/public-api.mjs +0 -185
  551. package/fesm2022/keevo-api-services-hcm.mjs +0 -3550
  552. package/fesm2022/keevo-api-services-hcm.mjs.map +0 -1
  553. package/index.d.ts +0 -5
  554. package/lib/models/dominio/CodigoDirf.model.d.ts +0 -5
  555. package/lib/models/dominio/CodigoGps.model.d.ts +0 -6
  556. package/lib/models/dominio/categoriahabilitacaocnh.d.ts +0 -4
  557. package/lib/models/dominio/categoriaocorrenciaestado.model.d.ts +0 -24
  558. package/lib/models/dominio/categoriatrabalhador.model.d.ts +0 -5
  559. package/lib/models/dominio/categoriatrabalhadortiposafastamento.model.d.ts +0 -7
  560. package/lib/models/dominio/cbo.model.d.ts +0 -5
  561. package/lib/models/dominio/codigoterceiro.model.d.ts +0 -19
  562. package/lib/models/dominio/considerarmesessemtrabalharporafastamento.model.d.ts +0 -5
  563. package/lib/models/dominio/contribuicaosubstituida.model.d.ts +0 -4
  564. package/lib/models/dominio/cooperativa.model.d.ts +0 -4
  565. package/lib/models/dominio/fpas.model.d.ts +0 -6
  566. package/lib/models/dominio/indicativolotacao.model.d.ts +0 -6
  567. package/lib/models/dominio/motivocontratacao.model.d.ts +0 -4
  568. package/lib/models/dominio/naturezaatividade.model.d.ts +0 -4
  569. package/lib/models/dominio/nivelestagio.model.d.ts +0 -4
  570. package/lib/models/dominio/raisafastamento.model.d.ts +0 -5
  571. package/lib/models/dominio/regimejornada.model.d.ts +0 -4
  572. package/lib/models/dominio/tipodependenteesocial.model.d.ts +0 -7
  573. package/lib/models/dominio/tipopagamentosalario.model.d.ts +0 -5
  574. package/lib/models/dominio/tiposalario.model.d.ts +0 -5
  575. package/lib/models/filtro/filtrocpfcnpj.d.ts +0 -7
  576. package/lib/models/filtro/filtrolistahcm.model.d.ts +0 -10
  577. package/lib/models/filtro/filtrolistalidersubstituto.model.d.ts +0 -7
  578. package/lib/models/filtro/filtrolistaregistro.model.d.ts +0 -11
  579. package/lib/models/filtro/filtrolistausuario.model.d.ts +0 -11
  580. package/lib/models/hcm/cargo/cargoresumo.model.d.ts +0 -12
  581. package/lib/models/hcm/departamento/departamentoresumo.model.d.ts +0 -6
  582. package/lib/models/hcm/equipe/equipe.model.d.ts +0 -10
  583. package/lib/models/hcm/equipe/equipemembro.model.d.ts +0 -7
  584. package/lib/models/hcm/equipe/equipemembroresumo.model.d.ts +0 -15
  585. package/lib/models/hcm/equipe/equiperesumo.model.d.ts +0 -32
  586. package/lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacional.model.d.ts +0 -14
  587. package/lib/models/hcm/unidadehierarquica/unidadehierarquica.model.d.ts +0 -10
  588. package/lib/models/hcm/unidadehierarquica/unidadehierarquicaresumo.model.d.ts +0 -32
  589. package/lib/models/keex/bannerkeex.model.d.ts +0 -14
  590. package/lib/models/keex/personalizacaokeek.model.d.ts +0 -23
  591. package/lib/models/pessoa/analista/possivelanalistapessoa.model.d.ts +0 -12
  592. package/lib/models/pessoa/colaborador/colaborador.model.d.ts +0 -32
  593. package/lib/models/pessoa/colaborador/periodovigencia.model.d.ts +0 -4
  594. package/lib/models/pessoa/lider/lider.model.d.ts +0 -35
  595. package/lib/models/pessoa/lider/liderresumo.model.d.ts +0 -22
  596. package/lib/models/pessoa/lider/lidersubstituto.model.d.ts +0 -11
  597. package/lib/models/pessoa/lider/periododevigencia.model.d.ts +0 -4
  598. package/lib/models/pessoa/lider/pessoapossivellider.model.d.ts +0 -13
  599. package/lib/models/pessoa/pessoa/atualizaflag.model.d.ts +0 -6
  600. package/lib/models/pessoa/pessoa/enderecoresumo.model.d.ts +0 -8
  601. package/lib/models/pessoa/pessoa/pessoa-select.model.d.ts +0 -5
  602. package/lib/models/pessoa/pessoa/pessoafoto.model.d.ts +0 -8
  603. package/lib/models/pessoa/pessoa/pessoaperfil.model.d.ts +0 -20
  604. package/lib/models/pessoa/pessoa/validausuario.model.d.ts +0 -9
  605. package/lib/models/pessoa/registro/registro.model.d.ts +0 -214
  606. package/lib/models/pessoa/registro/registrofotomodel.model.d.ts +0 -6
  607. package/lib/models/pessoa/registro/registropesquisa.model.d.ts +0 -9
  608. package/lib/services/dominio/campos-obrigatorios-cadastro.service.d.ts +0 -18
  609. package/lib/services/dominio/categoria-ocorrencia-estado.service.d.ts +0 -20
  610. package/lib/services/dominio/categoria-trabalhador-tipos-afastamento.service.d.ts +0 -14
  611. package/lib/services/dominio/categoria-trabalhador.service.d.ts +0 -19
  612. package/lib/services/dominio/categoriahabilitacaocnh.service.d.ts +0 -18
  613. package/lib/services/dominio/cbo.service.d.ts +0 -18
  614. package/lib/services/dominio/codigo-dirf.service.d.ts +0 -19
  615. package/lib/services/dominio/codigo-gps.service.d.ts +0 -18
  616. package/lib/services/dominio/codigo-terceiro.service.d.ts +0 -18
  617. package/lib/services/dominio/condicao-ingresso-trabalhador-imigrante.service.d.ts +0 -18
  618. package/lib/services/dominio/considerar-meses-sem-trabalhar-por-afastamento.service.d.ts +0 -18
  619. package/lib/services/dominio/contribuicao-patronal.service.d.ts +0 -18
  620. package/lib/services/dominio/contribuicao-substituida.service.d.ts +0 -18
  621. package/lib/services/dominio/cooperativa.service.d.ts +0 -18
  622. package/lib/services/dominio/fpas.service.d.ts +0 -18
  623. package/lib/services/dominio/indicativo-admissao.service.d.ts +0 -18
  624. package/lib/services/dominio/indicativo-lotacao.service.d.ts +0 -18
  625. package/lib/services/dominio/motivo-contratacao.service.d.ts +0 -18
  626. package/lib/services/dominio/motivo-desligamento-diretor-nao-empregado.service.d.ts +0 -18
  627. package/lib/services/dominio/natureza-atividade.service.d.ts +0 -18
  628. package/lib/services/dominio/nivel-estagio.service.d.ts +0 -18
  629. package/lib/services/dominio/nivel-risco.service.d.ts +0 -18
  630. package/lib/services/dominio/onus-cessao.service.d.ts +0 -18
  631. package/lib/services/dominio/onus-remuneracao.service.d.ts +0 -18
  632. package/lib/services/dominio/rais-afastamento.service.d.ts +0 -18
  633. package/lib/services/dominio/regime-jornada.service.d.ts +0 -18
  634. package/lib/services/dominio/registro-situacao.service.d.ts +0 -18
  635. package/lib/services/dominio/relacaodependenciaplanosaude.service.d.ts +0 -18
  636. package/lib/services/dominio/sefip-categoria.service.d.ts +0 -18
  637. package/lib/services/dominio/sefip-ocorrencia.service.d.ts +0 -18
  638. package/lib/services/dominio/sefip-recolhimento.service.d.ts +0 -18
  639. package/lib/services/dominio/status-movimento-estado.service.d.ts +0 -18
  640. package/lib/services/dominio/subtipo-ocorrencia-fabrica.service.d.ts +0 -18
  641. package/lib/services/dominio/temporesidenciatrabalhadorimigrante.service.d.ts +0 -18
  642. package/lib/services/dominio/tipo-acidente-transito.service.d.ts +0 -18
  643. package/lib/services/dominio/tipo-acordo-convencao.service.d.ts +0 -18
  644. package/lib/services/dominio/tipo-admissao-caged.service.d.ts +0 -18
  645. package/lib/services/dominio/tipo-admissao-e-social.service.d.ts +0 -18
  646. package/lib/services/dominio/tipo-admissao.service.d.ts +0 -18
  647. package/lib/services/dominio/tipo-afastamento-esocial.service.d.ts +0 -18
  648. package/lib/services/dominio/tipo-afastamento.service.d.ts +0 -18
  649. package/lib/services/dominio/tipo-apuracao-media.service.d.ts +0 -18
  650. package/lib/services/dominio/tipo-caepf.service.d.ts +0 -18
  651. package/lib/services/dominio/tipo-calculo.service.d.ts +0 -18
  652. package/lib/services/dominio/tipo-comissionista.service.d.ts +0 -18
  653. package/lib/services/dominio/tipo-contratacao.service.d.ts +0 -18
  654. package/lib/services/dominio/tipo-contrato-tempo-parcial.service.d.ts +0 -18
  655. package/lib/services/dominio/tipo-contrato-trabalho.service.d.ts +0 -18
  656. package/lib/services/dominio/tipo-dados-pessoa.service.d.ts +0 -18
  657. package/lib/services/dominio/tipo-dependencia-irrf.service.d.ts +0 -18
  658. package/lib/services/dominio/tipo-dependente-esocial.service.d.ts +0 -18
  659. package/lib/services/dominio/tipo-dia-trabalhado.service.d.ts +0 -18
  660. package/lib/services/dominio/tipo-entidade-hcm.service.d.ts +0 -18
  661. package/lib/services/dominio/tipo-folha.service.d.ts +0 -18
  662. package/lib/services/dominio/tipo-funcionario.service.d.ts +0 -18
  663. package/lib/services/dominio/tipo-inss.service.d.ts +0 -18
  664. package/lib/services/dominio/tipo-jornada.service.d.ts +0 -18
  665. package/lib/services/dominio/tipo-lotacao.service.d.ts +0 -18
  666. package/lib/services/dominio/tipo-motivo-salario-familia.service.d.ts +0 -18
  667. package/lib/services/dominio/tipo-pagamento-salario.service.d.ts +0 -18
  668. package/lib/services/dominio/tipo-regime-previdenciario.service.d.ts +0 -18
  669. package/lib/services/dominio/tipo-regime-trabalhista.service.d.ts +0 -18
  670. package/lib/services/dominio/tipo-reintegracao.service.d.ts +0 -18
  671. package/lib/services/dominio/tipo-salario.service.d.ts +0 -18
  672. package/lib/services/dominio/tipo-sindicato.service.d.ts +0 -18
  673. package/lib/services/dominio/tipo-tomador.service.d.ts +0 -18
  674. package/lib/services/dominio/tipo-transporte.service.d.ts +0 -18
  675. package/lib/services/dominio/tipo-vinculo-empregaticio.service.d.ts +0 -18
  676. package/lib/services/dominio/treinamento.service.d.ts +0 -18
  677. package/lib/services/hcm/cargo.service.d.ts +0 -21
  678. package/lib/services/hcm/centro-custo.service.d.ts +0 -19
  679. package/lib/services/hcm/centro-resultado.service.d.ts +0 -17
  680. package/lib/services/hcm/configuracaomovimentosfolha.service.d.ts +0 -20
  681. package/lib/services/hcm/departamento.service.d.ts +0 -17
  682. package/lib/services/hcm/equipe-membro.service.d.ts +0 -31
  683. package/lib/services/hcm/equipe.service.d.ts +0 -26
  684. package/lib/services/hcm/hierarquiaorganizacional.service.d.ts +0 -52
  685. package/lib/services/hcm/relacionamento-lotacao.service.d.ts +0 -27
  686. package/lib/services/hcm/sub-tipo-ocorrencia.service.d.ts +0 -17
  687. package/lib/services/hcm/tipo-estado.service.d.ts +0 -22
  688. package/lib/services/hcm/tipo-ocorrencia.service.d.ts +0 -21
  689. package/lib/services/hcm/unidade-administrativa.service.d.ts +0 -17
  690. package/lib/services/hcm/unidade-hierarquica.service.d.ts +0 -32
  691. package/lib/services/keex/keex.service.d.ts +0 -41
  692. package/lib/services/keex/personalizacao-keex.service.d.ts +0 -21
  693. package/lib/services/passaporte/empresa-banner.service.d.ts +0 -16
  694. package/lib/services/passaporte/empresa-parametros.service.d.ts +0 -18
  695. package/lib/services/passaporte/empresa.service.d.ts +0 -18
  696. package/lib/services/pessoa/analista-pessoa.service.d.ts +0 -24
  697. package/lib/services/pessoa/colaborador.service.d.ts +0 -51
  698. package/lib/services/pessoa/lider.service.d.ts +0 -44
  699. package/lib/services/pessoa/registro.service.d.ts +0 -69
  700. package/lib/services/pessoa/tomador.service.d.ts +0 -17
  701. package/lib/services/utilitarios/dadosrelacionamento.service.d.ts +0 -11
  702. package/lib/services/utilitarios/validators.service.d.ts +0 -27
@@ -1,3550 +0,0 @@
1
- import { BaseApiService } from 'keevo-api-services';
2
- import * as i1 from '@angular/common/http';
3
- import { HttpHeaders } from '@angular/common/http';
4
- import * as i0 from '@angular/core';
5
- import { Injectable, Inject } from '@angular/core';
6
- import { shareReplay } from 'rxjs';
7
-
8
- // Interface para PersonalizacaoKeexModel
9
- // Enum para EnTipoAssEmailKeex
10
- var EnTipoAssEmailKeex;
11
- (function (EnTipoAssEmailKeex) {
12
- EnTipoAssEmailKeex[EnTipoAssEmailKeex["texto"] = 1] = "texto";
13
- EnTipoAssEmailKeex[EnTipoAssEmailKeex["imagem"] = 2] = "imagem";
14
- })(EnTipoAssEmailKeex || (EnTipoAssEmailKeex = {}));
15
-
16
- class CargoService extends BaseApiService {
17
- constructor(httpClient, hostEnv) {
18
- super(httpClient);
19
- this.httpClient = httpClient;
20
- this.hostEnv = hostEnv;
21
- this.rotaListarTodos = 'hcm/api/v1/cargo/listartodos';
22
- this.rotaListaCargoDisponivel = 'hcm/api/v1/cargo/listacargodisponivel';
23
- this.rotaTransferirCargos = 'hcm/api/v1/cargo/transferircargos';
24
- this.maxRequests = 10;
25
- this.cargoCacheDataMap = new Map();
26
- }
27
- ListaCargoDisponivel(idmaster, idempresaevocenter) {
28
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListaCargoDisponivel}/${idmaster}/${idempresaevocenter}`);
29
- }
30
- Listar(filtro) {
31
- const filtroString = JSON.stringify(filtro); // Converte o filtro em uma chave
32
- if (!this.cargoCacheDataMap.has(filtroString)) {
33
- const request$ = this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set('filtro', filtroString)).pipe(shareReplay(1));
34
- this.cargoCacheDataMap.set(filtroString, { counter: 1, request$ });
35
- }
36
- else {
37
- const cachedData = this.cargoCacheDataMap.get(filtroString);
38
- // Incrementa o contador e verifica se precisa atualizar os dados
39
- cachedData.counter++;
40
- if (cachedData.counter >= this.maxRequests) {
41
- const newRequest$ = this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set('filtro', filtroString)).pipe(shareReplay(1));
42
- this.cargoCacheDataMap.set(filtroString, {
43
- counter: 1,
44
- request$: newRequest$,
45
- });
46
- }
47
- }
48
- return this.cargoCacheDataMap.get(filtroString).request$;
49
- }
50
- TransferirCargos(idcargohcm, ids) {
51
- const payload = {
52
- idcargohcm,
53
- ids
54
- };
55
- return this.post(this.hostEnv.apiUrlHcm, this.rotaTransferirCargos, payload);
56
- }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CargoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
58
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CargoService, providedIn: 'root' }); }
59
- }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CargoService, decorators: [{
61
- type: Injectable,
62
- args: [{
63
- providedIn: 'root',
64
- }]
65
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
66
- type: Inject,
67
- args: ['hostEnv']
68
- }] }] });
69
-
70
- class CentroCustoService extends BaseApiService {
71
- constructor(httpClient, hostEnv) {
72
- super(httpClient);
73
- this.httpClient = httpClient;
74
- this.hostEnv = hostEnv;
75
- this.rotaListar = 'hcm/api/v1/centrocusto/listar';
76
- this.rotaListarTodos = 'hcm/api/v1/centrocusto/listartodos';
77
- this.rotaSelecionar = 'hcm/api/v1/centrocusto/selecionar';
78
- }
79
- Listar(filtro) {
80
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
81
- }
82
- ListarTodos(filtro) {
83
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
84
- }
85
- Selecionar(idcentrocusto) {
86
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcentrocusto}`);
87
- }
88
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroCustoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
89
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroCustoService, providedIn: 'root' }); }
90
- }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroCustoService, decorators: [{
92
- type: Injectable,
93
- args: [{
94
- providedIn: 'root'
95
- }]
96
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
97
- type: Inject,
98
- args: ['hostEnv']
99
- }] }] });
100
-
101
- class CentroResultadoService extends BaseApiService {
102
- constructor(httpClient, hostEnv) {
103
- super(httpClient);
104
- this.httpClient = httpClient;
105
- this.hostEnv = hostEnv;
106
- this.rotaListarTodos = 'hcm/api/v1/centroresultado/listartodos';
107
- this.rotaSelecionar = 'hcm/api/v1/centroresultado/selecionar';
108
- }
109
- ListarTodos(filtro) {
110
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
111
- }
112
- Selecionar(idcentroresultado) {
113
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcentroresultado}`);
114
- }
115
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroResultadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
116
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroResultadoService, providedIn: 'root' }); }
117
- }
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroResultadoService, decorators: [{
119
- type: Injectable,
120
- args: [{
121
- providedIn: 'root'
122
- }]
123
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
124
- type: Inject,
125
- args: ['hostEnv']
126
- }] }] });
127
-
128
- class DepartamentoService extends BaseApiService {
129
- constructor(httpClient, hostEnv) {
130
- super(httpClient);
131
- this.httpClient = httpClient;
132
- this.hostEnv = hostEnv;
133
- this.rotaListarTodos = 'hcm/api/v1/departamento/listartodos';
134
- this.rotaListarSelecionar = 'hcm/api/v1/departamento/selecionar';
135
- }
136
- ListarTodos(filtro) {
137
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
138
- }
139
- Selecionar(iddepartamento) {
140
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaListarSelecionar}/${iddepartamento}`);
141
- }
142
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepartamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
143
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepartamentoService, providedIn: 'root' }); }
144
- }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepartamentoService, decorators: [{
146
- type: Injectable,
147
- args: [{
148
- providedIn: 'root'
149
- }]
150
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
151
- type: Inject,
152
- args: ['hostEnv']
153
- }] }] });
154
-
155
- class EquipeMembroService extends BaseApiService {
156
- constructor(httpClient, hostEnv) {
157
- super(httpClient);
158
- this.httpClient = httpClient;
159
- this.hostEnv = hostEnv;
160
- this.rotaExcluir = 'hcm/api/v1/equipemembro/excluir';
161
- this.rotaListar = 'hcm/api/v1/equipemembro/listar';
162
- this.rotaListarPorchave = 'hcm/api/v1/equipemembro/listarporchave';
163
- this.rotaListarPossiveisMembros = 'hcm/api/v1/equipemembro/listarpossiveismembros';
164
- this.rotaSalvar = 'hcm/api/v1/equipemembro/salvar';
165
- this.rotaSalvarEmLote = 'hcm/api/v1/equipemembro/salvaremlote';
166
- this.rotaSelecionar = 'hcm/api/v1/equipemembro/selecionar';
167
- }
168
- Excluir(idanalista) {
169
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${idanalista}`);
170
- }
171
- Listar(filtro) {
172
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
173
- }
174
- ListarPorChave(filtro) {
175
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPorchave, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
176
- }
177
- ListarPossiveisMembros(filtro) {
178
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPossiveisMembros, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
179
- }
180
- Salvar(data) {
181
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
182
- }
183
- SalvarEmLote(data) {
184
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvarEmLote, data);
185
- }
186
- Selecionar(idanalista) {
187
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idanalista}`);
188
- }
189
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeMembroService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
190
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeMembroService, providedIn: 'root' }); }
191
- }
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeMembroService, decorators: [{
193
- type: Injectable,
194
- args: [{
195
- providedIn: 'root'
196
- }]
197
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
198
- type: Inject,
199
- args: ['hostEnv']
200
- }] }] });
201
-
202
- class EquipeService extends BaseApiService {
203
- constructor(httpClient, hostEnv) {
204
- super(httpClient);
205
- this.httpClient = httpClient;
206
- this.hostEnv = hostEnv;
207
- this.rotaExcluir = 'hcm/api/v1/equipe/excluir';
208
- this.rotaListar = 'hcm/api/v1/equipe/listar';
209
- this.rotaListarPorchave = 'hcm/api/v1/equipe/listarporchave';
210
- this.rotaSalvar = 'hcm/api/v1/equipe/salvar';
211
- this.rotaSelecionar = 'hcm/api/v1/equipe/selecionar';
212
- }
213
- Excluir(idequipe) {
214
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${idequipe}`);
215
- }
216
- Listar(filtro) {
217
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
218
- }
219
- ListarPorChave(filtro) {
220
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPorchave, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
221
- }
222
- Salvar(data) {
223
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
224
- }
225
- Selecionar(idanalista) {
226
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idanalista}`);
227
- }
228
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
229
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeService, providedIn: 'root' }); }
230
- }
231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeService, decorators: [{
232
- type: Injectable,
233
- args: [{
234
- providedIn: 'root'
235
- }]
236
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
237
- type: Inject,
238
- args: ['hostEnv']
239
- }] }] });
240
-
241
- class HierarquiaOrganizacionalService extends BaseApiService {
242
- constructor(httpClient, hostEnv) {
243
- super(httpClient);
244
- this.hostEnv = hostEnv;
245
- this.rotaExcluir = 'hcm/api/v1/hierarquiaorganizacional/excluir';
246
- this.rotaExcluirLiderSubstituto = 'hcm/api/v1/hierarquiaorganizacional/ExcluirLiderSubstituto';
247
- this.rotaListar = 'hcm/api/v1/hierarquiaorganizacional/listar';
248
- this.rotaListartodos = 'hcm/api/v1/hierarquiaorganizacional/listartodos';
249
- this.rotaListartodosporlider = 'hcm/api/v1/hierarquiaorganizacional/listartodosporlider';
250
- this.rotaListarLideresSubstitutosPorHierarquiaOrganizacional = 'hcm/api/v1/hierarquiaorganizacional/ListarLideresSubstitutosPorHierarquiaOrganizacional';
251
- this.rotaListarPossiveisLideres = 'hcm/api/v1/hierarquiaorganizacional/listarpossiveislideres';
252
- this.rotaListarmembros = 'hcm/api/v1/hierarquiaorganizacional/listarmembros';
253
- this.rotaListarHierarquiasQueSeraoExcluidas = 'hcm/api/v1/hierarquiaorganizacional/ListarHierarquiasQueSeraoExcluidas';
254
- this.rotaSalvar = 'hcm/api/v1/hierarquiaorganizacional/salvar';
255
- this.rotaAtualizaVinculoDeHierarquia = 'hcm/api/v1/hierarquiaorganizacional/AtualizaVinculoDeHierarquia';
256
- this.rotaAtualizarOrdemHierarquia = 'hcm/api/v1/hierarquiaorganizacional/AtualizarOrdemHierarquia';
257
- this.rotaAtualizarOrdemHierarquias = 'hcm/api/v1/hierarquiaorganizacional/AtualizarOrdemHierarquias';
258
- this.rotaSelecionar = 'hcm/api/v1/hierarquiaorganizacional/selecionar';
259
- this.rotaSolicitarConfirmacaoAlteracaoLideranca = 'hcm/api/v1/hierarquiaorganizacional/SolicitarConfirmacaoAlteracaoLideranca';
260
- this.rotaSelecionarTotalHierarquias = 'hcm/api/v1/hierarquiaorganizacional/selecionartotalhierarquias';
261
- this.rotaVerificaLideranca = 'hcm/api/v1/hierarquiaorganizacional/VerificaLideranca';
262
- this.rotalistarTodosLideres = 'hcm/api/v1/hierarquiaorganizacional/listarTodosLideres';
263
- }
264
- AtualizaVinculoDeHierarquia(dados) {
265
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizaVinculoDeHierarquia, dados);
266
- }
267
- AtualizarOrdemHierarquia(idhierarquiaorganizacional, idordem) {
268
- return this.post(this.hostEnv.apiUrlHcm, `${this.rotaAtualizarOrdemHierarquia}?idhierarquiaorganizacional=${idhierarquiaorganizacional}&ordem=${idordem}`);
269
- }
270
- AtualizarOrdemHierarquias(listaOrdens) {
271
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizarOrdemHierarquias, listaOrdens);
272
- }
273
- Excluir(id) {
274
- return this.post(this.hostEnv.apiUrlHcm, this.rotaExcluir, id);
275
- }
276
- ExcluirLiderSubstituto(id) {
277
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluirLiderSubstituto}/${id}`);
278
- }
279
- Listar(filtro) {
280
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListar, filtro);
281
- }
282
- ListarTodos(filtro) {
283
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListartodos, filtro);
284
- }
285
- ListarTodosPorLider(filtro) {
286
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListartodosporlider, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
287
- }
288
- ListarLideresSubstitutosPorHierarquiaOrganizacional(filtro) {
289
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarLideresSubstitutosPorHierarquiaOrganizacional, filtro);
290
- }
291
- ListarPossiveisLideres(filtro) {
292
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarPossiveisLideres, filtro);
293
- }
294
- ListarHierarquiasQueSeraoExcluidas(idhierarquiaorganizacional) {
295
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarHierarquiasQueSeraoExcluidas, idhierarquiaorganizacional);
296
- }
297
- ListarTodosLideres(filtro) {
298
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotalistarTodosLideres, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
299
- }
300
- ListarMembros(filtro) {
301
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarmembros, filtro);
302
- }
303
- Salvar(dados) {
304
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, dados);
305
- }
306
- SolicitarConfirmacaoAlteracaoLideranca(filtro) {
307
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSolicitarConfirmacaoAlteracaoLideranca, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
308
- }
309
- Selecionar(id) {
310
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
311
- }
312
- SelecionarTotalHierarquias(idmaster, idempresaevocenter) {
313
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionarTotalHierarquias}/${idmaster}/${idempresaevocenter}`);
314
- }
315
- VerificarLideranca(filtro) {
316
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaVerificaLideranca, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
317
- }
318
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HierarquiaOrganizacionalService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
319
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HierarquiaOrganizacionalService, providedIn: 'root' }); }
320
- }
321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HierarquiaOrganizacionalService, decorators: [{
322
- type: Injectable,
323
- args: [{
324
- providedIn: 'root'
325
- }]
326
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
327
- type: Inject,
328
- args: ['hostEnv']
329
- }] }] });
330
-
331
- class RelacionamentoLotacaoService extends BaseApiService {
332
- constructor(httpClient, hostEnv) {
333
- super(httpClient);
334
- this.httpClient = httpClient;
335
- this.hostEnv = hostEnv;
336
- this.rotaExcluir = 'hcm/api/v1/relacionamentolotacao/excluir';
337
- this.rotaExisteEmpresa = 'hcm/api/v1/relacionamentolotacao/existeempresa';
338
- this.rotaListar = 'hcm/api/v1/relacionamentolotacao/listar';
339
- this.rotaListarTodos = 'hcm/api/v1/relacionamentolotacao/listartodos';
340
- this.rotaListarPossiveisAnalistas = 'hcm/api/v1/relacionamentolotacao/listarpossiveisanalistas';
341
- this.rotaSalvar = 'hcm/api/v1/relacionamentolotacao/salvar';
342
- this.rotaSelecionar = 'hcm/api/v1/relacionamentolotacao/selecionar';
343
- }
344
- Excluir(idanalista) {
345
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${idanalista}`);
346
- }
347
- ExisteEmpresa(idmaster, idempresaevocenter) {
348
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteEmpresa}/${idmaster}/${idempresaevocenter}`);
349
- }
350
- Listar(filtro) {
351
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
352
- }
353
- ListarTodos(filtro) {
354
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
355
- }
356
- ListarPossiveisAnalistas(filtro) {
357
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPossiveisAnalistas, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
358
- }
359
- Salvar(data) {
360
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
361
- }
362
- Selecionar(idrelacionamentolotacao) {
363
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idrelacionamentolotacao}`);
364
- }
365
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacionamentoLotacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
366
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacionamentoLotacaoService, providedIn: 'root' }); }
367
- }
368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacionamentoLotacaoService, decorators: [{
369
- type: Injectable,
370
- args: [{
371
- providedIn: 'root'
372
- }]
373
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
374
- type: Inject,
375
- args: ['hostEnv']
376
- }] }] });
377
-
378
- class SubTipoOcorrenciaService extends BaseApiService {
379
- constructor(httpClient, hostEnv) {
380
- super(httpClient);
381
- this.httpClient = httpClient;
382
- this.hostEnv = hostEnv;
383
- this.rotaListar = 'hcm/api/v1/subtipoocorrencia/listar';
384
- this.rotaSalvar = 'hcm/api/v1/subtipoocorrencia/salvar';
385
- }
386
- Listar(filtro) {
387
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
388
- }
389
- Salvar(data) {
390
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
391
- }
392
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
393
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaService, providedIn: 'root' }); }
394
- }
395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaService, decorators: [{
396
- type: Injectable,
397
- args: [{
398
- providedIn: 'root'
399
- }]
400
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
401
- type: Inject,
402
- args: ['hostEnv']
403
- }] }] });
404
-
405
- class TipoEstadoService extends BaseApiService {
406
- constructor(httpClient, hostEnv) {
407
- super(httpClient);
408
- this.httpClient = httpClient;
409
- this.hostEnv = hostEnv;
410
- this.rotaExcluir = 'hcm/api/v1/tipoestado/excluir';
411
- this.rotaListar = 'hcm/api/v1/tipoestado/listar';
412
- this.rotaSalvar = 'hcm/api/v1/tipoestado/salvar';
413
- this.rotaSelecionar = 'hcm/api/v1/tipoestado/selecionar';
414
- }
415
- Excluir(id) {
416
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${id}`);
417
- }
418
- Listar(filtro) {
419
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
420
- }
421
- Salvar(estado) {
422
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, estado);
423
- }
424
- Selecionar(id) {
425
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
426
- }
427
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEstadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
428
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEstadoService, providedIn: 'root' }); }
429
- }
430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEstadoService, decorators: [{
431
- type: Injectable,
432
- args: [{
433
- providedIn: 'root'
434
- }]
435
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
436
- type: Inject,
437
- args: ['hostEnv']
438
- }] }] });
439
-
440
- class TipoOcorrenciaService extends BaseApiService {
441
- constructor(httpClient, hostEnv) {
442
- super(httpClient);
443
- this.httpClient = httpClient;
444
- this.hostEnv = hostEnv;
445
- this.rotaExcluir = 'hcm/api/v1/tipoocorrencia/excluir';
446
- this.rotaListar = 'hcm/api/v1/tipoocorrencia/listar';
447
- this.rotaSalvar = 'hcm/api/v1/tipoocorrencia/salvar';
448
- this.rotaSelecionar = 'hcm/api/v1/tipoocorrencia/selecionar';
449
- }
450
- Excluir(idtipoocorrencia) {
451
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${idtipoocorrencia}`);
452
- }
453
- Listar(filtro) {
454
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
455
- }
456
- Salvar(data) {
457
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
458
- }
459
- Selecionar(idtipoocorrencia) {
460
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoocorrencia}`);
461
- }
462
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoOcorrenciaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
463
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoOcorrenciaService, providedIn: 'root' }); }
464
- }
465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoOcorrenciaService, decorators: [{
466
- type: Injectable,
467
- args: [{
468
- providedIn: 'root'
469
- }]
470
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
471
- type: Inject,
472
- args: ['hostEnv']
473
- }] }] });
474
-
475
- class UnidadeAdministrativaService extends BaseApiService {
476
- constructor(httpClient, hostEnv) {
477
- super(httpClient);
478
- this.httpClient = httpClient;
479
- this.hostEnv = hostEnv;
480
- this.rotaListarTodos = 'hcm/api/v1/unidadeadministrativa/listartodos';
481
- this.rotaSelecionar = 'hcm/api/v1/unidadeadministrativa/selecionar';
482
- }
483
- ListarTodos(filtro) {
484
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
485
- }
486
- Selecionar(idunidadeadministrativa) {
487
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idunidadeadministrativa}`);
488
- }
489
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadeAdministrativaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
490
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadeAdministrativaService, providedIn: 'root' }); }
491
- }
492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadeAdministrativaService, decorators: [{
493
- type: Injectable,
494
- args: [{
495
- providedIn: 'root'
496
- }]
497
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
498
- type: Inject,
499
- args: ['hostEnv']
500
- }] }] });
501
-
502
- class UnidadehierarquicaService extends BaseApiService {
503
- constructor(httpClient, hostEnv) {
504
- super(httpClient);
505
- this.httpClient = httpClient;
506
- this.hostEnv = hostEnv;
507
- this.rotaExcluir = 'hcm/api/v1/unidadehierarquica/excluir';
508
- this.rotaExisteEmpresa = 'hcm/api/v1/unidadehierarquica/existeempresa';
509
- this.rotaListar = 'hcm/api/v1/unidadehierarquica/listar';
510
- this.rotaListarTodos = 'hcm/api/v1/unidadehierarquica/listartodos';
511
- this.rotaListarPorChave = 'hcm/api/v1/unidadehierarquica/listarporchave';
512
- this.rotaListarPossiveisUnidadesSuperiores = 'hcm/api/v1/unidadehierarquica/listarpossiveisunidadessuperiores';
513
- this.rotaSelecionarRaizPorChave = 'hcm/api/v1/unidadehierarquica/SelecionarRaizPorChave';
514
- this.rotaSalvar = 'hcm/api/v1/unidadehierarquica/salvar';
515
- this.rotaSelecionar = 'hcm/api/v1/unidadehierarquica/selecionar';
516
- }
517
- Excluir(idunidadehierarquica) {
518
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${idunidadehierarquica}`);
519
- }
520
- ExisteEmpresa(idmaster, idempresaevocenter) {
521
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteEmpresa}/${idmaster}/${idempresaevocenter}`);
522
- }
523
- Listar(filtro) {
524
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
525
- }
526
- ListarPorChave(filtro) {
527
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPorChave, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
528
- }
529
- ListarPossiveisUnidadesSuperiores(filtro) {
530
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPossiveisUnidadesSuperiores, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
531
- }
532
- ListarTodos(filtro) {
533
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
534
- }
535
- Salvar(data) {
536
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
537
- }
538
- Selecionar(idunidadehierarquica) {
539
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idunidadehierarquica}`);
540
- }
541
- SelecionarRaizPorChave(filtro) {
542
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSelecionarRaizPorChave, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
543
- }
544
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadehierarquicaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
545
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadehierarquicaService, providedIn: 'root' }); }
546
- }
547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadehierarquicaService, decorators: [{
548
- type: Injectable,
549
- args: [{
550
- providedIn: 'root'
551
- }]
552
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
553
- type: Inject,
554
- args: ['hostEnv']
555
- }] }] });
556
-
557
- class ConfiguracaoMovimentosFolhaService extends BaseApiService {
558
- constructor(httpClient, hostEnv) {
559
- super(httpClient);
560
- this.hostEnv = hostEnv;
561
- this.rotaExcluir = 'hcm/api/v1/configuracaomovimentofolha/excluir';
562
- this.rotaListar = 'hcm/api/v1/configuracaomovimentofolha/listar';
563
- this.rotaSelecionar = 'hcm/api/v1/configuracaomovimentofolha/selecionar';
564
- this.rotaSalvar = 'hcm/api/v1/configuracaomovimentofolha/salvar';
565
- }
566
- Excluir(id) {
567
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${id}`);
568
- }
569
- Listar(filtro) {
570
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListar, filtro);
571
- }
572
- Selecionar(id) {
573
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
574
- }
575
- Salvar(dados) {
576
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, dados);
577
- }
578
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConfiguracaoMovimentosFolhaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
579
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConfiguracaoMovimentosFolhaService, providedIn: 'root' }); }
580
- }
581
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConfiguracaoMovimentosFolhaService, decorators: [{
582
- type: Injectable,
583
- args: [{
584
- providedIn: 'root',
585
- }]
586
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
587
- type: Inject,
588
- args: ['hostEnv']
589
- }] }] });
590
-
591
- class EmpresaBannerService extends BaseApiService {
592
- constructor(httpClient, hostEnv) {
593
- super(httpClient);
594
- this.httpClient = httpClient;
595
- this.hostEnv = hostEnv;
596
- this.rotaSalvar = 'hcm/api/v1/empresabanner/salvar';
597
- this.rotaSelecionar = 'hcm/api/v1/empresabanner/selecionar';
598
- }
599
- Salvar(data) {
600
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
601
- }
602
- Selecionar(idmaster, idempresaevocenter, ordem) {
603
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idmaster}/${idempresaevocenter}/${ordem}`);
604
- }
605
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaBannerService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
606
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaBannerService, providedIn: 'root' }); }
607
- }
608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaBannerService, decorators: [{
609
- type: Injectable,
610
- args: [{
611
- providedIn: 'root'
612
- }]
613
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
614
- type: Inject,
615
- args: ['hostEnv']
616
- }] }] });
617
-
618
- class EmpresaParametrosService extends BaseApiService {
619
- constructor(httpClient, hostEnv) {
620
- super(httpClient);
621
- this.httpClient = httpClient;
622
- this.hostEnv = hostEnv;
623
- this.rotaSalvar = 'hcm/api/v1/empresaparametros/salvar';
624
- this.rotaSalvarEkeep = 'hcm/api/v1/empresaparametros/salvarekeep';
625
- this.rotaSelecionar = 'hcm/api/v1/empresaparametros/selecionar';
626
- }
627
- Selecionar(idempresaevocenter) {
628
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idempresaevocenter}`);
629
- }
630
- Salvar(data) {
631
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
632
- }
633
- SalvarEkeep(data) {
634
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvarEkeep, data);
635
- }
636
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaParametrosService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
637
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaParametrosService, providedIn: 'root' }); }
638
- }
639
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaParametrosService, decorators: [{
640
- type: Injectable,
641
- args: [{
642
- providedIn: 'root'
643
- }]
644
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
645
- type: Inject,
646
- args: ['hostEnv']
647
- }] }] });
648
-
649
- class EmpresaService extends BaseApiService {
650
- constructor(httpClient, hostEnv) {
651
- super(httpClient);
652
- this.httpClient = httpClient;
653
- this.hostEnv = hostEnv;
654
- this.rotaListarEmpresas = 'hcm/api/v1/empresa/listarempresas';
655
- this.rotaListarEmpresaseFiliais = 'hcm/api/v1/empresa/listarempresaefiliais';
656
- this.rotaListarFiliais = 'hcm/api/v1/empresa/listarfiliais';
657
- }
658
- ListarEmpresas(idmaster) {
659
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarEmpresas}/${idmaster}`);
660
- }
661
- ListarEmpresaEFiliais(idmaster, idempresaevocenter) {
662
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarEmpresaseFiliais}/${idmaster}/${idempresaevocenter}`);
663
- }
664
- ListarFiliais(idempresaevocenter) {
665
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarFiliais}/${idempresaevocenter}`);
666
- }
667
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
668
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaService, providedIn: 'root' }); }
669
- }
670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaService, decorators: [{
671
- type: Injectable,
672
- args: [{
673
- providedIn: 'root'
674
- }]
675
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
676
- type: Inject,
677
- args: ['hostEnv']
678
- }] }] });
679
-
680
- class AnalistaPessoaService extends BaseApiService {
681
- constructor(httpClient, hostEnv) {
682
- super(httpClient);
683
- this.httpClient = httpClient;
684
- this.hostEnv = hostEnv;
685
- this.rotaExcluir = 'hcm/api/v1/analistapessoa/excluir';
686
- this.rotaListar = 'hcm/api/v1/analistapessoa/listar';
687
- this.rotaListarPossiveisAnalistas = 'hcm/api/v1/analistapessoa/listarpossiveisanalistas';
688
- this.rotaSalvar = 'hcm/api/v1/analistapessoa/salvar';
689
- this.rotaSelecionar = 'hcm/api/v1/analistapessoa/selecionar';
690
- }
691
- Excluir(idanalista) {
692
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${idanalista}`);
693
- }
694
- Listar(filtro) {
695
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListar, filtro);
696
- }
697
- ListarPossiveisAnalistas(filtro) {
698
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPossiveisAnalistas, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
699
- }
700
- Salvar(data) {
701
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
702
- }
703
- Selecionar(idanalista) {
704
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idanalista}`);
705
- }
706
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnalistaPessoaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
707
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnalistaPessoaService, providedIn: 'root' }); }
708
- }
709
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnalistaPessoaService, decorators: [{
710
- type: Injectable,
711
- args: [{
712
- providedIn: 'root'
713
- }]
714
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
715
- type: Inject,
716
- args: ['hostEnv']
717
- }] }] });
718
-
719
- class ColaboradorService extends BaseApiService {
720
- constructor(httpClient, hostEnv) {
721
- super(httpClient);
722
- this.httpClient = httpClient;
723
- this.hostEnv = hostEnv;
724
- this.rotaListar = 'hcm/api/v1/colaborador/Listar';
725
- this.rotaListarColaboradores = 'hcm/api/v1/colaborador/ListarColaboradores';
726
- this.rotaListarTodos = 'hcm/api/v1/colaborador/ListarTodos';
727
- this.rotaListarColaboradoresPorHierarquiaOrganizacional = 'hcm/api/v1/colaborador/ListarColaboradoresPorHierarquiaOrganizacional';
728
- this.rotaListarColaboradoresSecundariosPorHierarquiaOrganizacional = 'hcm/api/v1/colaborador/ListarColaboradoresSecundariosPorHierarquiaOrganizacional';
729
- this.rotaListarPossiveisColaboradores = 'hcm/api/v1/colaborador/ListarPossiveisColaboradores';
730
- this.rotaSelecionar = 'hcm/api/v1/colaborador/selecionar';
731
- this.rotaSelecionarPorGuid = 'hcm/api/v1/colaborador/selecionarporguid';
732
- this.rotaSelecionarPossivelColaborador = 'hcm/api/v1/colaborador/SelecionarPossivelColaborador';
733
- this.rotaSalvar = 'hcm/api/v1/colaborador/salvar';
734
- this.rotaSalvarLinha = 'hcm/api/v1/colaborador/salvarlinha';
735
- this.rotaAtualizaVinculoHierarquia = 'hcm/api/v1/colaborador/atualizavinculodehierarquia';
736
- this.rotaVerificarColaboradorLider = 'hcm/api/v1/colaborador/Verificarcolaboradorlider';
737
- this.rotaVerificarColaboradorExterno = 'hcm/api/v1/colaborador/VerificarColaboradorExterno';
738
- this.rotaVerificarColaboradorEstrangeiro = 'hcm/api/v1/colaborador/VerificarColaboradorEstrangeiro';
739
- this.rotaListarGuidPorCpf = 'hcm/api/v1/colaborador/ListarGuidPorCpf';
740
- this.rotaVincularColaboradorHierarquia = 'hcm/api/v1/colaborador/VincularColaboradorHierarquia';
741
- this.rotaExisteRegistroAtivoAssociadoColaboradorExterno = 'hcm/api/v1/colaborador/ExisteRegistroAtivoAssociadoColaboradorExterno';
742
- }
743
- AtualizaVinculoDeHierarquia(colaboradores) {
744
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizaVinculoHierarquia, colaboradores);
745
- }
746
- VincularColaboradorHierarquia(model) {
747
- return this.post(this.hostEnv.apiUrlHcm, this.rotaVincularColaboradorHierarquia, model);
748
- }
749
- Listar(filtro) {
750
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListar, filtro);
751
- }
752
- ListarColaboradores(filtro) {
753
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarColaboradores, filtro);
754
- }
755
- ListarTodos(idmaster, idempresaevocenter) {
756
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarTodos}/${idmaster}/${idempresaevocenter}`);
757
- }
758
- ListarColaboradoresPorHierarquiaOrganizacional(idhierarquiaorganizacional) {
759
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarColaboradoresPorHierarquiaOrganizacional}/${idhierarquiaorganizacional}`);
760
- }
761
- ListarColaboradoresSecundariosPorHierarquiaOrganizacional(idhierarquiaorganizacional) {
762
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarColaboradoresSecundariosPorHierarquiaOrganizacional}/${idhierarquiaorganizacional}`);
763
- }
764
- ListarPossiveisColaboradores(model) {
765
- return this.getHeaders(this.hostEnv.apiUrlHcm, `${this.rotaListarPossiveisColaboradores}`, new HttpHeaders().set("model", JSON.stringify(model)));
766
- }
767
- ListarGuidPorCpforCpf(filtro) {
768
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaListarGuidPorCpf, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
769
- }
770
- Selecionar(idcolaborador) {
771
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcolaborador}`);
772
- }
773
- SelecionarPorGuid(guid) {
774
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionarPorGuid}/${guid}`);
775
- }
776
- SelecionarPossivelColaborador(filtro) {
777
- return this.getHeaders(this.hostEnv.apiUrlHcm, `${this.rotaSelecionarPossivelColaborador}`, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
778
- }
779
- Salvar(colaborador) {
780
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, colaborador);
781
- }
782
- SalvarLinha(colaborador) {
783
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvarLinha, colaborador);
784
- }
785
- VerificarColaboradorLider(filtro) {
786
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaVerificarColaboradorLider, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
787
- }
788
- VerificarColaboradorExterno(filtro) {
789
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaVerificarColaboradorExterno, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
790
- }
791
- VerificarColaboradorEstrangeiro(filtro) {
792
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaVerificarColaboradorEstrangeiro, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
793
- }
794
- ExisteRegistroAtivoAssociadoColaboradorExterno(idmaster, idempresaevocenter, cpfcnpj) {
795
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteRegistroAtivoAssociadoColaboradorExterno}/${idmaster}/${idempresaevocenter}/${cpfcnpj}`);
796
- }
797
- 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 }); }
798
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColaboradorService, providedIn: 'root' }); }
799
- }
800
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColaboradorService, decorators: [{
801
- type: Injectable,
802
- args: [{
803
- providedIn: 'root'
804
- }]
805
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
806
- type: Inject,
807
- args: ['hostEnv']
808
- }] }] });
809
-
810
- class KeexService extends BaseApiService {
811
- constructor(httpClient, hostEnv) {
812
- super(httpClient);
813
- this.httpClient = httpClient;
814
- this.hostEnv = hostEnv;
815
- this.rotaListarUsuarios = 'hcm/api/v1/keex/listarusuarios';
816
- this.rotaPesquisarUsuario = 'hcm/api/v1/keex/pesquisarusuario';
817
- this.rotaTotalFuncionariosAcessoKeex = 'hcm/api/v1/keex/totalfuncionariosacessokeex';
818
- this.rotaAlteracoesKeex = 'hcm/api/v1/keex/alteraracessokeex';
819
- this.rotaValidacaoKeex = 'hcm/api/v1/keex/alterarvalidacaokeex';
820
- this.rotaVisibilidadeKeex = 'hcm/api/v1/keex/AlterarVisibilidadeKeex';
821
- this.rotaAlteracoesKeexEmpresa = 'hcm/api/v1/keex/alteraracessokeexempresa';
822
- this.rotaEnviaConvite = 'hcm/api/v1/keex/enviaconvite';
823
- this.rotaListarEnderecos = 'hcm/api/v1/keex/ListarEnderecos';
824
- this.rotaValidaAcesoInicial = 'hcm/api/v1/keex/ValidaAcesoInicial';
825
- this.rotaSelecionarFlagsDeAcessoAokeex = 'hcm/api/v1/keex/SelecionarFlagsDeAcessoAokeex';
826
- this.rotaListarTelefonesValidacaoInicial = 'hcm/api/v1/keex/ListarTelefonesValidacaoInicial';
827
- this.TelefonesValidacaoInicialCacheDataMap = new Map();
828
- }
829
- ListarUsuarios(filtro) {
830
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarUsuarios, filtro);
831
- }
832
- PesquisarUsuario(filtro) {
833
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaPesquisarUsuario, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
834
- }
835
- TotalFuncionariosAcessokeex(filtro) {
836
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaTotalFuncionariosAcessoKeex, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
837
- }
838
- AlteraAcessoAoKeex(parametros) {
839
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAlteracoesKeex, parametros);
840
- }
841
- AlteraValidacaoKeex(parametros) {
842
- return this.post(this.hostEnv.apiUrlHcm, this.rotaValidacaoKeex, parametros);
843
- }
844
- AlteraVisibilidadeKeex(parametros) {
845
- return this.post(this.hostEnv.apiUrlHcm, this.rotaVisibilidadeKeex, parametros);
846
- }
847
- EnviarConvite(usuarios) {
848
- return this.post(this.hostEnv.apiUrlHcm, this.rotaEnviaConvite, usuarios);
849
- }
850
- ListarEnderecos(filtro) {
851
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarEnderecos, new HttpHeaders().set('filtro', JSON.stringify(filtro)));
852
- }
853
- ValidaAcesoInicial(dados) {
854
- return this.post(this.hostEnv.apiUrlHcm, this.rotaValidaAcesoInicial, dados);
855
- }
856
- SelecionarFlagsDeAcessoAokeex(filtro) {
857
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaSelecionarFlagsDeAcessoAokeex, new HttpHeaders().set('filtro', JSON.stringify(filtro)));
858
- }
859
- ListarTelefonesValidacaoInicial(filtro, chached = false) {
860
- const filtroString = JSON.stringify(filtro);
861
- if (!chached) {
862
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTelefonesValidacaoInicial, new HttpHeaders().set('filtro', JSON.stringify(filtro)));
863
- }
864
- else {
865
- if (!this.TelefonesValidacaoInicialCacheDataMap.has(filtroString) || !chached) {
866
- const newRequest$ = this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTelefonesValidacaoInicial, new HttpHeaders().set('filtro', JSON.stringify(filtro))).pipe(shareReplay(1));
867
- this.TelefonesValidacaoInicialCacheDataMap.set(filtroString, { request$: newRequest$ });
868
- }
869
- return this.TelefonesValidacaoInicialCacheDataMap.get(filtroString).request$;
870
- }
871
- }
872
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KeexService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
873
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KeexService, providedIn: 'root' }); }
874
- }
875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KeexService, decorators: [{
876
- type: Injectable,
877
- args: [{
878
- providedIn: 'root',
879
- }]
880
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
881
- type: Inject,
882
- args: ['hostEnv']
883
- }] }] });
884
-
885
- class PersonalizacaoKeexService extends BaseApiService {
886
- constructor(httpClient, hostEnv) {
887
- super(httpClient);
888
- this.httpClient = httpClient;
889
- this.hostEnv = hostEnv;
890
- this.rotaSalvar = 'hcm/api/v1/personalizacaokeex/salvar';
891
- this.rotaSelecionar = 'hcm/api/v1/personalizacaokeex/selecionar';
892
- this.rotaBuscarArquivoAssinaturaEmail = 'hcm/api/v1/personalizacaokeex/BuscarArquivoAssinaturaEmail';
893
- this.rotaRetornarParametroPersonalizacaoUsarCargosGerenciais = 'hcm/api/v1/personalizacaokeex/RetornarParametroPersonalizacaoUsarCargosGerenciais';
894
- this.rotaListarBanners = 'hcm/api/v1/personalizacaokeex/ListarBanners';
895
- }
896
- Salvar(model) {
897
- return this.post(this.hostEnv.apiUrlHcm, `${this.rotaSalvar}`, model);
898
- }
899
- Selecionar(idmaster, idempresaevocenter) {
900
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idmaster}/${idempresaevocenter}`);
901
- }
902
- BuscarArquivoAssinaturaEmail(idmaster, idempresaevocenter) {
903
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaBuscarArquivoAssinaturaEmail}/${idmaster}/${idempresaevocenter}`);
904
- }
905
- RetornarParametroPersonalizacaoUsarCargosGerenciais(idmaster, idempresaevocenter) {
906
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaRetornarParametroPersonalizacaoUsarCargosGerenciais}/${idmaster}/${idempresaevocenter}`);
907
- }
908
- ListarBanners(idmaster, idempresaevocenter) {
909
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaListarBanners}/${idmaster}/${idempresaevocenter}`);
910
- }
911
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PersonalizacaoKeexService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
912
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PersonalizacaoKeexService, providedIn: 'root' }); }
913
- }
914
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PersonalizacaoKeexService, decorators: [{
915
- type: Injectable,
916
- args: [{
917
- providedIn: 'root'
918
- }]
919
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
920
- type: Inject,
921
- args: ['hostEnv']
922
- }] }] });
923
-
924
- class LiderService extends BaseApiService {
925
- constructor(httpClient, hostEnv) {
926
- super(httpClient);
927
- this.httpClient = httpClient;
928
- this.hostEnv = hostEnv;
929
- this.rotaAtualizaEstadoAtivo = 'hcm/api/v1/lider/atualizaestadoativo';
930
- this.rotaListarPossiveisLideres = 'hcm/api/v1/lider/listarpossiveislideres';
931
- this.rotaListarPosiveisLideresSubstituto = 'hcm/api/v1/lider/listarposiveislideressubstituto';
932
- this.rotaListar = 'hcm/api/v1/lider/listar';
933
- this.rotaListarPorChave = 'hcm/api/v1/lider/listarporchave';
934
- this.rotaSelecionar = 'hcm/api/v1/lider/selecionar';
935
- this.rotaSelecionarDadosPesssoa = 'hcm/api/v1/lider/selecionardadospesssoa';
936
- this.rotaSalvar = 'hcm/api/v1/lider/salvar';
937
- this.rotaExcluir = 'hcm/api/v1/lider/excluir';
938
- this.rotaVerificaLiderAtivo = 'hcm/api/v1/lider/verificaliderativo';
939
- this.rotaExisteLiderPrincipal = 'hcm/api/v1/lider/existeliderprincipal';
940
- this.rotaExisteCpf = 'hcm/api/v1/lider/existecpf';
941
- this.rotaExisteIDRegistro = 'hcm/api/v1/lider/existeidregistro';
942
- }
943
- AtualizaEstadoAtivo(model) {
944
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizaEstadoAtivo, model);
945
- }
946
- ListarPossiveisLideres(filtro) {
947
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPossiveisLideres, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
948
- }
949
- ListarPossiveisLideresSubstituto(filtro) {
950
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPosiveisLideresSubstituto, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
951
- }
952
- Listar(filtro) {
953
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
954
- }
955
- ListarTodos(idmaster, idempresaevocenter) {
956
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListar}/${idmaster}/${idempresaevocenter}`);
957
- }
958
- ListarPorChave(filtro) {
959
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPorChave, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
960
- }
961
- Selecionar(idlider) {
962
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idlider}`);
963
- }
964
- SelecionarDadosPessoa(idmaster, cpf) {
965
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionarDadosPesssoa}/${idmaster}/${cpf}`);
966
- }
967
- Salvar(lider) {
968
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, lider);
969
- }
970
- Excluir(idlider) {
971
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${idlider}`);
972
- }
973
- VerificaLiderAtivo(idlider) {
974
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaVerificaLiderAtivo}/${idlider}`);
975
- }
976
- ExisteLiderPrincipal(idmaster, idempresaevocenter) {
977
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteLiderPrincipal}/${idmaster}/${idempresaevocenter}`);
978
- }
979
- ExisteCpf(idmaster, idempresaevocenter, cpf) {
980
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteCpf}/${idmaster}/${idempresaevocenter}/${cpf}`);
981
- }
982
- ExisteIDRegistro(idmaster, idempresaevocenter, idregistro) {
983
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteIDRegistro}/${idmaster}/${idempresaevocenter}/${idregistro}`);
984
- }
985
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LiderService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
986
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LiderService, providedIn: 'root' }); }
987
- }
988
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LiderService, decorators: [{
989
- type: Injectable,
990
- args: [{
991
- providedIn: 'root'
992
- }]
993
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
994
- type: Inject,
995
- args: ['hostEnv']
996
- }] }] });
997
-
998
- class RegistroService extends BaseApiService {
999
- constructor(httpClient, hostEnv) {
1000
- super(httpClient);
1001
- this.httpClient = httpClient;
1002
- this.hostEnv = hostEnv;
1003
- this.rotaExcluir = 'hcm/api/v1/registro/excluir';
1004
- this.rotaExisteCpf = 'hcm/api/v1/registro/existecpf';
1005
- this.rotaListar = 'hcm/api/v1/registro/listar';
1006
- this.rotaListarContatos = 'hcm/api/v1/registro/listarcontatos';
1007
- this.rotaListarIdPorCpf = 'hcm/api/v1/registro/ListarIdPorCpf';
1008
- this.rotaListarGuidPorCpf = 'hcm/api/v1/registro/ListarGuidPorCpf';
1009
- this.rotaListarFuncionariosSemLotacao = 'hcm/api/v1/registro/ListarFuncionariosSemLotacao';
1010
- this.rotaPesquisar = 'hcm/api/v1/registro/pesquisar';
1011
- this.rotaListarAniversariantes = 'hcm/api/v1/registro/listaraniversariantes';
1012
- this.rotaSelecionarPerfil = 'hcm/api/v1/registro/SelecionarPerfil';
1013
- this.rotaSalvar = 'hcm/api/v1/registro/salvar';
1014
- this.rotaSelecionar = 'hcm/api/v1/registro/selecionar';
1015
- this.rotaSelecionarPorGuid = 'hcm/api/v1/registro/SelecionarPorGuid';
1016
- this.rotaAtualizarFoto = 'hcm/api/v1/registro/AtualizarFoto';
1017
- this.rotaAlteraVisualizacaoTelefone = 'hcm/api/v1/registro/AlteraVisualizacaoTelefone';
1018
- this.rotaAlteraVisualizacaoAniversario = 'hcm/api/v1/registro/AlteraVisualizacaoAniversario';
1019
- this.rotaTotalColaboradoresAtivos = 'hcm/api/v1/registro/TotalColaboradoresAtivos';
1020
- this.rotaPesquisaLiderSubordinado = 'hcm/api/v1/registro/PesquisarLiderSubordinado';
1021
- this.rotaGEDListarDemonstrativoDePagamentoPorEmpresa = 'hcm/api/v1/registro/GEDListarDemonstrativoDePagamentoPorEmpresa';
1022
- this.rotaVerificaDemissaoIndividual = 'hcm/api/v1/registro/VerificaDemissaoIndividual';
1023
- this.rotaVerificaDemissaoPorEmpresa = 'hcm/api/v1/registro/VerificaDemissaoPorEmpresa';
1024
- this.rotaListarRegistrosDemitidosSelect = 'hcm/api/v1/registro/ListarRegistrosDemitidosSelect';
1025
- }
1026
- Excluir(id) {
1027
- return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${id}`);
1028
- }
1029
- ExisteCpf(idmaster, idempresaevocenter, cpf) {
1030
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteCpf}/${idmaster}/${idempresaevocenter}/${cpf}`);
1031
- }
1032
- Listar(filtro) {
1033
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListar, filtro);
1034
- }
1035
- ListarContatos(filtro) {
1036
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarContatos, filtro);
1037
- }
1038
- ListarIdPorCpf(filtro) {
1039
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaListarIdPorCpf, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1040
- }
1041
- ListarGuidPorCpforCpf(filtro) {
1042
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaListarGuidPorCpf, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1043
- }
1044
- ListarFuncionariosSemLotacao(filtro) {
1045
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarFuncionariosSemLotacao, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1046
- }
1047
- Pesquisar(filtro) {
1048
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaPesquisar, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1049
- }
1050
- PesquisarLiderSubordinado(filtro) {
1051
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaPesquisaLiderSubordinado, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1052
- }
1053
- ListarAniversariantes(filtro) {
1054
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarAniversariantes, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1055
- }
1056
- // Adiciona uma nova rota para listar registros demitidos
1057
- ListarRegistrosDemitidosSelect(filtro) {
1058
- return this.post(this.hostEnv.apiUrlHcm, this.rotaListarRegistrosDemitidosSelect, filtro);
1059
- }
1060
- SelecionarPerfil(filtro) {
1061
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSelecionarPerfil, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1062
- }
1063
- GEDListarDemonstrativoDePagamentoPorEmpresa(filtro) {
1064
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaGEDListarDemonstrativoDePagamentoPorEmpresa, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1065
- }
1066
- Salvar(data) {
1067
- return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
1068
- }
1069
- Selecionar(id) {
1070
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
1071
- }
1072
- SelecionarPorGuid(uuid) {
1073
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionarPorGuid}/${uuid}`);
1074
- }
1075
- SelecionarResumo(id) {
1076
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
1077
- }
1078
- AtualizarFoto(model) {
1079
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizarFoto, model);
1080
- }
1081
- AlteraVisualizacaoTelefone(idmaster, idempresaevocenter, cpf, estado) {
1082
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaAlteraVisualizacaoTelefone}/${idmaster}/${idempresaevocenter}/${cpf}/${estado}`);
1083
- }
1084
- AlteraVisualizacaoAniversario(idmaster, idempresaevocenter, cpf, estado) {
1085
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaAlteraVisualizacaoAniversario}/${idmaster}/${idempresaevocenter}/${cpf}/${estado}`);
1086
- }
1087
- TotalColaboradoresAtivos(filtro) {
1088
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaTotalColaboradoresAtivos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1089
- }
1090
- VerificaDemissaoIndividual(idmaster, idempresaevocenter, cpfcnpj) {
1091
- return this.get(this.hostEnv.apiUrlHcm, this.rotaVerificaDemissaoIndividual + `/${idmaster}/${idempresaevocenter}/${cpfcnpj}`);
1092
- }
1093
- VerificaDemissaoPorEmpresa(idmaster, idempresaevocenter) {
1094
- return this.get(this.hostEnv.apiUrlHcm, this.rotaVerificaDemissaoPorEmpresa + `/${idmaster}/${idempresaevocenter}`);
1095
- }
1096
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1097
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroService, providedIn: 'root' }); }
1098
- }
1099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroService, decorators: [{
1100
- type: Injectable,
1101
- args: [{
1102
- providedIn: 'root'
1103
- }]
1104
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1105
- type: Inject,
1106
- args: ['hostEnv']
1107
- }] }] });
1108
-
1109
- class TomadorService extends BaseApiService {
1110
- constructor(httpClient, hostEnv) {
1111
- super(httpClient);
1112
- this.httpClient = httpClient;
1113
- this.hostEnv = hostEnv;
1114
- this.rotaListarTodos = 'hcm/api/v1/tomador/listartodos';
1115
- this.rotaSelecionar = 'hcm/api/v1/tomador/selecionar';
1116
- }
1117
- ListarTodos(filtro) {
1118
- return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
1119
- }
1120
- Selecionar(idtomador) {
1121
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtomador}`);
1122
- }
1123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TomadorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1124
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TomadorService, providedIn: 'root' }); }
1125
- }
1126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TomadorService, decorators: [{
1127
- type: Injectable,
1128
- args: [{
1129
- providedIn: 'root'
1130
- }]
1131
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1132
- type: Inject,
1133
- args: ['hostEnv']
1134
- }] }] });
1135
-
1136
- class DadosConfiguracoesService {
1137
- constructor() {
1138
- this.indicativosLotacaoEmpresa = [];
1139
- this.indicativosLotacaoDominio = [];
1140
- }
1141
- setIndicativosLotacaoEmpresa(indicativos) {
1142
- this.indicativosLotacaoEmpresa = indicativos;
1143
- }
1144
- getIndicativosLotacaoEmpresa() {
1145
- return this.indicativosLotacaoEmpresa;
1146
- }
1147
- setIndicativosLotacaoDominio(indicativos) {
1148
- this.indicativosLotacaoDominio = indicativos;
1149
- }
1150
- getIndicativosLotacaoDominio() {
1151
- return this.indicativosLotacaoDominio;
1152
- }
1153
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DadosConfiguracoesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1154
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DadosConfiguracoesService, providedIn: 'root' }); }
1155
- }
1156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DadosConfiguracoesService, decorators: [{
1157
- type: Injectable,
1158
- args: [{
1159
- providedIn: 'root'
1160
- }]
1161
- }] });
1162
-
1163
- class ValidatorsService {
1164
- constructor() { }
1165
- datainicio(control, formControlNameDateFinal, required = false, formControlNameCampoChave = '') {
1166
- const formGroup = control.parent;
1167
- if (control.value === null || control.value === undefined || control.value === '') {
1168
- if (required)
1169
- return { erroMessage: "Campo obrigatório" };
1170
- else {
1171
- const dataFim = formGroup?.get(formControlNameDateFinal)?.value;
1172
- if (dataFim)
1173
- formGroup?.get(formControlNameDateFinal)?.setValue(null);
1174
- return null;
1175
- }
1176
- }
1177
- const inputValue = control.value;
1178
- const valorChave = formGroup?.get(formControlNameCampoChave)?.value;
1179
- if (!inputValue)
1180
- return { erroMessage: 'Data inválida' };
1181
- const dataInicio = new Date(inputValue);
1182
- dataInicio.setHours(0, 0, 0, 0);
1183
- const dataAtual = new Date();
1184
- dataAtual.setHours(0, 0, 0, 0);
1185
- return valorChave ? null // Se campo chave tem valor, então é uma edição, portanto não valida data inicial
1186
- : dataInicio >= dataAtual ? null : { erroMessage: 'Data deve ser maior ou igual à data atual' };
1187
- }
1188
- datafim(control, formControlNameDateInitial, required = false) {
1189
- if (control.value === null || control.value === undefined || control.value === '') {
1190
- if (required)
1191
- return { erroMessage: "Campo obrigatório" }; // Retorna erro de required se o campo estiver vazio
1192
- else
1193
- return null;
1194
- }
1195
- const dataFim = new Date(control.value); // Obter a data e hora do controle
1196
- const formGroup = control.parent;
1197
- const dataInicio = formGroup?.get(formControlNameDateInitial)?.value;
1198
- if (!dataInicio) {
1199
- return { erroMessage: 'Data inicial não informada' }; // Se a data de início não estiver definida, não há como comparar, então retornamos null
1200
- }
1201
- const dataInicioSemHoras = new Date(new Date(dataInicio).setHours(0, 0, 0, 0)); // Remover as horas da data de início
1202
- const dataFimSemHoras = new Date(new Date(dataFim).setHours(0, 0, 0, 0)); // Remover as horas da data de fim
1203
- if (dataFimSemHoras > dataInicioSemHoras || dataFim > dataInicio) {
1204
- return null; // Se a data de fim (com ou sem horas) for maior que a data de início (com ou sem horas), então está tudo certo
1205
- }
1206
- else {
1207
- return { erroMessage: 'A data final é menor que a data de início' };
1208
- }
1209
- }
1210
- datainIcioFlag(control, mensagem, flag) {
1211
- const formGroup = control.parent;
1212
- const controlFlag = formGroup?.get(flag)?.value;
1213
- if (controlFlag) {
1214
- if (control.value === null ||
1215
- control.value === undefined ||
1216
- control.value === '') {
1217
- return { erroMessage: "Campo obrigatório" };
1218
- }
1219
- else {
1220
- const dataInicio = new Date(control.value);
1221
- const dataAtual = new Date();
1222
- // Ajuste para comparar apenas ano, mês e dia
1223
- const inicioSemHoras = new Date(dataInicio.getFullYear(), dataInicio.getMonth(), dataInicio.getDate());
1224
- const atualSemHoras = new Date(dataAtual.getFullYear(), dataAtual.getMonth(), dataAtual.getDate());
1225
- if (inicioSemHoras >= atualSemHoras) {
1226
- return null;
1227
- }
1228
- else {
1229
- return { erroMessage: mensagem };
1230
- }
1231
- }
1232
- }
1233
- else {
1234
- return null;
1235
- }
1236
- }
1237
- dataFimFlag(control, nomechave, mensagem, flag) {
1238
- const formGroup = control.parent;
1239
- const controlFlag = formGroup?.get(flag)?.value;
1240
- if (controlFlag) {
1241
- if (control.value === null ||
1242
- control.value === undefined ||
1243
- control.value === '') {
1244
- return { erroMessage: "Campo obrigatório" };
1245
- }
1246
- else {
1247
- const dataFim = new Date(control.value);
1248
- const dataInicio = formGroup?.get(nomechave)?.value;
1249
- if (dataFim && dataFim.getTime() > dataInicio.getTime()) {
1250
- return null;
1251
- }
1252
- else {
1253
- return { erroMessage: mensagem };
1254
- }
1255
- }
1256
- }
1257
- else {
1258
- return null;
1259
- }
1260
- }
1261
- requiredCustomMessage(control, mensagem) {
1262
- if (control.value === null ||
1263
- control.value === undefined ||
1264
- control.value === '') {
1265
- return { erroMessage: mensagem };
1266
- }
1267
- let valorcampo = control.value;
1268
- if (valorcampo) {
1269
- return null;
1270
- }
1271
- else {
1272
- return { erroMessage: mensagem };
1273
- }
1274
- }
1275
- requiredDefautMessage(control) {
1276
- if (control.value === null ||
1277
- control.value === undefined ||
1278
- control.value === '') {
1279
- return { erroMessage: "Campo obrigatório" };
1280
- }
1281
- let valorcampo = control.value;
1282
- if (valorcampo) {
1283
- return null;
1284
- }
1285
- else {
1286
- return { erroMessage: "Campo obrigatório" };
1287
- }
1288
- }
1289
- minlenght(valorminimo, mensagem) {
1290
- return (control) => {
1291
- if (control.value === null || control.value === undefined || control.value === '') {
1292
- return { erroMessage: 'Campo obrigatório' };
1293
- }
1294
- const valorcampo = control.value;
1295
- if (valorcampo.length >= valorminimo) {
1296
- return null;
1297
- }
1298
- else {
1299
- return { erroMessage: mensagem };
1300
- }
1301
- };
1302
- }
1303
- conditionalRequired(conditionalFormControlName, message = 'Campo obrigatório') {
1304
- return (control) => {
1305
- if (control.value === null || control.value === undefined || control.value === '') {
1306
- // Verifica se algum dos controles listados está preenchido
1307
- if (conditionalFormControlName.some(name => control.parent?.get(name)?.value)) {
1308
- return { erroMessage: message }; // Retorna o erro se algum controle estiver preenchido
1309
- }
1310
- else {
1311
- return null; // Não retorna erro se nenhum controle estiver preenchido
1312
- }
1313
- }
1314
- return null; // Retorna null se o campo atual estiver preenchido
1315
- };
1316
- }
1317
- conditionalValueRequired(conditionalFormControlName, value, message = 'Campo obrigatório') {
1318
- return (control) => {
1319
- if (!control.parent) {
1320
- return null; // Retorna null se não houver um formulário pai
1321
- }
1322
- // Verifica se algum dos controles especificados possui o valor informado
1323
- const isAnyControlWithValue = conditionalFormControlName.some(name => {
1324
- const controlToCheck = control.parent?.get(name);
1325
- return controlToCheck && controlToCheck.value == value;
1326
- });
1327
- // Se algum controle tiver o valor informado, o controle atual se torna obrigatório
1328
- if (isAnyControlWithValue) {
1329
- // Verifica se o controle atual está vazio
1330
- if (control.value === null || control.value === undefined || control.value === '') {
1331
- return { erroMessage: message }; // Retorna o erro de campo obrigatório
1332
- }
1333
- }
1334
- return null; // Retorna null se o campo atual estiver preenchido ou a condição não for atendida
1335
- };
1336
- }
1337
- conditionalNotValueRequired(conditionalFormControlName, value, message = 'Campo obrigatório') {
1338
- return (control) => {
1339
- if (!control.parent) {
1340
- return null; // Retorna null se não houver um formulário pai
1341
- }
1342
- // Verifica se algum dos controles especificados possui o valor informado
1343
- const isAnyControlWithValue = conditionalFormControlName.some(name => {
1344
- const controlToCheck = control.parent?.get(name);
1345
- return controlToCheck && controlToCheck.value != value;
1346
- });
1347
- // Se algum controle tiver o valor informado, o controle atual se torna obrigatório
1348
- if (isAnyControlWithValue) {
1349
- // Verifica se o controle atual está vazio
1350
- if (control.value === null || control.value === undefined || control.value === '') {
1351
- return { erroMessage: message }; // Retorna o erro de campo obrigatório
1352
- }
1353
- }
1354
- return null; // Retorna null se o campo atual estiver preenchido ou a condição não for atendida
1355
- };
1356
- }
1357
- maxlenght(valormaximo, mensagem) {
1358
- return (control) => {
1359
- if (control.value === null || control.value === undefined || control.value === '') {
1360
- return { erroMessage: 'Campo obrigatório' };
1361
- }
1362
- const valorcampo = control.value;
1363
- if (valorcampo.length <= valormaximo) {
1364
- return null;
1365
- }
1366
- else {
1367
- return { erroMessage: mensagem };
1368
- }
1369
- };
1370
- }
1371
- validateFileName(control) {
1372
- const fileName = control.value;
1373
- // Regras do Windows para nomes de arquivos
1374
- const invalidCharsRegex = /[\/\\:*?"<>|]/; // Caracteres especiais não permitidos
1375
- const endsWithInvalidCharRegex = /[.]$/; // Não pode terminar com um ponto
1376
- const multipleDotsRegex = /(\.\.)/; // Não pode ter múltiplos pontos seguidos
1377
- if (!fileName || fileName.trim() === '') {
1378
- return { erroMessage: "Campo obrigatório" };
1379
- }
1380
- if (invalidCharsRegex.test(fileName)) {
1381
- return { erroMessage: "Nome de arquivo contém caracteres inválidos" };
1382
- }
1383
- if (endsWithInvalidCharRegex.test(fileName)) {
1384
- return { erroMessage: "Nome de arquivo não pode terminar com um ponto" };
1385
- }
1386
- if (multipleDotsRegex.test(fileName)) {
1387
- return { erroMessage: "Nome de arquivo não pode conter '..'" };
1388
- }
1389
- return null; // Retorna null se não houver erro
1390
- }
1391
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1392
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsService, providedIn: 'root' }); }
1393
- }
1394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsService, decorators: [{
1395
- type: Injectable,
1396
- args: [{
1397
- providedIn: 'root',
1398
- }]
1399
- }], ctorParameters: () => [] });
1400
-
1401
- class CategoriaOcorrenciaEstadoService extends BaseApiService {
1402
- constructor(httpClient, hostEnv) {
1403
- super(httpClient);
1404
- this.httpClient = httpClient;
1405
- this.hostEnv = hostEnv;
1406
- this.rotaExisteID = 'hcm/api/v1/CategoriaOcorrenciaEstado/ExisteID';
1407
- this.rotaSelecionar = 'hcm/api/v1/CategoriaOcorrenciaEstado/selecionar';
1408
- this.rotaListarTodos = 'hcm/api/v1/CategoriaOcorrenciaEstado/Listar';
1409
- this.rotaListarPorTipoCategoria = 'hcm/api/v1/CategoriaOcorrenciaEstado/ListarPorTipoCategoria';
1410
- }
1411
- ExisteID(idcategoriaocorrenciaestado) {
1412
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcategoriaocorrenciaestado}`);
1413
- }
1414
- Selecionar(idcategoriaocorrenciaestado) {
1415
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcategoriaocorrenciaestado}`);
1416
- }
1417
- Listar() {
1418
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1419
- }
1420
- ListarPorCategoria(idtipocategoriaocorrenciaestado) {
1421
- return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarPorTipoCategoria}/${idtipocategoriaocorrenciaestado}`);
1422
- }
1423
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaOcorrenciaEstadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1424
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaOcorrenciaEstadoService, providedIn: 'root' }); }
1425
- }
1426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaOcorrenciaEstadoService, decorators: [{
1427
- type: Injectable,
1428
- args: [{
1429
- providedIn: 'root'
1430
- }]
1431
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1432
- type: Inject,
1433
- args: ['hostEnv']
1434
- }] }] });
1435
-
1436
- class CategoriaTrabalhadorTiposAfastamentoService extends BaseApiService {
1437
- constructor(httpClient, hostEnv) {
1438
- super(httpClient);
1439
- this.httpClient = httpClient;
1440
- this.hostEnv = hostEnv;
1441
- this.rotaListarTodos = 'hcm/api/v1/CategoriaTrabalhadorTiposAfastamento/Listar';
1442
- }
1443
- Listar() {
1444
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1445
- }
1446
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1447
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, providedIn: 'root' }); }
1448
- }
1449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, decorators: [{
1450
- type: Injectable,
1451
- args: [{
1452
- providedIn: 'root'
1453
- }]
1454
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1455
- type: Inject,
1456
- args: ['hostEnv']
1457
- }] }] });
1458
-
1459
- class CategoriaTrabalhadorService extends BaseApiService {
1460
- constructor(httpClient, hostEnv) {
1461
- super(httpClient);
1462
- this.httpClient = httpClient;
1463
- this.hostEnv = hostEnv;
1464
- this.rotaExisteID = 'hcm/api/v1/CategoriaTrabalhador/ExisteID';
1465
- this.rotaSelecionar = 'hcm/api/v1/CategoriaTrabalhador/selecionar';
1466
- this.rotaListarTodos = 'hcm/api/v1/CategoriaTrabalhador/Listar';
1467
- this.rotaListarPorTipoCategoria = 'hcm/api/v1/CategoriaTrabalhador/ListarPorTipoCategoria';
1468
- }
1469
- ExisteID(idcategoriaocorrenciaestado) {
1470
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcategoriaocorrenciaestado}`);
1471
- }
1472
- Listar() {
1473
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1474
- }
1475
- Selecionar(idcategoriaocorrenciaestado) {
1476
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcategoriaocorrenciaestado}`);
1477
- }
1478
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1479
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorService, providedIn: 'root' }); }
1480
- }
1481
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorService, decorators: [{
1482
- type: Injectable,
1483
- args: [{
1484
- providedIn: 'root'
1485
- }]
1486
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1487
- type: Inject,
1488
- args: ['hostEnv']
1489
- }] }] });
1490
-
1491
- class CboService extends BaseApiService {
1492
- constructor(httpClient, hostEnv) {
1493
- super(httpClient);
1494
- this.httpClient = httpClient;
1495
- this.hostEnv = hostEnv;
1496
- this.rotaExisteID = 'hcm/api/v1/cbo/ExisteID';
1497
- this.rotaSelecionar = 'hcm/api/v1/cbo/selecionar';
1498
- this.rotaListarTodos = 'hcm/api/v1/cbo/Listar';
1499
- }
1500
- ExisteID(idcbo) {
1501
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcbo}`);
1502
- }
1503
- Listar() {
1504
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1505
- }
1506
- Selecionar(idcbo) {
1507
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcbo}`);
1508
- }
1509
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CboService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1510
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CboService, providedIn: 'root' }); }
1511
- }
1512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CboService, decorators: [{
1513
- type: Injectable,
1514
- args: [{
1515
- providedIn: 'root'
1516
- }]
1517
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1518
- type: Inject,
1519
- args: ['hostEnv']
1520
- }] }] });
1521
-
1522
- class CodigoDirfService extends BaseApiService {
1523
- constructor(httpClient, hostEnv) {
1524
- super(httpClient);
1525
- this.httpClient = httpClient;
1526
- this.hostEnv = hostEnv;
1527
- this.rotaExisteID = 'hcm/api/v1/codigodirf/ExisteID';
1528
- this.rotaSelecionar = 'hcm/api/v1/codigodirf/selecionar';
1529
- this.rotaListarTodos = 'hcm/api/v1/codigodirf/Listar';
1530
- this.rotaListarPorTipoCategoria = 'hcm/api/v1/codigodirf/ListarPorTipoCategoria';
1531
- }
1532
- ExisteID(idcodigodirf) {
1533
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcodigodirf}`);
1534
- }
1535
- Listar() {
1536
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1537
- }
1538
- Selecionar(idcodigodirf) {
1539
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigodirf}`);
1540
- }
1541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoDirfService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1542
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoDirfService, providedIn: 'root' }); }
1543
- }
1544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoDirfService, decorators: [{
1545
- type: Injectable,
1546
- args: [{
1547
- providedIn: 'root'
1548
- }]
1549
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1550
- type: Inject,
1551
- args: ['hostEnv']
1552
- }] }] });
1553
-
1554
- class CodigoGpsService extends BaseApiService {
1555
- constructor(httpClient, hostEnv) {
1556
- super(httpClient);
1557
- this.httpClient = httpClient;
1558
- this.hostEnv = hostEnv;
1559
- this.rotaExisteID = 'hcm/api/v1/codigogps/ExisteID';
1560
- this.rotaSelecionar = 'hcm/api/v1/codigogps/selecionar';
1561
- this.rotaListarTodos = 'hcm/api/v1/codigogps/Listar';
1562
- }
1563
- ExisteID(idcodigogps) {
1564
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcodigogps}`);
1565
- }
1566
- Listar() {
1567
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1568
- }
1569
- Selecionar(idcodigogps) {
1570
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigogps}`);
1571
- }
1572
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoGpsService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1573
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoGpsService, providedIn: 'root' }); }
1574
- }
1575
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoGpsService, decorators: [{
1576
- type: Injectable,
1577
- args: [{
1578
- providedIn: 'root'
1579
- }]
1580
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1581
- type: Inject,
1582
- args: ['hostEnv']
1583
- }] }] });
1584
-
1585
- class CodigoTerceiroService extends BaseApiService {
1586
- constructor(httpClient, hostEnv) {
1587
- super(httpClient);
1588
- this.httpClient = httpClient;
1589
- this.hostEnv = hostEnv;
1590
- this.rotaListar = 'hcm/api/v1/codigoterceiro/listar';
1591
- this.rotaExisteID = 'hcm/api/v1/codigoterceiro/existeid';
1592
- this.rotaSelecionar = 'hcm/api/v1/codigoterceiro/selecionar';
1593
- }
1594
- Listar() {
1595
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1596
- }
1597
- ExisteID(idcodigoterceiro) {
1598
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcodigoterceiro}`);
1599
- }
1600
- Selecionar(idcodigoterceiro) {
1601
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigoterceiro}`);
1602
- }
1603
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoTerceiroService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1604
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoTerceiroService, providedIn: 'root' }); }
1605
- }
1606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoTerceiroService, decorators: [{
1607
- type: Injectable,
1608
- args: [{
1609
- providedIn: 'root'
1610
- }]
1611
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1612
- type: Inject,
1613
- args: ['hostEnv']
1614
- }] }] });
1615
-
1616
- class ConsiderarMesesSemTrabalharPorAfastamentoService extends BaseApiService {
1617
- constructor(httpClient, hostEnv) {
1618
- super(httpClient);
1619
- this.httpClient = httpClient;
1620
- this.hostEnv = hostEnv;
1621
- this.rotaListar = 'hcm/api/v1/considerarmesessemtrabalharporafastamento/listar';
1622
- this.rotaExisteID = 'hcm/api/v1/considerarmesessemtrabalharporafastamento/existeid';
1623
- this.rotaSelecionar = 'hcm/api/v1/considerarmesessemtrabalharporafastamento/selecionar';
1624
- }
1625
- Listar() {
1626
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1627
- }
1628
- ExisteID(idcodigoterceiro) {
1629
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcodigoterceiro}`);
1630
- }
1631
- Selecionar(idcodigoterceiro) {
1632
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigoterceiro}`);
1633
- }
1634
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1635
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, providedIn: 'root' }); }
1636
- }
1637
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, decorators: [{
1638
- type: Injectable,
1639
- args: [{
1640
- providedIn: 'root'
1641
- }]
1642
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1643
- type: Inject,
1644
- args: ['hostEnv']
1645
- }] }] });
1646
-
1647
- class ContribuicaoPatrimonialService extends BaseApiService {
1648
- constructor(httpClient, hostEnv) {
1649
- super(httpClient);
1650
- this.httpClient = httpClient;
1651
- this.hostEnv = hostEnv;
1652
- this.rotaListar = 'hcm/api/v1/contribuicaopatronal/listar';
1653
- this.rotaExisteID = 'hcm/api/v1/contribuicaopatronal/existeid';
1654
- this.rotaSelecionar = 'hcm/api/v1/contribuicaopatronal/selecionar';
1655
- }
1656
- Listar() {
1657
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1658
- }
1659
- ExisteID(idcontribuicaopatronal) {
1660
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcontribuicaopatronal}`);
1661
- }
1662
- Selecionar(idcontribuicaopatronal) {
1663
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcontribuicaopatronal}`);
1664
- }
1665
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoPatrimonialService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1666
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoPatrimonialService, providedIn: 'root' }); }
1667
- }
1668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoPatrimonialService, decorators: [{
1669
- type: Injectable,
1670
- args: [{
1671
- providedIn: 'root'
1672
- }]
1673
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1674
- type: Inject,
1675
- args: ['hostEnv']
1676
- }] }] });
1677
-
1678
- class ContribuicaoSubstituidaServico extends BaseApiService {
1679
- constructor(httpClient, hostEnv) {
1680
- super(httpClient);
1681
- this.httpClient = httpClient;
1682
- this.hostEnv = hostEnv;
1683
- this.rotaExisteID = 'hcm/api/v1/ContribuicaoSubstituida/ExisteID';
1684
- this.rotaSelecionar = 'hcm/api/v1/ContribuicaoSubstituida/selecionar';
1685
- this.rotaListarTodos = 'hcm/api/v1/ContribuicaoSubstituida/Listar';
1686
- }
1687
- ExisteID(idcontribuicaosubstituida) {
1688
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcontribuicaosubstituida}`);
1689
- }
1690
- Listar() {
1691
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1692
- }
1693
- Selecionar(idcontribuicaosubstituida) {
1694
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcontribuicaosubstituida}`);
1695
- }
1696
- 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 }); }
1697
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoSubstituidaServico, providedIn: 'root' }); }
1698
- }
1699
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoSubstituidaServico, decorators: [{
1700
- type: Injectable,
1701
- args: [{
1702
- providedIn: 'root'
1703
- }]
1704
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1705
- type: Inject,
1706
- args: ['hostEnv']
1707
- }] }] });
1708
-
1709
- class CooperativaService extends BaseApiService {
1710
- constructor(httpClient, hostEnv) {
1711
- super(httpClient);
1712
- this.httpClient = httpClient;
1713
- this.hostEnv = hostEnv;
1714
- this.rotaListar = 'hcm/api/v1/cooperativa/listar';
1715
- this.rotaExisteID = 'hcm/api/v1/cooperativa/existeid';
1716
- this.rotaSelecionar = 'hcm/api/v1/cooperativa/selecionar';
1717
- }
1718
- Listar() {
1719
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1720
- }
1721
- ExisteID(idcooperativa) {
1722
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcooperativa}`);
1723
- }
1724
- Selecionar(idcooperativa) {
1725
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcooperativa}`);
1726
- }
1727
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CooperativaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1728
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CooperativaService, providedIn: 'root' }); }
1729
- }
1730
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CooperativaService, decorators: [{
1731
- type: Injectable,
1732
- args: [{
1733
- providedIn: 'root'
1734
- }]
1735
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1736
- type: Inject,
1737
- args: ['hostEnv']
1738
- }] }] });
1739
-
1740
- class FpasService extends BaseApiService {
1741
- constructor(httpClient, hostEnv) {
1742
- super(httpClient);
1743
- this.httpClient = httpClient;
1744
- this.hostEnv = hostEnv;
1745
- this.rotaListar = 'hcm/api/v1/fpas/listar';
1746
- this.rotaExisteID = 'hcm/api/v1/fpas/existeid';
1747
- this.rotaSelecionar = 'hcm/api/v1/fpas/selecionar';
1748
- }
1749
- Listar() {
1750
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1751
- }
1752
- ExisteID(idfpas) {
1753
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idfpas}`);
1754
- }
1755
- Selecionar(idfpas) {
1756
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idfpas}`);
1757
- }
1758
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FpasService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1759
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FpasService, providedIn: 'root' }); }
1760
- }
1761
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FpasService, decorators: [{
1762
- type: Injectable,
1763
- args: [{
1764
- providedIn: 'root'
1765
- }]
1766
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1767
- type: Inject,
1768
- args: ['hostEnv']
1769
- }] }] });
1770
-
1771
- class TipoPagamentoSalarioService extends BaseApiService {
1772
- constructor(httpClient, hostEnv) {
1773
- super(httpClient);
1774
- this.httpClient = httpClient;
1775
- this.hostEnv = hostEnv;
1776
- this.rotaListar = 'hcm/api/v1/tipopagamentosalario/listar';
1777
- this.rotaExisteID = 'hcm/api/v1/tipopagamentosalario/existeid';
1778
- this.rotaSelecionar = 'hcm/api/v1/tipopagamentosalario/selecionar';
1779
- }
1780
- Listar() {
1781
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1782
- }
1783
- ExisteID(idtipopagamentosalario) {
1784
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipopagamentosalario}`);
1785
- }
1786
- Selecionar(idtipopagamentosalario) {
1787
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipopagamentosalario}`);
1788
- }
1789
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoPagamentoSalarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1790
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoPagamentoSalarioService, providedIn: 'root' }); }
1791
- }
1792
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoPagamentoSalarioService, decorators: [{
1793
- type: Injectable,
1794
- args: [{
1795
- providedIn: 'root'
1796
- }]
1797
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1798
- type: Inject,
1799
- args: ['hostEnv']
1800
- }] }] });
1801
-
1802
- class TipoSalarioService extends BaseApiService {
1803
- constructor(httpClient, hostEnv) {
1804
- super(httpClient);
1805
- this.httpClient = httpClient;
1806
- this.hostEnv = hostEnv;
1807
- this.rotaListar = 'hcm/api/v1/tiposalario/listar';
1808
- this.rotaExisteID = 'hcm/api/v1/tiposalario/existeid';
1809
- this.rotaSelecionar = 'hcm/api/v1/tiposalario/selecionar';
1810
- }
1811
- Listar() {
1812
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1813
- }
1814
- ExisteID(idtipopagamentosalario) {
1815
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipopagamentosalario}`);
1816
- }
1817
- Selecionar(idtipopagamentosalario) {
1818
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipopagamentosalario}`);
1819
- }
1820
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSalarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1821
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSalarioService, providedIn: 'root' }); }
1822
- }
1823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSalarioService, decorators: [{
1824
- type: Injectable,
1825
- args: [{
1826
- providedIn: 'root'
1827
- }]
1828
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1829
- type: Inject,
1830
- args: ['hostEnv']
1831
- }] }] });
1832
-
1833
- class IndicativoAdmissaoService extends BaseApiService {
1834
- constructor(httpClient, hostEnv) {
1835
- super(httpClient);
1836
- this.httpClient = httpClient;
1837
- this.hostEnv = hostEnv;
1838
- this.rotaExisteID = 'hcm/api/v1/IndicativoAdmissao/ExisteID';
1839
- this.rotaSelecionar = 'hcm/api/v1/IndicativoAdmissao/selecionar';
1840
- this.rotaListarTodos = 'hcm/api/v1/IndicativoAdmissao/Listar';
1841
- }
1842
- ExisteID(idindicativoadmissao) {
1843
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idindicativoadmissao}`);
1844
- }
1845
- Listar() {
1846
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1847
- }
1848
- Selecionar(idindicativoadmissao) {
1849
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idindicativoadmissao}`);
1850
- }
1851
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoAdmissaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1852
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoAdmissaoService, providedIn: 'root' }); }
1853
- }
1854
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoAdmissaoService, decorators: [{
1855
- type: Injectable,
1856
- args: [{
1857
- providedIn: 'root'
1858
- }]
1859
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1860
- type: Inject,
1861
- args: ['hostEnv']
1862
- }] }] });
1863
-
1864
- class NivelRiscoService extends BaseApiService {
1865
- constructor(httpClient, hostEnv) {
1866
- super(httpClient);
1867
- this.httpClient = httpClient;
1868
- this.hostEnv = hostEnv;
1869
- this.rotaExisteID = 'hcm/api/v1/NivelRisco/ExisteID';
1870
- this.rotaSelecionar = 'hcm/api/v1/NivelRisco/selecionar';
1871
- this.rotaListarTodos = 'hcm/api/v1/NivelRisco/Listar';
1872
- }
1873
- ExisteID(idnivelrisco) {
1874
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idnivelrisco}`);
1875
- }
1876
- Listar() {
1877
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1878
- }
1879
- Selecionar(idnivelrisco) {
1880
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idnivelrisco}`);
1881
- }
1882
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelRiscoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1883
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelRiscoService, providedIn: 'root' }); }
1884
- }
1885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelRiscoService, decorators: [{
1886
- type: Injectable,
1887
- args: [{
1888
- providedIn: 'root'
1889
- }]
1890
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1891
- type: Inject,
1892
- args: ['hostEnv']
1893
- }] }] });
1894
-
1895
- class RegimeJornadaService extends BaseApiService {
1896
- constructor(httpClient, hostEnv) {
1897
- super(httpClient);
1898
- this.httpClient = httpClient;
1899
- this.hostEnv = hostEnv;
1900
- this.rotaListar = 'hcm/api/v1/RegimeJornada/listar';
1901
- this.rotaExisteID = 'hcm/api/v1/RegimeJornada/existeid';
1902
- this.rotaSelecionar = 'hcm/api/v1/RegimeJornada/selecionar';
1903
- }
1904
- Listar() {
1905
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1906
- }
1907
- ExisteID(idregimejornada) {
1908
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idregimejornada}`);
1909
- }
1910
- Selecionar(idregimejornada) {
1911
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idregimejornada}`);
1912
- }
1913
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegimeJornadaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1914
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegimeJornadaService, providedIn: 'root' }); }
1915
- }
1916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegimeJornadaService, decorators: [{
1917
- type: Injectable,
1918
- args: [{
1919
- providedIn: 'root'
1920
- }]
1921
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1922
- type: Inject,
1923
- args: ['hostEnv']
1924
- }] }] });
1925
-
1926
- class TipoFolhaService extends BaseApiService {
1927
- constructor(httpClient, hostEnv) {
1928
- super(httpClient);
1929
- this.httpClient = httpClient;
1930
- this.hostEnv = hostEnv;
1931
- this.rotaListar = 'hcm/api/v1/tipofolha/listar';
1932
- this.rotaExisteID = 'hcm/api/v1/tipofolha/existeid';
1933
- this.rotaSelecionar = 'hcm/api/v1/tipofolha/selecionar';
1934
- }
1935
- Listar() {
1936
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1937
- }
1938
- ExisteID(idtipofolha) {
1939
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipofolha}`);
1940
- }
1941
- Selecionar(idtipofolha) {
1942
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipofolha}`);
1943
- }
1944
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFolhaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1945
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFolhaService, providedIn: 'root' }); }
1946
- }
1947
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFolhaService, decorators: [{
1948
- type: Injectable,
1949
- args: [{
1950
- providedIn: 'root'
1951
- }]
1952
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1953
- type: Inject,
1954
- args: ['hostEnv']
1955
- }] }] });
1956
-
1957
- class RaisAfastamentoService extends BaseApiService {
1958
- constructor(httpClient, hostEnv) {
1959
- super(httpClient);
1960
- this.httpClient = httpClient;
1961
- this.hostEnv = hostEnv;
1962
- this.rotaExisteID = 'hcm/api/v1/raisafastamento/existeid';
1963
- this.rotaListar = 'hcm/api/v1/raisafastamento/listar';
1964
- this.rotaSelecionar = 'hcm/api/v1/raisafastamento/selecionar';
1965
- }
1966
- ExisteID(idraisafastamento) {
1967
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idraisafastamento}`);
1968
- }
1969
- Listar() {
1970
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1971
- }
1972
- Selecionar(idraisafastamento) {
1973
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idraisafastamento}`);
1974
- }
1975
- 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 }); }
1976
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RaisAfastamentoService, providedIn: 'root' }); }
1977
- }
1978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RaisAfastamentoService, decorators: [{
1979
- type: Injectable,
1980
- args: [{
1981
- providedIn: 'root'
1982
- }]
1983
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1984
- type: Inject,
1985
- args: ['hostEnv']
1986
- }] }] });
1987
-
1988
- class OnusCessaoService extends BaseApiService {
1989
- constructor(httpClient, hostEnv) {
1990
- super(httpClient);
1991
- this.httpClient = httpClient;
1992
- this.hostEnv = hostEnv;
1993
- this.rotaListar = 'hcm/api/v1/onuscessao/listar';
1994
- this.rotaExisteID = 'hcm/api/v1/onuscessao/existeid';
1995
- this.rotaSelecionar = 'hcm/api/v1/onuscessao/selecionar';
1996
- }
1997
- Listar() {
1998
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1999
- }
2000
- ExisteID(idonuscessao) {
2001
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idonuscessao}`);
2002
- }
2003
- Selecionar(idonuscessao) {
2004
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idonuscessao}`);
2005
- }
2006
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusCessaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2007
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusCessaoService, providedIn: 'root' }); }
2008
- }
2009
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusCessaoService, decorators: [{
2010
- type: Injectable,
2011
- args: [{
2012
- providedIn: 'root'
2013
- }]
2014
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2015
- type: Inject,
2016
- args: ['hostEnv']
2017
- }] }] });
2018
-
2019
- class OnusRemuneracaoService extends BaseApiService {
2020
- constructor(httpClient, hostEnv) {
2021
- super(httpClient);
2022
- this.httpClient = httpClient;
2023
- this.hostEnv = hostEnv;
2024
- this.rotaListar = 'hcm/api/v1/onusremuneracao/listar';
2025
- this.rotaExisteID = 'hcm/api/v1/onusremuneracao/existeid';
2026
- this.rotaSelecionar = 'hcm/api/v1/onusremuneracao/selecionar';
2027
- }
2028
- Listar() {
2029
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2030
- }
2031
- ExisteID(idonusremuneracao) {
2032
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idonusremuneracao}`);
2033
- }
2034
- Selecionar(idonusremuneracao) {
2035
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idonusremuneracao}`);
2036
- }
2037
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusRemuneracaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2038
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusRemuneracaoService, providedIn: 'root' }); }
2039
- }
2040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusRemuneracaoService, decorators: [{
2041
- type: Injectable,
2042
- args: [{
2043
- providedIn: 'root'
2044
- }]
2045
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2046
- type: Inject,
2047
- args: ['hostEnv']
2048
- }] }] });
2049
-
2050
- class CondicaoIngressoTrabalhadorImigranteService extends BaseApiService {
2051
- constructor(httpClient, hostEnv) {
2052
- super(httpClient);
2053
- this.httpClient = httpClient;
2054
- this.hostEnv = hostEnv;
2055
- this.rotaListar = 'hcm/api/v1/condicaoingressotrabalhadorimigrante/listar';
2056
- this.rotaExisteID = 'hcm/api/v1/condicaoingressotrabalhadorimigrante/existeid';
2057
- this.rotaSelecionar = 'hcm/api/v1/condicaoingressotrabalhadorimigrante/selecionar';
2058
- }
2059
- Listar() {
2060
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2061
- }
2062
- ExisteID(idcondicaoingressotrabalhadorimigrante) {
2063
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcondicaoingressotrabalhadorimigrante}`);
2064
- }
2065
- Selecionar(idcondicaoingressotrabalhadorimigrante) {
2066
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcondicaoingressotrabalhadorimigrante}`);
2067
- }
2068
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2069
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, providedIn: 'root' }); }
2070
- }
2071
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, decorators: [{
2072
- type: Injectable,
2073
- args: [{
2074
- providedIn: 'root'
2075
- }]
2076
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2077
- type: Inject,
2078
- args: ['hostEnv']
2079
- }] }] });
2080
-
2081
- class CategoriaHabilitacaoCnhService extends BaseApiService {
2082
- constructor(httpClient, hostEnv) {
2083
- super(httpClient);
2084
- this.httpClient = httpClient;
2085
- this.hostEnv = hostEnv;
2086
- this.rotaListar = 'hcm/api/v1/categoriahabilitacaocnh/listar';
2087
- this.rotaExisteID = 'hcm/api/v1/categoriahabilitacaocnh/existeid';
2088
- this.rotaSelecionar = 'hcm/api/v1/categoriahabilitacaocnh/selecionar';
2089
- }
2090
- Listar() {
2091
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2092
- }
2093
- ExisteID(idcategoriahabilitacaocnh) {
2094
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcategoriahabilitacaocnh}`);
2095
- }
2096
- Selecionar(idcategoriahabilitacaocnh) {
2097
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcategoriahabilitacaocnh}`);
2098
- }
2099
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaHabilitacaoCnhService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2100
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaHabilitacaoCnhService, providedIn: 'root' }); }
2101
- }
2102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaHabilitacaoCnhService, decorators: [{
2103
- type: Injectable,
2104
- args: [{
2105
- providedIn: 'root'
2106
- }]
2107
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2108
- type: Inject,
2109
- args: ['hostEnv']
2110
- }] }] });
2111
-
2112
- class IndicativoLotacaoService extends BaseApiService {
2113
- constructor(httpClient, hostEnv) {
2114
- super(httpClient);
2115
- this.httpClient = httpClient;
2116
- this.hostEnv = hostEnv;
2117
- this.rotaExisteID = 'hcm/api/v1/indicativolotacao/ExisteID';
2118
- this.rotaSelecionar = 'hcm/api/v1/indicativolotacao/selecionar';
2119
- this.rotaListarTodos = 'hcm/api/v1/indicativolotacao/Listar';
2120
- }
2121
- ExisteID(idindicativolotacao) {
2122
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idindicativolotacao}`);
2123
- }
2124
- Listar() {
2125
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
2126
- }
2127
- Selecionar(idindicativolotacao) {
2128
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idindicativolotacao}`);
2129
- }
2130
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoLotacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2131
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoLotacaoService, providedIn: 'root' }); }
2132
- }
2133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoLotacaoService, decorators: [{
2134
- type: Injectable,
2135
- args: [{
2136
- providedIn: 'root'
2137
- }]
2138
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2139
- type: Inject,
2140
- args: ['hostEnv']
2141
- }] }] });
2142
-
2143
- class StatusMovimentoEstadoService extends BaseApiService {
2144
- constructor(httpClient, hostEnv) {
2145
- super(httpClient);
2146
- this.httpClient = httpClient;
2147
- this.hostEnv = hostEnv;
2148
- this.rotaExisteID = 'hcm/api/v1/StatusMovimentoEstado/ExisteID';
2149
- this.rotaSelecionar = 'hcm/api/v1/StatusMovimentoEstado/selecionar';
2150
- this.rotaListarTodos = 'hcm/api/v1/StatusMovimentoEstado/Listar';
2151
- }
2152
- ExisteID(idstatusmovimentoestado) {
2153
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idstatusmovimentoestado}`);
2154
- }
2155
- Listar() {
2156
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
2157
- }
2158
- Selecionar(idstatusmovimentoestado) {
2159
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idstatusmovimentoestado}`);
2160
- }
2161
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusMovimentoEstadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2162
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusMovimentoEstadoService, providedIn: 'root' }); }
2163
- }
2164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusMovimentoEstadoService, decorators: [{
2165
- type: Injectable,
2166
- args: [{
2167
- providedIn: 'root'
2168
- }]
2169
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2170
- type: Inject,
2171
- args: ['hostEnv']
2172
- }] }] });
2173
-
2174
- class RegistroSituacaoService extends BaseApiService {
2175
- constructor(httpClient, hostEnv) {
2176
- super(httpClient);
2177
- this.httpClient = httpClient;
2178
- this.hostEnv = hostEnv;
2179
- this.rotaListar = 'hcm/api/v1/RegistroSituacao/listar';
2180
- this.rotaExisteID = 'hcm/api/v1/RegistroSituacao/existeid';
2181
- this.rotaSelecionar = 'hcm/api/v1/RegistroSituacao/selecionar';
2182
- }
2183
- Listar() {
2184
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2185
- }
2186
- ExisteID(idregistrosituacao) {
2187
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idregistrosituacao}`);
2188
- }
2189
- Selecionar(idregistrosituacao) {
2190
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idregistrosituacao}`);
2191
- }
2192
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroSituacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2193
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroSituacaoService, providedIn: 'root' }); }
2194
- }
2195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroSituacaoService, decorators: [{
2196
- type: Injectable,
2197
- args: [{
2198
- providedIn: 'root'
2199
- }]
2200
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2201
- type: Inject,
2202
- args: ['hostEnv']
2203
- }] }] });
2204
-
2205
- class SefipOcorrenciaService extends BaseApiService {
2206
- constructor(httpClient, hostEnv) {
2207
- super(httpClient);
2208
- this.httpClient = httpClient;
2209
- this.hostEnv = hostEnv;
2210
- this.rotaListar = 'hcm/api/v1/SefipOcorrencia/listar';
2211
- this.rotaExisteID = 'hcm/api/v1/SefipOcorrencia/existeid';
2212
- this.rotaSelecionar = 'hcm/api/v1/SefipOcorrencia/selecionar';
2213
- }
2214
- Listar() {
2215
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2216
- }
2217
- ExisteID(idsefipocorrencia) {
2218
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsefipocorrencia}`);
2219
- }
2220
- Selecionar(idsefipocorrencia) {
2221
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsefipocorrencia}`);
2222
- }
2223
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipOcorrenciaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2224
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipOcorrenciaService, providedIn: 'root' }); }
2225
- }
2226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipOcorrenciaService, decorators: [{
2227
- type: Injectable,
2228
- args: [{
2229
- providedIn: 'root'
2230
- }]
2231
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2232
- type: Inject,
2233
- args: ['hostEnv']
2234
- }] }] });
2235
-
2236
- class MotivoDesligamentoDiretorNaoEmpregadoService extends BaseApiService {
2237
- constructor(httpClient, hostEnv) {
2238
- super(httpClient);
2239
- this.httpClient = httpClient;
2240
- this.hostEnv = hostEnv;
2241
- this.rotaListar = 'hcm/api/v1/MotivoDesligamentoDiretorNaoEmpregado/listar';
2242
- this.rotaExisteID = 'hcm/api/v1/MotivoDesligamentoDiretorNaoEmpregado/existeid';
2243
- this.rotaSelecionar = 'hcm/api/v1/MotivoDesligamentoDiretorNaoEmpregado/selecionar';
2244
- }
2245
- Listar() {
2246
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2247
- }
2248
- ExisteID(idmotivodesligamentodiretornaoempregado) {
2249
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idmotivodesligamentodiretornaoempregado}`);
2250
- }
2251
- Selecionar(idmotivodesligamentodiretornaoempregado) {
2252
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idmotivodesligamentodiretornaoempregado}`);
2253
- }
2254
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoDesligamentoDiretorNaoEmpregadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2255
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoDesligamentoDiretorNaoEmpregadoService, providedIn: 'root' }); }
2256
- }
2257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoDesligamentoDiretorNaoEmpregadoService, decorators: [{
2258
- type: Injectable,
2259
- args: [{
2260
- providedIn: 'root'
2261
- }]
2262
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2263
- type: Inject,
2264
- args: ['hostEnv']
2265
- }] }] });
2266
-
2267
- class RelacaoDependenciaPlanoSaudeService extends BaseApiService {
2268
- constructor(httpClient, hostEnv) {
2269
- super(httpClient);
2270
- this.httpClient = httpClient;
2271
- this.hostEnv = hostEnv;
2272
- this.rotaListar = 'hcm/api/v1/RelacaoDependenciaPlanoSaude/listar';
2273
- this.rotaExisteID = 'hcm/api/v1/RelacaoDependenciaPlanoSaude/existeid';
2274
- this.rotaSelecionar = 'hcm/api/v1/RelacaoDependenciaPlanoSaude/selecionar';
2275
- }
2276
- Listar() {
2277
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2278
- }
2279
- ExisteID(idrelacaodependenciaplanosaude) {
2280
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idrelacaodependenciaplanosaude}`);
2281
- }
2282
- Selecionar(idrelacaodependenciaplanosaude) {
2283
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idrelacaodependenciaplanosaude}`);
2284
- }
2285
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacaoDependenciaPlanoSaudeService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2286
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacaoDependenciaPlanoSaudeService, providedIn: 'root' }); }
2287
- }
2288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacaoDependenciaPlanoSaudeService, decorators: [{
2289
- type: Injectable,
2290
- args: [{
2291
- providedIn: 'root'
2292
- }]
2293
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2294
- type: Inject,
2295
- args: ['hostEnv']
2296
- }] }] });
2297
-
2298
- class TipoAcidenteTransitoService extends BaseApiService {
2299
- constructor(httpClient, hostEnv) {
2300
- super(httpClient);
2301
- this.httpClient = httpClient;
2302
- this.hostEnv = hostEnv;
2303
- this.rotaListar = 'hcm/api/v1/TipoAcidenteTransito/listar';
2304
- this.rotaExisteID = 'hcm/api/v1/TipoAcidenteTransito/existeid';
2305
- this.rotaSelecionar = 'hcm/api/v1/TipoAcidenteTransito/selecionar';
2306
- }
2307
- Listar() {
2308
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2309
- }
2310
- ExisteID(idtipoacidentetransito) {
2311
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoacidentetransito}`);
2312
- }
2313
- Selecionar(idtipoacidentetransito) {
2314
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoacidentetransito}`);
2315
- }
2316
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcidenteTransitoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2317
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcidenteTransitoService, providedIn: 'root' }); }
2318
- }
2319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcidenteTransitoService, decorators: [{
2320
- type: Injectable,
2321
- args: [{
2322
- providedIn: 'root'
2323
- }]
2324
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2325
- type: Inject,
2326
- args: ['hostEnv']
2327
- }] }] });
2328
-
2329
- class TipoAcordoConvencaoService extends BaseApiService {
2330
- constructor(httpClient, hostEnv) {
2331
- super(httpClient);
2332
- this.httpClient = httpClient;
2333
- this.hostEnv = hostEnv;
2334
- this.rotaListar = 'hcm/api/v1/TipoAcordoConvencao/listar';
2335
- this.rotaExisteID = 'hcm/api/v1/TipoAcordoConvencao/existeid';
2336
- this.rotaSelecionar = 'hcm/api/v1/TipoAcordoConvencao/selecionar';
2337
- }
2338
- Listar() {
2339
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2340
- }
2341
- ExisteID(idtipoacordoconvencao) {
2342
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoacordoconvencao}`);
2343
- }
2344
- Selecionar(idtipoacordoconvencao) {
2345
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoacordoconvencao}`);
2346
- }
2347
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcordoConvencaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2348
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcordoConvencaoService, providedIn: 'root' }); }
2349
- }
2350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcordoConvencaoService, decorators: [{
2351
- type: Injectable,
2352
- args: [{
2353
- providedIn: 'root'
2354
- }]
2355
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2356
- type: Inject,
2357
- args: ['hostEnv']
2358
- }] }] });
2359
-
2360
- class TipoCalculoService extends BaseApiService {
2361
- constructor(httpClient, hostEnv) {
2362
- super(httpClient);
2363
- this.httpClient = httpClient;
2364
- this.hostEnv = hostEnv;
2365
- this.rotaListar = 'hcm/api/v1/TipoCalculo/listar';
2366
- this.rotaExisteID = 'hcm/api/v1/TipoCalculo/existeid';
2367
- this.rotaSelecionar = 'hcm/api/v1/TipoCalculo/selecionar';
2368
- }
2369
- Listar() {
2370
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2371
- }
2372
- ExisteID(idtipocalculo) {
2373
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocalculo}`);
2374
- }
2375
- Selecionar(idtipocalculo) {
2376
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocalculo}`);
2377
- }
2378
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCalculoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2379
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCalculoService, providedIn: 'root' }); }
2380
- }
2381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCalculoService, decorators: [{
2382
- type: Injectable,
2383
- args: [{
2384
- providedIn: 'root'
2385
- }]
2386
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2387
- type: Inject,
2388
- args: ['hostEnv']
2389
- }] }] });
2390
-
2391
- class TipoApuracaoMediaService extends BaseApiService {
2392
- constructor(httpClient, hostEnv) {
2393
- super(httpClient);
2394
- this.httpClient = httpClient;
2395
- this.hostEnv = hostEnv;
2396
- this.rotaListar = 'hcm/api/v1/TipoApuracaoMedia/listar';
2397
- this.rotaExisteID = 'hcm/api/v1/TipoApuracaoMedia/existeid';
2398
- this.rotaSelecionar = 'hcm/api/v1/TipoApuracaoMedia/selecionar';
2399
- }
2400
- Listar() {
2401
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2402
- }
2403
- ExisteID(idtipoapuracaomedia) {
2404
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoapuracaomedia}`);
2405
- }
2406
- Selecionar(idtipoapuracaomedia) {
2407
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoapuracaomedia}`);
2408
- }
2409
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoApuracaoMediaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2410
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoApuracaoMediaService, providedIn: 'root' }); }
2411
- }
2412
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoApuracaoMediaService, decorators: [{
2413
- type: Injectable,
2414
- args: [{
2415
- providedIn: 'root'
2416
- }]
2417
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2418
- type: Inject,
2419
- args: ['hostEnv']
2420
- }] }] });
2421
-
2422
- class TipoDependenciaIrrfService extends BaseApiService {
2423
- constructor(httpClient, hostEnv) {
2424
- super(httpClient);
2425
- this.httpClient = httpClient;
2426
- this.hostEnv = hostEnv;
2427
- this.rotaListar = 'hcm/api/v1/TipoDependenciaIrrf/listar';
2428
- this.rotaExisteID = 'hcm/api/v1/TipoDependenciaIrrf/existeid';
2429
- this.rotaSelecionar = 'hcm/api/v1/TipoDependenciaIrrf/selecionar';
2430
- }
2431
- Listar() {
2432
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2433
- }
2434
- ExisteID(idtipodependenciairrf) {
2435
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodependenciairrf}`);
2436
- }
2437
- Selecionar(idtipodependenciairrf) {
2438
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodependenciairrf}`);
2439
- }
2440
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenciaIrrfService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2441
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenciaIrrfService, providedIn: 'root' }); }
2442
- }
2443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenciaIrrfService, decorators: [{
2444
- type: Injectable,
2445
- args: [{
2446
- providedIn: 'root'
2447
- }]
2448
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2449
- type: Inject,
2450
- args: ['hostEnv']
2451
- }] }] });
2452
-
2453
- class TipoContratacaoService extends BaseApiService {
2454
- constructor(httpClient, hostEnv) {
2455
- super(httpClient);
2456
- this.httpClient = httpClient;
2457
- this.hostEnv = hostEnv;
2458
- this.rotaListar = 'hcm/api/v1/TipoContratacao/listar';
2459
- this.rotaExisteID = 'hcm/api/v1/TipoContratacao/existeid';
2460
- this.rotaSelecionar = 'hcm/api/v1/TipoContratacao/selecionar';
2461
- }
2462
- Listar() {
2463
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2464
- }
2465
- ExisteID(idtipocontratacao) {
2466
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocontratacao}`);
2467
- }
2468
- Selecionar(idtipocontratacao) {
2469
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocontratacao}`);
2470
- }
2471
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2472
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratacaoService, providedIn: 'root' }); }
2473
- }
2474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratacaoService, decorators: [{
2475
- type: Injectable,
2476
- args: [{
2477
- providedIn: 'root'
2478
- }]
2479
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2480
- type: Inject,
2481
- args: ['hostEnv']
2482
- }] }] });
2483
-
2484
- class TipoAdmissaoService extends BaseApiService {
2485
- constructor(httpClient, hostEnv) {
2486
- super(httpClient);
2487
- this.httpClient = httpClient;
2488
- this.hostEnv = hostEnv;
2489
- this.rotaListar = 'hcm/api/v1/TipoAdmissao/listar';
2490
- this.rotaExisteID = 'hcm/api/v1/TipoAdmissao/existeid';
2491
- this.rotaSelecionar = 'hcm/api/v1/TipoAdmissao/selecionar';
2492
- }
2493
- Listar() {
2494
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2495
- }
2496
- ExisteID(idtipoadmissao) {
2497
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoadmissao}`);
2498
- }
2499
- Selecionar(idtipoadmissao) {
2500
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoadmissao}`);
2501
- }
2502
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2503
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoService, providedIn: 'root' }); }
2504
- }
2505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoService, decorators: [{
2506
- type: Injectable,
2507
- args: [{
2508
- providedIn: 'root'
2509
- }]
2510
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2511
- type: Inject,
2512
- args: ['hostEnv']
2513
- }] }] });
2514
-
2515
- class TipoAdmissaoCagedService extends BaseApiService {
2516
- constructor(httpClient, hostEnv) {
2517
- super(httpClient);
2518
- this.httpClient = httpClient;
2519
- this.hostEnv = hostEnv;
2520
- this.rotaListar = 'hcm/api/v1/TipoAdmissaoCaged/listar';
2521
- this.rotaExisteID = 'hcm/api/v1/TipoAdmissaoCaged/existeid';
2522
- this.rotaSelecionar = 'hcm/api/v1/TipoAdmissaoCaged/selecionar';
2523
- }
2524
- Listar() {
2525
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2526
- }
2527
- ExisteID(idtipoadmissaocaged) {
2528
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoadmissaocaged}`);
2529
- }
2530
- Selecionar(idtipoadmissaocaged) {
2531
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoadmissaocaged}`);
2532
- }
2533
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoCagedService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2534
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoCagedService, providedIn: 'root' }); }
2535
- }
2536
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoCagedService, decorators: [{
2537
- type: Injectable,
2538
- args: [{
2539
- providedIn: 'root'
2540
- }]
2541
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2542
- type: Inject,
2543
- args: ['hostEnv']
2544
- }] }] });
2545
-
2546
- class TipoAdmissaoESocialService extends BaseApiService {
2547
- constructor(httpClient, hostEnv) {
2548
- super(httpClient);
2549
- this.httpClient = httpClient;
2550
- this.hostEnv = hostEnv;
2551
- this.rotaListar = 'hcm/api/v1/TipoAdmissaoESocial/listar';
2552
- this.rotaExisteID = 'hcm/api/v1/TipoAdmissaoESocial/existeid';
2553
- this.rotaSelecionar = 'hcm/api/v1/TipoAdmissaoESocial/selecionar';
2554
- }
2555
- Listar() {
2556
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2557
- }
2558
- ExisteID(idtipoadmissaoesocial) {
2559
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoadmissaoesocial}`);
2560
- }
2561
- Selecionar(idtipoadmissaoesocial) {
2562
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoadmissaoesocial}`);
2563
- }
2564
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoESocialService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2565
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoESocialService, providedIn: 'root' }); }
2566
- }
2567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoESocialService, decorators: [{
2568
- type: Injectable,
2569
- args: [{
2570
- providedIn: 'root'
2571
- }]
2572
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2573
- type: Inject,
2574
- args: ['hostEnv']
2575
- }] }] });
2576
-
2577
- class TipoCaepfService extends BaseApiService {
2578
- constructor(httpClient, hostEnv) {
2579
- super(httpClient);
2580
- this.httpClient = httpClient;
2581
- this.hostEnv = hostEnv;
2582
- this.rotaListar = 'hcm/api/v1/TipoCaepf/listar';
2583
- this.rotaExisteID = 'hcm/api/v1/TipoCaepf/existeid';
2584
- this.rotaSelecionar = 'hcm/api/v1/TipoCaepf/selecionar';
2585
- }
2586
- Listar() {
2587
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2588
- }
2589
- ExisteID(idtipocaepf) {
2590
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocaepf}`);
2591
- }
2592
- Selecionar(idtipocaepf) {
2593
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocaepf}`);
2594
- }
2595
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCaepfService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2596
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCaepfService, providedIn: 'root' }); }
2597
- }
2598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCaepfService, decorators: [{
2599
- type: Injectable,
2600
- args: [{
2601
- providedIn: 'root'
2602
- }]
2603
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2604
- type: Inject,
2605
- args: ['hostEnv']
2606
- }] }] });
2607
-
2608
- class TipoContratoTrabalhoService extends BaseApiService {
2609
- constructor(httpClient, hostEnv) {
2610
- super(httpClient);
2611
- this.httpClient = httpClient;
2612
- this.hostEnv = hostEnv;
2613
- this.rotaListar = 'hcm/api/v1/TipoContratoTrabalho/listar';
2614
- this.rotaExisteID = 'hcm/api/v1/TipoContratoTrabalho/existeid';
2615
- this.rotaSelecionar = 'hcm/api/v1/TipoContratoTrabalho/selecionar';
2616
- }
2617
- Listar() {
2618
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2619
- }
2620
- ExisteID(idtipocontratotrabalho) {
2621
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocontratotrabalho}`);
2622
- }
2623
- Selecionar(idtipocontratotrabalho) {
2624
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocontratotrabalho}`);
2625
- }
2626
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTrabalhoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2627
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTrabalhoService, providedIn: 'root' }); }
2628
- }
2629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTrabalhoService, decorators: [{
2630
- type: Injectable,
2631
- args: [{
2632
- providedIn: 'root'
2633
- }]
2634
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2635
- type: Inject,
2636
- args: ['hostEnv']
2637
- }] }] });
2638
-
2639
- class TempoResidenciaTrabalhadorImigranteService extends BaseApiService {
2640
- constructor(httpClient, hostEnv) {
2641
- super(httpClient);
2642
- this.httpClient = httpClient;
2643
- this.hostEnv = hostEnv;
2644
- this.rotaListar = 'hcm/api/v1/TempoResidenciaTrabalhadorImigrante/listar';
2645
- this.rotaExisteID = 'hcm/api/v1/TempoResidenciaTrabalhadorImigrante/existeid';
2646
- this.rotaSelecionar = 'hcm/api/v1/TempoResidenciaTrabalhadorImigrante/selecionar';
2647
- }
2648
- Listar() {
2649
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2650
- }
2651
- ExisteID(idtemporesidenciatrabalhadorimigrante) {
2652
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtemporesidenciatrabalhadorimigrante}`);
2653
- }
2654
- Selecionar(idtemporesidenciatrabalhadorimigrante) {
2655
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtemporesidenciatrabalhadorimigrante}`);
2656
- }
2657
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TempoResidenciaTrabalhadorImigranteService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2658
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TempoResidenciaTrabalhadorImigranteService, providedIn: 'root' }); }
2659
- }
2660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TempoResidenciaTrabalhadorImigranteService, decorators: [{
2661
- type: Injectable,
2662
- args: [{
2663
- providedIn: 'root'
2664
- }]
2665
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2666
- type: Inject,
2667
- args: ['hostEnv']
2668
- }] }] });
2669
-
2670
- class TipoDiaTrabalhadoService extends BaseApiService {
2671
- constructor(httpClient, hostEnv) {
2672
- super(httpClient);
2673
- this.httpClient = httpClient;
2674
- this.hostEnv = hostEnv;
2675
- this.rotaListar = 'hcm/api/v1/TipoDiaTrabalhado/listar';
2676
- this.rotaExisteID = 'hcm/api/v1/TipoDiaTrabalhado/existeid';
2677
- this.rotaSelecionar = 'hcm/api/v1/TipoDiaTrabalhado/selecionar';
2678
- }
2679
- Listar() {
2680
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2681
- }
2682
- ExisteID(idtipodiatrabalhado) {
2683
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodiatrabalhado}`);
2684
- }
2685
- Selecionar(idtipodiatrabalhado) {
2686
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodiatrabalhado}`);
2687
- }
2688
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDiaTrabalhadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2689
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDiaTrabalhadoService, providedIn: 'root' }); }
2690
- }
2691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDiaTrabalhadoService, decorators: [{
2692
- type: Injectable,
2693
- args: [{
2694
- providedIn: 'root'
2695
- }]
2696
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2697
- type: Inject,
2698
- args: ['hostEnv']
2699
- }] }] });
2700
-
2701
- class TipoTransporteService extends BaseApiService {
2702
- constructor(httpClient, hostEnv) {
2703
- super(httpClient);
2704
- this.httpClient = httpClient;
2705
- this.hostEnv = hostEnv;
2706
- this.rotaListar = 'hcm/api/v1/TipoTransporte/listar';
2707
- this.rotaExisteID = 'hcm/api/v1/TipoTransporte/existeid';
2708
- this.rotaSelecionar = 'hcm/api/v1/TipoTransporte/selecionar';
2709
- }
2710
- Listar() {
2711
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2712
- }
2713
- ExisteID(idtipotransporte) {
2714
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipotransporte}`);
2715
- }
2716
- Selecionar(idtipotransporte) {
2717
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipotransporte}`);
2718
- }
2719
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTransporteService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2720
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTransporteService, providedIn: 'root' }); }
2721
- }
2722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTransporteService, decorators: [{
2723
- type: Injectable,
2724
- args: [{
2725
- providedIn: 'root'
2726
- }]
2727
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2728
- type: Inject,
2729
- args: ['hostEnv']
2730
- }] }] });
2731
-
2732
- class TipoSindicatoService extends BaseApiService {
2733
- constructor(httpClient, hostEnv) {
2734
- super(httpClient);
2735
- this.httpClient = httpClient;
2736
- this.hostEnv = hostEnv;
2737
- this.rotaListar = 'hcm/api/v1/TipoSindicato/listar';
2738
- this.rotaExisteID = 'hcm/api/v1/TipoSindicato/existeid';
2739
- this.rotaSelecionar = 'hcm/api/v1/TipoSindicato/selecionar';
2740
- }
2741
- Listar() {
2742
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2743
- }
2744
- ExisteID(idtiposindicato) {
2745
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtiposindicato}`);
2746
- }
2747
- Selecionar(idtiposindicato) {
2748
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtiposindicato}`);
2749
- }
2750
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSindicatoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2751
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSindicatoService, providedIn: 'root' }); }
2752
- }
2753
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSindicatoService, decorators: [{
2754
- type: Injectable,
2755
- args: [{
2756
- providedIn: 'root'
2757
- }]
2758
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2759
- type: Inject,
2760
- args: ['hostEnv']
2761
- }] }] });
2762
-
2763
- class TreinamentoService extends BaseApiService {
2764
- constructor(httpClient, hostEnv) {
2765
- super(httpClient);
2766
- this.httpClient = httpClient;
2767
- this.hostEnv = hostEnv;
2768
- this.rotaListar = 'hcm/api/v1/Treinamento/listar';
2769
- this.rotaExisteID = 'hcm/api/v1/Treinamento/existeid';
2770
- this.rotaSelecionar = 'hcm/api/v1/Treinamento/selecionar';
2771
- }
2772
- Listar() {
2773
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2774
- }
2775
- ExisteID(idtreinamento) {
2776
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtreinamento}`);
2777
- }
2778
- Selecionar(idtreinamento) {
2779
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtreinamento}`);
2780
- }
2781
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TreinamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2782
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TreinamentoService, providedIn: 'root' }); }
2783
- }
2784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TreinamentoService, decorators: [{
2785
- type: Injectable,
2786
- args: [{
2787
- providedIn: 'root'
2788
- }]
2789
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2790
- type: Inject,
2791
- args: ['hostEnv']
2792
- }] }] });
2793
-
2794
- class TipoVinculoEmpregaticioService extends BaseApiService {
2795
- constructor(httpClient, hostEnv) {
2796
- super(httpClient);
2797
- this.httpClient = httpClient;
2798
- this.hostEnv = hostEnv;
2799
- this.rotaListar = 'hcm/api/v1/TipoVinculoEmpregaticio/listar';
2800
- this.rotaExisteID = 'hcm/api/v1/TipoVinculoEmpregaticio/existeid';
2801
- this.rotaSelecionar = 'hcm/api/v1/TipoVinculoEmpregaticio/selecionar';
2802
- }
2803
- Listar() {
2804
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2805
- }
2806
- ExisteID(idtipovinculoempregaticio) {
2807
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipovinculoempregaticio}`);
2808
- }
2809
- Selecionar(idtipovinculoempregaticio) {
2810
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipovinculoempregaticio}`);
2811
- }
2812
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoVinculoEmpregaticioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2813
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoVinculoEmpregaticioService, providedIn: 'root' }); }
2814
- }
2815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoVinculoEmpregaticioService, decorators: [{
2816
- type: Injectable,
2817
- args: [{
2818
- providedIn: 'root'
2819
- }]
2820
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2821
- type: Inject,
2822
- args: ['hostEnv']
2823
- }] }] });
2824
-
2825
- class TipoTomadorService extends BaseApiService {
2826
- constructor(httpClient, hostEnv) {
2827
- super(httpClient);
2828
- this.httpClient = httpClient;
2829
- this.hostEnv = hostEnv;
2830
- this.rotaListar = 'hcm/api/v1/TipoTomador/listar';
2831
- this.rotaExisteID = 'hcm/api/v1/TipoTomador/existeid';
2832
- this.rotaSelecionar = 'hcm/api/v1/TipoTomador/selecionar';
2833
- }
2834
- Listar() {
2835
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2836
- }
2837
- ExisteID(idtipotomador) {
2838
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipotomador}`);
2839
- }
2840
- Selecionar(idtipotomador) {
2841
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipotomador}`);
2842
- }
2843
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTomadorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2844
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTomadorService, providedIn: 'root' }); }
2845
- }
2846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTomadorService, decorators: [{
2847
- type: Injectable,
2848
- args: [{
2849
- providedIn: 'root'
2850
- }]
2851
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2852
- type: Inject,
2853
- args: ['hostEnv']
2854
- }] }] });
2855
-
2856
- class TipoReintegracaoService extends BaseApiService {
2857
- constructor(httpClient, hostEnv) {
2858
- super(httpClient);
2859
- this.httpClient = httpClient;
2860
- this.hostEnv = hostEnv;
2861
- this.rotaListar = 'hcm/api/v1/TipoReintegracao/listar';
2862
- this.rotaExisteID = 'hcm/api/v1/TipoReintegracao/existeid';
2863
- this.rotaSelecionar = 'hcm/api/v1/TipoReintegracao/selecionar';
2864
- }
2865
- Listar() {
2866
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2867
- }
2868
- ExisteID(idtipotomador) {
2869
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipotomador}`);
2870
- }
2871
- Selecionar(idtipotomador) {
2872
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipotomador}`);
2873
- }
2874
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoReintegracaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2875
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoReintegracaoService, providedIn: 'root' }); }
2876
- }
2877
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoReintegracaoService, decorators: [{
2878
- type: Injectable,
2879
- args: [{
2880
- providedIn: 'root'
2881
- }]
2882
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2883
- type: Inject,
2884
- args: ['hostEnv']
2885
- }] }] });
2886
-
2887
- class TipoRegimeTrabalhistaService extends BaseApiService {
2888
- constructor(httpClient, hostEnv) {
2889
- super(httpClient);
2890
- this.httpClient = httpClient;
2891
- this.hostEnv = hostEnv;
2892
- this.rotaListar = 'hcm/api/v1/TipoRegimeTrabalhista/listar';
2893
- this.rotaExisteID = 'hcm/api/v1/TipoRegimeTrabalhista/existeid';
2894
- this.rotaSelecionar = 'hcm/api/v1/TipoRegimeTrabalhista/selecionar';
2895
- }
2896
- Listar() {
2897
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2898
- }
2899
- ExisteID(idtiporegimetrabalhista) {
2900
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtiporegimetrabalhista}`);
2901
- }
2902
- Selecionar(idtiporegimetrabalhista) {
2903
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtiporegimetrabalhista}`);
2904
- }
2905
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimeTrabalhistaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2906
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimeTrabalhistaService, providedIn: 'root' }); }
2907
- }
2908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimeTrabalhistaService, decorators: [{
2909
- type: Injectable,
2910
- args: [{
2911
- providedIn: 'root'
2912
- }]
2913
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2914
- type: Inject,
2915
- args: ['hostEnv']
2916
- }] }] });
2917
-
2918
- class TipoRegimePrevidenciarioService extends BaseApiService {
2919
- constructor(httpClient, hostEnv) {
2920
- super(httpClient);
2921
- this.httpClient = httpClient;
2922
- this.hostEnv = hostEnv;
2923
- this.rotaListar = 'hcm/api/v1/TipoRegimePrevidenciario/listar';
2924
- this.rotaExisteID = 'hcm/api/v1/TipoRegimePrevidenciario/existeid';
2925
- this.rotaSelecionar = 'hcm/api/v1/TipoRegimePrevidenciario/selecionar';
2926
- }
2927
- Listar() {
2928
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2929
- }
2930
- ExisteID(idtiporegimetrabalhista) {
2931
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtiporegimetrabalhista}`);
2932
- }
2933
- Selecionar(idtiporegimetrabalhista) {
2934
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtiporegimetrabalhista}`);
2935
- }
2936
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimePrevidenciarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2937
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimePrevidenciarioService, providedIn: 'root' }); }
2938
- }
2939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimePrevidenciarioService, decorators: [{
2940
- type: Injectable,
2941
- args: [{
2942
- providedIn: 'root'
2943
- }]
2944
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2945
- type: Inject,
2946
- args: ['hostEnv']
2947
- }] }] });
2948
-
2949
- class TipoMotivoSalarioFamiliaService extends BaseApiService {
2950
- constructor(httpClient, hostEnv) {
2951
- super(httpClient);
2952
- this.httpClient = httpClient;
2953
- this.hostEnv = hostEnv;
2954
- this.rotaListar = 'hcm/api/v1/TipoMotivoSalarioFamilia/listar';
2955
- this.rotaExisteID = 'hcm/api/v1/TipoMotivoSalarioFamilia/existeid';
2956
- this.rotaSelecionar = 'hcm/api/v1/TipoMotivoSalarioFamilia/selecionar';
2957
- }
2958
- Listar() {
2959
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2960
- }
2961
- ExisteID(idtipomotivosalariofamilia) {
2962
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipomotivosalariofamilia}`);
2963
- }
2964
- Selecionar(idtipomotivosalariofamilia) {
2965
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipomotivosalariofamilia}`);
2966
- }
2967
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoMotivoSalarioFamiliaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2968
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoMotivoSalarioFamiliaService, providedIn: 'root' }); }
2969
- }
2970
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoMotivoSalarioFamiliaService, decorators: [{
2971
- type: Injectable,
2972
- args: [{
2973
- providedIn: 'root'
2974
- }]
2975
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2976
- type: Inject,
2977
- args: ['hostEnv']
2978
- }] }] });
2979
-
2980
- class TipoLotacaoService extends BaseApiService {
2981
- constructor(httpClient, hostEnv) {
2982
- super(httpClient);
2983
- this.httpClient = httpClient;
2984
- this.hostEnv = hostEnv;
2985
- this.rotaListar = 'hcm/api/v1/TipoLotacao/listar';
2986
- this.rotaExisteID = 'hcm/api/v1/TipoLotacao/existeid';
2987
- this.rotaSelecionar = 'hcm/api/v1/TipoLotacao/selecionar';
2988
- }
2989
- Listar() {
2990
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2991
- }
2992
- ExisteID(idtipolotacao) {
2993
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipolotacao}`);
2994
- }
2995
- Selecionar(idtipolotacao) {
2996
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipolotacao}`);
2997
- }
2998
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoLotacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2999
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoLotacaoService, providedIn: 'root' }); }
3000
- }
3001
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoLotacaoService, decorators: [{
3002
- type: Injectable,
3003
- args: [{
3004
- providedIn: 'root'
3005
- }]
3006
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3007
- type: Inject,
3008
- args: ['hostEnv']
3009
- }] }] });
3010
-
3011
- class TipoJornadaService extends BaseApiService {
3012
- constructor(httpClient, hostEnv) {
3013
- super(httpClient);
3014
- this.httpClient = httpClient;
3015
- this.hostEnv = hostEnv;
3016
- this.rotaListar = 'hcm/api/v1/TipoJornada/listar';
3017
- this.rotaExisteID = 'hcm/api/v1/TipoJornada/existeid';
3018
- this.rotaSelecionar = 'hcm/api/v1/TipoJornada/selecionar';
3019
- }
3020
- Listar() {
3021
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3022
- }
3023
- ExisteID(idtipojornada) {
3024
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipojornada}`);
3025
- }
3026
- Selecionar(idtipojornada) {
3027
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipojornada}`);
3028
- }
3029
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoJornadaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3030
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoJornadaService, providedIn: 'root' }); }
3031
- }
3032
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoJornadaService, decorators: [{
3033
- type: Injectable,
3034
- args: [{
3035
- providedIn: 'root'
3036
- }]
3037
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3038
- type: Inject,
3039
- args: ['hostEnv']
3040
- }] }] });
3041
-
3042
- class TipoFuncionarioService extends BaseApiService {
3043
- constructor(httpClient, hostEnv) {
3044
- super(httpClient);
3045
- this.httpClient = httpClient;
3046
- this.hostEnv = hostEnv;
3047
- this.rotaListar = 'hcm/api/v1/TipoFuncionario/listar';
3048
- this.rotaExisteID = 'hcm/api/v1/TipoFuncionario/existeid';
3049
- this.rotaSelecionar = 'hcm/api/v1/TipoFuncionario/selecionar';
3050
- }
3051
- Listar() {
3052
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3053
- }
3054
- ExisteID(idtipofuncionario) {
3055
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipofuncionario}`);
3056
- }
3057
- Selecionar(idtipofuncionario) {
3058
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipofuncionario}`);
3059
- }
3060
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFuncionarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3061
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFuncionarioService, providedIn: 'root' }); }
3062
- }
3063
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFuncionarioService, decorators: [{
3064
- type: Injectable,
3065
- args: [{
3066
- providedIn: 'root'
3067
- }]
3068
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3069
- type: Inject,
3070
- args: ['hostEnv']
3071
- }] }] });
3072
-
3073
- class TipoInssService extends BaseApiService {
3074
- constructor(httpClient, hostEnv) {
3075
- super(httpClient);
3076
- this.httpClient = httpClient;
3077
- this.hostEnv = hostEnv;
3078
- this.rotaListar = 'hcm/api/v1/TipoInss/listar';
3079
- this.rotaExisteID = 'hcm/api/v1/TipoInss/existeid';
3080
- this.rotaSelecionar = 'hcm/api/v1/TipoInss/selecionar';
3081
- }
3082
- Listar() {
3083
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3084
- }
3085
- ExisteID(idtipoinss) {
3086
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoinss}`);
3087
- }
3088
- Selecionar(idtipoinss) {
3089
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoinss}`);
3090
- }
3091
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoInssService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3092
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoInssService, providedIn: 'root' }); }
3093
- }
3094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoInssService, decorators: [{
3095
- type: Injectable,
3096
- args: [{
3097
- providedIn: 'root'
3098
- }]
3099
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3100
- type: Inject,
3101
- args: ['hostEnv']
3102
- }] }] });
3103
-
3104
- class TipoEntidadeHcmService extends BaseApiService {
3105
- constructor(httpClient, hostEnv) {
3106
- super(httpClient);
3107
- this.httpClient = httpClient;
3108
- this.hostEnv = hostEnv;
3109
- this.rotaListar = 'hcm/api/v1/TipoEntidadeHcm/listar';
3110
- this.rotaExisteID = 'hcm/api/v1/TipoEntidadeHcm/existeid';
3111
- this.rotaSelecionar = 'hcm/api/v1/TipoEntidadeHcm/selecionar';
3112
- }
3113
- Listar() {
3114
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3115
- }
3116
- ExisteID(idtipoentidadehcm) {
3117
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoentidadehcm}`);
3118
- }
3119
- Selecionar(idtipoentidadehcm) {
3120
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoentidadehcm}`);
3121
- }
3122
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEntidadeHcmService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3123
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEntidadeHcmService, providedIn: 'root' }); }
3124
- }
3125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEntidadeHcmService, decorators: [{
3126
- type: Injectable,
3127
- args: [{
3128
- providedIn: 'root'
3129
- }]
3130
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3131
- type: Inject,
3132
- args: ['hostEnv']
3133
- }] }] });
3134
-
3135
- class TipoDadosPessoaService extends BaseApiService {
3136
- constructor(httpClient, hostEnv) {
3137
- super(httpClient);
3138
- this.httpClient = httpClient;
3139
- this.hostEnv = hostEnv;
3140
- this.rotaListar = 'hcm/api/v1/TipoDadosPessoa/listar';
3141
- this.rotaExisteID = 'hcm/api/v1/TipoDadosPessoa/existeid';
3142
- this.rotaSelecionar = 'hcm/api/v1/TipoDadosPessoa/selecionar';
3143
- }
3144
- Listar() {
3145
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3146
- }
3147
- ExisteID(idtipodadospessoa) {
3148
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodadospessoa}`);
3149
- }
3150
- Selecionar(idtipodadospessoa) {
3151
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodadospessoa}`);
3152
- }
3153
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDadosPessoaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3154
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDadosPessoaService, providedIn: 'root' }); }
3155
- }
3156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDadosPessoaService, decorators: [{
3157
- type: Injectable,
3158
- args: [{
3159
- providedIn: 'root'
3160
- }]
3161
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3162
- type: Inject,
3163
- args: ['hostEnv']
3164
- }] }] });
3165
-
3166
- class CamposObrigatoriosCadastroServico extends BaseApiService {
3167
- constructor(httpClient, hostEnv) {
3168
- super(httpClient);
3169
- this.httpClient = httpClient;
3170
- this.hostEnv = hostEnv;
3171
- this.rotaExisteID = 'hcm/api/v1/CamposObrigatoriosCadastro/ExisteID';
3172
- this.rotaSelecionar = 'hcm/api/v1/CamposObrigatoriosCadastro/Selecionar';
3173
- this.rotaListarTodos = 'hcm/api/v1/CamposObrigatoriosCadastro/Listar';
3174
- }
3175
- ExisteID(idcamposobrigatorioscadastro) {
3176
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcamposobrigatorioscadastro}`);
3177
- }
3178
- Listar() {
3179
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
3180
- }
3181
- Selecionar(idcamposobrigatorioscadastro) {
3182
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcamposobrigatorioscadastro}`);
3183
- }
3184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamposObrigatoriosCadastroServico, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
3185
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamposObrigatoriosCadastroServico, providedIn: 'root' }); }
3186
- }
3187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamposObrigatoriosCadastroServico, decorators: [{
3188
- type: Injectable,
3189
- args: [{
3190
- providedIn: 'root'
3191
- }]
3192
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3193
- type: Inject,
3194
- args: ['hostEnv']
3195
- }] }] });
3196
-
3197
- class TipoAfastamentoService extends BaseApiService {
3198
- constructor(httpClient, hostEnv) {
3199
- super(httpClient);
3200
- this.httpClient = httpClient;
3201
- this.hostEnv = hostEnv;
3202
- this.rotaListar = 'hcm/api/v1/TipoAfastamento/listar';
3203
- this.rotaExisteID = 'hcm/api/v1/TipoAfastamento/existeid';
3204
- this.rotaSelecionar = 'hcm/api/v1/TipoAfastamento/selecionar';
3205
- }
3206
- Listar() {
3207
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3208
- }
3209
- ExisteID(idtipoafastamento) {
3210
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoafastamento}`);
3211
- }
3212
- Selecionar(idtipoafastamento) {
3213
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoafastamento}`);
3214
- }
3215
- 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 }); }
3216
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoService, providedIn: 'root' }); }
3217
- }
3218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoService, decorators: [{
3219
- type: Injectable,
3220
- args: [{
3221
- providedIn: 'root'
3222
- }]
3223
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3224
- type: Inject,
3225
- args: ['hostEnv']
3226
- }] }] });
3227
-
3228
- class TipoAfastamentoESocialService extends BaseApiService {
3229
- constructor(httpClient, hostEnv) {
3230
- super(httpClient);
3231
- this.httpClient = httpClient;
3232
- this.hostEnv = hostEnv;
3233
- this.rotaListar = 'hcm/api/v1/TipoAfastamentoESocial/listar';
3234
- this.rotaExisteID = 'hcm/api/v1/TipoAfastamentoESocial/existeid';
3235
- this.rotaSelecionar = 'hcm/api/v1/TipoAfastamentoESocial/selecionar';
3236
- }
3237
- Listar() {
3238
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3239
- }
3240
- ExisteID(idtipoafastamentoesocial) {
3241
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoafastamentoesocial}`);
3242
- }
3243
- Selecionar(idtipoafastamentoesocial) {
3244
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoafastamentoesocial}`);
3245
- }
3246
- 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 }); }
3247
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoESocialService, providedIn: 'root' }); }
3248
- }
3249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAfastamentoESocialService, decorators: [{
3250
- type: Injectable,
3251
- args: [{
3252
- providedIn: 'root'
3253
- }]
3254
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3255
- type: Inject,
3256
- args: ['hostEnv']
3257
- }] }] });
3258
-
3259
- class TipoComissionistaService extends BaseApiService {
3260
- constructor(httpClient, hostEnv) {
3261
- super(httpClient);
3262
- this.httpClient = httpClient;
3263
- this.hostEnv = hostEnv;
3264
- this.rotaListar = 'hcm/api/v1/TipoComissionista/listar';
3265
- this.rotaExisteID = 'hcm/api/v1/TipoComissionista/existeid';
3266
- this.rotaSelecionar = 'hcm/api/v1/TipoComissionista/selecionar';
3267
- }
3268
- Listar() {
3269
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3270
- }
3271
- ExisteID(idtipocomissionista) {
3272
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocomissionista}`);
3273
- }
3274
- Selecionar(idtipocomissionista) {
3275
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocomissionista}`);
3276
- }
3277
- 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 }); }
3278
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoComissionistaService, providedIn: 'root' }); }
3279
- }
3280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoComissionistaService, decorators: [{
3281
- type: Injectable,
3282
- args: [{
3283
- providedIn: 'root'
3284
- }]
3285
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3286
- type: Inject,
3287
- args: ['hostEnv']
3288
- }] }] });
3289
-
3290
- class MotivoContracacaoService extends BaseApiService {
3291
- constructor(httpClient, hostEnv) {
3292
- super(httpClient);
3293
- this.httpClient = httpClient;
3294
- this.hostEnv = hostEnv;
3295
- this.rotaListar = 'hcm/api/v1/motivocontratacao/listar';
3296
- this.rotaExisteID = 'hcm/api/v1/motivocontratacao/existeid';
3297
- this.rotaSelecionar = 'hcm/api/v1/motivocontratacao/selecionar';
3298
- }
3299
- Listar() {
3300
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3301
- }
3302
- ExisteID(idmotivocontratacao) {
3303
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idmotivocontratacao}`);
3304
- }
3305
- Selecionar(idmotivocontratacao) {
3306
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idmotivocontratacao}`);
3307
- }
3308
- 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 }); }
3309
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoContracacaoService, providedIn: 'root' }); }
3310
- }
3311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoContracacaoService, decorators: [{
3312
- type: Injectable,
3313
- args: [{
3314
- providedIn: 'root'
3315
- }]
3316
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3317
- type: Inject,
3318
- args: ['hostEnv']
3319
- }] }] });
3320
-
3321
- class NaturezaAtividadeService extends BaseApiService {
3322
- constructor(httpClient, hostEnv) {
3323
- super(httpClient);
3324
- this.httpClient = httpClient;
3325
- this.hostEnv = hostEnv;
3326
- this.rotaListar = 'hcm/api/v1/naturezaatividade/listar';
3327
- this.rotaExisteID = 'hcm/api/v1/naturezaatividade/existeid';
3328
- this.rotaSelecionar = 'hcm/api/v1/naturezaatividade/selecionar';
3329
- }
3330
- Listar() {
3331
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3332
- }
3333
- ExisteID(idnaturezaatividade) {
3334
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idnaturezaatividade}`);
3335
- }
3336
- Selecionar(idnaturezaatividade) {
3337
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idnaturezaatividade}`);
3338
- }
3339
- 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 }); }
3340
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NaturezaAtividadeService, providedIn: 'root' }); }
3341
- }
3342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NaturezaAtividadeService, decorators: [{
3343
- type: Injectable,
3344
- args: [{
3345
- providedIn: 'root'
3346
- }]
3347
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3348
- type: Inject,
3349
- args: ['hostEnv']
3350
- }] }] });
3351
-
3352
- class NivelEstagioServico extends BaseApiService {
3353
- constructor(httpClient, hostEnv) {
3354
- super(httpClient);
3355
- this.httpClient = httpClient;
3356
- this.hostEnv = hostEnv;
3357
- this.rotaExisteID = 'hcm/api/v1/NivelEstagio/ExisteID';
3358
- this.rotaSelecionar = 'hcm/api/v1/NivelEstagio/selecionar';
3359
- this.rotaListarTodos = 'hcm/api/v1/NivelEstagio/Listar';
3360
- }
3361
- ExisteID(idnivelestagio) {
3362
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idnivelestagio}`);
3363
- }
3364
- Listar() {
3365
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
3366
- }
3367
- Selecionar(idnivelestagio) {
3368
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idnivelestagio}`);
3369
- }
3370
- 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 }); }
3371
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelEstagioServico, providedIn: 'root' }); }
3372
- }
3373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelEstagioServico, decorators: [{
3374
- type: Injectable,
3375
- args: [{
3376
- providedIn: 'root'
3377
- }]
3378
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3379
- type: Inject,
3380
- args: ['hostEnv']
3381
- }] }] });
3382
-
3383
- class SefipCategoriaService extends BaseApiService {
3384
- constructor(httpClient, hostEnv) {
3385
- super(httpClient);
3386
- this.httpClient = httpClient;
3387
- this.hostEnv = hostEnv;
3388
- this.rotaListar = 'hcm/api/v1/SefipCategoria/listar';
3389
- this.rotaExisteID = 'hcm/api/v1/SefipCategoria/existeid';
3390
- this.rotaSelecionar = 'hcm/api/v1/SefipCategoria/selecionar';
3391
- }
3392
- Listar() {
3393
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3394
- }
3395
- ExisteID(idsefipcategoria) {
3396
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsefipcategoria}`);
3397
- }
3398
- Selecionar(idsefipcategoria) {
3399
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsefipcategoria}`);
3400
- }
3401
- 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 }); }
3402
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipCategoriaService, providedIn: 'root' }); }
3403
- }
3404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipCategoriaService, decorators: [{
3405
- type: Injectable,
3406
- args: [{
3407
- providedIn: 'root'
3408
- }]
3409
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3410
- type: Inject,
3411
- args: ['hostEnv']
3412
- }] }] });
3413
-
3414
- class SefipRecolhimentoService extends BaseApiService {
3415
- constructor(httpClient, hostEnv) {
3416
- super(httpClient);
3417
- this.httpClient = httpClient;
3418
- this.hostEnv = hostEnv;
3419
- this.rotaListar = 'hcm/api/v1/SefipRecolhimento/listar';
3420
- this.rotaExisteID = 'hcm/api/v1/SefipRecolhimento/existeid';
3421
- this.rotaSelecionar = 'hcm/api/v1/SefipRecolhimento/selecionar';
3422
- }
3423
- Listar() {
3424
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3425
- }
3426
- ExisteID(idsefiprecolhimento) {
3427
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsefiprecolhimento}`);
3428
- }
3429
- Selecionar(idsefiprecolhimento) {
3430
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsefiprecolhimento}`);
3431
- }
3432
- 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 }); }
3433
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipRecolhimentoService, providedIn: 'root' }); }
3434
- }
3435
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipRecolhimentoService, decorators: [{
3436
- type: Injectable,
3437
- args: [{
3438
- providedIn: 'root'
3439
- }]
3440
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3441
- type: Inject,
3442
- args: ['hostEnv']
3443
- }] }] });
3444
-
3445
- class SubTipoOcorrenciaFabricaService extends BaseApiService {
3446
- constructor(httpClient, hostEnv) {
3447
- super(httpClient);
3448
- this.httpClient = httpClient;
3449
- this.hostEnv = hostEnv;
3450
- this.rotaExisteID = 'hcm/api/v1/SubTipoOcorrenciaFabrica/ExisteID';
3451
- this.rotaSelecionar = 'hcm/api/v1/SubTipoOcorrenciaFabrica/selecionar';
3452
- this.rotaListarTodos = 'hcm/api/v1/SubTipoOcorrenciaFabrica/Listar';
3453
- }
3454
- ExisteID(idsubtipoocorrenciafabrica) {
3455
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsubtipoocorrenciafabrica}`);
3456
- }
3457
- Listar() {
3458
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
3459
- }
3460
- Selecionar(idsubtipoocorrenciafabrica) {
3461
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsubtipoocorrenciafabrica}`);
3462
- }
3463
- 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 }); }
3464
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaFabricaService, providedIn: 'root' }); }
3465
- }
3466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaFabricaService, decorators: [{
3467
- type: Injectable,
3468
- args: [{
3469
- providedIn: 'root'
3470
- }]
3471
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3472
- type: Inject,
3473
- args: ['hostEnv']
3474
- }] }] });
3475
-
3476
- class TipoContratoTempoParcialService extends BaseApiService {
3477
- constructor(httpClient, hostEnv) {
3478
- super(httpClient);
3479
- this.httpClient = httpClient;
3480
- this.hostEnv = hostEnv;
3481
- this.rotaListar = 'hcm/api/v1/TipoContratoTempoParcial/listar';
3482
- this.rotaExisteID = 'hcm/api/v1/TipoContratoTempoParcial/existeid';
3483
- this.rotaSelecionar = 'hcm/api/v1/TipoContratoTempoParcial/selecionar';
3484
- }
3485
- Listar() {
3486
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3487
- }
3488
- ExisteID(idtipocontratotempoparcial) {
3489
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocontratotempoparcial}`);
3490
- }
3491
- Selecionar(idtipocontratotempoparcial) {
3492
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocontratotempoparcial}`);
3493
- }
3494
- 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 }); }
3495
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTempoParcialService, providedIn: 'root' }); }
3496
- }
3497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTempoParcialService, decorators: [{
3498
- type: Injectable,
3499
- args: [{
3500
- providedIn: 'root'
3501
- }]
3502
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3503
- type: Inject,
3504
- args: ['hostEnv']
3505
- }] }] });
3506
-
3507
- class TipoDependenteESocialService extends BaseApiService {
3508
- constructor(httpClient, hostEnv) {
3509
- super(httpClient);
3510
- this.httpClient = httpClient;
3511
- this.hostEnv = hostEnv;
3512
- this.rotaListar = 'hcm/api/v1/tipodependenteesocial/listar';
3513
- this.rotaExisteID = 'hcm/api/v1/tipodependenteesocial/existeid';
3514
- this.rotaSelecionar = 'hcm/api/v1/tipodependenteesocial/selecionar';
3515
- }
3516
- Listar() {
3517
- return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
3518
- }
3519
- ExisteID(idtipodependente) {
3520
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodependente}`);
3521
- }
3522
- Selecionar(idtipodependente) {
3523
- return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodependente}`);
3524
- }
3525
- 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 }); }
3526
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenteESocialService, providedIn: 'root' }); }
3527
- }
3528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenteESocialService, decorators: [{
3529
- type: Injectable,
3530
- args: [{
3531
- providedIn: 'root'
3532
- }]
3533
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3534
- type: Inject,
3535
- args: ['hostEnv']
3536
- }] }] });
3537
-
3538
- /*
3539
- * Public API Surface of keevo-api-services-hcm
3540
- */
3541
- /**
3542
- * Models
3543
- */
3544
-
3545
- /**
3546
- * Generated bundle index. Do not edit.
3547
- */
3548
-
3549
- export { AnalistaPessoaService, CamposObrigatoriosCadastroServico, CargoService, CategoriaHabilitacaoCnhService, CategoriaOcorrenciaEstadoService, CategoriaTrabalhadorService, CategoriaTrabalhadorTiposAfastamentoService, CboService, CentroCustoService, CentroResultadoService, CodigoDirfService, CodigoGpsService, CodigoTerceiroService, ColaboradorService, CondicaoIngressoTrabalhadorImigranteService, ConfiguracaoMovimentosFolhaService, 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 };
3550
- //# sourceMappingURL=keevo-api-services-hcm.mjs.map