keevo-api-services-hcm 0.0.19 → 0.0.20

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 (132) hide show
  1. package/esm2022/lib/models/dominio/categoriahabilitacaocnh.mjs +2 -0
  2. package/esm2022/lib/models/dominio/indicativolotacao.model.mjs +2 -0
  3. package/esm2022/lib/models/dominio/motivodesligamentodiretornaoempregado.model.mjs +2 -0
  4. package/esm2022/lib/models/dominio/registrosituacao.model.mjs +2 -0
  5. package/esm2022/lib/models/dominio/relacaodependenciaplanosaude.model.mjs +2 -0
  6. package/esm2022/lib/models/dominio/sefipocorrencia.model.mjs +2 -0
  7. package/esm2022/lib/models/dominio/statusmovimentoestado.model.mjs +2 -0
  8. package/esm2022/lib/models/dominio/temporesidenciatrabalhadorimigrante.model.mjs +2 -0
  9. package/esm2022/lib/models/dominio/tipoacalculo.model.mjs +2 -0
  10. package/esm2022/lib/models/dominio/tipoacidentetransito.model.mjs +2 -0
  11. package/esm2022/lib/models/dominio/tipoacordoconvencao.model.mjs +2 -0
  12. package/esm2022/lib/models/dominio/tipoadmissao.model.mjs +2 -0
  13. package/esm2022/lib/models/dominio/tipoadmissaocaged.model.mjs +2 -0
  14. package/esm2022/lib/models/dominio/tipoadmissaoesocial.model.mjs +2 -0
  15. package/esm2022/lib/models/dominio/tipoapuracaomedia.model.mjs +2 -0
  16. package/esm2022/lib/models/dominio/tipocaepf.model.mjs +2 -0
  17. package/esm2022/lib/models/dominio/tipocontratacao.model.mjs +2 -0
  18. package/esm2022/lib/models/dominio/tipocontratotrabalho.model.mjs +2 -0
  19. package/esm2022/lib/models/dominio/tipodependenciairrf.model.mjs +2 -0
  20. package/esm2022/lib/models/hcm/hierarquiaorganizacional/atualizarordem.model.mjs +2 -0
  21. package/esm2022/lib/models/pessoa/registro/registro.model.mjs +1 -1
  22. package/esm2022/lib/services/dominio/categoria-ocorrencia-estado.service.mjs +4 -4
  23. package/esm2022/lib/services/dominio/categoria-trabalhador-tipos-afastamento.service.mjs +4 -4
  24. package/esm2022/lib/services/dominio/categoria-trabalhador.service.mjs +4 -4
  25. package/esm2022/lib/services/dominio/categoriahabilitacaocnh.service.mjs +35 -0
  26. package/esm2022/lib/services/dominio/cbo.service.mjs +4 -4
  27. package/esm2022/lib/services/dominio/codigo-dirf.service.mjs +4 -4
  28. package/esm2022/lib/services/dominio/codigo-gps.service.mjs +4 -4
  29. package/esm2022/lib/services/dominio/codigo-terceiro.service.mjs +4 -4
  30. package/esm2022/lib/services/dominio/condicao-ingresso-trabalhador-imigrante.service.mjs +4 -4
  31. package/esm2022/lib/services/dominio/considerar-meses-sem-trabalhar-por-afastamento.service.mjs +4 -4
  32. package/esm2022/lib/services/dominio/contribuicao-patronal.service.mjs +4 -4
  33. package/esm2022/lib/services/dominio/cooperativa.service.mjs +4 -4
  34. package/esm2022/lib/services/dominio/fpas.service.mjs +4 -4
  35. package/esm2022/lib/services/dominio/indicativo-admissao.service.mjs +4 -4
  36. package/esm2022/lib/services/dominio/indicativo-lotacao.service.mjs +35 -0
  37. package/esm2022/lib/services/dominio/motivo-desligamento-diretor-nao-empregado.service.mjs +35 -0
  38. package/esm2022/lib/services/dominio/nivel-risco.service.mjs +4 -4
  39. package/esm2022/lib/services/dominio/onus-cessao.service.mjs +4 -4
  40. package/esm2022/lib/services/dominio/onus-remuneracao.service.mjs +4 -4
  41. package/esm2022/lib/services/dominio/regime-jornada.service.mjs +4 -4
  42. package/esm2022/lib/services/dominio/registro-situacao.service.mjs +35 -0
  43. package/esm2022/lib/services/dominio/relacaodependenciaplanosaude.service.mjs +35 -0
  44. package/esm2022/lib/services/dominio/sefip-ocorrencia.service.mjs +35 -0
  45. package/esm2022/lib/services/dominio/status-movimento-status.service.mjs +35 -0
  46. package/esm2022/lib/services/dominio/temporesidenciatrabalhadorimigrante.service.mjs +35 -0
  47. package/esm2022/lib/services/dominio/tipo-acidente-transito.service.mjs +35 -0
  48. package/esm2022/lib/services/dominio/tipo-acordo-convencao.service.mjs +35 -0
  49. package/esm2022/lib/services/dominio/tipo-admissao-caged.service.mjs +35 -0
  50. package/esm2022/lib/services/dominio/tipo-admissao-e-social.service.mjs +35 -0
  51. package/esm2022/lib/services/dominio/tipo-admissao.service.mjs +35 -0
  52. package/esm2022/lib/services/dominio/tipo-apuracao-media.service.mjs +35 -0
  53. package/esm2022/lib/services/dominio/tipo-caepf.service.mjs +35 -0
  54. package/esm2022/lib/services/dominio/tipo-calculo.service.mjs +35 -0
  55. package/esm2022/lib/services/dominio/tipo-contratacao.service.mjs +35 -0
  56. package/esm2022/lib/services/dominio/tipo-contrato-trabalho.service.mjs +35 -0
  57. package/esm2022/lib/services/dominio/tipo-dependencia-irrf.service.mjs +35 -0
  58. package/esm2022/lib/services/dominio/tipo-folha.service.mjs +4 -4
  59. package/esm2022/lib/services/dominio/tipo-pagamento-salario.service.mjs +4 -4
  60. package/esm2022/lib/services/dominio/tipo-salario.service.mjs +4 -4
  61. package/esm2022/lib/services/hcm/cargo.service.mjs +4 -4
  62. package/esm2022/lib/services/hcm/centro-custo.service.mjs +4 -4
  63. package/esm2022/lib/services/hcm/centro-resultado.service.mjs +4 -4
  64. package/esm2022/lib/services/hcm/departamento.service.mjs +4 -4
  65. package/esm2022/lib/services/hcm/equipe-membro.service.mjs +4 -4
  66. package/esm2022/lib/services/hcm/equipe.service.mjs +4 -4
  67. package/esm2022/lib/services/hcm/hierarquiaorganizacional.service.mjs +12 -4
  68. package/esm2022/lib/services/hcm/relacionamento-lotacao.service.mjs +4 -4
  69. package/esm2022/lib/services/hcm/sub-tipo-ocorrencia.service.mjs +4 -4
  70. package/esm2022/lib/services/hcm/tipo-estado.service.mjs +4 -4
  71. package/esm2022/lib/services/hcm/tipo-ocorrencia.service.mjs +4 -4
  72. package/esm2022/lib/services/hcm/unidade-administrativa.service.mjs +4 -4
  73. package/esm2022/lib/services/hcm/unidade-hierarquica.service.mjs +4 -4
  74. package/esm2022/lib/services/passaporte/empresa-banner.service.mjs +4 -4
  75. package/esm2022/lib/services/passaporte/empresa-parametros.service.mjs +4 -4
  76. package/esm2022/lib/services/passaporte/empresa.service.mjs +4 -4
  77. package/esm2022/lib/services/pessoa/analista-pessoa.service.mjs +4 -4
  78. package/esm2022/lib/services/pessoa/colaborador.service.mjs +4 -4
  79. package/esm2022/lib/services/pessoa/keex.service.mjs +4 -4
  80. package/esm2022/lib/services/pessoa/lider.service.mjs +4 -4
  81. package/esm2022/lib/services/pessoa/registro.service.mjs +7 -7
  82. package/esm2022/lib/services/pessoa/tomador.service.mjs +4 -4
  83. package/esm2022/lib/services/utilitarios/dadosrelacionamento.service.mjs +4 -4
  84. package/esm2022/lib/services/utilitarios/validators.service.mjs +4 -4
  85. package/esm2022/public-api.mjs +20 -2
  86. package/fesm2022/keevo-api-services-hcm.mjs +733 -137
  87. package/fesm2022/keevo-api-services-hcm.mjs.map +1 -1
  88. package/lib/models/dominio/categoriahabilitacaocnh.d.ts +4 -0
  89. package/lib/models/dominio/indicativolotacao.model.d.ts +6 -0
  90. package/lib/models/dominio/motivodesligamentodiretornaoempregado.model.d.ts +5 -0
  91. package/lib/models/dominio/registrosituacao.model.d.ts +5 -0
  92. package/lib/models/dominio/relacaodependenciaplanosaude.model.d.ts +7 -0
  93. package/lib/models/dominio/sefipocorrencia.model.d.ts +6 -0
  94. package/lib/models/dominio/statusmovimentoestado.model.d.ts +4 -0
  95. package/lib/models/dominio/temporesidenciatrabalhadorimigrante.model.d.ts +4 -0
  96. package/lib/models/dominio/tipoacalculo.model.d.ts +5 -0
  97. package/lib/models/dominio/tipoacidentetransito.model.d.ts +4 -0
  98. package/lib/models/dominio/tipoacordoconvencao.model.d.ts +5 -0
  99. package/lib/models/dominio/tipoadmissao.model.d.ts +5 -0
  100. package/lib/models/dominio/tipoadmissaocaged.model.d.ts +5 -0
  101. package/lib/models/dominio/tipoadmissaoesocial.model.d.ts +4 -0
  102. package/lib/models/dominio/tipoapuracaomedia.model.d.ts +5 -0
  103. package/lib/models/dominio/tipocaepf.model.d.ts +4 -0
  104. package/lib/models/dominio/tipocontratacao.model.d.ts +5 -0
  105. package/lib/models/dominio/tipocontratotrabalho.model.d.ts +4 -0
  106. package/lib/models/dominio/tipodependenciairrf.model.d.ts +8 -0
  107. package/lib/models/hcm/hierarquiaorganizacional/atualizarordem.model.d.ts +4 -0
  108. package/lib/models/pessoa/registro/registro.model.d.ts +1 -0
  109. package/lib/services/dominio/categoriahabilitacaocnh.service.d.ts +18 -0
  110. package/lib/services/dominio/indicativo-lotacao.service.d.ts +18 -0
  111. package/lib/services/dominio/motivo-desligamento-diretor-nao-empregado.service.d.ts +18 -0
  112. package/lib/services/dominio/registro-situacao.service.d.ts +18 -0
  113. package/lib/services/dominio/relacaodependenciaplanosaude.service.d.ts +18 -0
  114. package/lib/services/dominio/sefip-ocorrencia.service.d.ts +18 -0
  115. package/lib/services/dominio/status-movimento-status.service.d.ts +18 -0
  116. package/lib/services/dominio/temporesidenciatrabalhadorimigrante.service.d.ts +18 -0
  117. package/lib/services/dominio/tipo-acidente-transito.service.d.ts +18 -0
  118. package/lib/services/dominio/tipo-acordo-convencao.service.d.ts +18 -0
  119. package/lib/services/dominio/tipo-admissao-caged.service.d.ts +18 -0
  120. package/lib/services/dominio/tipo-admissao-e-social.service.d.ts +18 -0
  121. package/lib/services/dominio/tipo-admissao.service.d.ts +18 -0
  122. package/lib/services/dominio/tipo-apuracao-media.service.d.ts +18 -0
  123. package/lib/services/dominio/tipo-caepf.service.d.ts +18 -0
  124. package/lib/services/dominio/tipo-calculo.service.d.ts +18 -0
  125. package/lib/services/dominio/tipo-contratacao.service.d.ts +18 -0
  126. package/lib/services/dominio/tipo-contrato-trabalho.service.d.ts +18 -0
  127. package/lib/services/dominio/tipo-dependencia-irrf.service.d.ts +18 -0
  128. package/lib/services/hcm/hierarquiaorganizacional.service.d.ts +5 -0
  129. package/lib/services/pessoa/colaborador.service.d.ts +1 -1
  130. package/lib/services/pessoa/registro.service.d.ts +2 -2
  131. package/package.json +2 -2
  132. package/public-api.d.ts +19 -0
