keevo-api-services-hcm 0.0.20 → 0.0.21

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 (104) hide show
  1. package/esm2022/lib/models/dominio/camposobrigatorioscadastro.model.mjs +2 -0
  2. package/esm2022/lib/models/dominio/categoriatrabalhador.model.mjs +2 -0
  3. package/esm2022/lib/models/dominio/tipodadospessoa.model.mjs +2 -0
  4. package/esm2022/lib/models/dominio/tipodiatrabalhado.model.mjs +2 -0
  5. package/esm2022/lib/models/dominio/tipoentidadehcm.model.mjs +2 -0
  6. package/esm2022/lib/models/dominio/tipofolha.model.mjs +1 -1
  7. package/esm2022/lib/models/dominio/tipofuncionario.model.mjs +2 -0
  8. package/esm2022/lib/models/dominio/tipoinss.model.mjs +2 -0
  9. package/esm2022/lib/models/dominio/tipojornada.model.mjs +2 -0
  10. package/esm2022/lib/models/dominio/tipolotacao.model.mjs +2 -0
  11. package/esm2022/lib/models/dominio/tipomotivosalariofamilia.model.mjs +2 -0
  12. package/esm2022/lib/models/dominio/tiporegimeprevidenciario.model.mjs +2 -0
  13. package/esm2022/lib/models/dominio/tiporegimetrabalhista.model.mjs +2 -0
  14. package/esm2022/lib/models/dominio/tiporeintegracao.model.mjs +2 -0
  15. package/esm2022/lib/models/dominio/tiposindicato.model.mjs +2 -0
  16. package/esm2022/lib/models/dominio/tipotomador.model.mjs +2 -0
  17. package/esm2022/lib/models/dominio/tipotransporte.model.mjs +2 -0
  18. package/esm2022/lib/models/dominio/tipovinculoempregaticio.model.mjs +2 -0
  19. package/esm2022/lib/models/dominio/treinamento.model.mjs +2 -0
  20. package/esm2022/lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacional.model.mjs +1 -1
  21. package/esm2022/lib/models/hcm/relacionamentolotacao/relacionamentolotacao.model.mjs +1 -1
  22. package/esm2022/lib/services/dominio/campos-obrigatorios-cadastro.service.mjs +35 -0
  23. package/esm2022/lib/services/dominio/categoria-trabalhador.service.mjs +1 -1
  24. package/esm2022/lib/services/dominio/tipo-dados-pessoa.service.mjs +35 -0
  25. package/esm2022/lib/services/dominio/tipo-dia-trabalhado.service.mjs +35 -0
  26. package/esm2022/lib/services/dominio/tipo-entidade-hcm.service.mjs +35 -0
  27. package/esm2022/lib/services/dominio/tipo-folha.service.mjs +1 -1
  28. package/esm2022/lib/services/dominio/tipo-funcionario.service.mjs +35 -0
  29. package/esm2022/lib/services/dominio/tipo-inss.service.mjs +35 -0
  30. package/esm2022/lib/services/dominio/tipo-jornada.service.mjs +35 -0
  31. package/esm2022/lib/services/dominio/tipo-lotacao.service.mjs +35 -0
  32. package/esm2022/lib/services/dominio/tipo-motivo-salario-familia.service.mjs +35 -0
  33. package/esm2022/lib/services/dominio/tipo-regime-previdenciario.service.mjs +35 -0
  34. package/esm2022/lib/services/dominio/tipo-regime-trabalhista.service.mjs +35 -0
  35. package/esm2022/lib/services/dominio/tipo-reintegracao.service.mjs +35 -0
  36. package/esm2022/lib/services/dominio/tipo-sindicato.service.mjs +35 -0
  37. package/esm2022/lib/services/dominio/tipo-tomador.service.mjs +35 -0
  38. package/esm2022/lib/services/dominio/tipo-transporte.service.mjs +35 -0
  39. package/esm2022/lib/services/dominio/tipo-vinculo-empregaticio.service.mjs +35 -0
  40. package/esm2022/lib/services/dominio/treinamento.service.mjs +35 -0
  41. package/esm2022/lib/services/hcm/hierarquiaorganizacional.service.mjs +28 -12
  42. package/esm2022/lib/services/passaporte/empresa.service.mjs +5 -1
  43. package/esm2022/lib/services/pessoa/registro.service.mjs +5 -1
  44. package/esm2022/lib/services/utilitarios/validators.service.mjs +55 -1
  45. package/esm2022/public-api.mjs +19 -1
  46. package/fesm2022/keevo-api-services-hcm.mjs +617 -12
  47. package/fesm2022/keevo-api-services-hcm.mjs.map +1 -1
  48. package/lib/models/dominio/camposobrigatorioscadastro.model.d.ts +8 -0
  49. package/lib/models/dominio/categoriatrabalhador.model.d.ts +5 -0
  50. package/lib/models/dominio/tipodadospessoa.model.d.ts +4 -0
  51. package/lib/models/dominio/tipodiatrabalhado.model.d.ts +4 -0
  52. package/lib/models/dominio/tipoentidadehcm.model.d.ts +4 -0
  53. package/lib/models/dominio/tipofolha.model.d.ts +1 -1
  54. package/lib/models/dominio/tipofuncionario.model.d.ts +6 -0
  55. package/lib/models/dominio/tipoinss.model.d.ts +4 -0
  56. package/lib/models/dominio/tipojornada.model.d.ts +4 -0
  57. package/lib/models/dominio/tipolotacao.model.d.ts +5 -0
  58. package/lib/models/dominio/tipomotivosalariofamilia.model.d.ts +4 -0
  59. package/lib/models/dominio/tiporegimeprevidenciario.model.d.ts +4 -0
  60. package/lib/models/dominio/tiporegimetrabalhista.model.d.ts +4 -0
  61. package/lib/models/dominio/tiporeintegracao.model.d.ts +4 -0
  62. package/lib/models/dominio/tiposindicato.model.d.ts +5 -0
  63. package/lib/models/dominio/tipotomador.model.d.ts +4 -0
  64. package/lib/models/dominio/tipotransporte.model.d.ts +4 -0
  65. package/lib/models/dominio/tipovinculoempregaticio.model.d.ts +6 -0
  66. package/lib/models/dominio/treinamento.model.d.ts +7 -0
  67. package/lib/models/hcm/hierarquiaorganizacional/hierarquiaorganizacional.model.d.ts +2 -1
  68. package/lib/services/dominio/campos-obrigatorios-cadastro.service.d.ts +18 -0
  69. package/lib/services/dominio/categoria-trabalhador.service.d.ts +2 -2
  70. package/lib/services/dominio/tipo-dados-pessoa.service.d.ts +18 -0
  71. package/lib/services/dominio/tipo-dia-trabalhado.service.d.ts +18 -0
  72. package/lib/services/dominio/tipo-entidade-hcm.service.d.ts +18 -0
  73. package/lib/services/dominio/tipo-folha.service.d.ts +1 -1
  74. package/lib/services/dominio/tipo-funcionario.service.d.ts +18 -0
  75. package/lib/services/dominio/tipo-inss.service.d.ts +18 -0
  76. package/lib/services/dominio/tipo-jornada.service.d.ts +18 -0
  77. package/lib/services/dominio/tipo-lotacao.service.d.ts +18 -0
  78. package/lib/services/dominio/tipo-motivo-salario-familia.service.d.ts +18 -0
  79. package/lib/services/dominio/tipo-regime-previdenciario.service.d.ts +18 -0
  80. package/lib/services/dominio/tipo-regime-trabalhista.service.d.ts +18 -0
  81. package/lib/services/dominio/tipo-reintegracao.service.d.ts +18 -0
  82. package/lib/services/dominio/tipo-sindicato.service.d.ts +18 -0
  83. package/lib/services/dominio/tipo-tomador.service.d.ts +18 -0
  84. package/lib/services/dominio/tipo-transporte.service.d.ts +18 -0
  85. package/lib/services/dominio/tipo-vinculo-empregaticio.service.d.ts +18 -0
  86. package/lib/services/dominio/treinamento.service.d.ts +18 -0
  87. package/lib/services/hcm/equipe-membro.service.d.ts +2 -2
  88. package/lib/services/hcm/equipe.service.d.ts +1 -1
  89. package/lib/services/hcm/hierarquiaorganizacional.service.d.ts +18 -10
  90. package/lib/services/hcm/relacionamento-lotacao.service.d.ts +1 -1
  91. package/lib/services/hcm/sub-tipo-ocorrencia.service.d.ts +1 -1
  92. package/lib/services/hcm/tipo-estado.service.d.ts +1 -1
  93. package/lib/services/hcm/tipo-ocorrencia.service.d.ts +1 -1
  94. package/lib/services/hcm/unidade-hierarquica.service.d.ts +1 -1
  95. package/lib/services/passaporte/empresa-banner.service.d.ts +1 -1
  96. package/lib/services/passaporte/empresa-parametros.service.d.ts +2 -2
  97. package/lib/services/passaporte/empresa.service.d.ts +2 -0
  98. package/lib/services/pessoa/analista-pessoa.service.d.ts +2 -2
  99. package/lib/services/pessoa/keex.service.d.ts +1 -1
  100. package/lib/services/pessoa/lider.service.d.ts +1 -1
  101. package/lib/services/pessoa/registro.service.d.ts +6 -3
  102. package/lib/services/utilitarios/validators.service.d.ts +3 -0
  103. package/package.json +2 -2
  104. package/public-api.d.ts +18 -0
