@senior-gestao-pessoas/payroll-core 9.5.0-feature-hcmgdp-11492-f438f1e4 → 9.6.0-feature-hcmgdp-11604-e0af4f68

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.
@@ -1289,6 +1289,9 @@
1289
1289
  EmployeeSummaryService.prototype.findEmployeeAutoComplete = function (path, terms) {
1290
1290
  return this.http.post("hcm/payroll/queries/" + path, { valueSearch: terms });
1291
1291
  };
1292
+ EmployeeSummaryService.prototype.getEmployeeDocuments = function (path, employeeId) {
1293
+ return this.http.post("hcm/payroll/queries/" + path, { employeeId: employeeId });
1294
+ };
1292
1295
  EmployeeSummaryService.prototype.blobServiceRequestAccess = function (path, body) {
1293
1296
  return this.http.post("hcm/payroll/actions/" + path, body);
1294
1297
  };