@@ -14,10 +14,10 @@ class CargoService extends BaseApiService {
14
14
  Listar(filtro) {
15
15
  return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarTodos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CargoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CargoService, providedIn: 'root' }); }
17
+ 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 }); }
18
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CargoService, providedIn: 'root' }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CargoService, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CargoService, decorators: [{
21
21
  type: Injectable,
22
22
  args: [{
23
23
  providedIn: 'root'
@@ -45,10 +45,10 @@ class CentroCustoService extends BaseApiService {
45
45
  Selecionar(idcentrocusto) {
46
46
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcentrocusto}`);
47
47
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CentroCustoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
49
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CentroCustoService, providedIn: 'root' }); }
48
+ 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 }); }
49
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroCustoService, providedIn: 'root' }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CentroCustoService, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroCustoService, decorators: [{
52
52
  type: Injectable,
53
53
  args: [{
54
54
  providedIn: 'root'
@@ -72,10 +72,10 @@ class CentroResultadoService extends BaseApiService {
72
72
  Selecionar(idcentroresultado) {
73
73
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcentroresultado}`);
74
74
  }
75
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CentroResultadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
76
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CentroResultadoService, providedIn: 'root' }); }
75
+ 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 }); }
76
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroResultadoService, providedIn: 'root' }); }
77
77
  }
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CentroResultadoService, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentroResultadoService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -99,10 +99,10 @@ class DepartamentoService extends BaseApiService {
99
99
  Selecionar(iddepartamento) {
100
100
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaListarSelecionar}/${iddepartamento}`);
101
101
  }
102
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DepartamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
103
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DepartamentoService, providedIn: 'root' }); }
102
+ 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 }); }
103
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepartamentoService, providedIn: 'root' }); }
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DepartamentoService, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepartamentoService, decorators: [{
106
106
  type: Injectable,
107
107
  args: [{
108
108
  providedIn: 'root'
@@ -146,10 +146,10 @@ class EquipeMembroService extends BaseApiService {
146
146
  Selecionar(idanalista) {
147
147
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idanalista}`);
148
148
  }
149
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EquipeMembroService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
150
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EquipeMembroService, providedIn: 'root' }); }
149
+ 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 }); }
150
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeMembroService, providedIn: 'root' }); }
151
151
  }
152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EquipeMembroService, decorators: [{
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeMembroService, decorators: [{
153
153
  type: Injectable,
154
154
  args: [{
155
155
  providedIn: 'root'
@@ -185,10 +185,10 @@ class EquipeService extends BaseApiService {
185
185
  Selecionar(idanalista) {
186
186
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idanalista}`);
187
187
  }
188
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EquipeService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
189
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EquipeService, providedIn: 'root' }); }
188
+ 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 }); }
189
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeService, providedIn: 'root' }); }
190
190
  }
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EquipeService, decorators: [{
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquipeService, decorators: [{
192
192
  type: Injectable,
193
193
  args: [{
194
194
  providedIn: 'root'
@@ -211,8 +211,10 @@ class HierarquiaOrganizacionalService extends BaseApiService {
211
211
  this.rotaSalvar = 'hcm/api/v1/hierarquiaorganizacional/salvar';
212
212
  this.rotaAtualizaVinculoDeHierarquia = 'hcm/api/v1/hierarquiaorganizacional/AtualizaVinculoDeHierarquia';
213
213
  this.rotaAtualizarOrdemHierarquia = 'hcm/api/v1/hierarquiaorganizacional/AtualizarOrdemHierarquia';
214
+ this.rotaAtualizarOrdemHierarquias = 'hcm/api/v1/hierarquiaorganizacional/AtualizarOrdemHierarquias';
214
215
  this.rotaSelecionar = 'hcm/api/v1/hierarquiaorganizacional/selecionar';
215
216
  this.rotaListarPossiveisLideres = 'hcm/api/v1/hierarquiaorganizacional/listarpossiveislideres';
217
+ this.rotaSolicitarConfirmacaoAlteracaoLideranca = 'hcm/api/v1/hierarquiaorganizacional/SolicitarConfirmacaoAlteracaoLideranca';
216
218
  }
217
219
  Excluir(id) {
218
220
  return this.post(this.hostEnv.apiUrlHcm, this.rotaExcluir, id);
@@ -238,19 +240,25 @@ class HierarquiaOrganizacionalService extends BaseApiService {
238
240
  Salvar(dados) {
239
241
  return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, dados);
240
242
  }
243
+ SolicitarConfirmacaoAlteracaoLideranca(filtro) {
244
+ return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSolicitarConfirmacaoAlteracaoLideranca, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
245
+ }
241
246
  AtualizaVinculoDeHierarquia(dados) {
242
247
  return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizaVinculoDeHierarquia, dados);
243
248
  }
244
249
  AtualizarOrdemHierarquia(idhierarquiaorganizacional, idordem) {
245
250
  return this.post(this.hostEnv.apiUrlHcm, `${this.rotaAtualizarOrdemHierarquia}?idhierarquiaorganizacional=${idhierarquiaorganizacional}&ordem=${idordem}`);
246
251
  }
252
+ AtualizarOrdemHierarquias(listaOrdens) {
253
+ return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizarOrdemHierarquias, listaOrdens);
254
+ }
247
255
  Selecionar(id) {
248
256
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
249
257
  }
250
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: HierarquiaOrganizacionalService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
251
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: HierarquiaOrganizacionalService, providedIn: 'root' }); }
258
+ 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 }); }
259
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HierarquiaOrganizacionalService, providedIn: 'root' }); }
252
260
  }
253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: HierarquiaOrganizacionalService, decorators: [{
261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HierarquiaOrganizacionalService, decorators: [{
254
262
  type: Injectable,
255
263
  args: [{
256
264
  providedIn: 'root'
@@ -294,10 +302,10 @@ class RelacionamentoLotacaoService extends BaseApiService {
294
302
  Selecionar(idrelacionamentolotacao) {
295
303
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idrelacionamentolotacao}`);
296
304
  }
297
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RelacionamentoLotacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
298
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RelacionamentoLotacaoService, providedIn: 'root' }); }
305
+ 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 }); }
306
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacionamentoLotacaoService, providedIn: 'root' }); }
299
307
  }
