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