@@ -208,13 +208,26 @@ class HierarquiaOrganizacionalService extends BaseApiService {
208
208
  this.rotaListartodos = 'hcm/api/v1/hierarquiaorganizacional/listartodos';
209
209
  this.rotaListartodosporlider = 'hcm/api/v1/hierarquiaorganizacional/listartodosporlider';
210
210
  this.rotaListarLideresSubstitutosPorHierarquiaOrganizacional = 'hcm/api/v1/hierarquiaorganizacional/ListarLideresSubstitutosPorHierarquiaOrganizacional';
211
+ this.rotaListarPossiveisLideres = 'hcm/api/v1/hierarquiaorganizacional/listarpossiveislideres';
212
+ this.rotaListarmembros = 'hcm/api/v1/hierarquiaorganizacional/listarmembros';
211
213
  this.rotaSalvar = 'hcm/api/v1/hierarquiaorganizacional/salvar';
212
214
  this.rotaAtualizaVinculoDeHierarquia = 'hcm/api/v1/hierarquiaorganizacional/AtualizaVinculoDeHierarquia';
213
215
  this.rotaAtualizarOrdemHierarquia = 'hcm/api/v1/hierarquiaorganizacional/AtualizarOrdemHierarquia';
214
216
  this.rotaAtualizarOrdemHierarquias = 'hcm/api/v1/hierarquiaorganizacional/AtualizarOrdemHierarquias';
215
217
  this.rotaSelecionar = 'hcm/api/v1/hierarquiaorganizacional/selecionar';
216
- this.rotaListarPossiveisLideres = 'hcm/api/v1/hierarquiaorganizacional/listarpossiveislideres';
217
218
  this.rotaSolicitarConfirmacaoAlteracaoLideranca = 'hcm/api/v1/hierarquiaorganizacional/SolicitarConfirmacaoAlteracaoLideranca';
219
+ this.rotaSelecionarTotalHierarquias = 'hcm/api/v1/hierarquiaorganizacional/selecionartotalhierarquias';
220
+ this.rotaVerificaLideranca = 'hcm/api/v1/hierarquiaorganizacional/VerificaLideranca';
221
+ this.rotalistarTodosLideres = 'hcm/api/v1/hierarquiaorganizacional/listarTodosLideres';
222
+ }
223
+ AtualizaVinculoDeHierarquia(dados) {
224
+ return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizaVinculoDeHierarquia, dados);
225
+ }
226
+ AtualizarOrdemHierarquia(idhierarquiaorganizacional, idordem) {
227
+ return this.post(this.hostEnv.apiUrlHcm, `${this.rotaAtualizarOrdemHierarquia}?idhierarquiaorganizacional=${idhierarquiaorganizacional}&ordem=${idordem}`);
228
+ }
229
+ AtualizarOrdemHierarquias(listaOrdens) {
230
+ return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizarOrdemHierarquias, listaOrdens);
218
231
  }