300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RelacionamentoLotacaoService, decorators: [{
308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacionamentoLotacaoService, decorators: [{
301
309
  type: Injectable,
302
310
  args: [{
303
311
  providedIn: 'root'
@@ -321,10 +329,10 @@ class SubTipoOcorrenciaService extends BaseApiService {
321
329
  Salvar(data) {
322
330
  return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
323
331
  }
324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SubTipoOcorrenciaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SubTipoOcorrenciaService, providedIn: 'root' }); }
332
+ 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 }); }
333
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaService, providedIn: 'root' }); }
326
334
  }
327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SubTipoOcorrenciaService, decorators: [{
335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubTipoOcorrenciaService, decorators: [{
328
336
  type: Injectable,
329
337
  args: [{
330
338
  providedIn: 'root'
@@ -356,10 +364,10 @@ class TipoEstadoService extends BaseApiService {
356
364
  Selecionar(id) {
357
365
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
358
366
  }
359
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoEstadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
360
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoEstadoService, providedIn: 'root' }); }
367
+ 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 }); }
368
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEstadoService, providedIn: 'root' }); }
361
369
  }
362
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoEstadoService, decorators: [{
370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEstadoService, decorators: [{
363
371
  type: Injectable,
364
372
  args: [{
365
373
  providedIn: 'root'
@@ -391,10 +399,10 @@ class TipoOcorrenciaService extends BaseApiService {
391
399
  Selecionar(idtipoocorrencia) {
392
400
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoocorrencia}`);
393
401
  }
394
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoOcorrenciaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
395
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoOcorrenciaService, providedIn: 'root' }); }
402
+ 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 }); }
403
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoOcorrenciaService, providedIn: 'root' }); }
396
404
  }
397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoOcorrenciaService, decorators: [{
405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoOcorrenciaService, decorators: [{
398
406
  type: Injectable,
399
407
  args: [{
400
408
  providedIn: 'root'
@@ -418,10 +426,10 @@ class UnidadeAdministrativaService extends BaseApiService {
418
426
  Selecionar(idunidadeadministrativa) {
419
427
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idunidadeadministrativa}`);
420
428
  }
421
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: UnidadeAdministrativaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
422
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: UnidadeAdministrativaService, providedIn: 'root' }); }
429
+ 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 }); }
430
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadeAdministrativaService, providedIn: 'root' }); }
423
431
  }
424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: UnidadeAdministrativaService, decorators: [{
432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadeAdministrativaService, decorators: [{
425
433
  type: Injectable,
426
434
  args: [{
427
435
  providedIn: 'root'
@@ -473,10 +481,10 @@ class UnidadehierarquicaService extends BaseApiService {
473
481
  SelecionarRaizPorChave(filtro) {
474
482
  return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSelecionarRaizPorChave, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
475
483
  }
476
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: UnidadehierarquicaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
477
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: UnidadehierarquicaService, providedIn: 'root' }); }
484
+ 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 }); }
485
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadehierarquicaService, providedIn: 'root' }); }
478
486
  }
479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: UnidadehierarquicaService, decorators: [{
487
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnidadehierarquicaService, decorators: [{
480
488
  type: Injectable,
481
489
  args: [{
482
490
  providedIn: 'root'
@@ -500,10 +508,10 @@ class EmpresaBannerService extends BaseApiService {
500
508
  Selecionar(idmaster, idempresaevocenter, ordem) {
501
509
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idmaster}/${idempresaevocenter}/${ordem}`);
502
510
  }
503
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaBannerService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
504
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaBannerService, providedIn: 'root' }); }
511
+ 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 }); }
512
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaBannerService, providedIn: 'root' }); }
505
513
  }
506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaBannerService, decorators: [{
514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaBannerService, decorators: [{
507
515
  type: Injectable,
508
516
  args: [{
509
517
  providedIn: 'root'
@@ -531,10 +539,10 @@ class EmpresaParametrosService extends BaseApiService {
531
539
  SalvarEkeep(data) {
532
540
  return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvarEkeep, data);
533
541
  }
534
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaParametrosService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
535
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaParametrosService, providedIn: 'root' }); }
542
+ 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 }); }
543
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaParametrosService, providedIn: 'root' }); }
536
544
  }
537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaParametrosService, decorators: [{
545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaParametrosService, decorators: [{
538
546
  type: Injectable,
539
547
  args: [{
540
548
  providedIn: 'root'
@@ -558,10 +566,10 @@ class EmpresaService extends BaseApiService {
558
566
  ListarEmpresaEFiliais(idmaster, idempresaevocenter) {
559
567
  return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarEmpresaseFiliais}/${idmaster}/${idempresaevocenter}`);
560
568
  }
561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
562
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaService, providedIn: 'root' }); }
569
+ 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 }); }
570
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaService, providedIn: 'root' }); }
563
571
  }
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EmpresaService, decorators: [{
572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaService, decorators: [{
565
573
  type: Injectable,
566
574
  args: [{
567
575
  providedIn: 'root'
@@ -597,10 +605,10 @@ class AnalistaPessoaService extends BaseApiService {
597
605
  Selecionar(idanalista) {
598
606
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idanalista}`);
599
607
  }
600
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnalistaPessoaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
601
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnalistaPessoaService, providedIn: 'root' }); }
608
+ 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 }); }
609
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnalistaPessoaService, providedIn: 'root' }); }
602
610
  }
603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: AnalistaPessoaService, decorators: [{
611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnalistaPessoaService, decorators: [{
604
612
  type: Injectable,
605
613
  args: [{
606
614
  providedIn: 'root'
@@ -660,10 +668,10 @@ class ColaboradorService extends BaseApiService {
660
668
  VerificarColaboradorLider(filtro) {
661
669
  return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaVerificarColaboradorLider, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
662
670
  }
663
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ColaboradorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
664
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ColaboradorService, providedIn: 'root' }); }
671
+ 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 }); }
672
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColaboradorService, providedIn: 'root' }); }
665
673
  }
666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ColaboradorService, decorators: [{
674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColaboradorService, decorators: [{
667
675
  type: Injectable,
668
676
  args: [{
669
677
  providedIn: 'root'
@@ -712,10 +720,10 @@ class KeexService extends BaseApiService {
712
720
  SelecionarFlagsDeAcessoAokeex(filtro) {
713
721
  return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaSelecionarFlagsDeAcessoAokeex, new HttpHeaders().set('filtro', JSON.stringify(filtro)));
714
722
  }
715
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KeexService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
716
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KeexService, providedIn: 'root' }); }
723
+ 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 }); }
724
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KeexService, providedIn: 'root' }); }
717
725
  }
718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KeexService, decorators: [{
726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KeexService, decorators: [{
719
727
  type: Injectable,
720
728
  args: [{
721
729
  providedIn: 'root',
@@ -786,10 +794,10 @@ class LiderService extends BaseApiService {
786
794
  ExisteIDRegistro(idmaster, idempresaevocenter, idregistro) {
787
795
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteIDRegistro}/${idmaster}/${idempresaevocenter}/${idregistro}`);
788
796
  }
789
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: LiderService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
790
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: LiderService, providedIn: 'root' }); }
797
+ 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 }); }
798
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LiderService, providedIn: 'root' }); }
791
799
  }
