keevo-api-services-hcm 0.0.32 → 0.0.33

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