219
232
  Excluir(id) {
220
233
  return this.post(this.hostEnv.apiUrlHcm, this.rotaExcluir, id);
@@ -234,27 +247,30 @@ class HierarquiaOrganizacionalService extends BaseApiService {
234
247
  ListarLideresSubstitutosPorHierarquiaOrganizacional(filtro) {
235
248
  return this.post(this.hostEnv.apiUrlHcm, this.rotaListarLideresSubstitutosPorHierarquiaOrganizacional, filtro);
236
249
  }
237
- ListarPossiveisLideres(filtro, tipooperacao) {
250
+ ListarPossiveisLideres(filtro) {
238
251
  return this.post(this.hostEnv.apiUrlHcm, this.rotaListarPossiveisLideres, filtro);
239
252
  }
253
+ ListarMembros(filtro) {
254
+ return this.post(this.hostEnv.apiUrlHcm, this.rotaListarmembros, filtro);
255
+ }
256
+ ListarTodosLideres(filtro) {
257
+ return this.getAllHeaders(this.hostEnv.apiUrlHcm, this.rotalistarTodosLideres, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
258
+ }
240
259
  Salvar(dados) {
241
260
  return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, dados);
242
261
  }
243
262
  SolicitarConfirmacaoAlteracaoLideranca(filtro) {
244
263
  return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSolicitarConfirmacaoAlteracaoLideranca, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
245
264
  }
246
- AtualizaVinculoDeHierarquia(dados) {
247
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizaVinculoDeHierarquia, dados);
248
- }
249
- AtualizarOrdemHierarquia(idhierarquiaorganizacional, idordem) {
250
- return this.post(this.hostEnv.apiUrlHcm, `${this.rotaAtualizarOrdemHierarquia}?idhierarquiaorganizacional=${idhierarquiaorganizacional}&ordem=${idordem}`);
251
- }
252
- AtualizarOrdemHierarquias(listaOrdens) {
253
- return this.post(this.hostEnv.apiUrlHcm, this.rotaAtualizarOrdemHierarquias, listaOrdens);
254
- }
255
265
  Selecionar(id) {
256
266
  return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${id}`);
257
267
  }
268
+ SelecionarTotalHierarquias(idmaster, idempresaevocenter) {
269
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionarTotalHierarquias}/${idmaster}/${idempresaevocenter}`);
270
+ }
271
+ VerificarLideranca(filtro) {
272
+ return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaVerificaLideranca, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
273
+ }
258
274
  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
275
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HierarquiaOrganizacionalService, providedIn: 'root' }); }
260
276
  }
@@ -559,6 +575,7 @@ class EmpresaService extends BaseApiService {
559
575
  this.hostEnv = hostEnv;
560
576
  this.rotaListarEmpresas = 'hcm/api/v1/empresa/listarempresas';
561
577
  this.rotaListarEmpresaseFiliais = 'hcm/api/v1/empresa/listarempresaefiliais';
578
+ this.rotaListarFiliais = 'hcm/api/v1/empresa/listarfiliais';
562
579
  }
563
580
  ListarEmpresas(idmaster) {
564
581
  return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarEmpresas}/${idmaster}`);
@@ -566,6 +583,9 @@ class EmpresaService extends BaseApiService {
566
583
  ListarEmpresaEFiliais(idmaster, idempresaevocenter) {
567
584
  return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarEmpresaseFiliais}/${idmaster}/${idempresaevocenter}`);
568
585
  }
586
+ ListarFiliais(idempresaevocenter) {
587
+ return this.getAll(this.hostEnv.apiUrlHcm, `${this.rotaListarFiliais}/${idempresaevocenter}`);
588
+ }
569
589
  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
590
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmpresaService, providedIn: 'root' }); }
571
591
  }