792
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: LiderService, decorators: [{
800
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LiderService, decorators: [{
793
801
  type: Injectable,
794
802
  args: [{
795
803
  providedIn: 'root'
@@ -808,7 +816,7 @@ class RegistroService extends BaseApiService {
808
816
  this.rotaExisteCpf = 'hcm/api/v1/registro/existecpf';
809
817
  this.rotaListar = 'hcm/api/v1/registro/listar';
810
818
  this.rotaListarContatos = 'hcm/api/v1/registro/listarcontatos';
811
- this.rotaListarPerfil = 'hcm/api/v1/registro/ListarPerfil';
819
+ this.rotaListarIdPorCpf = 'hcm/api/v1/registro/ListarIdPorCpf';
812
820
  this.rotaListarFuncionariosSemLotacao = 'hcm/api/v1/registro/ListarFuncionariosSemLotacao';
813
821
  this.rotaPesquisar = 'hcm/api/v1/registro/pesquisar';
814
822
  this.rotaListarAniversariantes = 'hcm/api/v1/registro/listaraniversariantes';
@@ -833,8 +841,8 @@ class RegistroService extends BaseApiService {
833
841
  ListarContatos(filtro) {
834
842
  return this.post(this.hostEnv.apiUrlHcm, this.rotaListarContatos, filtro);
835
843
  }
836
- ListarPerfil(filtro) {
837
- return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaListarPerfil, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
844
+ ListarIdPorCpf(filtro) {
845
+ return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaListarIdPorCpf, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
838
846
  }
839
847
  ListarFuncionariosSemLotacao(filtro) {
840
848
  return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaListarFuncionariosSemLotacao, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
@@ -872,10 +880,10 @@ class RegistroService extends BaseApiService {
872
880
  TotalColaboradoresAtivos(filtro) {
873
881
  return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotaTotalColaboradoresAtivos, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
874
882
  }
875
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RegistroService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
876
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RegistroService, providedIn: 'root' }); }
883
+ 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 }); }
884
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroService, providedIn: 'root' }); }
877
885
  }
878
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RegistroService, decorators: [{
886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroService, decorators: [{
879
887
  type: Injectable,
880
888
  args: [{
881
889
  providedIn: 'root'
@@ -899,10 +907,10 @@ class TomadorService extends BaseApiService {
899
907
  Selecionar(idtomador) {
900
908
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtomador}`);
901
909
  }
902
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TomadorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
903
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TomadorService, providedIn: 'root' }); }
910
+ 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 }); }
911
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TomadorService, providedIn: 'root' }); }
904
912
  }
905
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TomadorService, decorators: [{
913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TomadorService, decorators: [{
906
914
  type: Injectable,
907
915
  args: [{
908
916
  providedIn: 'root'
@@ -929,10 +937,10 @@ class DadosConfiguracoesService {
929
937
  getIndicativosLotacaoDominio() {
930
938
  return this.indicativosLotacaoDominio;
931
939
  }
932
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DadosConfiguracoesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
933
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DadosConfiguracoesService, providedIn: 'root' }); }
940
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DadosConfiguracoesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
941
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DadosConfiguracoesService, providedIn: 'root' }); }
934
942
  }
935
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: DadosConfiguracoesService, decorators: [{
943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DadosConfiguracoesService, decorators: [{
936
944
  type: Injectable,
937
945
  args: [{
938
946
  providedIn: 'root'
@@ -1093,10 +1101,10 @@ class ValidatorsService {
1093
1101
  }
1094
1102
  };
1095
1103
  }
1096
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ValidatorsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1097
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ValidatorsService, providedIn: 'root' }); }
1104
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1105
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsService, providedIn: 'root' }); }
1098
1106
  }
1099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ValidatorsService, decorators: [{
1107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsService, decorators: [{
1100
1108
  type: Injectable,
1101
1109
  args: [{
1102
1110
  providedIn: 'root',
@@ -1125,10 +1133,10 @@ class CategoriaOcorrenciaEstadoService extends BaseApiService {
1125
1133
  ListarPorCategoria(idtipocategoriaocorrenciaestado) {
1126
1134
  return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarPorTipoCategoria}/${idtipocategoriaocorrenciaestado}`);
1127
1135
  }
1128
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaOcorrenciaEstadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1129
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaOcorrenciaEstadoService, providedIn: 'root' }); }
1136
+ 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 }); }
1137
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaOcorrenciaEstadoService, providedIn: 'root' }); }
1130
1138
  }
1131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaOcorrenciaEstadoService, decorators: [{
1139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaOcorrenciaEstadoService, decorators: [{
1132
1140
  type: Injectable,
1133
1141
  args: [{
1134
1142
  providedIn: 'root'
@@ -1148,10 +1156,10 @@ class CategoriaTrabalhadorTiposAfastamentoService extends BaseApiService {
1148
1156
  Listar() {
1149
1157
  return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1150
1158
  }
1151
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1152
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, providedIn: 'root' }); }
1159
+ 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 }); }
1160
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, providedIn: 'root' }); }
1153
1161
  }
1154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, decorators: [{
1162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorTiposAfastamentoService, decorators: [{
1155
1163
  type: Injectable,
1156
1164
  args: [{
1157
1165
  providedIn: 'root'
@@ -1180,10 +1188,10 @@ class CategoriaTrabalhadorService extends BaseApiService {
1180
1188
  Selecionar(idcategoriaocorrenciaestado) {
1181
1189
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcategoriaocorrenciaestado}`);
1182
1190
  }
1183
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaTrabalhadorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1184
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaTrabalhadorService, providedIn: 'root' }); }
1191
+ 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 }); }
1192
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorService, providedIn: 'root' }); }
1185
1193
  }
1186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CategoriaTrabalhadorService, decorators: [{
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaTrabalhadorService, decorators: [{
1187
1195
  type: Injectable,
1188
1196
  args: [{
1189
1197
  providedIn: 'root'
@@ -1211,10 +1219,10 @@ class CboService extends BaseApiService {
1211
1219
  Selecionar(idcbo) {
1212
1220
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcbo}`);
1213
1221
  }
1214
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CboService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1215
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CboService, providedIn: 'root' }); }
1222
+ 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 }); }
1223
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CboService, providedIn: 'root' }); }
1216
1224
  }
1217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CboService, decorators: [{
1225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CboService, decorators: [{
1218
1226
  type: Injectable,
1219
1227
  args: [{
1220
1228
  providedIn: 'root'
@@ -1243,10 +1251,10 @@ class CodigoDirfService extends BaseApiService {
1243
1251
  Selecionar(idcodigodirf) {
1244
1252
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigodirf}`);
1245
1253
  }
1246
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoDirfService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1247
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoDirfService, providedIn: 'root' }); }
1254
+ 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 }); }
1255
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoDirfService, providedIn: 'root' }); }
1248
1256
  }
1249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoDirfService, decorators: [{
1257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoDirfService, decorators: [{
1250
1258
  type: Injectable,
1251
1259
  args: [{
1252
1260
  providedIn: 'root'
@@ -1274,10 +1282,10 @@ class CodigoGpsService extends BaseApiService {
1274
1282
  Selecionar(idcodigogps) {
1275
1283
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigogps}`);
1276
1284
  }
1277
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoGpsService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1278
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoGpsService, providedIn: 'root' }); }
1285
+ 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 }); }
1286
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoGpsService, providedIn: 'root' }); }
1279
1287
  }
1280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoGpsService, decorators: [{
1288
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoGpsService, decorators: [{
1281
1289
  type: Injectable,
1282
1290
  args: [{
1283
1291
  providedIn: 'root'
@@ -1305,10 +1313,10 @@ class CodigoTerceiroService extends BaseApiService {
1305
1313
  Selecionar(idcodigoterceiro) {
1306
1314
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigoterceiro}`);
1307
1315
  }
1308
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoTerceiroService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1309
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoTerceiroService, providedIn: 'root' }); }
1316
+ 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 }); }
1317
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoTerceiroService, providedIn: 'root' }); }
1310
1318
  }
1311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CodigoTerceiroService, decorators: [{
1319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CodigoTerceiroService, decorators: [{
1312
1320
  type: Injectable,
1313
1321
  args: [{
1314
1322
  providedIn: 'root'
@@ -1336,10 +1344,10 @@ class ConsiderarMesesSemTrabalharPorAfastamentoService extends BaseApiService {
1336
1344
  Selecionar(idcodigoterceiro) {
1337
1345
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcodigoterceiro}`);
1338
1346
  }
1339
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1340
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, providedIn: 'root' }); }
1347
+ 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 }); }
1348
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, providedIn: 'root' }); }
1341
1349
  }
