@senior-gestao-pessoas/payroll-core 9.6.0 → 9.6.1

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.
@@ -1123,6 +1123,9 @@ var EmployeeSummaryService = /** @class */ (function () {
1123
1123
  EmployeeSummaryService.prototype.findEmployeeAutoComplete = function (path, terms) {
1124
1124
  return this.http.post("hcm/payroll/queries/" + path, { valueSearch: terms });
1125
1125
  };
1126
+ EmployeeSummaryService.prototype.getEmployeeDocuments = function (path, employeeId) {
1127
+ return this.http.post("hcm/payroll/queries/" + path, { employeeId: employeeId });
1128
+ };
1126
1129
  EmployeeSummaryService.prototype.blobServiceRequestAccess = function (path, body) {
1127
1130
  return this.http.post("hcm/payroll/actions/" + path, body);
1128
1131
  };