@@ -828,6 +848,7 @@ class RegistroService extends BaseApiService {
828
848
  this.rotaAlteraVisualizacaoAniversario = 'hcm/api/v1/registro/AlteraVisualizacaoAniversario';
829
849
  this.rotaTotalColaboradoresAtivos = 'hcm/api/v1/registro/TotalColaboradoresAtivos';
830
850
  this.rotaPesquisaLiderSubordinado = 'hcm/api/v1/registro/PesquisarLiderSubordinado';
851
+ this.rotaGEDListarDemonstrativoDePagamentoPorEmpresa = 'hcm/api/v1/registro/GEDListarDemonstrativoDePagamentoPorEmpresa';
831
852
  }
832
853
  Excluir(id) {
833
854
  return this.delete(this.hostEnv.apiUrlHcm, `${this.rotaExcluir}/${id}`);
@@ -859,6 +880,9 @@ class RegistroService extends BaseApiService {
859
880
  SelecionarPerfil(filtro) {
860
881
  return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaSelecionarPerfil, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
861
882
  }
883
+ GEDListarDemonstrativoDePagamentoPorEmpresa(filtro) {
884
+ return this.getHeaders(this.hostEnv.apiUrlHcm, this.rotaGEDListarDemonstrativoDePagamentoPorEmpresa, new HttpHeaders().set("filtro", JSON.stringify(filtro)));
885
+ }
862
886
  Salvar(data) {
863
887
  return this.post(this.hostEnv.apiUrlHcm, this.rotaSalvar, data);
864
888
  }
@@ -1087,6 +1111,60 @@ class ValidatorsService {
1087
1111
  }
1088
1112
  };
1089
1113
  }
1114
+ conditionalRequired(conditionalFormControlName, message = 'Campo obrigatório') {
1115
+ return (control) => {
1116
+ if (control.value === null || control.value === undefined || control.value === '') {
1117
+ // Verifica se algum dos controles listados está preenchido
1118
+ if (conditionalFormControlName.some(name => control.parent?.get(name)?.value)) {
1119
+ return { erroMessage: message }; // Retorna o erro se algum controle estiver preenchido
1120
+ }
1121
+ else {
1122
+ return null; // Não retorna erro se nenhum controle estiver preenchido
1123
+ }
1124
+ }
1125
+ return null; // Retorna null se o campo atual estiver preenchido
1126
+ };
1127
+ }
1128
+ conditionalValueRequired(conditionalFormControlName, value, message = 'Campo obrigatório') {
1129
+ return (control) => {
1130
+ if (!control.parent) {
1131
+ return null; // Retorna null se não houver um formulário pai
1132
+ }
1133
+ // Verifica se algum dos controles especificados possui o valor informado
1134
+ const isAnyControlWithValue = conditionalFormControlName.some(name => {
1135
+ const controlToCheck = control.parent?.get(name);
1136
+ return controlToCheck && controlToCheck.value == value;
1137
+ });
1138
+ // Se algum controle tiver o valor informado, o controle atual se torna obrigatório
1139
+ if (isAnyControlWithValue) {
1140
+ // Verifica se o controle atual está vazio
1141
+ if (control.value === null || control.value === undefined || control.value === '') {
1142
+ return { erroMessage: message }; // Retorna o erro de campo obrigatório
1143
+ }
1144
+ }
1145
+ return null; // Retorna null se o campo atual estiver preenchido ou a condição não for atendida
1146
+ };
1147
+ }
1148
+ conditionalNotValueRequired(conditionalFormControlName, value, message = 'Campo obrigatório') {
1149
+ return (control) => {
1150
+ if (!control.parent) {
1151
+ return null; // Retorna null se não houver um formulário pai
1152
+ }
1153
+ // Verifica se algum dos controles especificados possui o valor informado
1154
+ const isAnyControlWithValue = conditionalFormControlName.some(name => {
1155
+ const controlToCheck = control.parent?.get(name);
1156
+ return controlToCheck && controlToCheck.value != value;
1157
+ });
1158
+ // Se algum controle tiver o valor informado, o controle atual se torna obrigatório
1159
+ if (isAnyControlWithValue) {
1160
+ // Verifica se o controle atual está vazio
1161
+ if (control.value === null || control.value === undefined || control.value === '') {
1162
+ return { erroMessage: message }; // Retorna o erro de campo obrigatório
1163
+ }
1164
+ }
1165
+ return null; // Retorna null se o campo atual estiver preenchido ou a condição não for atendida
1166
+ };
1167
+ }
1090
1168
  maxlenght(valormaximo, mensagem) {
1091
1169
  return (control) => {
1092
1170
  if (control.value === null || control.value === undefined || control.value === '') {
@@ -2318,6 +2396,533 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2318
2396
  args: ['hostEnv']
2319
2397
  }] }] });
2320
2398
 