1342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, decorators: [{
1350
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ConsiderarMesesSemTrabalharPorAfastamentoService, decorators: [{
1343
1351
  type: Injectable,
1344
1352
  args: [{
1345
1353
  providedIn: 'root'
@@ -1367,10 +1375,10 @@ class ContribuicaoPatrimonialService extends BaseApiService {
1367
1375
  Selecionar(idcontribuicaopatronal) {
1368
1376
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcontribuicaopatronal}`);
1369
1377
  }
1370
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ContribuicaoPatrimonialService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1371
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ContribuicaoPatrimonialService, providedIn: 'root' }); }
1378
+ 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 }); }
1379
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoPatrimonialService, providedIn: 'root' }); }
1372
1380
  }
1373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: ContribuicaoPatrimonialService, decorators: [{
1381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContribuicaoPatrimonialService, decorators: [{
1374
1382
  type: Injectable,
1375
1383
  args: [{
1376
1384
  providedIn: 'root'
@@ -1398,10 +1406,10 @@ class CooperativaService extends BaseApiService {
1398
1406
  Selecionar(idcooperativa) {
1399
1407
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcooperativa}`);
1400
1408
  }
1401
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CooperativaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1402
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CooperativaService, providedIn: 'root' }); }
1409
+ 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 }); }
1410
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CooperativaService, providedIn: 'root' }); }
1403
1411
  }
1404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CooperativaService, decorators: [{
1412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CooperativaService, decorators: [{
1405
1413
  type: Injectable,
1406
1414
  args: [{
1407
1415
  providedIn: 'root'
@@ -1429,10 +1437,10 @@ class FpasService extends BaseApiService {
1429
1437
  Selecionar(idfpas) {
1430
1438
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idfpas}`);
1431
1439
  }
1432
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: FpasService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1433
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: FpasService, providedIn: 'root' }); }
1440
+ 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 }); }
1441
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FpasService, providedIn: 'root' }); }
1434
1442
  }
1435
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: FpasService, decorators: [{
1443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FpasService, decorators: [{
1436
1444
  type: Injectable,
1437
1445
  args: [{
1438
1446
  providedIn: 'root'
@@ -1460,10 +1468,10 @@ class TipoPagamentoSalarioService extends BaseApiService {
1460
1468
  Selecionar(idtipopagamentosalario) {
1461
1469
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipopagamentosalario}`);
1462
1470
  }
1463
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoPagamentoSalarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1464
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoPagamentoSalarioService, providedIn: 'root' }); }
1471
+ 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 }); }
1472
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoPagamentoSalarioService, providedIn: 'root' }); }
1465
1473
  }
1466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoPagamentoSalarioService, decorators: [{
1474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoPagamentoSalarioService, decorators: [{
1467
1475
  type: Injectable,
1468
1476
  args: [{
1469
1477
  providedIn: 'root'
@@ -1491,10 +1499,10 @@ class TipoSalarioService extends BaseApiService {
1491
1499
  Selecionar(idtipopagamentosalario) {
1492
1500
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipopagamentosalario}`);
1493
1501
  }
1494
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoSalarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1495
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoSalarioService, providedIn: 'root' }); }
1502
+ 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 }); }
1503
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSalarioService, providedIn: 'root' }); }
1496
1504
  }
1497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoSalarioService, decorators: [{
1505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSalarioService, decorators: [{
1498
1506
  type: Injectable,
1499
1507
  args: [{
1500
1508
  providedIn: 'root'
@@ -1522,10 +1530,10 @@ class IndicativoAdmissaoService extends BaseApiService {
1522
1530
  Selecionar(idindicativoadmissao) {
1523
1531
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idindicativoadmissao}`);
1524
1532
  }
1525
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IndicativoAdmissaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1526
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IndicativoAdmissaoService, providedIn: 'root' }); }
1533
+ 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 }); }
1534
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoAdmissaoService, providedIn: 'root' }); }
1527
1535
  }
1528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: IndicativoAdmissaoService, decorators: [{
1536
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoAdmissaoService, decorators: [{
1529
1537
  type: Injectable,
1530
1538
  args: [{
1531
1539
  providedIn: 'root'
@@ -1553,10 +1561,10 @@ class NivelRiscoService extends BaseApiService {
1553
1561
  Selecionar(idnivelrisco) {
1554
1562
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idnivelrisco}`);
1555
1563
  }
1556
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NivelRiscoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1557
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NivelRiscoService, providedIn: 'root' }); }
1564
+ 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 }); }
1565
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelRiscoService, providedIn: 'root' }); }
1558
1566
  }
1559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: NivelRiscoService, decorators: [{
1567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NivelRiscoService, decorators: [{
1560
1568
  type: Injectable,
1561
1569
  args: [{
1562
1570
  providedIn: 'root'
@@ -1584,10 +1592,10 @@ class RegimeJornadaService extends BaseApiService {
1584
1592
  Selecionar(idregimejornada) {
1585
1593
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idregimejornada}`);
1586
1594
  }
1587
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RegimeJornadaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1588
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RegimeJornadaService, providedIn: 'root' }); }
1595
+ 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 }); }
1596
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegimeJornadaService, providedIn: 'root' }); }
1589
1597
  }
1590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: RegimeJornadaService, decorators: [{
1598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegimeJornadaService, decorators: [{
1591
1599
  type: Injectable,
1592
1600
  args: [{
1593
1601
  providedIn: 'root'
@@ -1615,10 +1623,10 @@ class TipoFolhaService extends BaseApiService {
1615
1623
  Selecionar(idtipofolha) {
1616
1624
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipofolha}`);
1617
1625
  }
1618
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoFolhaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1619
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoFolhaService, providedIn: 'root' }); }
1626
+ 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 }); }
1627
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFolhaService, providedIn: 'root' }); }
1620
1628
  }
1621
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TipoFolhaService, decorators: [{
1629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFolhaService, decorators: [{
1622
1630
  type: Injectable,
1623
1631
  args: [{
1624
1632
  providedIn: 'root'
@@ -1646,10 +1654,10 @@ class OnusCessaoService extends BaseApiService {
1646
1654
  Selecionar(idonuscessao) {
1647
1655
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idonuscessao}`);
1648
1656
  }
1649
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnusCessaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1650
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnusCessaoService, providedIn: 'root' }); }
1657
+ 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 }); }
1658
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusCessaoService, providedIn: 'root' }); }
1651
1659
  }
1652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnusCessaoService, decorators: [{
1660
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusCessaoService, decorators: [{
1653
1661
  type: Injectable,
1654
1662
  args: [{
1655
1663
  providedIn: 'root'
@@ -1677,10 +1685,10 @@ class OnusRemuneracaoService extends BaseApiService {
1677
1685
  Selecionar(idonusremuneracao) {
1678
1686
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idonusremuneracao}`);
1679
1687
  }
1680
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnusRemuneracaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1681
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnusRemuneracaoService, providedIn: 'root' }); }
1688
+ 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 }); }
1689
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusRemuneracaoService, providedIn: 'root' }); }
1682
1690
  }
1683
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnusRemuneracaoService, decorators: [{
1691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OnusRemuneracaoService, decorators: [{
1684
1692
  type: Injectable,
1685
1693
  args: [{
1686
1694
  providedIn: 'root'
@@ -1708,10 +1716,599 @@ class CondicaoIngressoTrabalhadorImigranteService extends BaseApiService {
1708
1716
  Selecionar(idcondicaoingressotrabalhadorimigrante) {
1709
1717
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcondicaoingressotrabalhadorimigrante}`);
1710
1718
  }
1711
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1712
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, providedIn: 'root' }); }
1719
+ 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 }); }
1720
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, providedIn: 'root' }); }
1721
+ }
1722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, decorators: [{
1723
+ type: Injectable,
1724
+ args: [{
1725
+ providedIn: 'root'
1726
+ }]
1727
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1728
+ type: Inject,
1729
+ args: ['hostEnv']
1730
+ }] }] });
1731
+
1732
+ class CategoriaHabilitacaoCnhService extends BaseApiService {
1733
+ constructor(httpClient, hostEnv) {
1734
+ super(httpClient);
1735
+ this.httpClient = httpClient;
1736
+ this.hostEnv = hostEnv;
1737
+ this.rotaListar = 'hcm/api/v1/categoriahabilitacaocnh/listar';
1738
+ this.rotaExisteID = 'hcm/api/v1/categoriahabilitacaocnh/existeid';
1739
+ this.rotaSelecionar = 'hcm/api/v1/categoriahabilitacaocnh/selecionar';
1740
+ }
1741
+ Listar() {
1742
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1743
+ }
1744
+ ExisteID(idcategoriahabilitacaocnh) {
1745
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcategoriahabilitacaocnh}`);
1746
+ }
1747
+ Selecionar(idcategoriahabilitacaocnh) {
1748
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcategoriahabilitacaocnh}`);
1749
+ }
1750
+ 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 }); }
1751
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaHabilitacaoCnhService, providedIn: 'root' }); }
1752
+ }
1753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriaHabilitacaoCnhService, decorators: [{
1754
+ type: Injectable,
1755
+ args: [{
1756
+ providedIn: 'root'
1757
+ }]
1758
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1759
+ type: Inject,
1760
+ args: ['hostEnv']
1761
+ }] }] });
1762
+
1763
+ class IndicativoLotacaoService extends BaseApiService {
1764
+ constructor(httpClient, hostEnv) {
1765
+ super(httpClient);
1766
+ this.httpClient = httpClient;
1767
+ this.hostEnv = hostEnv;
1768
+ this.rotaExisteID = 'hcm/api/v1/indicativolotacao/ExisteID';
1769
+ this.rotaSelecionar = 'hcm/api/v1/indicativolotacao/selecionar';
1770
+ this.rotaListarTodos = 'hcm/api/v1/indicativolotacao/Listar';
1771
+ }
1772
+ ExisteID(idindicativolotacao) {
1773
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idindicativolotacao}`);
1774
+ }
1775
+ Listar() {
1776
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1777
+ }
1778
+ Selecionar(idindicativolotacao) {
1779
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idindicativolotacao}`);
1780
+ }
1781
+ 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 }); }
1782
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoLotacaoService, providedIn: 'root' }); }
1783
+ }
1784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IndicativoLotacaoService, decorators: [{
1785
+ type: Injectable,
1786
+ args: [{
1787
+ providedIn: 'root'
1788
+ }]
1789
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1790
+ type: Inject,
1791
+ args: ['hostEnv']
1792
+ }] }] });
1793
+
1794
+ class StatusMovimentoEstadoService extends BaseApiService {
1795
+ constructor(httpClient, hostEnv) {
1796
+ super(httpClient);
1797
+ this.httpClient = httpClient;
1798
+ this.hostEnv = hostEnv;
1799
+ this.rotaExisteID = 'hcm/api/v1/StatusMovimentoEstado/ExisteID';
1800
+ this.rotaSelecionar = 'hcm/api/v1/StatusMovimentoEstado/selecionar';
1801
+ this.rotaListarTodos = 'hcm/api/v1/StatusMovimentoEstado/Listar';
1802
+ }
1803
+ ExisteID(idstatusmovimentoestado) {
1804
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idstatusmovimentoestado}`);
1805
+ }
1806
+ Listar() {
1807
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
1808
+ }
1809
+ Selecionar(idstatusmovimentoestado) {
1810
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idstatusmovimentoestado}`);
1811
+ }
1812
+ 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 }); }
1813
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusMovimentoEstadoService, providedIn: 'root' }); }
1814
+ }
1815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusMovimentoEstadoService, decorators: [{
1816
+ type: Injectable,
1817
+ args: [{
1818
+ providedIn: 'root'
1819
+ }]
1820
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1821
+ type: Inject,
1822
+ args: ['hostEnv']
1823
+ }] }] });
1824
+
1825
+ class RegistroSituacaoService extends BaseApiService {
1826
+ constructor(httpClient, hostEnv) {
1827
+ super(httpClient);
1828
+ this.httpClient = httpClient;
1829
+ this.hostEnv = hostEnv;
1830
+ this.rotaListar = 'hcm/api/v1/RegistroSituacao/listar';
1831
+ this.rotaExisteID = 'hcm/api/v1/RegistroSituacao/existeid';
1832
+ this.rotaSelecionar = 'hcm/api/v1/RegistroSituacao/selecionar';
1833
+ }
1834
+ Listar() {
1835
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1836
+ }
1837
+ ExisteID(idregistrosituacao) {
1838
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idregistrosituacao}`);
1839
+ }
1840
+ Selecionar(idregistrosituacao) {
1841
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idregistrosituacao}`);
1842
+ }
1843
+ 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 }); }
1844
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroSituacaoService, providedIn: 'root' }); }
1845
+ }
1846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RegistroSituacaoService, decorators: [{
1847
+ type: Injectable,
1848
+ args: [{
1849
+ providedIn: 'root'
1850
+ }]
1851
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1852
+ type: Inject,
1853
+ args: ['hostEnv']
1854
+ }] }] });
1855
+
1856
+ class SefipOcorrenciaService extends BaseApiService {
1857
+ constructor(httpClient, hostEnv) {
1858
+ super(httpClient);
1859
+ this.httpClient = httpClient;
1860
+ this.hostEnv = hostEnv;
1861
+ this.rotaListar = 'hcm/api/v1/SefipOcorrencia/listar';
1862
+ this.rotaExisteID = 'hcm/api/v1/SefipOcorrencia/existeid';
1863
+ this.rotaSelecionar = 'hcm/api/v1/SefipOcorrencia/selecionar';
1864
+ }
1865
+ Listar() {
1866
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1867
+ }
1868
+ ExisteID(idsefipocorrencia) {
1869
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idsefipocorrencia}`);
1870
+ }
1871
+ Selecionar(idsefipocorrencia) {
1872
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idsefipocorrencia}`);
1873
+ }
1874
+ 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 }); }
1875
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipOcorrenciaService, providedIn: 'root' }); }
1876
+ }
1877
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SefipOcorrenciaService, decorators: [{
1878
+ type: Injectable,
1879
+ args: [{
1880
+ providedIn: 'root'
1881
+ }]
1882
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1883
+ type: Inject,
1884
+ args: ['hostEnv']
1885
+ }] }] });
1886
+
1887
+ class MotivoDesligamentoDiretorNaoEmpregadoService extends BaseApiService {
1888
+ constructor(httpClient, hostEnv) {
1889
+ super(httpClient);
1890
+ this.httpClient = httpClient;
1891
+ this.hostEnv = hostEnv;
1892
+ this.rotaListar = 'hcm/api/v1/MotivoDesligamentoDiretorNaoEmpregado/listar';
1893
+ this.rotaExisteID = 'hcm/api/v1/MotivoDesligamentoDiretorNaoEmpregado/existeid';
1894
+ this.rotaSelecionar = 'hcm/api/v1/MotivoDesligamentoDiretorNaoEmpregado/selecionar';
1895
+ }
1896
+ Listar() {
1897
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1898
+ }
1899
+ ExisteID(idmotivodesligamentodiretornaoempregado) {
1900
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idmotivodesligamentodiretornaoempregado}`);
1901
+ }
1902
+ Selecionar(idmotivodesligamentodiretornaoempregado) {
1903
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idmotivodesligamentodiretornaoempregado}`);
1904
+ }
1905
+ 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 }); }
1906
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoDesligamentoDiretorNaoEmpregadoService, providedIn: 'root' }); }
1907
+ }
1908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MotivoDesligamentoDiretorNaoEmpregadoService, decorators: [{
1909
+ type: Injectable,
1910
+ args: [{
1911
+ providedIn: 'root'
1912
+ }]
1913
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1914
+ type: Inject,
1915
+ args: ['hostEnv']
1916
+ }] }] });
1917
+
1918
+ class RelacaoDependenciaPlanoSaudeService extends BaseApiService {
1919
+ constructor(httpClient, hostEnv) {
1920
+ super(httpClient);
1921
+ this.httpClient = httpClient;
1922
+ this.hostEnv = hostEnv;
1923
+ this.rotaListar = 'hcm/api/v1/RelacaoDependenciaPlanoSaude/listar';
1924
+ this.rotaExisteID = 'hcm/api/v1/RelacaoDependenciaPlanoSaude/existeid';
1925
+ this.rotaSelecionar = 'hcm/api/v1/RelacaoDependenciaPlanoSaude/selecionar';
1926
+ }
1927
+ Listar() {
1928
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1929
+ }
1930
+ ExisteID(idrelacaodependenciaplanosaude) {
1931
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idrelacaodependenciaplanosaude}`);
1932
+ }
1933
+ Selecionar(idrelacaodependenciaplanosaude) {
1934
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idrelacaodependenciaplanosaude}`);
1935
+ }
1936
+ 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 }); }
1937
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacaoDependenciaPlanoSaudeService, providedIn: 'root' }); }
1938
+ }
1939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelacaoDependenciaPlanoSaudeService, decorators: [{
1940
+ type: Injectable,
1941
+ args: [{
1942
+ providedIn: 'root'
1943
+ }]
1944
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1945
+ type: Inject,
1946
+ args: ['hostEnv']
1947
+ }] }] });
1948
+
1949
+ class TipoAcidenteTransitoService extends BaseApiService {
1950
+ constructor(httpClient, hostEnv) {
1951
+ super(httpClient);
1952
+ this.httpClient = httpClient;
1953
+ this.hostEnv = hostEnv;
1954
+ this.rotaListar = 'hcm/api/v1/TipoAcidenteTransito/listar';
1955
+ this.rotaExisteID = 'hcm/api/v1/TipoAcidenteTransito/existeid';
1956
+ this.rotaSelecionar = 'hcm/api/v1/TipoAcidenteTransito/selecionar';
1957
+ }
1958
+ Listar() {
1959
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1960
+ }
1961
+ ExisteID(idtipoacidentetransito) {
1962
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoacidentetransito}`);
1963
+ }
1964
+ Selecionar(idtipoacidentetransito) {
1965
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoacidentetransito}`);
1966
+ }
1967
+ 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 }); }
1968
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcidenteTransitoService, providedIn: 'root' }); }
1969
+ }
1970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcidenteTransitoService, decorators: [{
1971
+ type: Injectable,
1972
+ args: [{
1973
+ providedIn: 'root'
1974
+ }]
1975
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1976
+ type: Inject,
1977
+ args: ['hostEnv']
1978
+ }] }] });
1979
+
1980
+ class TipoAcordoConvencaoService extends BaseApiService {
1981
+ constructor(httpClient, hostEnv) {
1982
+ super(httpClient);
1983
+ this.httpClient = httpClient;
1984
+ this.hostEnv = hostEnv;
1985
+ this.rotaListar = 'hcm/api/v1/TipoAcordoConvencao/listar';
1986
+ this.rotaExisteID = 'hcm/api/v1/TipoAcordoConvencao/existeid';
1987
+ this.rotaSelecionar = 'hcm/api/v1/TipoAcordoConvencao/selecionar';
1988
+ }
1989
+ Listar() {
1990
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
1991
+ }
1992
+ ExisteID(idtipoacordoconvencao) {
1993
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoacordoconvencao}`);
1994
+ }
1995
+ Selecionar(idtipoacordoconvencao) {
1996
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoacordoconvencao}`);
1997
+ }
1998
+ 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 }); }
1999
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcordoConvencaoService, providedIn: 'root' }); }
2000
+ }
2001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAcordoConvencaoService, decorators: [{
2002
+ type: Injectable,
2003
+ args: [{
2004
+ providedIn: 'root'
2005
+ }]
2006
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2007
+ type: Inject,
2008
+ args: ['hostEnv']
2009
+ }] }] });
2010
+
2011
+ class TipoCalculoService extends BaseApiService {
2012
+ constructor(httpClient, hostEnv) {
2013
+ super(httpClient);
2014
+ this.httpClient = httpClient;
2015
+ this.hostEnv = hostEnv;
2016
+ this.rotaListar = 'hcm/api/v1/TipoCalculo/listar';
2017
+ this.rotaExisteID = 'hcm/api/v1/TipoCalculo/existeid';
2018
+ this.rotaSelecionar = 'hcm/api/v1/TipoCalculo/selecionar';
2019
+ }
2020
+ Listar() {
2021
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2022
+ }
2023
+ ExisteID(idtipocalculo) {
2024
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocalculo}`);
2025
+ }
2026
+ Selecionar(idtipocalculo) {
2027
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocalculo}`);
2028
+ }
2029
+ 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 }); }
2030
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCalculoService, providedIn: 'root' }); }
2031
+ }
2032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCalculoService, decorators: [{
2033
+ type: Injectable,
2034
+ args: [{
2035
+ providedIn: 'root'
2036
+ }]
2037
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2038
+ type: Inject,
2039
+ args: ['hostEnv']
2040
+ }] }] });
2041
+
2042
+ class TipoApuracaoMediaService extends BaseApiService {
2043
+ constructor(httpClient, hostEnv) {
2044
+ super(httpClient);
2045
+ this.httpClient = httpClient;
2046
+ this.hostEnv = hostEnv;
2047
+ this.rotaListar = 'hcm/api/v1/TipoApuracaoMedia/listar';
2048
+ this.rotaExisteID = 'hcm/api/v1/TipoApuracaoMedia/existeid';
2049
+ this.rotaSelecionar = 'hcm/api/v1/TipoApuracaoMedia/selecionar';
2050
+ }
2051
+ Listar() {
2052
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2053
+ }
2054
+ ExisteID(idtipoapuracaomedia) {
2055
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoapuracaomedia}`);
2056
+ }
2057
+ Selecionar(idtipoapuracaomedia) {
2058
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoapuracaomedia}`);
2059
+ }
2060
+ 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 }); }
2061
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoApuracaoMediaService, providedIn: 'root' }); }
2062
+ }
2063
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoApuracaoMediaService, decorators: [{
2064
+ type: Injectable,
2065
+ args: [{
2066
+ providedIn: 'root'
2067
+ }]
2068
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2069
+ type: Inject,
2070
+ args: ['hostEnv']
2071
+ }] }] });
2072
+
2073
+ class TipoDependenciaIrrfService extends BaseApiService {
2074
+ constructor(httpClient, hostEnv) {
2075
+ super(httpClient);
2076
+ this.httpClient = httpClient;
2077
+ this.hostEnv = hostEnv;
2078
+ this.rotaListar = 'hcm/api/v1/TipoDependenciaIrrf/listar';
2079
+ this.rotaExisteID = 'hcm/api/v1/TipoDependenciaIrrf/existeid';
2080
+ this.rotaSelecionar = 'hcm/api/v1/TipoDependenciaIrrf/selecionar';
2081
+ }
2082
+ Listar() {
2083
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2084
+ }
2085
+ ExisteID(idtipodependenciairrf) {
2086
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodependenciairrf}`);
2087
+ }
2088
+ Selecionar(idtipodependenciairrf) {
2089
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodependenciairrf}`);
2090
+ }
2091
+ 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 }); }
2092
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenciaIrrfService, providedIn: 'root' }); }
2093
+ }
2094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDependenciaIrrfService, decorators: [{
2095
+ type: Injectable,
2096
+ args: [{
2097
+ providedIn: 'root'
2098
+ }]
2099
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2100
+ type: Inject,
2101
+ args: ['hostEnv']
2102
+ }] }] });
2103
+
2104
+ class TipoContratacaoService extends BaseApiService {
2105
+ constructor(httpClient, hostEnv) {
2106
+ super(httpClient);
2107
+ this.httpClient = httpClient;
2108
+ this.hostEnv = hostEnv;
2109
+ this.rotaListar = 'hcm/api/v1/TipoContratacao/listar';
2110
+ this.rotaExisteID = 'hcm/api/v1/TipoContratacao/existeid';
2111
+ this.rotaSelecionar = 'hcm/api/v1/TipoContratacao/selecionar';
2112
+ }
2113
+ Listar() {
2114
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2115
+ }
2116
+ ExisteID(idtipocontratacao) {
2117
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocontratacao}`);
2118
+ }
2119
+ Selecionar(idtipocontratacao) {
2120
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocontratacao}`);
2121
+ }
2122
+ 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 }); }
2123
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratacaoService, providedIn: 'root' }); }
2124
+ }
2125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratacaoService, decorators: [{
2126
+ type: Injectable,
2127
+ args: [{
2128
+ providedIn: 'root'
2129
+ }]
2130
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2131
+ type: Inject,
2132
+ args: ['hostEnv']
2133
+ }] }] });
2134
+
2135
+ class TipoAdmissaoService extends BaseApiService {
2136
+ constructor(httpClient, hostEnv) {
2137
+ super(httpClient);
2138
+ this.httpClient = httpClient;
2139
+ this.hostEnv = hostEnv;
2140
+ this.rotaListar = 'hcm/api/v1/TipoAdmissao/listar';
2141
+ this.rotaExisteID = 'hcm/api/v1/TipoAdmissao/existeid';
2142
+ this.rotaSelecionar = 'hcm/api/v1/TipoAdmissao/selecionar';
2143
+ }
2144
+ Listar() {
2145
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2146
+ }
2147
+ ExisteID(idtipoadmissao) {
2148
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoadmissao}`);
2149
+ }
2150
+ Selecionar(idtipoadmissao) {
2151
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoadmissao}`);
2152
+ }
2153
+ 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 }); }
2154
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoService, providedIn: 'root' }); }
2155
+ }
2156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoService, decorators: [{
2157
+ type: Injectable,
2158
+ args: [{
2159
+ providedIn: 'root'
2160
+ }]
2161
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2162
+ type: Inject,
2163
+ args: ['hostEnv']
2164
+ }] }] });
2165
+
2166
+ class TipoAdmissaoCagedService extends BaseApiService {
2167
+ constructor(httpClient, hostEnv) {
2168
+ super(httpClient);
2169
+ this.httpClient = httpClient;
2170
+ this.hostEnv = hostEnv;
2171
+ this.rotaListar = 'hcm/api/v1/TipoAdmissaoCaged/listar';
2172
+ this.rotaExisteID = 'hcm/api/v1/TipoAdmissaoCaged/existeid';
2173
+ this.rotaSelecionar = 'hcm/api/v1/TipoAdmissaoCaged/selecionar';
2174
+ }
2175
+ Listar() {
2176
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2177
+ }
2178
+ ExisteID(idtipoadmissaocaged) {
2179
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoadmissaocaged}`);
2180
+ }
2181
+ Selecionar(idtipoadmissaocaged) {
2182
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoadmissaocaged}`);
2183
+ }
2184
+ 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 }); }
2185
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoCagedService, providedIn: 'root' }); }
2186
+ }
2187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoCagedService, decorators: [{
2188
+ type: Injectable,
2189
+ args: [{
2190
+ providedIn: 'root'
2191
+ }]
2192
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2193
+ type: Inject,
2194
+ args: ['hostEnv']
2195
+ }] }] });
2196
+
2197
+ class TipoAdmissaoESocialService extends BaseApiService {
2198
+ constructor(httpClient, hostEnv) {
2199
+ super(httpClient);
2200
+ this.httpClient = httpClient;
2201
+ this.hostEnv = hostEnv;
2202
+ this.rotaListar = 'hcm/api/v1/TipoAdmissaoESocial/listar';
2203
+ this.rotaExisteID = 'hcm/api/v1/TipoAdmissaoESocial/existeid';
2204
+ this.rotaSelecionar = 'hcm/api/v1/TipoAdmissaoESocial/selecionar';
2205
+ }
2206
+ Listar() {
2207
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2208
+ }
2209
+ ExisteID(idtipoadmissaoesocial) {
2210
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoadmissaoesocial}`);
2211
+ }
2212
+ Selecionar(idtipoadmissaoesocial) {
2213
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoadmissaoesocial}`);
2214
+ }
2215
+ 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 }); }
2216
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoESocialService, providedIn: 'root' }); }
2217
+ }
2218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoAdmissaoESocialService, decorators: [{
2219
+ type: Injectable,
2220
+ args: [{
2221
+ providedIn: 'root'
2222
+ }]
2223
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2224
+ type: Inject,
2225
+ args: ['hostEnv']
2226
+ }] }] });
2227
+
2228
+ class TipoCaepfService extends BaseApiService {
2229
+ constructor(httpClient, hostEnv) {
2230
+ super(httpClient);
2231
+ this.httpClient = httpClient;
2232
+ this.hostEnv = hostEnv;
2233
+ this.rotaListar = 'hcm/api/v1/TipoCaepf/listar';
2234
+ this.rotaExisteID = 'hcm/api/v1/TipoCaepf/existeid';
2235
+ this.rotaSelecionar = 'hcm/api/v1/TipoCaepf/selecionar';
2236
+ }
2237
+ Listar() {
2238
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2239
+ }
2240
+ ExisteID(idtipocaepf) {
2241
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocaepf}`);
2242
+ }
2243
+ Selecionar(idtipocaepf) {
2244
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocaepf}`);
2245
+ }
2246
+ 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 }); }
2247
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCaepfService, providedIn: 'root' }); }
2248
+ }
2249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoCaepfService, decorators: [{
2250
+ type: Injectable,
2251
+ args: [{
2252
+ providedIn: 'root'
2253
+ }]
2254
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2255
+ type: Inject,
2256
+ args: ['hostEnv']
2257
+ }] }] });
2258
+
2259
+ class TipoContratoTrabalhoService extends BaseApiService {
2260
+ constructor(httpClient, hostEnv) {
2261
+ super(httpClient);
2262
+ this.httpClient = httpClient;
2263
+ this.hostEnv = hostEnv;
2264
+ this.rotaListar = 'hcm/api/v1/TipoContratoTrabalho/listar';
2265
+ this.rotaExisteID = 'hcm/api/v1/TipoContratoTrabalho/existeid';
2266
+ this.rotaSelecionar = 'hcm/api/v1/TipoContratoTrabalho/selecionar';
2267
+ }
2268
+ Listar() {
2269
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2270
+ }
2271
+ ExisteID(idtipocontratotrabalho) {
2272
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipocontratotrabalho}`);
2273
+ }
2274
+ Selecionar(idtipocontratotrabalho) {
2275
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipocontratotrabalho}`);
2276
+ }
2277
+ 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 }); }
2278
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTrabalhoService, providedIn: 'root' }); }
2279
+ }
2280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoContratoTrabalhoService, decorators: [{
2281
+ type: Injectable,
2282
+ args: [{
2283
+ providedIn: 'root'
2284
+ }]
2285
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2286
+ type: Inject,
2287
+ args: ['hostEnv']
2288
+ }] }] });
2289
+
2290
+ class TempoResidenciaTrabalhadorImigranteService extends BaseApiService {
2291
+ constructor(httpClient, hostEnv) {
2292
+ super(httpClient);
2293
+ this.httpClient = httpClient;
2294
+ this.hostEnv = hostEnv;
2295
+ this.rotaListar = 'hcm/api/v1/TempoResidenciaTrabalhadorImigrante/listar';
2296
+ this.rotaExisteID = 'hcm/api/v1/TempoResidenciaTrabalhadorImigrante/existeid';
2297
+ this.rotaSelecionar = 'hcm/api/v1/TempoResidenciaTrabalhadorImigrante/selecionar';
2298
+ }
2299
+ Listar() {
2300
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2301
+ }
2302
+ ExisteID(idtemporesidenciatrabalhadorimigrante) {
2303
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtemporesidenciatrabalhadorimigrante}`);
2304
+ }
2305
+ Selecionar(idtemporesidenciatrabalhadorimigrante) {
2306
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtemporesidenciatrabalhadorimigrante}`);
2307
+ }
2308
+ 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 }); }
2309
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TempoResidenciaTrabalhadorImigranteService, providedIn: 'root' }); }
1713
2310
  }