2399
+ class TipoDiaTrabalhadoService extends BaseApiService {
2400
+ constructor(httpClient, hostEnv) {
2401
+ super(httpClient);
2402
+ this.httpClient = httpClient;
2403
+ this.hostEnv = hostEnv;
2404
+ this.rotaListar = 'hcm/api/v1/TipoDiaTrabalhado/listar';
2405
+ this.rotaExisteID = 'hcm/api/v1/TipoDiaTrabalhado/existeid';
2406
+ this.rotaSelecionar = 'hcm/api/v1/TipoDiaTrabalhado/selecionar';
2407
+ }
2408
+ Listar() {
2409
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2410
+ }
2411
+ ExisteID(idtipodiatrabalhado) {
2412
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodiatrabalhado}`);
2413
+ }
2414
+ Selecionar(idtipodiatrabalhado) {
2415
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodiatrabalhado}`);
2416
+ }
2417
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDiaTrabalhadoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2418
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDiaTrabalhadoService, providedIn: 'root' }); }
2419
+ }
2420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDiaTrabalhadoService, decorators: [{
2421
+ type: Injectable,
2422
+ args: [{
2423
+ providedIn: 'root'
2424
+ }]
2425
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2426
+ type: Inject,
2427
+ args: ['hostEnv']
2428
+ }] }] });
2429
+
2430
+ class TipoTransporteService extends BaseApiService {
2431
+ constructor(httpClient, hostEnv) {
2432
+ super(httpClient);
2433
+ this.httpClient = httpClient;
2434
+ this.hostEnv = hostEnv;
2435
+ this.rotaListar = 'hcm/api/v1/TipoTransporte/listar';
2436
+ this.rotaExisteID = 'hcm/api/v1/TipoTransporte/existeid';
2437
+ this.rotaSelecionar = 'hcm/api/v1/TipoTransporte/selecionar';
2438
+ }
2439
+ Listar() {
2440
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2441
+ }
2442
+ ExisteID(idtipotransporte) {
2443
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipotransporte}`);
2444
+ }
2445
+ Selecionar(idtipotransporte) {
2446
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipotransporte}`);
2447
+ }
2448
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTransporteService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2449
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTransporteService, providedIn: 'root' }); }
2450
+ }
2451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTransporteService, decorators: [{
2452
+ type: Injectable,
2453
+ args: [{
2454
+ providedIn: 'root'
2455
+ }]
2456
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2457
+ type: Inject,
2458
+ args: ['hostEnv']
2459
+ }] }] });
2460
+
2461
+ class TipoSindicatoService extends BaseApiService {
2462
+ constructor(httpClient, hostEnv) {
2463
+ super(httpClient);
2464
+ this.httpClient = httpClient;
2465
+ this.hostEnv = hostEnv;
2466
+ this.rotaListar = 'hcm/api/v1/TipoSindicato/listar';
2467
+ this.rotaExisteID = 'hcm/api/v1/TipoSindicato/existeid';
2468
+ this.rotaSelecionar = 'hcm/api/v1/TipoSindicato/selecionar';
2469
+ }
2470
+ Listar() {
2471
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2472
+ }
2473
+ ExisteID(idtiposindicato) {
2474
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtiposindicato}`);
2475
+ }
2476
+ Selecionar(idtiposindicato) {
2477
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtiposindicato}`);
2478
+ }
2479
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSindicatoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2480
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSindicatoService, providedIn: 'root' }); }
2481
+ }
2482
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoSindicatoService, decorators: [{
2483
+ type: Injectable,
2484
+ args: [{
2485
+ providedIn: 'root'
2486
+ }]
2487
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2488
+ type: Inject,
2489
+ args: ['hostEnv']
2490
+ }] }] });
2491
+
2492
+ class TreinamentoService extends BaseApiService {
2493
+ constructor(httpClient, hostEnv) {
2494
+ super(httpClient);
2495
+ this.httpClient = httpClient;
2496
+ this.hostEnv = hostEnv;
2497
+ this.rotaListar = 'hcm/api/v1/Treinamento/listar';
2498
+ this.rotaExisteID = 'hcm/api/v1/Treinamento/existeid';
2499
+ this.rotaSelecionar = 'hcm/api/v1/Treinamento/selecionar';
2500
+ }
2501
+ Listar() {
2502
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2503
+ }
2504
+ ExisteID(idtreinamento) {
2505
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtreinamento}`);
2506
+ }
2507
+ Selecionar(idtreinamento) {
2508
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtreinamento}`);
2509
+ }
2510
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TreinamentoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2511
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TreinamentoService, providedIn: 'root' }); }
2512
+ }
2513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TreinamentoService, decorators: [{
2514
+ type: Injectable,
2515
+ args: [{
2516
+ providedIn: 'root'
2517
+ }]
2518
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2519
+ type: Inject,
2520
+ args: ['hostEnv']
2521
+ }] }] });
2522
+
2523
+ class TipoVinculoEmpregaticioService extends BaseApiService {
2524
+ constructor(httpClient, hostEnv) {
2525
+ super(httpClient);
2526
+ this.httpClient = httpClient;
2527
+ this.hostEnv = hostEnv;
2528
+ this.rotaListar = 'hcm/api/v1/TipoVinculoEmpregaticio/listar';
2529
+ this.rotaExisteID = 'hcm/api/v1/TipoVinculoEmpregaticio/existeid';
2530
+ this.rotaSelecionar = 'hcm/api/v1/TipoVinculoEmpregaticio/selecionar';
2531
+ }
2532
+ Listar() {
2533
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2534
+ }
2535
+ ExisteID(idtipovinculoempregaticio) {
2536
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipovinculoempregaticio}`);
2537
+ }
2538
+ Selecionar(idtipovinculoempregaticio) {
2539
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipovinculoempregaticio}`);
2540
+ }
2541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoVinculoEmpregaticioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2542
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoVinculoEmpregaticioService, providedIn: 'root' }); }
2543
+ }
2544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoVinculoEmpregaticioService, decorators: [{
2545
+ type: Injectable,
2546
+ args: [{
2547
+ providedIn: 'root'
2548
+ }]
2549
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2550
+ type: Inject,
2551
+ args: ['hostEnv']
2552
+ }] }] });
2553
+
2554
+ class TipoTomadorService extends BaseApiService {
2555
+ constructor(httpClient, hostEnv) {
2556
+ super(httpClient);
2557
+ this.httpClient = httpClient;
2558
+ this.hostEnv = hostEnv;
2559
+ this.rotaListar = 'hcm/api/v1/TipoTomador/listar';
2560
+ this.rotaExisteID = 'hcm/api/v1/TipoTomador/existeid';
2561
+ this.rotaSelecionar = 'hcm/api/v1/TipoTomador/selecionar';
2562
+ }
2563
+ Listar() {
2564
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2565
+ }
2566
+ ExisteID(idtipotomador) {
2567
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipotomador}`);
2568
+ }
2569
+ Selecionar(idtipotomador) {
2570
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipotomador}`);
2571
+ }
2572
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTomadorService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2573
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTomadorService, providedIn: 'root' }); }
2574
+ }
2575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoTomadorService, decorators: [{
2576
+ type: Injectable,
2577
+ args: [{
2578
+ providedIn: 'root'
2579
+ }]
2580
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2581
+ type: Inject,
2582
+ args: ['hostEnv']
2583
+ }] }] });
2584
+
2585
+ class TipoReintegracaoService extends BaseApiService {
2586
+ constructor(httpClient, hostEnv) {
2587
+ super(httpClient);
2588
+ this.httpClient = httpClient;
2589
+ this.hostEnv = hostEnv;
2590
+ this.rotaListar = 'hcm/api/v1/TipoReintegracao/listar';
2591
+ this.rotaExisteID = 'hcm/api/v1/TipoReintegracao/existeid';
2592
+ this.rotaSelecionar = 'hcm/api/v1/TipoReintegracao/selecionar';
2593
+ }
2594
+ Listar() {
2595
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2596
+ }
2597
+ ExisteID(idtipotomador) {
2598
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipotomador}`);
2599
+ }
2600
+ Selecionar(idtipotomador) {
2601
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipotomador}`);
2602
+ }
2603
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoReintegracaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2604
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoReintegracaoService, providedIn: 'root' }); }
2605
+ }
2606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoReintegracaoService, decorators: [{
2607
+ type: Injectable,
2608
+ args: [{
2609
+ providedIn: 'root'
2610
+ }]
2611
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2612
+ type: Inject,
2613
+ args: ['hostEnv']
2614
+ }] }] });
2615
+
2616
+ class TipoRegimeTrabalhistaService extends BaseApiService {
2617
+ constructor(httpClient, hostEnv) {
2618
+ super(httpClient);
2619
+ this.httpClient = httpClient;
2620
+ this.hostEnv = hostEnv;
2621
+ this.rotaListar = 'hcm/api/v1/TipoRegimeTrabalhista/listar';
2622
+ this.rotaExisteID = 'hcm/api/v1/TipoRegimeTrabalhista/existeid';
2623
+ this.rotaSelecionar = 'hcm/api/v1/TipoRegimeTrabalhista/selecionar';
2624
+ }
2625
+ Listar() {
2626
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2627
+ }
2628
+ ExisteID(idtiporegimetrabalhista) {
2629
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtiporegimetrabalhista}`);
2630
+ }
2631
+ Selecionar(idtiporegimetrabalhista) {
2632
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtiporegimetrabalhista}`);
2633
+ }
2634
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimeTrabalhistaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2635
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimeTrabalhistaService, providedIn: 'root' }); }
2636
+ }
2637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimeTrabalhistaService, decorators: [{
2638
+ type: Injectable,
2639
+ args: [{
2640
+ providedIn: 'root'
2641
+ }]
2642
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2643
+ type: Inject,
2644
+ args: ['hostEnv']
2645
+ }] }] });
2646
+
2647
+ class TipoRegimePrevidenciarioService extends BaseApiService {
2648
+ constructor(httpClient, hostEnv) {
2649
+ super(httpClient);
2650
+ this.httpClient = httpClient;
2651
+ this.hostEnv = hostEnv;
2652
+ this.rotaListar = 'hcm/api/v1/TipoRegimePrevidenciario/listar';
2653
+ this.rotaExisteID = 'hcm/api/v1/TipoRegimePrevidenciario/existeid';
2654
+ this.rotaSelecionar = 'hcm/api/v1/TipoRegimePrevidenciario/selecionar';
2655
+ }
2656
+ Listar() {
2657
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2658
+ }
2659
+ ExisteID(idtiporegimetrabalhista) {
2660
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtiporegimetrabalhista}`);
2661
+ }
2662
+ Selecionar(idtiporegimetrabalhista) {
2663
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtiporegimetrabalhista}`);
2664
+ }
2665
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimePrevidenciarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2666
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimePrevidenciarioService, providedIn: 'root' }); }
2667
+ }
2668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoRegimePrevidenciarioService, decorators: [{
2669
+ type: Injectable,
2670
+ args: [{
2671
+ providedIn: 'root'
2672
+ }]
2673
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2674
+ type: Inject,
2675
+ args: ['hostEnv']
2676
+ }] }] });
2677
+
2678
+ class TipoMotivoSalarioFamiliaService extends BaseApiService {
2679
+ constructor(httpClient, hostEnv) {
2680
+ super(httpClient);
2681
+ this.httpClient = httpClient;
2682
+ this.hostEnv = hostEnv;
2683
+ this.rotaListar = 'hcm/api/v1/TipoMotivoSalarioFamilia/listar';
2684
+ this.rotaExisteID = 'hcm/api/v1/TipoMotivoSalarioFamilia/existeid';
2685
+ this.rotaSelecionar = 'hcm/api/v1/TipoMotivoSalarioFamilia/selecionar';
2686
+ }
2687
+ Listar() {
2688
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2689
+ }
2690
+ ExisteID(idtipomotivosalariofamilia) {
2691
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipomotivosalariofamilia}`);
2692
+ }
2693
+ Selecionar(idtipomotivosalariofamilia) {
2694
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipomotivosalariofamilia}`);
2695
+ }
2696
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoMotivoSalarioFamiliaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2697
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoMotivoSalarioFamiliaService, providedIn: 'root' }); }
2698
+ }
2699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoMotivoSalarioFamiliaService, decorators: [{
2700
+ type: Injectable,
2701
+ args: [{
2702
+ providedIn: 'root'
2703
+ }]
2704
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2705
+ type: Inject,
2706
+ args: ['hostEnv']
2707
+ }] }] });
2708
+
2709
+ class TipoLotacaoService extends BaseApiService {
2710
+ constructor(httpClient, hostEnv) {
2711
+ super(httpClient);
2712
+ this.httpClient = httpClient;
2713
+ this.hostEnv = hostEnv;
2714
+ this.rotaListar = 'hcm/api/v1/TipoLotacao/listar';
2715
+ this.rotaExisteID = 'hcm/api/v1/TipoLotacao/existeid';
2716
+ this.rotaSelecionar = 'hcm/api/v1/TipoLotacao/selecionar';
2717
+ }
2718
+ Listar() {
2719
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2720
+ }
2721
+ ExisteID(idtipolotacao) {
2722
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipolotacao}`);
2723
+ }
2724
+ Selecionar(idtipolotacao) {
2725
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipolotacao}`);
2726
+ }
2727
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoLotacaoService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2728
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoLotacaoService, providedIn: 'root' }); }
2729
+ }
2730
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoLotacaoService, decorators: [{
2731
+ type: Injectable,
2732
+ args: [{
2733
+ providedIn: 'root'
2734
+ }]
2735
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2736
+ type: Inject,
2737
+ args: ['hostEnv']
2738
+ }] }] });
2739
+
2740
+ class TipoJornadaService extends BaseApiService {
2741
+ constructor(httpClient, hostEnv) {
2742
+ super(httpClient);
2743
+ this.httpClient = httpClient;
2744
+ this.hostEnv = hostEnv;
2745
+ this.rotaListar = 'hcm/api/v1/TipoJornada/listar';
2746
+ this.rotaExisteID = 'hcm/api/v1/TipoJornada/existeid';
2747
+ this.rotaSelecionar = 'hcm/api/v1/TipoJornada/selecionar';
2748
+ }
2749
+ Listar() {
2750
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2751
+ }
2752
+ ExisteID(idtipojornada) {
2753
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipojornada}`);
2754
+ }
2755
+ Selecionar(idtipojornada) {
2756
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipojornada}`);
2757
+ }
2758
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoJornadaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2759
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoJornadaService, providedIn: 'root' }); }
2760
+ }
2761
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoJornadaService, decorators: [{
2762
+ type: Injectable,
2763
+ args: [{
2764
+ providedIn: 'root'
2765
+ }]
2766
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2767
+ type: Inject,
2768
+ args: ['hostEnv']
2769
+ }] }] });
2770
+
2771
+ class TipoFuncionarioService extends BaseApiService {
2772
+ constructor(httpClient, hostEnv) {
2773
+ super(httpClient);
2774
+ this.httpClient = httpClient;
2775
+ this.hostEnv = hostEnv;
2776
+ this.rotaListar = 'hcm/api/v1/TipoFuncionario/listar';
2777
+ this.rotaExisteID = 'hcm/api/v1/TipoFuncionario/existeid';
2778
+ this.rotaSelecionar = 'hcm/api/v1/TipoFuncionario/selecionar';
2779
+ }
2780
+ Listar() {
2781
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2782
+ }
2783
+ ExisteID(idtipofuncionario) {
2784
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipofuncionario}`);
2785
+ }
2786
+ Selecionar(idtipofuncionario) {
2787
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipofuncionario}`);
2788
+ }
2789
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFuncionarioService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2790
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFuncionarioService, providedIn: 'root' }); }
2791
+ }
2792
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoFuncionarioService, decorators: [{
2793
+ type: Injectable,
2794
+ args: [{
2795
+ providedIn: 'root'
2796
+ }]
2797
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2798
+ type: Inject,
2799
+ args: ['hostEnv']
2800
+ }] }] });
2801
+
2802
+ class TipoInssService extends BaseApiService {
2803
+ constructor(httpClient, hostEnv) {
2804
+ super(httpClient);
2805
+ this.httpClient = httpClient;
2806
+ this.hostEnv = hostEnv;
2807
+ this.rotaListar = 'hcm/api/v1/TipoInss/listar';
2808
+ this.rotaExisteID = 'hcm/api/v1/TipoInss/existeid';
2809
+ this.rotaSelecionar = 'hcm/api/v1/TipoInss/selecionar';
2810
+ }
2811
+ Listar() {
2812
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2813
+ }
2814
+ ExisteID(idtipoinss) {
2815
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoinss}`);
2816
+ }
2817
+ Selecionar(idtipoinss) {
2818
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoinss}`);
2819
+ }
2820
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoInssService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2821
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoInssService, providedIn: 'root' }); }
2822
+ }
2823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoInssService, decorators: [{
2824
+ type: Injectable,
2825
+ args: [{
2826
+ providedIn: 'root'
2827
+ }]
2828
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2829
+ type: Inject,
2830
+ args: ['hostEnv']
2831
+ }] }] });
2832
+
2833
+ class TipoEntidadeHcmService extends BaseApiService {
2834
+ constructor(httpClient, hostEnv) {
2835
+ super(httpClient);
2836
+ this.httpClient = httpClient;
2837
+ this.hostEnv = hostEnv;
2838
+ this.rotaListar = 'hcm/api/v1/TipoEntidadeHcm/listar';
2839
+ this.rotaExisteID = 'hcm/api/v1/TipoEntidadeHcm/existeid';
2840
+ this.rotaSelecionar = 'hcm/api/v1/TipoEntidadeHcm/selecionar';
2841
+ }
2842
+ Listar() {
2843
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2844
+ }
2845
+ ExisteID(idtipoentidadehcm) {
2846
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipoentidadehcm}`);
2847
+ }
2848
+ Selecionar(idtipoentidadehcm) {
2849
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipoentidadehcm}`);
2850
+ }
2851
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEntidadeHcmService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2852
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEntidadeHcmService, providedIn: 'root' }); }
2853
+ }
2854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoEntidadeHcmService, decorators: [{
2855
+ type: Injectable,
2856
+ args: [{
2857
+ providedIn: 'root'
2858
+ }]
2859
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2860
+ type: Inject,
2861
+ args: ['hostEnv']
2862
+ }] }] });
2863
+
2864
+ class TipoDadosPessoaService extends BaseApiService {
2865
+ constructor(httpClient, hostEnv) {
2866
+ super(httpClient);
2867
+ this.httpClient = httpClient;
2868
+ this.hostEnv = hostEnv;
2869
+ this.rotaListar = 'hcm/api/v1/TipoDadosPessoa/listar';
2870
+ this.rotaExisteID = 'hcm/api/v1/TipoDadosPessoa/existeid';
2871
+ this.rotaSelecionar = 'hcm/api/v1/TipoDadosPessoa/selecionar';
2872
+ }
2873
+ Listar() {
2874
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListar);
2875
+ }
2876
+ ExisteID(idtipodadospessoa) {
2877
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idtipodadospessoa}`);
2878
+ }
2879
+ Selecionar(idtipodadospessoa) {
2880
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idtipodadospessoa}`);
2881
+ }
2882
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDadosPessoaService, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2883
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDadosPessoaService, providedIn: 'root' }); }
2884
+ }
2885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TipoDadosPessoaService, decorators: [{
2886
+ type: Injectable,
2887
+ args: [{
2888
+ providedIn: 'root'
2889
+ }]
2890
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2891
+ type: Inject,
2892
+ args: ['hostEnv']
2893
+ }] }] });
2894
+
2895
+ class CamposObrigatoriosCadastroServico extends BaseApiService {
2896
+ constructor(httpClient, hostEnv) {
2897
+ super(httpClient);
2898
+ this.httpClient = httpClient;
2899
+ this.hostEnv = hostEnv;
2900
+ this.rotaExisteID = 'hcm/api/v1/CamposObrigatoriosCadastro/ExisteID';
2901
+ this.rotaSelecionar = 'hcm/api/v1/CamposObrigatoriosCadastro/Selecionar';
2902
+ this.rotaListarTodos = 'hcm/api/v1/CamposObrigatoriosCadastro/Listar';
2903
+ }
2904
+ ExisteID(idcamposobrigatorioscadastro) {
2905
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaExisteID}/${idcamposobrigatorioscadastro}`);
2906
+ }
2907
+ Listar() {
2908
+ return this.getAll(this.hostEnv.apiUrlHcm, this.rotaListarTodos);
2909
+ }
2910
+ Selecionar(idcamposobrigatorioscadastro) {
2911
+ return this.get(this.hostEnv.apiUrlHcm, `${this.rotaSelecionar}/${idcamposobrigatorioscadastro}`);
2912
+ }
2913
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamposObrigatoriosCadastroServico, deps: [{ token: i1.HttpClient }, { token: 'hostEnv' }], target: i0.ɵɵFactoryTarget.Injectable }); }
2914
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamposObrigatoriosCadastroServico, providedIn: 'root' }); }
2915
+ }
2916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CamposObrigatoriosCadastroServico, decorators: [{
2917
+ type: Injectable,
2918
+ args: [{
2919
+ providedIn: 'root'
2920
+ }]
2921
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
2922
+ type: Inject,
2923
+ args: ['hostEnv']
2924
+ }] }] });
2925
+
2321
2926
  /*
2322
2927
  * Public API Surface of keevo-api-services-hcm
2323
2928
  */
@@ -2329,5 +2934,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2329
2934
  * Generated bundle index. Do not edit.
2330
2935
  */
2331
2936
 
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 };
2937
+ export { AnalistaPessoaService, CamposObrigatoriosCadastroServico, 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, TipoDadosPessoaService, TipoDependenciaIrrfService, TipoDiaTrabalhadoService, TipoEntidadeHcmService, TipoEstadoService, TipoFolhaService, TipoFuncionarioService, TipoInssService, TipoJornadaService, TipoLotacaoService, TipoMotivoSalarioFamiliaService, TipoOcorrenciaService, TipoPagamentoSalarioService, TipoRegimePrevidenciarioService, TipoRegimeTrabalhistaService, TipoReintegracaoService, TipoSalarioService, TipoSindicatoService, TipoTomadorService, TipoTransporteService, TipoVinculoEmpregaticioService, TomadorService, TreinamentoService, UnidadeAdministrativaService, UnidadehierarquicaService, ValidatorsService };
2333
2938
  //# sourceMappingURL=keevo-api-services-hcm.mjs.map