1714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: CondicaoIngressoTrabalhadorImigranteService, decorators: [{
2311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TempoResidenciaTrabalhadorImigranteService, decorators: [{
1715
2312
  type: Injectable,
1716
2313
  args: [{
1717
2314
  providedIn: 'root'
@@ -1727,11 +2324,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImpor
1727
2324
  /**
1728
2325
  * Models
1729
2326
  */
1730
- ;
1731
2327
 
1732
2328
  /**
1733
2329
  * Generated bundle index. Do not edit.
1734
2330
  */
1735
2331
 
1736
- export { AnalistaPessoaService, CargoService, CategoriaOcorrenciaEstadoService, CategoriaTrabalhadorService, CategoriaTrabalhadorTiposAfastamentoService, CboService, CentroCustoService, CentroResultadoService, CodigoDirfService, CodigoGpsService, CodigoTerceiroService, ColaboradorService, CondicaoIngressoTrabalhadorImigranteService, ConsiderarMesesSemTrabalharPorAfastamentoService, ContribuicaoPatrimonialService, CooperativaService, DadosConfiguracoesService, DepartamentoService, EmpresaBannerService, EmpresaParametrosService, EmpresaService, EquipeMembroService, EquipeService, FpasService, HierarquiaOrganizacionalService, IndicativoAdmissaoService, KeexService, LiderService, NivelRiscoService, OnusCessaoService, OnusRemuneracaoService, RegimeJornadaService, RegistroService, RelacionamentoLotacaoService, SubTipoOcorrenciaService, TipoEstadoService, TipoFolhaService, TipoOcorrenciaService, TipoPagamentoSalarioService, TipoSalarioService, TomadorService, UnidadeAdministrativaService, UnidadehierarquicaService, ValidatorsService };
2332
+ export { AnalistaPessoaService, CargoService, CategoriaHabilitacaoCnhService, CategoriaOcorrenciaEstadoService, CategoriaTrabalhadorService, CategoriaTrabalhadorTiposAfastamentoService, CboService, CentroCustoService, CentroResultadoService, CodigoDirfService, CodigoGpsService, CodigoTerceiroService, ColaboradorService, CondicaoIngressoTrabalhadorImigranteService, ConsiderarMesesSemTrabalharPorAfastamentoService, ContribuicaoPatrimonialService, CooperativaService, DadosConfiguracoesService, DepartamentoService, EmpresaBannerService, EmpresaParametrosService, EmpresaService, EquipeMembroService, EquipeService, FpasService, HierarquiaOrganizacionalService, IndicativoAdmissaoService, IndicativoLotacaoService, KeexService, LiderService, MotivoDesligamentoDiretorNaoEmpregadoService, NivelRiscoService, OnusCessaoService, OnusRemuneracaoService, RegimeJornadaService, RegistroService, RegistroSituacaoService, RelacaoDependenciaPlanoSaudeService, RelacionamentoLotacaoService, SefipOcorrenciaService, StatusMovimentoEstadoService, SubTipoOcorrenciaService, TempoResidenciaTrabalhadorImigranteService, TipoAcidenteTransitoService, TipoAcordoConvencaoService, TipoAdmissaoCagedService, TipoAdmissaoESocialService, TipoAdmissaoService, TipoApuracaoMediaService, TipoCaepfService, TipoCalculoService, TipoContratacaoService, TipoContratoTrabalhoService, TipoDependenciaIrrfService, TipoEstadoService, TipoFolhaService, TipoOcorrenciaService, TipoPagamentoSalarioService, TipoSalarioService, TomadorService, UnidadeAdministrativaService, UnidadehierarquicaService, ValidatorsService };
1737
2333
  //# sourceMappingURL=keevo-api-services-hcm.mjs.map